CVS commit: src/sbin/disklabel

2012-04-08 Thread Erik Berls
Module Name:src
Committed By:   cyber
Date:   Sun Apr  8 07:59:53 UTC 2012

Modified Files:
src/sbin/disklabel: main.c

Log Message:
PR bin/45744
from Julian Fagir
Removing options that have had implementations removed.

-b: removed in -r1.4
-s: removed in -r1.2


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sbin/disklabel/main.c

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



CVS commit: src/tests/lib/libm

2012-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  8 09:36:04 UTC 2012

Modified Files:
src/tests/lib/libm: t_log.c

Log Message:
Remove one xfail that does not seem to fail (on alpha).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_log.c

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



CVS commit: src/tests/lib/libc/gen

2012-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  8 09:58:59 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
Append few basic test cases.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_fnmatch.c

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



CVS commit: src/sys/arch/sandpoint/stand/altboot

2012-04-08 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Sun Apr  8 10:38:34 UTC 2012

Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h

Log Message:
Add an entry for Terastation TGL miconv2 satellite processor which
features a more complex protocol than Linkstation/Kurobox.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sandpoint/stand/altboot/brdsetup.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sandpoint/stand/altboot/globals.h

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



CVS commit: src

2012-04-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr  8 11:27:46 UTC 2012

Modified Files:
src/lib/libc/gen: posix_spawn_fileactions.c
src/sys/compat/netbsd32: netbsd32.h netbsd32_execve.c syscalls.master
src/sys/kern: exec_elf.c kern_exec.c kern_exit.c
src/sys/sys: exec.h spawn.h
src/sys/uvm: uvm_extern.h uvm_glue.c uvm_map.c
src/tests/lib/libc/gen/posix_spawn: t_fileactions.c

Log Message:
Rework posix_spawn locking and memory management:
 - always provide a vmspace for the new proc, initially borrowing from proc0
   (this part fixes PR 46286)
 - increase parallelism between parent and child if arguments allow this,
   avoiding a potential deadlock on exec_lock
 - add a new flag for userland to request old (lockstepped) behaviour for
   better error reporting
 - adapt test cases to the previous two and add a new variant to test the
   diagnostics flag
 - fix a few memory (and lock) leaks
 - provide netbsd32 compat


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/posix_spawn_fileactions.c
cvs rdiff -u -r1.94 -r1.95 src/sys/compat/netbsd32/netbsd32.h \
src/sys/compat/netbsd32/syscalls.master
cvs rdiff -u -r1.33 -r1.34 src/sys/compat/netbsd32/netbsd32_execve.c
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/exec_elf.c
cvs rdiff -u -r1.347 -r1.348 src/sys/kern/kern_exec.c
cvs rdiff -u -r1.237 -r1.238 src/sys/kern/kern_exit.c
cvs rdiff -u -r1.134 -r1.135 src/sys/sys/exec.h
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/spawn.h
cvs rdiff -u -r1.182 -r1.183 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.158 -r1.159 src/sys/uvm/uvm_glue.c
cvs rdiff -u -r1.316 -r1.317 src/sys/uvm/uvm_map.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/posix_spawn/t_fileactions.c

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



CVS commit: src/sys/compat/netbsd32

2012-04-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Apr  8 11:28:13 UTC 2012

Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_sysent.c

Log Message:
Regen (posix_spawn)


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/compat/netbsd32/netbsd32_syscall.h \
src/sys/compat/netbsd32/netbsd32_syscallargs.h
cvs rdiff -u -r1.101 -r1.102 src/sys/compat/netbsd32/netbsd32_syscalls.c \
src/sys/compat/netbsd32/netbsd32_sysent.c

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



CVS commit: src/sys/arch/sandpoint/sandpoint

2012-04-08 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Sun Apr  8 12:11:58 UTC 2012

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
Add an entry for "miconv2" satellite processor control.  The button
press event handler remains unimplemented for now.  Use /dev/satmgr
to talk the processor.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sandpoint/sandpoint/satmgr.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/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 12:40:03 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1110 -r1. src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 12:43:36 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
- NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller


To generate a diff of this commit:
cvs rdiff -u -r1. -r1.1112 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 12:44:04 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1105 -r1.1106 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1104 -r1.1105 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/sys/dev/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 13:08:02 UTC 2012

Modified Files:
src/sys/dev/pci: slide.c

Log Message:
As suggested in the previous commit, the overwrite of the pci_attach_args
is a bug.  Although I have not tested on real hardware, Linux's
pata_sl82c105.c only looks at the revision of the PCI bridge.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/slide.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/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 13:14:04 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.


To generate a diff of this commit:
cvs rdiff -u -r1.1112 -r1.1113 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2012-04-08 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr  8 13:14:30 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.1106 -r1.1107 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1105 -r1.1106 src/sys/dev/pci/pcidevs_data.h

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



CVS commit: src/sys/fs/puffs

2012-04-08 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Sun Apr  8 15:04:41 UTC 2012

Modified Files:
src/sys/fs/puffs: puffs_msgif.h puffs_node.c puffs_sys.h puffs_vfsops.c
puffs_vnops.c

Log Message:
Add name and atttribute cache with filesytem provided TTL.
lookup, create, mknod, mkdir, symlink, getattr and setattr messages
have been extended so that attributes and their TTL can be provided
by the filesytem. lookup, create, mknod, mkdir, and symlink messages
are also extended so that the filesystem can provide name TTL.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -u -r1.23 -r1.24 src/sys/fs/puffs/puffs_node.c
cvs rdiff -u -r1.78 -r1.79 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -u -r1.100 -r1.101 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -u -r1.164 -r1.165 src/sys/fs/puffs/puffs_vnops.c

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



CVS commit: src/lib/libpuffs

2012-04-08 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Sun Apr  8 15:07:46 UTC 2012

Modified Files:
src/lib/libpuffs: dispatcher.c pnode.c puffs.3 puffs.h

Log Message:
Add PUFFS_KFLAG_CACHE_FS_TTL flag to puffs_init(3) to use name and
attribute cache with filesystem provided TTL.
lookup, create, mknod, mkdir, symlink, getattr and setattr messages
have been extended so that attributes and their TTL can be provided
by the filesytem. lookup, create, mknod, mkdir, and symlink messages
are also extended so that the filesystem can provide name TTL.
The filesystem updates attributes and TTL using
puffs_pn_getvap(3), puffs_pn_getvattl(3), and puffs_pn_getcnttl(3)


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libpuffs/dispatcher.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libpuffs/pnode.c
cvs rdiff -u -r1.49 -r1.50 src/lib/libpuffs/puffs.3
cvs rdiff -u -r1.119 -r1.120 src/lib/libpuffs/puffs.h

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



CVS commit: src/lib/libperfuse

2012-04-08 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Sun Apr  8 15:13:06 UTC 2012

Modified Files:
src/lib/libperfuse: ops.c perfuse.c perfuse_priv.h

Log Message:
Use new PUFFS_KFLAG_CACHE_FS_TTL option to puffs_init(3) so that
FUSE TTL on name and attributes are used. This save many PUFFS
operations and improves performances.

PUFFS_KFLAG_CACHE_FS_TTL is #ifdef'ed in many places for now so that
libperfuse can still be used on netbsd-5.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/lib/libperfuse/ops.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libperfuse/perfuse.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libperfuse/perfuse_priv.h

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



CVS commit: src/lib/libutil

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 16:06:23 UTC 2012

Modified Files:
src/lib/libutil: getdiskrawname.3

Log Message:
End sentence with dot.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getdiskrawname.3

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



CVS commit: src/lib/libpuffs

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 16:09:55 UTC 2012

Modified Files:
src/lib/libpuffs: puffs.3

Log Message:
Split file system.
Comma fixes.
Remove dangling "and".
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libpuffs/puffs.3

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



CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 17:04:07 UTC 2012

Modified Files:
src/dist/pdisk: errors.h io.h

Log Message:
Sprinkle __dead and __printflike for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/dist/pdisk/errors.h
cvs rdiff -u -r1.3 -r1.4 src/dist/pdisk/io.h

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



CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 17:04:19 UTC 2012

Modified Files:
src/dist/pdisk: pdisk.c

Log Message:
Fix a format string error clang found.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/dist/pdisk/pdisk.c

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



CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 20:41:18 UTC 2012

Modified Files:
src/dist/pdisk: pdisk.c

Log Message:
Cast argument to unsigned long for i386.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/dist/pdisk/pdisk.c

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



CVS commit: src/sys/uvm

2012-04-08 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Apr  8 20:47:11 UTC 2012

Modified Files:
src/sys/uvm: uvm_amap.c

Log Message:
initialize amap per-page reference counts before changing the amap's
overall reference count.  this fixes the crashes seen for the last 9 months
with web browers and plugins, which was also the cause of PR 46193.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/uvm/uvm_amap.c

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



CVS commit: src/sys

2012-04-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  8 20:49:29 UTC 2012

Modified Files:
src/sys/arch/i386/conf: GENERIC
src/sys/dev/cardbus: files.cardbus
Added Files:
src/sys/dev/cardbus: if_bwi_cardbus.c

Log Message:
PR/46310: Ryo ONODERA: Add support for cardbus bwi(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1069 -r1.1070 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/cardbus/files.cardbus
cvs rdiff -u -r0 -r1.1 src/sys/dev/cardbus/if_bwi_cardbus.c

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



CVS commit: src/lib/libutil

2012-04-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  8 20:56:12 UTC 2012

Modified Files:
src/lib/libutil: getfsspecname.c

Log Message:
Fix compat code, so if we failed to make raw, return the regular path.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libutil/getfsspecname.c

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



CVS commit: src/dist/pdisk

2012-04-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  8 21:18:46 UTC 2012

Modified Files:
src/dist/pdisk: pdisk.c

Log Message:
print sizeof() with %zu


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/dist/pdisk/pdisk.c

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



CVS commit: src

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr  8 22:00:42 UTC 2012

Modified Files:
src/sbin/dump_lfs: dump_lfs.8
src/sbin/fdisk: fdisk.8
src/sbin/mount_nfs: mount_nfs.8
src/sbin/ping6: ping6.8
src/sbin/tunefs: tunefs.8
src/usr.bin/crunch/crunchgen: crunchgen.1
src/usr.bin/crunch/crunchide: crunchide.1
src/usr.bin/fdformat: fdformat.1
src/usr.bin/ftp: ftp.1
src/usr.bin/grep: grep.1
src/usr.bin/hexdump: hexdump.1 od.1
src/usr.bin/indent: indent.1
src/usr.bin/ipcs: ipcs.1
src/usr.bin/join: join.1
src/usr.bin/jot: jot.1
src/usr.bin/m4: m4.1
src/usr.bin/make: make.1
src/usr.bin/nl: nl.1
src/usr.bin/patch: patch.1
src/usr.bin/pr: pr.1
src/usr.bin/telnet: telnet.1
src/usr.bin/vgrind: vgrind.1
src/usr.bin/xinstall: install.1
src/usr.sbin/apm: apm.8
src/usr.sbin/apmd: apmd.8
src/usr.sbin/lpr/lp: lp.1
src/usr.sbin/lpr/lpc: lpc.8
src/usr.sbin/lpr/lpr: lpr.1
src/usr.sbin/lpr/lprm: lprm.1
src/usr.sbin/lpr/pac: pac.8
src/usr.sbin/route6d: route6d.8
src/usr.sbin/syslogd: syslogd.8
src/usr.sbin/tpctl: tpctl.8
src/usr.sbin/vipw: vipw.8
src/usr.sbin/ypserv/makedbm: makedbm.8
src/usr.sbin/ypserv/mknetid: mknetid.8
src/usr.sbin/ypserv/revnetgroup: revnetgroup.8
src/usr.sbin/ypserv/yppush: yppush.8
src/usr.sbin/ypserv/ypxfr: ypxfr.8

Log Message:
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
No effective change except where I used the opportunity to sort options
and/or option descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/dump_lfs/dump_lfs.8
cvs rdiff -u -r1.76 -r1.77 src/sbin/fdisk/fdisk.8
cvs rdiff -u -r1.41 -r1.42 src/sbin/mount_nfs/mount_nfs.8
cvs rdiff -u -r1.27 -r1.28 src/sbin/ping6/ping6.8
cvs rdiff -u -r1.40 -r1.41 src/sbin/tunefs/tunefs.8
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/crunch/crunchgen/crunchgen.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/crunch/crunchide/crunchide.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/fdformat/fdformat.1
cvs rdiff -u -r1.132 -r1.133 src/usr.bin/ftp/ftp.1
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/grep/grep.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/hexdump/hexdump.1
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/hexdump/od.1
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/indent/indent.1
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/ipcs/ipcs.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/join/join.1
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/jot/jot.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/m4/m4.1
cvs rdiff -u -r1.201 -r1.202 src/usr.bin/make/make.1
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/nl/nl.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/patch/patch.1
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/pr/pr.1
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/telnet/telnet.1
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/vgrind/vgrind.1
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xinstall/install.1
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/apm/apm.8
cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/apmd/apmd.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/lpr/lp/lp.1
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/lpr/lpc/lpc.8
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/lpr/lpr/lpr.1
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/lpr/lprm/lprm.1
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/lpr/pac/pac.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/route6d/route6d.8
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/syslogd/syslogd.8
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/tpctl/tpctl.8
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/vipw/vipw.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ypserv/makedbm/makedbm.8
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/ypserv/mknetid/mknetid.8
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/ypserv/revnetgroup/revnetgroup.8
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/ypserv/yppush/yppush.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/ypserv/ypxfr/ypxfr.8

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



CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-04-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Apr  9 00:24:57 UTC 2012

Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: nested_exception.h

Log Message:
clang complains:
C++ default arguments are illegal in the function defininion.
christos@ ok


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/nested_exception.h

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