CVS commit: src/bin/test

2013-05-04 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat May 4 06:26:44 UTC 2013 Modified Files: src/bin/test: test.c Log Message: test(1): Compare timestamp in nsec scale in -nt/-ot. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/bin/test/test.c Please

CVS commit: src/usr.bin/find

2013-05-04 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat May 4 06:29:32 UTC 2013 Modified Files: src/usr.bin/find: find.h function.c Log Message: find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 4 07:13:24 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.1 Log Message: Sort. Add EXIT STATUS section. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/vndcompress/vndcompress.1

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 4 10:21:28 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: __printflike for vwarnx_ss, __dead for err_ss and errx_ss. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 14:29:48 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: Fix sign-compare in compress_blocks. Not sure why my builds didn't reveal this one -- they revealed several others during

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 14:34:13 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.1 Log Message: Add -l option to synopsis for vndcompress(1) man page. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat May 4 15:27:40 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: 'unsigned long' prints with %lu, not %zu. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.bin/vndcompress

2013-05-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 4 15:37:39 UTC 2013 Modified Files: src/usr.bin/vndcompress: vndcompress.c Log Message: Add __printflike to vsnprintf_ss. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/include

2013-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 18:30:14 UTC 2013 Modified Files: src/include: stdio.h Log Message: add the signal safe prototypes To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/include/stdio.h Please note that diffs are not

CVS commit: src/lib/libc/include

2013-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 18:31:47 UTC 2013 Modified Files: src/lib/libc/include: extern.h Log Message: move prototypes to stdio.h To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/include/extern.h Please note that

CVS commit: src/lib/libc/stdio

2013-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 18:35:54 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: _ss improvements To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/stdio/printf.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2013-05-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 4 19:17:39 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Grammar. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/lib/libc/stdio/printf.3 Please note that diffs are not public