svn commit: r327487 - in head/usr.sbin/bsdinstall: partedit scripts

2018-01-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jan 2 05:27:24 2018 New Revision: 327487 URL: https://svnweb.freebsd.org/changeset/base/327487 Log: Add installer support for PS3 and PowerNV systems, also laying the foundation for invoking efibootmgr as part of new-style EFI booting on x86. On PS3 and

svn commit: r327486 - head/usr.sbin/bsdinstall/distextract

2018-01-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jan 2 05:22:54 2018 New Revision: 327486 URL: https://svnweb.freebsd.org/changeset/base/327486 Log: Skip errors from being unable to set modification and creation times. If one of the directories in the filesystem hierarchy is a FAT mountpoint, settings its

svn commit: r327485 - in head/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs vm

2018-01-01 Thread Jeff Roberson
Author: jeff Date: Tue Jan 2 04:35:56 2018 New Revision: 327485 URL: https://svnweb.freebsd.org/changeset/base/327485 Log: Fix arc after r326347 broke various memory limit queries. Use UMA features rather than kmem arena size to determine available memory. Initialize the UMA limit to

svn commit: r327484 - head/sys/powerpc/ps3

2018-01-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Jan 2 03:59:46 2018 New Revision: 327484 URL: https://svnweb.freebsd.org/changeset/base/327484 Log: Fix reversed endianness that crept in at some point. Blue is now blue instead of pink. MFC after:3 days Modified: head/sys/powerpc/ps3/ps3_syscons.c

Re: svn commit: r327447 - head/sys/sys

2018-01-01 Thread Julian Elischer
On 1/1/18 5:00 am, Colin Percival wrote: Author: cperciva Date: Sun Dec 31 21:00:21 2017 New Revision: 327447 URL: https://svnweb.freebsd.org/changeset/base/327447 Log: Wrap includes in sys/tslog.h with #ifdef TSLOG. This is necessary because some non-kernel code #defines _KERNEL and

svn commit: r327483 - head/usr.sbin/rpcbind

2018-01-01 Thread Conrad Meyer
Author: cem Date: Tue Jan 2 01:48:11 2018 New Revision: 327483 URL: https://svnweb.freebsd.org/changeset/base/327483 Log: rpcbind: Fix build Add missed unistd.h include. Not sure where it was lost; I believe it compiled before I submitted the change. PR: 224503

svn commit: r327482 - head/usr.sbin/rpcbind

2018-01-01 Thread Conrad Meyer
Author: cem Date: Tue Jan 2 00:48:19 2018 New Revision: 327482 URL: https://svnweb.freebsd.org/changeset/base/327482 Log: rpcbind: Do not use signal-unsafe functions in SIGTERM handler syslog(3), routines used in write_warmstart(), and exit(3) are all signal-unsafe. Instead, set a

svn commit: r327479 - in head/sys/dev: ath bwn iwi iwm iwn mwl otus ral rtwn usb/wlan wpi

2018-01-01 Thread Adrian Chadd
Author: adrian Date: Tue Jan 2 00:07:28 2018 New Revision: 327479 URL: https://svnweb.freebsd.org/changeset/base/327479 Log: [net80211] convert all of the WME use over to a temporary copy of WME info. This removes the direct WME info access in the ieee80211com struct and instead

Re: svn commit: r327476 - head/sbin/shutdown

2018-01-01 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Monday, 1 January 2018, Ian Lepore wrote: > > > On Mon, 2018-01-01 at 22:33 +, Eitan Adler wrote: > > > Author: eadler > > > Date: Mon Jan 1 22:33:57 2018 > > > New Revision: 327476 > > > URL:

Re: svn commit: r327476 - head/sbin/shutdown

2018-01-01 Thread Eitan Adler
On Monday, 1 January 2018, Ian Lepore wrote: > On Mon, 2018-01-01 at 22:33 +, Eitan Adler wrote: > > Author: eadler > > Date: Mon Jan 1 22:33:57 2018 > > New Revision: 327476 > > URL: https://svnweb.freebsd.org/changeset/base/327476 > > > > Log: > > shutdown: Assume

Re: svn commit: r325726 - head/sys/kern

2018-01-01 Thread Jilles Tjoelker
On Thu, Dec 28, 2017 at 05:25:25PM +0100, Jilles Tjoelker wrote: > On Thu, Dec 28, 2017 at 12:40:31PM +, Antoine Brodin wrote: > > On Sat, Nov 11, 2017 at 10:39 PM, Mateusz Guzik wrote: > > > Author: mjg > > > Date: Sat Nov 11 22:39:33 2017 > > > New Revision: 325726 > > >

Re: svn commit: r327476 - head/sbin/shutdown

2018-01-01 Thread Ian Lepore
On Mon, 2018-01-01 at 22:33 +, Eitan Adler wrote: > Author: eadler > Date: Mon Jan  1 22:33:57 2018 > New Revision: 327476 > URL: https://svnweb.freebsd.org/changeset/base/327476 > > Log: >   shutdown: Assume absolute time is in the future > [...] > Modified: head/sbin/shutdown/shutdown.c >

svn commit: r327476 - head/sbin/shutdown

2018-01-01 Thread Eitan Adler
Author: eadler Date: Mon Jan 1 22:33:57 2018 New Revision: 327476 URL: https://svnweb.freebsd.org/changeset/base/327476 Log: shutdown: Assume absolute time is in the future The original bug describes it best: When an absolute time is specified to shutdown, the program's behavior

svn commit: r327475 - head/bin/sh

2018-01-01 Thread Jilles Tjoelker
Author: jilles Date: Mon Jan 1 22:31:52 2018 New Revision: 327475 URL: https://svnweb.freebsd.org/changeset/base/327475 Log: sh: Move various structs from jobs.h to jobs.c These implementation details of jobs.c need not be exposed. Modified: head/bin/sh/jobs.c head/bin/sh/jobs.h

svn commit: r327474 - head/usr.sbin/bsdinstall/scripts

2018-01-01 Thread Eitan Adler
Author: eadler Date: Mon Jan 1 22:10:21 2018 New Revision: 327474 URL: https://svnweb.freebsd.org/changeset/base/327474 Log: bsdinstall: inform users that typing will not be visible Some users, especially those that are new, might be confused when passwd does not echo anything. Inform

svn commit: r327473 - head/sys/kern

2018-01-01 Thread Antoine Brodin
Author: antoine Date: Mon Jan 1 21:25:01 2018 New Revision: 327473 URL: https://svnweb.freebsd.org/changeset/base/327473 Log: sysctl_kern_proc_args: do not take the fast path if p_args is NULL In this case it falls back to reading ps_strings Modified: head/sys/kern/kern_proc.c Modified:

svn commit: r327472 - in head/sys: amd64/amd64 i386/i386

2018-01-01 Thread Konstantin Belousov
Author: kib Date: Mon Jan 1 20:47:03 2018 New Revision: 327472 URL: https://svnweb.freebsd.org/changeset/base/327472 Log: Avoid re-check of usermode condition. It does not change anything in the behavior of trap_pfault(), while eliminating obfuscation of jumping to the code which checks

svn commit: r327469 - head/sys/x86/include

2018-01-01 Thread Konstantin Belousov
Author: kib Date: Mon Jan 1 19:34:19 2018 New Revision: 327469 URL: https://svnweb.freebsd.org/changeset/base/327469 Log: Add CR4.SMAP control bit. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/x86/include/specialreg.h Modified:

svn commit: r327468 - head/sys/vm

2018-01-01 Thread Konstantin Belousov
Author: kib Date: Mon Jan 1 19:27:33 2018 New Revision: 327468 URL: https://svnweb.freebsd.org/changeset/base/327468 Log: Do not let vm_daemon run unbounded. On a load where single anonymous object consumes almost all memory on the large system, swapout code executes the iteration over

svn commit: r327467 - head/share/man/man3

2018-01-01 Thread Warner Losh
Author: imp Date: Mon Jan 1 19:04:40 2018 New Revision: 327467 URL: https://svnweb.freebsd.org/changeset/base/327467 Log: Be less verbose and more precise. Modified: head/share/man/man3/assert.3 Modified: head/share/man/man3/assert.3

svn commit: r327466 - head/share/man/man3

2018-01-01 Thread Warner Losh
Author: imp Date: Mon Jan 1 18:59:11 2018 New Revision: 327466 URL: https://svnweb.freebsd.org/changeset/base/327466 Log: Add note that assert.h may be included multiple times with and without NDEBUG defined. Modified: head/share/man/man3/assert.3 Modified: head/share/man/man3/assert.3

svn commit: r327465 - head/share/man/man3

2018-01-01 Thread Warner Losh
Author: imp Date: Mon Jan 1 18:55:13 2018 New Revision: 327465 URL: https://svnweb.freebsd.org/changeset/base/327465 Log: assert(3) appeared first in the 7th Edition Unix, not the 6th, at least according to the extant distributions preserved at tuhs.org. Obtained from:

svn commit: r327464 - in head/usr.sbin/rpcbind: . tests

2018-01-01 Thread Xin LI
Author: delphij Date: Mon Jan 1 09:41:18 2018 New Revision: 327464 URL: https://svnweb.freebsd.org/changeset/base/327464 Log: Remove unused includes. Modified: head/usr.sbin/rpcbind/check_bound.c head/usr.sbin/rpcbind/rpcb_stat.c head/usr.sbin/rpcbind/rpcb_svc.c

svn commit: r327463 - head/lib/libc/gen

2018-01-01 Thread Xin LI
Author: delphij Date: Mon Jan 1 08:01:26 2018 New Revision: 327463 URL: https://svnweb.freebsd.org/changeset/base/327463 Log: Remove unused includes. Modified: head/lib/libc/gen/pw_scan.c Modified: head/lib/libc/gen/pw_scan.c