CVS commit: src/external/gpl2/lvm2

2012-05-02 Thread Aleksey Cheusov
Module Name:src
Committed By:   cheusov
Date:   Wed May  2 13:35:04 UTC 2012

Modified Files:
src/external/gpl2/lvm2/lib/liblvm: Makefile
src/external/gpl2/lvm2/sbin/lvm: Makefile

Log Message:
Add .include  for initializing USE_SSP.
   This fixes build failure if USE_FORT=YES
   Approved by christos@


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl2/lvm2/lib/liblvm/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/gpl2/lvm2/sbin/lvm/Makefile

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



CVS commit: src/lib/libc/gen

2012-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May  2 14:36:07 UTC 2012

Modified Files:
src/lib/libc/gen: getpass.c

Log Message:
test for both NUL and _POSIX_VDISABLE, because _POSIX_VDISABLE propagation
between different daemons and OS's does not seem reliable.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/getpass.c

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



CVS commit: src/sys/dev/sun

2012-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May  2 14:54:26 UTC 2012

Modified Files:
src/sys/dev/sun: kbd.c

Log Message:
make this compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/sun/kbd.c

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



CVS commit: src/sbin/gpt

2012-05-02 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed May  2 15:42:58 UTC 2012

Modified Files:
src/sbin/gpt: gpt.8

Log Message:
Bump date to date of previous change.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/gpt.8

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



CVS commit: src

2012-05-02 Thread Tracy Di Marco White
Module Name:src
Committed By:   gendalia
Date:   Wed May  2 15:57:15 UTC 2012

Modified Files:
src/etc/rc.d: staticroute
src/share/man/man5: route.conf.5

Log Message:
Add the ability for staticroute to evaluate lines from /etc/route.conf
as shell script fragments, add example to the route.conf man page of
evaluating variables.

Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.

Wrap the staticroute while in parens, per  & , and
quote all the arguments for the evals.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/etc/rc.d/staticroute
cvs rdiff -u -r1.3 -r1.4 src/share/man/man5/route.conf.5

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



CVS commit: src/sys/coda

2012-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May  2 16:51:02 UTC 2012

Modified Files:
src/sys/coda: coda_vnops.c

Log Message:
Instead of sharing the coda vnode lock with the ffs vnode lock, share the
ffs vnode lock with coda.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/coda/coda_vnops.c

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



CVS commit: src/sys/kern

2012-05-02 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed May  2 20:48:29 UTC 2012

Modified Files:
src/sys/kern: vfs_syscalls.c

Log Message:
do_open: move pathbuf destruction to the callers, thus simplify and fix a
memory leak on error path.


To generate a diff of this commit:
cvs rdiff -u -r1.454 -r1.455 src/sys/kern/vfs_syscalls.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/man5

2012-05-02 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  2 22:38:31 UTC 2012

Modified Files:
src/share/man/man5: route.conf.5

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man5/route.conf.5

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



CVS commit: src/sys

2012-05-02 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed May  2 23:33:11 UTC 2012

Modified Files:
src/sys/compat/netbsd32: netbsd32_execve.c
src/sys/kern: kern_exec.c
src/sys/sys: exec.h

Log Message:
Revert posix_spawn() clean up for now, there are some bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/compat/netbsd32/netbsd32_execve.c
cvs rdiff -u -r1.351 -r1.352 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.136 -r1.137 src/sys/sys/exec.h

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