CVS commit: src/tests/dev/usb

2016-05-05 Thread Jonathan A. Kollasch
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/tests/dev/usb/t_hid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2016-05-05 Thread Guilherme Salazar
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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/dev/usb

2016-05-05 Thread Jonathan A. Kollasch
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:
cvs rdiff -u -r1.7 -r1.8 src/tests/dev/usb/t_hid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2016-05-05 Thread Robert Swindells
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/conf/Makefile.aarch64
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm64/conf/std.a64emul
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm64/conf/std.evbarm64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin

2016-05-05 Thread Pierre Pronchery
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 (cfkoch@) of EdgeBSD; thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/modload/main.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/modunload/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2016-05-05 Thread Taylor R Campbell
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 src/share/man/man4/rnd.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/ic

2016-05-05 Thread SAITOH Masanobu
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 public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9

2016-05-05 Thread David A. Holland
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 internals from public interfaces. Mention historic dead
flags like SAVESTART because they still exist in other projects.
Explain the current layout of vfs_lookup.c, or at least the primary
points of it.

Etc.

This ended up being a much larger rewrite than I intended.

Bump date again.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/man/man9/namei.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2016-05-05 Thread Nick Hudson
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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.