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

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.

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

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

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

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

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

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: 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

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
an empty path for the thing. Note we need to * use Dir_Destroy in the destruction of the path as the * Dir module could have added a directory to the path... + * + * Note dholland 20130304: this is now not supposed to + * happen, so we can just zap it. */ - Lst emptyPath = Lst_Init

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

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/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/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

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

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

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

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

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

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: 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

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;