CVS commit: src/usr.bin/find

2016-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 13 02:06:44 UTC 2016 Modified Files: src/usr.bin/find: function.c Log Message: Fix missing quote. Resolve automated test failure. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/sys/arch/mips/mips

2016-06-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jun 13 01:14:29 UTC 2016 Modified Files: src/sys/arch/mips/mips: locore.S Log Message: Add missing nops after mfc0 on mips1-3. Mostly from coypu; should fix an issue posted a month ago or so on port-pmax. To generate a

CVS commit: src/usr.bin/find

2016-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 13 00:04:41 UTC 2016 Modified Files: src/usr.bin/find: extern.h find.1 find.c find.h function.c option.c Log Message: Add new primaries -asince, -csince, and -since to compare file's attributes against a user-specified

CVS commit: src/usr.bin/find

2016-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 12 22:25:13 UTC 2016 Modified Files: src/usr.bin/find: find.1 Log Message: Use .Ic markup for consistency with the rest of the document To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/usr.bin/find

2016-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jun 12 22:17:18 UTC 2016 Modified Files: src/usr.bin/find: find.1 Log Message: Further clarification of the treatment of numeric user and group names. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/usr.bin/find

2016-06-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 12 20:50:10 UTC 2016 Modified Files: src/usr.bin/find: find.1 function.c Log Message: Extend the numeric handling for uids with -user to gids with -group, and document it. Leftover bit of PR 46158. To generate a diff

CVS commit: src/share/man/man8/man8.hp300

2016-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 12 18:42:28 UTC 2016 Modified Files: src/share/man/man8/man8.hp300: Makefile Removed Files: src/share/man/man8/man8.hp300: crash.8 Log Message: Remove crash.8 for hp300 as there is already a man page for

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 12 15:25:38 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Remove KASSERTs that don't make sense. To generate a diff of this commit: cvs rdiff -u -r1.28.2.74 -r1.28.2.75 src/sys/dev/usb/xhci.c

CVS commit: src/sys/dev/usb

2016-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 12 15:20:02 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Remove KASSERTs that don't make sense. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/xhci.c Please note that

CVS commit: src/usr.bin/ul

2016-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 12 14:28:26 UTC 2016 Modified Files: src/usr.bin/ul: Makefile Log Message: Add libutil to the DPADD variable. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ul/Makefile Please note that diffs

CVS commit: src/usr.bin/ul

2016-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 12 13:29:29 UTC 2016 Modified Files: src/usr.bin/ul: Makefile ul.c Log Message: Fix a buffer overflow when reading from files containing extra long lines. Instead of using a statically allocated buffer, manage the buffer

CVS commit: src/sbin/gpt

2016-06-12 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Jun 12 12:48:33 UTC 2016 Modified Files: src/sbin/gpt: recover.c Log Message: - fix setting of hdr_lba_alt which was broken in revision 1.10 on 2015/12/2 - switch to using gpt_last - PR/51230 -- recreate the PMBR if it was

CVS commit: src/sys/sys

2016-06-12 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sun Jun 12 10:14:13 UTC 2016 Modified Files: src/sys/sys: mbuf.h Log Message: Fix m_reset_rcvif m_reset_rcvif should zero whole m_pkthdr._rcvif union, which is the original behavior. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/gen

2016-06-12 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 12 09:42:41 UTC 2016 Modified Files: src/lib/libc/gen: getmntinfo.3 Log Message: Don't refer getfsstat() using .Xr as we don't have man page for it anymore. Ok from wiz@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/xen/xen

2016-06-12 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Jun 12 09:08:09 UTC 2016 Modified Files: src/sys/arch/xen/xen: clock.c hypervisor.c Log Message: - add machdep.xen.version sysctl to easily get hypervisor version - move machdep.xen_timepush_ticks to

CVS commit: [nick-nhusb] src/sys/dev/ic

2016-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 12 08:35:48 UTC 2016 Modified Files: src/sys/dev/ic [nick-nhusb]: dwc_gmac.c Log Message: Oops... use the ipq we created. To generate a diff of this commit: cvs rdiff -u -r1.28.2.5 -r1.28.2.6 src/sys/dev/ic/dwc_gmac.c

CVS commit: [nick-nhusb] src/sys/dev/ic

2016-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 12 08:33:29 UTC 2016 Modified Files: src/sys/dev/ic [nick-nhusb]: dwc_gmac.c Log Message: Fix locking botch To generate a diff of this commit: cvs rdiff -u -r1.28.2.4 -r1.28.2.5 src/sys/dev/ic/dwc_gmac.c Please note

CVS commit: [nick-nhusb] src/sys

2016-06-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 12 07:18:52 UTC 2016 Modified Files: src/sys/arch/arm/allwinner [nick-nhusb]: awin_gige.c src/sys/arch/arm/amlogic [nick-nhusb]: amlogic_gmac.c src/sys/dev/ic [nick-nhusb]: dwc_gmac.c dwc_gmac_var.h Log

CVS commit: src/doc

2016-06-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 12 06:21:56 UTC 2016 Modified Files: src/doc: CHANGES Log Message: note nvmectl To generate a diff of this commit: cvs rdiff -u -r1.2170 -r1.2171 src/doc/CHANGES Please note that diffs are not public domain; they are