CVS commit: src/lib/libc/gen

2013-04-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 13 10:16:27 UTC 2013 Modified Files: src/lib/libc/gen: tolower_.c toupper_.c Log Message: Use more consistent naming for tolower/toupper translation table for the C locale. From Takehiko Nozaki with changes to use

CVS commit: src

2013-04-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 13 10:21:21 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h ctype_noninline.h src/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 16:48:04 UTC 2013 Modified Files: src/sbin/gpt: label.c remove.c Log Message: Use correct spelling of secondary in comments. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/label.c cvs

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:04:33 UTC 2013 Modified Files: src/sbin/gpt: add.c create.c gpt.c gpt.h label.c migrate.c remove.c show.c Log Message: Clean up gpt(8) a bit more uuid_create_nil(3) and uuid_is_nil(3) take a uuid_t*,

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:25:57 UTC 2013 Modified Files: src/sbin/gpt: biosboot.c Log Message: drop trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/biosboot.c Please note that diffs are not

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:32:01 UTC 2013 Modified Files: src/sbin/gpt: add.c gpt.c migrate.c show.c Log Message: Make pre-initialized partition type uuid_t symbols 'static const'. This conserves a few hundred bytes of total program size

CVS commit: othersrc/share/examples/ec2/files

2013-04-13 Thread Jeff Rizzo
Module Name:othersrc Committed By: riz Date: Sat Apr 13 19:16:22 UTC 2013 Modified Files: othersrc/share/examples/ec2/files: bootstrap.sh Log Message: Add an 'xsets' option to install all the X11 sets. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sbin/fsck

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 22:08:58 UTC 2013 Modified Files: src/sbin/fsck: partutil.c Log Message: Make getdiskinfo() always return correct dkwedge_info for the raw partition. A real disk's raw partition does not implement DIOCGWEDGEINFO,

CVS commit: src/external/bsd/dhcp/dist/server

2013-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 23:04:35 UTC 2013 Modified Files: src/external/bsd/dhcp/dist/server: dhcpd.c Log Message: How could this possibly ever have worked with threads? It forked *after* it initialized the isc library and the parent having

CVS commit: src/external/bsd/dhcp/dist/server

2013-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 14 01:51:39 UTC 2013 Modified Files: src/external/bsd/dhcp/dist/server: dhcpd.c Log Message: initialize the omapi subsystem early so we can allocate interfaces. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/lib/libc/gen

2013-04-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 13 10:16:27 UTC 2013 Modified Files: src/lib/libc/gen: tolower_.c toupper_.c Log Message: Use more consistent naming for tolower/toupper translation table for the C locale. From Takehiko Nozaki with changes to use

CVS commit: src

2013-04-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 13 10:21:21 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h ctype_noninline.h src/gnu/dist/gcc4/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 16:48:04 UTC 2013 Modified Files: src/sbin/gpt: label.c remove.c Log Message: Use correct spelling of secondary in comments. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/label.c cvs

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:04:33 UTC 2013 Modified Files: src/sbin/gpt: add.c create.c gpt.c gpt.h label.c migrate.c remove.c show.c Log Message: Clean up gpt(8) a bit more uuid_create_nil(3) and uuid_is_nil(3) take a uuid_t*,

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:25:57 UTC 2013 Modified Files: src/sbin/gpt: biosboot.c Log Message: drop trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/biosboot.c Please note that diffs are not

CVS commit: src/sbin/gpt

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 18:32:01 UTC 2013 Modified Files: src/sbin/gpt: add.c gpt.c migrate.c show.c Log Message: Make pre-initialized partition type uuid_t symbols 'static const'. This conserves a few hundred bytes of total program size

CVS commit: othersrc/share/examples/ec2/files

2013-04-13 Thread Jeff Rizzo
Module Name:othersrc Committed By: riz Date: Sat Apr 13 19:16:22 UTC 2013 Modified Files: othersrc/share/examples/ec2/files: bootstrap.sh Log Message: Add an 'xsets' option to install all the X11 sets. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sbin/fsck

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 13 22:08:58 UTC 2013 Modified Files: src/sbin/fsck: partutil.c Log Message: Make getdiskinfo() always return correct dkwedge_info for the raw partition. A real disk's raw partition does not implement DIOCGWEDGEINFO,

CVS commit: src/external/bsd/dhcp/dist/server

2013-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 23:04:35 UTC 2013 Modified Files: src/external/bsd/dhcp/dist/server: dhcpd.c Log Message: How could this possibly ever have worked with threads? It forked *after* it initialized the isc library and the parent having

CVS commit: src/external/bsd/dhcp/dist/server

2013-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 14 01:51:39 UTC 2013 Modified Files: src/external/bsd/dhcp/dist/server: dhcpd.c Log Message: initialize the omapi subsystem early so we can allocate interfaces. To generate a diff of this commit: cvs rdiff -u -r1.2