CVS commit: src/sys/kern

2016-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 04:42:55 UTC 2016 Modified Files: src/sys/kern: tty.c Log Message: Require exact credential match; this way even if we su to the original user that created the session, we won't match his credentials. To generate a

CVS commit: src/sys/kern

2016-09-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 03:46:00 UTC 2016 Modified Files: src/sys/kern: tty.c Log Message: Weaken the test a bit to still allow non-root to use TIOCSTI; we need to have the same creds as the session leader process for the tty session. To

CVS commit: src/sbin/ifconfig

2016-09-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 30 16:52:17 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Remove the alias keyword from ifconfig output as it serves no purpose. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sbin/ifconfig

2016-09-30 Thread Roy Marples
Module Name:src Committed By: roy Date: Fri Sep 30 16:47:56 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: ifaddrs has more data than just the address. Use it instead of making pointless ioctl calls. To generate a diff of this commit: cvs

CVS commit: src/sys/uvm/pmap

2016-09-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 30 12:10:41 UTC 2016 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Increment resident_count if we're remapping onto new PA as pmap_remove -> pmap_pte_remote will decrement it To generate a diff of this commit:

CVS commit: src/lib/libc/gen

2016-09-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Sep 30 06:22:21 UTC 2016 Modified Files: src/lib/libc/gen: sysctlgetmibinfo.c Log Message: Be more careful about preserving errno. Might conceivably be related to PR 51432. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/gen

2016-09-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Sep 30 06:16:47 UTC 2016 Modified Files: src/lib/libc/gen: sysctlgetmibinfo.c Log Message: Be consistent about returning -1 on error. Don't return random errnos instead. To generate a diff of this commit: cvs rdiff -u