Re: svn commit: r339361 - head

2018-10-17 Thread Ravi Pokala
Why would the OpenSSL change cause these libcasper files to be stale? Nothing on that list should have anything to do with OpenSSL, right? Thanks, Ravi (rpokala@) -Original Message- From: on behalf of Glen Barber Date: 2018-10-15, Monday at 10:16 To: , , Subject: svn commit:

svn commit: r339417 - in head/libexec/rc: . rc.d

2018-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Oct 18 02:07:30 2018 New Revision: 339417 URL: https://svnweb.freebsd.org/changeset/base/339417 Log: While preparing to move init(8) to its own package as indicated in r339413, a current pkgbase update problem came up. For users testing pkgbase at the moment there is

svn commit: r339416 - head/sys/modules/nvdimm

2018-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Oct 18 00:51:42 2018 New Revision: 339416 URL: https://svnweb.freebsd.org/changeset/base/339416 Log: Fix modules/nvdimm build issues after r339391 by adding a dependency to the SRC list. Sort the list while changing the line. Reported by: ci.f.o, make -j24

Re: svn commit: r339413 - in head: libexec libexec/rc libexec/rc/rc.d sbin/init sbin/init/rc.d

2018-10-17 Thread Warner Losh
Would people stop moving things around. Please. We can live with minorly sub-optimal placement of the files for now. The churn isn't helpful. I'm working with Brad to get the design finalized. It's not there yet. Until it's finalized, don't move things. Warner On Wed, Oct 17, 2018 at 12:08 PM

Re: svn commit: r339413 - in head: libexec libexec/rc libexec/rc/rc.d sbin/init sbin/init/rc.d

2018-10-17 Thread Dmitry Morozovsky
On Wed, 17 Oct 2018, Nathan Whitehorn wrote: > Is there some high-level overview of the plan for pkgbase somewhere? > Which things will be in which packages, how the tools will work, etc.? > I'm still a little confused by how things are intended to work and it's > a bit hard to follow from

Re: svn commit: r339413 - in head: libexec libexec/rc libexec/rc/rc.d sbin/init sbin/init/rc.d

2018-10-17 Thread Nathan Whitehorn
Is there some high-level overview of the plan for pkgbase somewhere? Which things will be in which packages, how the tools will work, etc.? I'm still a little confused by how things are intended to work and it's a bit hard to follow from commits with lots of small reorganizations. Thanks, Nathan

svn commit: r339414 - head/sbin/tunefs

2018-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 17 16:54:13 2018 New Revision: 339414 URL: https://svnweb.freebsd.org/changeset/base/339414 Log: Fix spelling of an error message and add warning to another error case in tunefs(8). Reviewed by: imp (2017 version of the same diff) Approved by:

svn commit: r339413 - in head: libexec libexec/rc libexec/rc/rc.d sbin/init sbin/init/rc.d

2018-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 17 16:49:11 2018 New Revision: 339413 URL: https://svnweb.freebsd.org/changeset/base/339413 Log: Move the rc framework out of sbin/init into libexec/rc. The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it

svn commit: r339412 - head/share/timedef

2018-10-17 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 17 16:38:44 2018 New Revision: 339412 URL: https://svnweb.freebsd.org/changeset/base/339412 Log: Revert r315571 for share/timedef/ca_IT.ISO8859-15.src, ca_IT is Catalan in Italy, and is not related to Canada. While here, remove the header as we do NOT

svn commit: r339409 - in head: sys/kern sys/sys usr.sbin/jail

2018-10-17 Thread Jamie Gritton
Author: jamie Date: Wed Oct 17 16:11:43 2018 New Revision: 339409 URL: https://svnweb.freebsd.org/changeset/base/339409 Log: Add a new jail permission, allow.read_msgbuf. When true, jailed processes can see the dmesg buffer (this is the current behavior). When false (the new default),

svn commit: r339408 - head/lib/libc/stdtime

2018-10-17 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 17 14:51:43 2018 New Revision: 339408 URL: https://svnweb.freebsd.org/changeset/base/339408 Log: strptime: fix parsing of tm_year when both %C and %y appear in the format string in arbitrary order. This makes the related test cases in lib/libc/tests/time (not

svn commit: r339407 - head/sys/kern

2018-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Oct 17 10:31:08 2018 New Revision: 339407 URL: https://svnweb.freebsd.org/changeset/base/339407 Log: The countp argument passed to linker_file_lookup_set() in linker_load_dependencies() is unused, so no need to ask for the value in first place. Remove the unused