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 Mess
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 that
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
Pl
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 machdep.xen.timepush_tick
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 -
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 rdif
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 lo
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
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 a
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 diffs
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
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 crash(8).
Module Name:src
Committed By: abhinav
Date: Sun Jun 12 18:44:46 UTC 2016
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Mark hp300/crash.{0,8,html} obsolete.
Discussed on: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html
To generate a diff o
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 o
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 src/usr.b
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 src/usr.bin/find/fin
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 t
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 dif
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 src/usr.bin/find/function
Module Name:src
Committed By: wiz
Date: Mon Jun 13 06:17:19 UTC 2016
Modified Files:
src/usr.bin/find: find.1
Log Message:
Remove trailing whitespace. Remove unnecessary quotes.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/find/find.1
Please
20 matches
Mail list logo