CVS commit: src/sys/arch

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 23:40:27 UTC 2009 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/sparc64/sparc64: machdep.c Log Message: During a normal shutdown, gracefully tear down arbitrary stacks of filesystems and (pseudo

CVS commit: src/sys/kern

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 22:59:25 UTC 2009 Modified Files: src/sys/kern: Make.tags.inc Log Message: sys/coda/ rudely re-#defines some kernel constants and such, so leave it out of the tags for now. To generate a diff of this commit: cvs rdiff

CVS commit: src/dist/smbfs/lib/smb

2009-06-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jun 26 22:41:26 UTC 2009 Modified Files: src/dist/smbfs/lib/smb: ctx.c Log Message: Do set error for SMBIOC_LOOKUP ioctl failure in *SMBSERVER fallback. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/dist/s

CVS commit: src/usr.sbin/wake

2009-06-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Jun 26 21:55:28 UTC 2009 Modified Files: src/usr.sbin/wake: wake.c Log Message: - No need to include paths.h twice (christos, you oversaw that paths.h was already included) - use "usage", not "Usage", like other tools To ge

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

2009-06-26 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jun 26 20:59:00 UTC 2009 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add yp tag to nicknames.{0,html} as well. To generate a diff of this commit: cvs rdiff -u -r1.1144 -r1.1145 src/distrib/sets/lists/man/mi

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

2009-06-26 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Jun 26 20:52:02 UTC 2009 Modified Files: src/distrib/sets/lists/xserver: md.sparc64 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/xserver/md.sparc64 Please not

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

2009-06-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 26 19:36:22 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix MKDEBUG=YES build by adding entry for wake.debug. To generate a diff of this commit: cvs rdiff -u -r1.1274 -r1.1275 src/distrib/sets

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

2009-06-26 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jun 26 19:31:25 UTC 2009 Modified Files: src/distrib/sets/lists/man: mi Log Message: mark nicknames.5 as .man, so MKMANZ=YES builds work To generate a diff of this commit: cvs rdiff -u -r1.1143 -r1.1144 src/distrib/sets/li

CVS commit: src/sys

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 19:30:46 UTC 2009 Modified Files: src/sys/kern: kern_pmf.c subr_autoconf.c src/sys/sys: device.h Log Message: Switch to kmem(9). (void *)pew is one way to get a struct work *, but let's write&pew->pew_work, ins

CVS commit: src/sys/kern

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 18:58:14 UTC 2009 Modified Files: src/sys/kern: vfs_subr.c Log Message: Cosmetic: remove #if 1 / #endif. To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/sys/kern/vfs_subr.c Please note that diffs

CVS commit: src/sys/kern

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 18:53:07 UTC 2009 Modified Files: src/sys/kern: vfs_subr.c Log Message: Keep a generation number, mountgen, that increases every time a filesystem is mounted. Synchronize access to the number with a mutex. When a stru

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus

2009-06-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jun 26 18:17:42 UTC 2009 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus: netbsdSbus.c Log Message: add sparcDriverName() - from Sbus.c To generate a diff of this commit: cvs rdiff

CVS commit: xsrc/external/mit/libdrm/dist/libdrm/intel

2009-06-26 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Fri Jun 26 17:57:08 UTC 2009 Modified Files: xsrc/external/mit/libdrm/dist/libdrm/intel: intel_bufmgr_gem.c Log Message: include for offsetof. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/external/m

CVS commit: src/usr.sbin/wake

2009-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 26 17:38:32 UTC 2009 Modified Files: src/usr.sbin/wake: wake.c Log Message: - include for _PATH_BPF explicitly. - make sure that everything sets errno appropriately so we can use warn/err - only open and setup bpf once

CVS commit: src/sys/sys

2009-06-26 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jun 26 16:55:46 UTC 2009 Modified Files: src/sys/sys: mount.h Log Message: For use in subsequent commits, add a 64-bit generation number to struct mount, and add prototypes for vfs_sync_all() and for vfs_unmount_forceone().

CVS commit: src/share/man/man7

2009-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 26 15:50:17 UTC 2009 Modified Files: src/share/man/man7: symlink.7 Log Message: document gid, rgid To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man7/symlink.7 Please note that diffs are

CVS commit: src/sys/kern

2009-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 26 15:49:03 UTC 2009 Modified Files: src/sys/kern: vfs_lookup.c Log Message: magic symlink cleanup: - use size_t for len - don't call strlen multiple times in macro - add gid - off by one in bounds calculation To gener

CVS commit: src/usr.bin/unzip

2009-06-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 26 09:31:04 UTC 2009 Modified Files: src/usr.bin/unzip: unzip.1 Log Message: Remove superfluous Pp. Grammar improvement, typo fix, sort sections, fix Xr.Ã To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.

CVS commit: src/usr.sbin/wake

2009-06-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 26 09:25:39 UTC 2009 Modified Files: src/usr.sbin/wake: wake.8 Log Message: Fix Dd argument, remove superfluous quotes, add author name. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wake/wake.8

CVS commit: src/usr.sbin/wake

2009-06-26 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Fri Jun 26 09:00:49 UTC 2009 Modified Files: src/usr.sbin/wake: wake.c Log Message: /dev/bpf is cloneable, no need to dance around /dev/bpfN to find an available device. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1