CVS commit: src/doc

2013-03-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Mar 5 07:22:27 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: openldap-2.4.34 out. To generate a diff of this commit: cvs rdiff -u -r1.1008 -r1.1009 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/tests/fs/common/nfsrpc

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 05:39:54 UTC 2013 Modified Files: src/tests/fs/common/nfsrpc: svc.c Log Message: catch up with libc. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/nfsrpc/svc.c Please note that dif

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 5 04:32:57 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: array.c array.h Log Message: No longer need hacks for converting Lst to array and vice versa. To generate a diff of this commit: cvs rdiff -u -

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 5 04:31:27 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: main.c Log Message: Simplify twisted logic of "ReadAllMakefiles". To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 othersrc/usr.bin/

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 5 04:27:27 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: compat.c cond.c graph.h job.c job.h main.c make.c make.h nonints.h parse.c suff.c targ.c Log Message: Clean up the last non-file-loca

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Tue Mar 5 03:32:08 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: arch.c compat.c cond.c dir.c dir.h graph.h main.c make.c make.h nonints.h parse.c suff.c targ.c Log Message: more arrays; fewer lists

CVS commit: src/lib/libc/gen

2013-03-04 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Mar 5 03:11:27 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: - Refer the argument with correct name. - Mark up the function as a function like rest of this paragraph does. To generate a diff of this comm

CVS commit: src/tools/host-mkdep

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 03:06:21 UTC 2013 Modified Files: src/tools/host-mkdep: host-mkdep.in Log Message: account for -vi To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/tools/host-mkdep/host-mkdep.in Please note that d

CVS commit: src/sys/kern

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 03:04:01 UTC 2013 Modified Files: src/sys/kern: kern_module.c Log Message: remove extra chatty messages To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/kern/kern_module.c Please note that diff

CVS commit: src/lib/libc/gen

2013-03-04 Thread Noriyuki Soda
Module Name:src Committed By: soda Date: Tue Mar 5 02:46:33 UTC 2013 Modified Files: src/lib/libc/gen: realpath.3 Log Message: a sequel to getcwd.c revision 1.52 and realpath.3 revision 1.13 by christos: explicitly mention that NULL is allowed as second argument in the de

CVS commit: src/usr.bin/make

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 02:04:11 UTC 2013 Modified Files: src/usr.bin/make: dir.c job.c parse.c Log Message: Keep track of the location where a dependency is defined, so we can report about it. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/mk

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 02:02:08 UTC 2013 Modified Files: src/share/mk: bsd.README bsd.dep.mk Log Message: MKDEPINCLUDES support. To generate a diff of this commit: cvs rdiff -u -r1.313 -r1.314 src/share/mk/bsd.README cvs rdiff -u -r1.75 -

CVS commit: src/usr.bin/mkdep

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 01:59:56 UTC 2013 Modified Files: src/usr.bin/mkdep: mkdep.1 mkdep.c Log Message: add -i and -v To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/mkdep/mkdep.1 cvs rdiff -u -r1.41 -r1.42 src/

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
ParseDoDependency(char *line) &line[5]); goto out; } else { - if (paths == NULL) { - paths = Lst_Init(FALSE); - } - (void)Lst_AtEnd(paths, path); + patharrayarray_add(&paths, path, NULL); } } } @@ -1360,12 +1312,15 @@ ParseDoDependency(char *

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Mon Mar 4 23:52:07 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: arch.c Log Message: Use arrays, not lists. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/dholland-make2/arch.c

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Mon Mar 4 23:31:57 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: make.c make.h targ.c Log Message: Use (far) fewer void pointers now that we're free of that list library. Also drop meaningless always-zero integ

CVS commit: src/sys/arch/arm/arm

2013-03-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Mar 4 23:12:53 UTC 2013 Modified Files: src/sys/arch/arm/arm: sig_machdep.c Log Message: Fix boolean inversion in FPU setcontext. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/arm/sig_machdep.

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Mon Mar 4 23:03:42 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: arch.c compat.c graph.h job.c make.c parse.c suff.c targ.c Log Message: Use arrays instead of lists for graph links. To generate a

CVS commit: src/lib/libc/time

2013-03-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 4 21:18:51 UTC 2013 Modified Files: src/lib/libc/time: zic.c Log Message: usage is dead. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/time/zic.c Please note that diffs are not public domain

CVS commit: src/sys/arch/sparc64/sparc64

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 20:17:46 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: db_trace.c Log Message: make traces work from crash(8) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sparc64/sparc64/db_tr

CVS commit: src/usr.sbin/crash

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 20:10:51 UTC 2013 Modified Files: src/usr.sbin/crash: Makefile Added Files: src/usr.sbin/crash/arch: sparc.c Log Message: make crash traces work on sparc64 To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/rump/kern/lib/libsys_linux

2013-03-04 Thread Arnaud Ysmal
Module Name:src Committed By: stacktic Date: Mon Mar 4 19:12:56 UTC 2013 Modified Files: src/sys/rump/kern/lib/libsys_linux: rump_linux_syscallargs.h rump_linux_syscalls.c rump_linux_sysent.c syscalls.master Log Message: Regen to use getdents64 instead of getd

CVS commit: src

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:29:03 UTC 2013 Modified Files: src/include/rpc: svc.h src/lib/libc/rpc: rpc_soc.3 rpc_svc_reg.3 svc.c svc_dg.c svc_raw.c svc_vc.c Log Message: PR/47617: Thorsten Brehm: Memory and socket leak in

CVS commit: src/lib/libc/rpc

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 4 17:17:57 UTC 2013 Modified Files: src/lib/libc/rpc: auth_unix.c clnt_raw.c svc_generic.c svc_simple.c svc_vc.c xdr.c xdr_array.c xdr_rec.c xdr_reference.c Log Message: fix error messages and warnings. To

CVS commit: othersrc/usr.bin/dholland-make2

2013-03-04 Thread David A. Holland
Module Name:othersrc Committed By: dholland Date: Mon Mar 4 08:47:09 UTC 2013 Modified Files: othersrc/usr.bin/dholland-make2: array.c array.h compat.c graph.h main.c make.c nonints.h parse.c suff.c targ.c Log Message: Use more arrays and fewer lists. To gen