Module Name:src
Committed By: jakllsch
Date: Thu May 5 16:55:56 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
t_hid doesn't use rump correctly, and thus consistently fails; mark as such
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/t
Module Name:src
Committed By: salazar
Date: Thu May 5 17:06:41 UTC 2016
Modified Files:
src/share/man/man9: namei.9
Log Message:
update struct nameidata documentation
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man9/namei.9
Please note t
Module Name:src
Committed By: jakllsch
Date: Thu May 5 17:40:26 UTC 2016
Modified Files:
src/tests/dev/usb: t_hid.c
Log Message:
Use rump_schedule() before calling things in the rump context.
Hopefully fixes these tests on all ports.
To generate a diff of this commit:
c
Module Name:src
Committed By: rjs
Date: Thu May 5 21:14:15 UTC 2016
Modified Files:
src/sys/arch/aarch64/conf: Makefile.aarch64
src/sys/arch/evbarm64/conf: std.a64emul std.evbarm64
Log Message:
Fix config(1) errors and warnings.
Set up arm headers for the build.
Module Name:src
Committed By: khorben
Date: Fri May 6 00:24:45 UTC 2016
Modified Files:
src/sbin/modload: main.c
src/sbin/modunload: main.c
Log Message:
More friendly error messages for modload(8) and modunload(8)
Tested on NetBSD/amd64.
>From Christian Koch (cf
Module Name:src
Committed By: riastradh
Date: Fri May 6 03:04:14 UTC 2016
Modified Files:
src/share/man/man4: rnd.4
Log Message:
Correct rc.conf variable for random seed.
Note that it is enabled by default.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23
Module Name:src
Committed By: msaitoh
Date: Fri May 6 04:46:17 UTC 2016
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
KNF. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/dev/ic/wdc.c
Please note that diffs are not pub
Module Name:src
Committed By: dholland
Date: Fri May 6 04:55:10 UTC 2016
Modified Files:
src/share/man/man9: namei.9
Log Message:
Revise/update. List the functions in a sensible order. Document all
the modes and flags. Document the structure fields properly.
Distinguish i
Module Name:src
Committed By: skrll
Date: Fri May 6 05:19:32 UTC 2016
Modified Files:
src/sys/dev/usb: usbdi.c
Log Message:
Fix polling mode and USB keyboards in ddb
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/dev/usb/usbdi.c
Please note tha