svn commit: r285157 - in head/usr.sbin/pw: . tests

2015-07-05 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 5 10:11:35 2015 New Revision: 285157 URL: https://svnweb.freebsd.org/changeset/base/285157 Log: Also validate hours via strptime_l(3) Simplify the code, by only using one parser, ensure the dates (hours and dates) are valid Modified:

svn commit: r285156 - in head/usr.sbin/pw: . tests

2015-07-05 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 5 09:48:03 2015 New Revision: 285156 URL: https://svnweb.freebsd.org/changeset/base/285156 Log: Validate expiration dates Use strptime_l(3) to validate the dates provided in input Modified: head/usr.sbin/pw/psdate.c head/usr.sbin/pw/tests/pw_useradd.sh

svn commit: r285159 - head/libexec/rtld-elf/aarch64

2015-07-05 Thread Andrew Turner
Author: andrew Date: Sun Jul 5 11:42:01 2015 New Revision: 285159 URL: https://svnweb.freebsd.org/changeset/base/285159 Log: Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases. This fixes at least sshd, and some of the boehm-gc tests. Sponsored by: ABT Systems

svn commit: r285158 - head/usr.sbin/pw

2015-07-05 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 5 10:14:34 2015 New Revision: 285158 URL: https://svnweb.freebsd.org/changeset/base/285158 Log: Remove dead code Modified: head/usr.sbin/pw/psdate.c Modified: head/usr.sbin/pw/psdate.c ==

svn commit: r285161 - head/sys/arm/conf

2015-07-05 Thread Ian Lepore
Author: ian Date: Sun Jul 5 14:16:31 2015 New Revision: 285161 URL: https://svnweb.freebsd.org/changeset/base/285161 Log: Enable ipsec by default on all armv6 platforms. Modified: head/sys/arm/conf/std.armv6 Modified: head/sys/arm/conf/std.armv6

svn commit: r285160 - head/sys/conf

2015-07-05 Thread Ian Lepore
Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files get built when you include the IPSEC option. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel contr...

2015-07-05 Thread Cy Schubert
Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL: https://svnweb.freebsd.org/changeset/base/285169 Log: MFV ntp-4.2.8p3 (r284990). Approved by: roberto, delphij Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security:

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel c

2015-07-05 Thread Cy Schubert
In message 1436113168.1191.1.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL: https://svnweb.freebsd.org/changeset/base/285169 Log: MFV ntp-4.2.8p3 (r284990).

svn commit: r285171 - head/sys/arm64/arm64

2015-07-05 Thread Andrew Turner
Author: andrew Date: Sun Jul 5 18:16:06 2015 New Revision: 285171 URL: https://svnweb.freebsd.org/changeset/base/285171 Log: Add the kernel functions needed to enable threading. Sponsored by: ABT Systems Ltd Modified: head/sys/arm64/arm64/vm_machdep.c Modified:

svn commit: r285170 - head/usr.sbin/ntp

2015-07-05 Thread Cy Schubert
Author: cy Date: Sun Jul 5 16:48:40 2015 New Revision: 285170 URL: https://svnweb.freebsd.org/changeset/base/285170 Log: Update ntp version number. (This is a manual update that was missed.) Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h

svn commit: r285168 - head/sys/powerpc/powerpc

2015-07-05 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jul 5 15:30:16 2015 New Revision: 285168 URL: https://svnweb.freebsd.org/changeset/base/285168 Log: Fix GENERIC64 and LINT64 powerpc builds after r285144. Modified: head/sys/powerpc/powerpc/trap.c Modified: head/sys/powerpc/powerpc/trap.c

Re: svn commit: r285168 - head/sys/powerpc/powerpc

2015-07-05 Thread Justin Hibbits
On Jul 5, 2015 08:30, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Sun Jul 5 15:30:16 2015 New Revision: 285168 URL: https://svnweb.freebsd.org/changeset/base/285168 Log: Fix GENERIC64 and LINT64 powerpc builds after r285144. Modified: head/sys/powerpc/powerpc/trap.c

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel cont

2015-07-05 Thread Ian Lepore
On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL: https://svnweb.freebsd.org/changeset/base/285169 Log: MFV ntp-4.2.8p3 (r284990). Approved by:roberto, delphij Security: VuXML:

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Garrett Cooper
On Jul 5, 2015, at 13:05, Ian Lepore i...@freebsd.org wrote: On Sun, 2015-07-05 at 12:49 -0700, John-Mark Gurney wrote: Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL:

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread John-Mark Gurney
Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files get built when you include the IPSEC option. Umm.. This looks more

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Oliver Pinter
On 7/5/15, John-Mark Gurney j...@funkthat.com wrote: Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files get built when

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Ian Lepore
On Sun, 2015-07-05 at 12:49 -0700, John-Mark Gurney wrote: Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Bruce Simpson
On 05/07/15 20:53, Oliver Pinter wrote: Log: Ensure all the required files get built when you include the IPSEC option. +1. IETF position these days is that IPSEC should be a standard feature. Key management is a separate issue, and support for newer ciphers like ChaCha20 (see NaCL by

Re: svn commit: r285160 - head/sys/conf

2015-07-05 Thread Garrett Cooper
On Jul 5, 2015, at 13:49, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 5, 2015, at 13:05, Ian Lepore i...@freebsd.org wrote: On Sun, 2015-07-05 at 12:49 -0700, John-Mark Gurney wrote: Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +: Author: ian Date: Sun Jul 5

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel c

2015-07-05 Thread Ian Lepore
On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote: In message 1436113168.1191.1.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015 New Revision: 285169 URL:

Re: svn commit: r285169 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/clockstuff contrib/ntp/html contrib/ntp/html/drivers contrib/ntp/include contrib/ntp/include/isc contrib/ntp/kernel c

2015-07-05 Thread Cy Schubert
In message 1436130908.1334.3.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 09:54 -0700, Cy Schubert wrote: In message 1436113168.1191.1.ca...@freebsd.org, Ian Lepore writes: On Sun, 2015-07-05 at 15:42 +, Cy Schubert wrote: Author: cy Date: Sun Jul 5 15:42:16 2015

svn commit: r285172 - in head/sys: cddl/compat/opensolaris/sys compat/linux fs/fdescfs kern security/audit

2015-07-05 Thread Mateusz Guzik
Author: mjg Date: Sun Jul 5 19:05:16 2015 New Revision: 285172 URL: https://svnweb.freebsd.org/changeset/base/285172 Log: fd: make 'rights' a manadatory argument to fget* functions Modified: head/sys/cddl/compat/opensolaris/sys/file.h head/sys/compat/linux/linux_stats.c

svn commit: r285173 - head/share/man/man9

2015-07-05 Thread Konstantin Belousov
Author: kib Date: Sun Jul 5 19:29:24 2015 New Revision: 285173 URL: https://svnweb.freebsd.org/changeset/base/285173 Log: Document the locking context for the directly dispatched callouts. Cross-reference timeout(9). Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r285183 - head/sys/kern

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 22:44:41 2015 New Revision: 285183 URL: https://svnweb.freebsd.org/changeset/base/285183 Log: Remove a stale descriptive comment for gbincore(). The splay trees referenced in the comment were converted to path-compressed tries in r250551. MFC after:

svn commit: r285187 - head/share/man/man4

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 23:24:52 2015 New Revision: 285187 URL: https://svnweb.freebsd.org/changeset/base/285187 Log: Remove a BUGS entry that was addressed by r282300. Modified: head/share/man/man4/dtrace_tcp.4 Modified: head/share/man/man4/dtrace_tcp.4

svn commit: r285180 - head/sys/vm

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 22:26:19 2015 New Revision: 285180 URL: https://svnweb.freebsd.org/changeset/base/285180 Log: Add a local variable initialization needed in the OBJT_DEFAULT case. Reviewed by: kib Differential Revision:https://reviews.freebsd.org/D2992 Modified:

svn commit: r285182 - in head/sys: fs/nullfs fs/tmpfs fs/unionfs kern sys ufs/ffs

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 22:37:33 2015 New Revision: 285182 URL: https://svnweb.freebsd.org/changeset/base/285182 Log: Check suspendability on the mountpoint returned by VOP_GETWRITEMOUNT. This obviates the need for a MNTK_SUSPENDABLE flag, since passthrough filesystems like nullfs

svn commit: r285184 - head/tests/sys/file

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 22:49:26 2015 New Revision: 285184 URL: https://svnweb.freebsd.org/changeset/base/285184 Log: The bug caught by flock's test 16 was fixed by r268384. MFC after:3 days Modified: head/tests/sys/file/flock_test.sh Modified:

svn commit: r285186 - in head: . share/man/man4 share/man/man9

2015-07-05 Thread Mark Johnston
| sort | uniq -d; # done +# 20150705: Rename DTrace provider man pages. +OLD_FILES+=usr/share/man/man4/dtrace-io.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-ip.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-proc.4.gz +OLD_FILES+=usr/share/man/man4/dtrace-sched.4.gz +OLD_FILES+=usr/share/man/man4

svn commit: r285185 - head/sys/kern

2015-07-05 Thread Mark Johnston
Author: markj Date: Sun Jul 5 22:56:41 2015 New Revision: 285185 URL: https://svnweb.freebsd.org/changeset/base/285185 Log: Move the comment describing namei(9) back to namei()'s definition. MFC after:3 days Modified: head/sys/kern/vfs_lookup.c Modified: head/sys/kern/vfs_lookup.c

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

2015-07-05 Thread Mateusz Guzik
On Thu, Jul 17, 2014 at 03:56:38AM +0300, Konstantin Belousov wrote: On Sun, Jul 13, 2014 at 11:36:24PM +0200, Mateusz Guzik wrote: There is an additional problem with slocked case: witness report a lor with devfs vnodes. lock order reversal: 1st 0xf80006fe6ab0 process imagelock

Re: svn commit: r285168 - head/sys/powerpc/powerpc

2015-07-05 Thread Bruce Evans
On Sun, 5 Jul 2015, Justin Hibbits wrote: On Jul 5, 2015 08:30, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Sun Jul 5 15:30:16 2015 New Revision: 285168 URL: https://svnweb.freebsd.org/changeset/base/285168 Log: Fix GENERIC64 and LINT64 powerpc builds after r285144. Modified:

svn commit: r285195 - in head/sys: conf powerpc/aim powerpc/booke powerpc/powerpc

2015-07-05 Thread Justin Hibbits
Author: jhibbits Date: Mon Jul 6 05:08:57 2015 New Revision: 285195 URL: https://svnweb.freebsd.org/changeset/base/285195 Log: Merge booke and aim interrupt.c files. Summary: Both booke and AIM interrupt.c files contain nearly identical code. This merges the two files, to reduce

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

2015-07-05 Thread Patrick Kelsey
Author: pkelsey Date: Mon Jul 6 01:42:12 2015 New Revision: 285188 URL: https://svnweb.freebsd.org/changeset/base/285188 Log: Fix sysctl(3) so it returns the intended values for all mib names in the 'user' sysctl tree, which have all been coming back 0 or empty since r240176.

svn commit: r285189 - head/usr.sbin/iovctl

2015-07-05 Thread Patrick Kelsey
Author: pkelsey Date: Mon Jul 6 01:48:23 2015 New Revision: 285189 URL: https://svnweb.freebsd.org/changeset/base/285189 Log: Fix range upper bound for uint32_t and uint64_t, and reformat range description for uint8_t, uint16_t, uint32_t, and uint64_t. Differential Revision:

svn commit: r285190 - head/sys/net

2015-07-05 Thread Patrick Kelsey
Author: pkelsey Date: Mon Jul 6 02:12:49 2015 New Revision: 285190 URL: https://svnweb.freebsd.org/changeset/base/285190 Log: Fix if_loop so bpfwrite() can use it regardless of the state of bd_hdrcmplt. As if_loop does not use link-level headers, its behavior when used by bpfwrite()

svn commit: r285192 - head/sys/dev/dwc

2015-07-05 Thread Luiz Otavio O Souza
Author: loos Date: Mon Jul 6 03:06:13 2015 New Revision: 285192 URL: https://svnweb.freebsd.org/changeset/base/285192 Log: Fix the sent packets statistics for if_dwc. Modified: head/sys/dev/dwc/if_dwc.c Modified: head/sys/dev/dwc/if_dwc.c