CVS commit: src/sys/kern

2012-04-30 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Apr 30 10:05:13 UTC 2012 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: Fix the extattr start fix. Looking up the filesystemroot vnode again does not seems to be reliable. Instead save it before mount_domount() sets

CVS commit: src/share/man/man5

2012-04-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Apr 30 11:07:28 UTC 2012 Modified Files: src/share/man/man5: login.conf.5 Log Message: Adjust xref for capability database file format. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/distrib/sets/lists/tests

2012-04-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Apr 30 13:47:52 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi module.mi Log Message: Move module related debug entries to module.mi list to fix MKDEBUG=yes and MKKMOD=no builds. Add missing k_helper3.debug line.

CVS commit: src/sys/dev/usb

2012-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 30 17:27:50 UTC 2012 Modified Files: src/sys/dev/usb: ums.c Log Message: kern/46391: Nat Sloss: ums.c doesn't support digitizers or touchscreens To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Apr 30 19:05:30 UTC 2012 Modified Files: src/distrib/utils/sysinst: configmenu.c Log Message: Check if the network is up before attempting to install pkgin. If not, configure it. To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 30 19:43:46 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.de Log Message: Translate enable_binpkg To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/distrib/utils/sysinst/msg.mi.de Please

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 30 19:49:26 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.de Log Message: Add missing white spaces at end of line (meaning forced line breaks) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Mon Apr 30 19:57:52 UTC 2012 Modified Files: src/distrib/utils/sysinst: configmenu.c Log Message: Don't have pkgin prompt before updating the database. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/sys

2012-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 30 20:41:33 UTC 2012 Modified Files: src/sys/sys: cdefs.h Log Message: Fix a (obvious) typo To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/sys/cdefs.h Please note that diffs are not public

CVS commit: src/sys

2012-04-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Apr 30 21:19:58 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32_execve.c src/sys/kern: kern_exec.c src/sys/sys: exec.h spawn.h Log Message: posix_spawn: - Remove copy-pasting in error paths, use

CVS commit: src/sys

2012-04-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Apr 30 22:51:28 UTC 2012 Modified Files: src/sys/fs/union: union_vfsops.c src/sys/kern: kern_malloc.c src/sys/miscfs/nullfs: null_vfsops.c src/sys/miscfs/overlay: overlay_vfsops.c