Re: CVS commit: src/lib/libperfuse

2011-09-10 Thread Frank Kardel
Hi Christos, I think that didn't quite work the tree from this morning gives me this: lcc1: warnings being treated as errors /fs/raid1a/src/NetBSD/cur/src/lib/libperfuse/ops.c: In function 'perfuse_node_read': /fs/raid1a/src/NetBSD/cur/src/lib/libperfuse/ops.c:2838:22: error: comparison

Re: CVS commit: src/lib/libperfuse

2011-09-10 Thread Christos Zoulas
On Sep 10, 8:31am, kar...@netbsd.org (Frank Kardel) wrote: -- Subject: Re: CVS commit: src/lib/libperfuse | Hi Christos, | | I think that didn't quite work the tree from this morning gives me this: | lcc1: warnings being treated as errors | /fs/raid1a/src/NetBSD/cur/src/lib/libperfuse/ops.c:

CVS commit: src/sys/modules

2011-09-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Sep 10 08:27:07 UTC 2011 Modified Files: src/sys/modules: Makefile.inc Log Message: Include sysctl descriptions when building modules. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libperfuse

2011-09-10 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 10 10:06:10 UTC 2011 Modified Files: src/lib/libperfuse: ops.c Log Message: Avoid comparison between signed and unsigned integer expressions by casting the offset to a unsigned type. This fixes the NetBSD/i386 and hopefully

CVS commit: src/sys/arch/usermode/usermode

2011-09-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 10 10:29:39 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: The illegal instruction handler can exist on the usermodes stack and the stackframe will disappear when its switched back. To

CVS commit: src/sys/arch/usermode/dev

2011-09-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 10 10:37:06 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Make cpu_lwp_trampo only jump once and make successive jumps go to the func only To generate a diff of this commit: cvs rdiff -u -r1.44

CVS commit: src/doc

2011-09-10 Thread Matthias Scheler
: This file does not mention every change made to the NetBSD source tree. @@ -1112,3 +1112,4 @@ libc: Apply tzcode2011i [christos 20110904] zoneinfo: Import tzdata2011i. [christos 20110904] openssh: Import 5.9. [christos 20110907] + postfix(1): Import version 2.8.5 [tron 20110910]

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 16:57:36 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.dep.mk bsd.files.mk bsd.hostlib.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk bsd.lib.mk bsd.man.mk bsd.nls.mk bsd.prog.mk bsd.rpc.mk

CVS commit: src/etc/mtree

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 17:02:46 UTC 2011 Modified Files: src/etc/mtree: Makefile Log Message: Revert previous now that make cleandir uses bsd.clean.mk to clean both the obj dir and the src dir. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:40 UTC 2011 Modified Files: src/usr.bin/fstat: misc.c Log Message: add all the possible fileops here, and if there is one we know about print that instead of the passed name. To generate a diff of this

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:54 UTC 2011 Modified Files: src/usr.bin/fstat: Makefile Log Message: add libutil. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/fstat/Makefile Please note that diffs are not

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:35:28 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - remove bogus casts - print recycled vnode flags To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/usr.bin/fstat/fstat.c

CVS commit: src/sys/dev/pckbport

2011-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 18:38:20 UTC 2011 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Correct and improve some comments. Collect unused variables. Add a define. To generate a diff of this

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:25:10 UTC 2011 Modified Files: src/share/mk: bsd.clean.mk Log Message: Don't automatically load .depend files during make clean or make cleandir. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/binutils/usr.bin/ld

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:26:18 UTC 2011 Modified Files: src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Don't include .depend.* files during make clean or make cleandir To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sbin/ping

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:04:28 UTC 2011 Modified Files: src/sbin/ping: ping.8 ping.c Log Message: PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in little endian format by default, pass a struct timespec in native host

CVS commit: src/gnu/dist/gettext

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 20:35:43 UTC 2011 Modified Files: src/gnu/dist/gettext/autoconf-lib-link: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in Log Message: Disable rebuilding files in the source tree. To generate a

CVS commit: src/sbin/ping

2011-09-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 10 20:46:43 UTC 2011 Modified Files: src/sbin/ping: ping.8 ping.c Log Message: Sort options and descriptions in standard order. Remove unecessary Bk/Ek in SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/sbin/ping

2011-09-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 10 20:47:33 UTC 2011 Modified Files: src/sbin/ping: ping.8 Log Message: Another option order fix. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/ping/ping.8 Please note that diffs are not public

CVS commit: src/external/bsd/wpa/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:56:00 UTC 2011 Update of /cvsroot/src/external/bsd/wpa/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12221 Log Message: Import wpa_supplicant and hostapd Status: Vendor Tag: MALINEN Release Tags: v0_7_3

CVS commit: src/external/bsd/wpa/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:59:03 UTC 2011 Modified Files: src/external/bsd/wpa/dist/hostapd: hostapd_cli.c src/external/bsd/wpa/dist/src/ap: wpa_auth.c Log Message: merge 0.7.3 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
: $Revision: 1.1602 $ # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1113,3 +1113,4 @@ zoneinfo: Import tzdata2011i. [christos 20110904] openssh: Import 5.9. [christos 20110907] postfix(1): Import version 2.8.5 [tron 20110910] + wpa: New wpa_supplicant

CVS commit: src/external/bsd/byacc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:18:00 UTC 2011 Modified Files: src/external/bsd/byacc: byacc2netbsd Log Message: fix pasto; generalize date To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/byacc/byacc2netbsd Please

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:19:16 UTC 2011 Update of /cvsroot/src/external/bsd/byacc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9942 Log Message: Import byacc 20110908 Status: Vendor Tag: DICKEY Release Tags: byacc-20110908

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:22:12 UTC 2011 Update of /cvsroot/src/external/bsd/byacc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21392 Log Message: Import byacc 20110908 Status: Vendor Tag: DICKEY Release Tags: byacc-20110908

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:29:04 UTC 2011 Modified Files: src/external/bsd/byacc/dist: closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c yacc.1

CVS commit: src/external/bsd/byacc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:32:25 UTC 2011 Modified Files: src/external/bsd/byacc: byacc2netbsd src/external/bsd/byacc/include: config.h Log Message: update config.h and what we do to it. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/byacc/bin

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:38:59 UTC 2011 Modified Files: src/external/bsd/byacc/bin: yacc.1 Log Message: document -i To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/byacc/bin/yacc.1 Please note that diffs

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
: Import 5.9. [christos 20110907] postfix(1): Import version 2.8.5 [tron 20110910] wpa: New wpa_supplicant and hostapd 0.7.3 [christos 20110910] + yacc(1): Import byacc-20110908 [christos 20110910]

CVS commit: src/usr.sbin/traceroute

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 11 01:06:26 UTC 2011 Modified Files: src/usr.sbin/traceroute: CHANGES Makefile ifaddrlist.c traceroute.8 traceroute.c version.c Log Message: merge in traceroute1.4a12. Our sources are so different that it is

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
RELEASE: $Revision: 1.1604 $ # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1115,3 +1115,4 @@ postfix(1): Import version 2.8.5 [tron 20110910] wpa: New wpa_supplicant and hostapd 0.7.3 [christos 20110910] yacc(1): Import byacc-20110908 [christos

CVS commit: src/lib/libc/stdio

2011-09-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Sep 11 04:55:48 UTC 2011 Modified Files: src/lib/libc/stdio: fread.3 Log Message: .Xr for fsetpos(3), not .Fn. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/fread.3 Please note that diffs

CVS commit: src

2011-09-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Sep 11 05:15:55 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_fflush.c Log Message: Couple of unit tests for fflush(3).

CVS commit: src/sys/modules

2011-09-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Sep 10 08:27:07 UTC 2011 Modified Files: src/sys/modules: Makefile.inc Log Message: Include sysctl descriptions when building modules. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libperfuse

2011-09-10 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 10 10:06:10 UTC 2011 Modified Files: src/lib/libperfuse: ops.c Log Message: Avoid comparison between signed and unsigned integer expressions by casting the offset to a unsigned type. This fixes the NetBSD/i386 and hopefully

CVS commit: src/sys/arch/usermode/usermode

2011-09-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 10 10:29:39 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: The illegal instruction handler can exist on the usermodes stack and the stackframe will disappear when its switched back. To

CVS commit: src/sys/arch/usermode/dev

2011-09-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Sep 10 10:37:06 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Make cpu_lwp_trampo only jump once and make successive jumps go to the func only To generate a diff of this commit: cvs rdiff -u -r1.44

CVS commit: src/doc

2011-09-10 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 10 11:44:34 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Postfix has been been updated to version 2.8.5. To generate a diff of this commit: cvs rdiff -u -r1.865 -r1.866 src/doc/3RDPARTY cvs rdiff -u

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 16:57:36 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.dep.mk bsd.files.mk bsd.hostlib.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk bsd.lib.mk bsd.man.mk bsd.nls.mk bsd.prog.mk bsd.rpc.mk

CVS commit: src/etc/mtree

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 17:02:46 UTC 2011 Modified Files: src/etc/mtree: Makefile Log Message: Revert previous now that make cleandir uses bsd.clean.mk to clean both the obj dir and the src dir. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:40 UTC 2011 Modified Files: src/usr.bin/fstat: misc.c Log Message: add all the possible fileops here, and if there is one we know about print that instead of the passed name. To generate a diff of this

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:34:54 UTC 2011 Modified Files: src/usr.bin/fstat: Makefile Log Message: add libutil. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/fstat/Makefile Please note that diffs are not

CVS commit: src/usr.bin/fstat

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 18:35:28 UTC 2011 Modified Files: src/usr.bin/fstat: fstat.c Log Message: - remove bogus casts - print recycled vnode flags To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/usr.bin/fstat/fstat.c

CVS commit: src/sys/dev/pckbport

2011-09-10 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 10 18:38:20 UTC 2011 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Correct and improve some comments. Collect unused variables. Add a define. To generate a diff of this

CVS commit: src/distrib/notes/common

2011-09-10 Thread John Marino
Module Name:src Committed By: marino Date: Sat Sep 10 19:07:58 UTC 2011 Modified Files: src/distrib/notes/common: main Log Message: Add John Marino to the list of developers. To generate a diff of this commit: cvs rdiff -u -r1.480 -r1.481 src/distrib/notes/common/main

CVS commit: src/share/mk

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:25:10 UTC 2011 Modified Files: src/share/mk: bsd.clean.mk Log Message: Don't automatically load .depend files during make clean or make cleandir. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/binutils/usr.bin/ld

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 19:26:18 UTC 2011 Modified Files: src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Don't include .depend.* files during make clean or make cleandir To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sbin/ping

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:04:28 UTC 2011 Modified Files: src/sbin/ping: ping.8 ping.c Log Message: PR/45257: Instead of passing a 32bit sec and 32 bit usec timestamp in little endian format by default, pass a struct timespec in native host

CVS commit: src/gnu/dist/gettext

2011-09-10 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 10 20:35:43 UTC 2011 Modified Files: src/gnu/dist/gettext/autoconf-lib-link: Makefile.in src/gnu/dist/gettext/gettext-runtime: Makefile.in Log Message: Disable rebuilding files in the source tree. To generate a

CVS commit: src/sbin/ping

2011-09-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 10 20:46:43 UTC 2011 Modified Files: src/sbin/ping: ping.8 ping.c Log Message: Sort options and descriptions in standard order. Remove unecessary Bk/Ek in SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/sbin/ping

2011-09-10 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 10 20:47:33 UTC 2011 Modified Files: src/sbin/ping: ping.8 Log Message: Another option order fix. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/ping/ping.8 Please note that diffs are not public

CVS commit: src/external/bsd/wpa/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:56:00 UTC 2011 Update of /cvsroot/src/external/bsd/wpa/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12221 Log Message: Import wpa_supplicant and hostapd Status: Vendor Tag: MALINEN Release Tags: v0_7_3

CVS commit: src/external/bsd/wpa/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 20:59:03 UTC 2011 Modified Files: src/external/bsd/wpa/dist/hostapd: hostapd_cli.c src/external/bsd/wpa/dist/src/ap: wpa_auth.c Log Message: merge 0.7.3 To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:03:37 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new wpa To generate a diff of this commit: cvs rdiff -u -r1.866 -r1.867 src/doc/3RDPARTY cvs rdiff -u -r1.1601 -r1.1602 src/doc/CHANGES

CVS commit: src/external/bsd/byacc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:18:00 UTC 2011 Modified Files: src/external/bsd/byacc: byacc2netbsd Log Message: fix pasto; generalize date To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/byacc/byacc2netbsd Please

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:19:16 UTC 2011 Update of /cvsroot/src/external/bsd/byacc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9942 Log Message: Import byacc 20110908 Status: Vendor Tag: DICKEY Release Tags: byacc-20110908

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:22:12 UTC 2011 Update of /cvsroot/src/external/bsd/byacc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv21392 Log Message: Import byacc 20110908 Status: Vendor Tag: DICKEY Release Tags: byacc-20110908

CVS commit: src/external/bsd/byacc/dist

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:29:04 UTC 2011 Modified Files: src/external/bsd/byacc/dist: closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c yacc.1

CVS commit: src/external/bsd/byacc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:32:25 UTC 2011 Modified Files: src/external/bsd/byacc: byacc2netbsd src/external/bsd/byacc/include: config.h Log Message: update config.h and what we do to it. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/byacc/bin

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:38:59 UTC 2011 Modified Files: src/external/bsd/byacc/bin: yacc.1 Log Message: document -i To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/byacc/bin/yacc.1 Please note that diffs

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 10 21:40:43 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new byacc To generate a diff of this commit: cvs rdiff -u -r1.867 -r1.868 src/doc/3RDPARTY cvs rdiff -u -r1.1602 -r1.1603 src/doc/CHANGES

CVS commit: src/usr.sbin/traceroute

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 11 01:06:26 UTC 2011 Modified Files: src/usr.sbin/traceroute: CHANGES Makefile ifaddrlist.c traceroute.8 traceroute.c version.c Log Message: merge in traceroute1.4a12. Our sources are so different that it is

CVS commit: src/doc

2011-09-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 11 01:07:56 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new traceroute To generate a diff of this commit: cvs rdiff -u -r1.868 -r1.869 src/doc/3RDPARTY cvs rdiff -u -r1.1603 -r1.1604

CVS commit: src/lib/libc/stdio

2011-09-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Sep 11 04:55:48 UTC 2011 Modified Files: src/lib/libc/stdio: fread.3 Log Message: .Xr for fsetpos(3), not .Fn. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdio/fread.3 Please note that diffs