LFS frag size (was: Re: CVS commit: src/sbin/newfs_lfs)

2012-02-03 Thread NAKAJIMA Yoshihiro
Hello LFS developer, On Thu, 2 Feb 2012 03:50:33 +, Konrad Schroder perse...@netbsd.org wrote: Modified Files: src/sbin/newfs_lfs: config.h make_lfs.c Log Message: When creating a very small filesystem, use well-known small segment, block and fragment sizes by default instead of

Re: LFS frag size

2012-02-03 Thread Konrad Schroder
We should probably use the disk sector size as the default fragment size, whatever that is---usually 512 (maybe still always 512 for NetBSD, I haven't been paying attention). If we had 64-bit block addressing in LFS, the filesystem size wouldn't be limited by the frag size, and I'd have

CVS commit: src/sys/dev/pci

2012-02-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 3 10:11:07 UTC 2012 Modified Files: src/sys/dev/pci: if_cas.c Log Message: Add missing sys/rnd.h include, ack: jdc@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_cas.c Please note

CVS commit: src/external/bsd/ntp/dist/ntpq

2012-02-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Feb 3 10:20:29 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: Clang compile fix from Joerg Sonneberger approved by releng. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/ntp/dist/ntpq

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 14:36:51 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: using 2 casts to fix an unsigned-signed comparison is a sign that this it is done incorrectly. The RHS is guaranteed positive at

CVS commit: src/sys/dev/ic

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 15:42:46 UTC 2012 Modified Files: src/sys/dev/ic: tpm.c Log Message: shutup debug. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/tpm.c Please note that diffs are not public domain;

CVS commit: src

2012-02-03 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Feb 3 15:54:15 UTC 2012 Modified Files: src/lib/libperfuse: perfuse.c src/usr.sbin/perfused: msg.c perfused.c perfused.h Log Message: Make sure perfused exit when the filesystem crashed, so that unmount is done.

CVS commit: src/external/bsd/ntp

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 16:33:10 UTC 2012 Modified Files: src/external/bsd/ntp/bin/sntp: Makefile src/external/bsd/ntp/dist/sntp: main.c src/external/bsd/ntp/lib/libopts: Makefile Log Message: cleanup last warnings, and

CVS commit: src/sys/uvm

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 19:25:07 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c Log Message: Always allocate the kmem region. Add UVMHIST support. Approved by releng. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/arch/powerpc/oea

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 19:29:59 UTC 2012 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: Use CPP __VA_ARGS__ for DPRINTF* To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/powerpc/oea/pmap.c Please

CVS commit: src/sys

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 20:11:55 UTC 2012 Modified Files: src/sys/compat/linux/arch/amd64: linux_exec_machdep.c src/sys/compat/linux/arch/powerpc: linux_exec_powerpc.c src/sys/compat/linux/common: linux_exec_elf32.c

CVS commit: src/sys/sys

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 20:12:48 UTC 2012 Modified Files: src/sys/sys: param.h Log Message: Welcome to 5.99.64 (struct exec_package changed). To generate a diff of this commit: cvs rdiff -u -r1.406 -r1.407 src/sys/sys/param.h Please note

CVS commit: src/lib/libpthread

2012-02-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 21:11:17 UTC 2012 Modified Files: src/lib/libpthread: TODO Log Message: ld.elf_so is reentrant. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libpthread/TODO Please note that diffs are not

CVS commit: src/external/bsd/ntp/dist/sntp

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:35:55 UTC 2012 Modified Files: src/external/bsd/ntp/dist/sntp: main.c Log Message: don't bother with ifdef's, just grab the biggest type you can. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:36:41 UTC 2012 Modified Files: src/external/bsd/ntp/dist/libopts: autoopts.h src/external/bsd/ntp/dist/sntp/libopts: autoopts.c autoopts.h configfile.c enumeration.c file.c load.c makeshell.c

CVS commit: src/usr.bin/make

2012-02-03 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Feb 3 21:39:25 UTC 2012 Modified Files: src/usr.bin/make: make.1 Log Message: Fix description of 'silent' in .MAKE.MODE Also document 'env' in that context. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/distrib/sets

2012-02-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 22:18:06 UTC 2012 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi Log Message: Fix support for negative keywords: the keyword is prefixed

CVS commit: src/sys/arch/i386/conf

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:37:20 UTC 2012 Modified Files: src/sys/arch/i386/conf: ALL Log Message: add tpm To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/arch/i386/conf/ALL Please note that diffs are not public

CVS commit: src/sys/compat/ndis

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:38:08 UTC 2012 Modified Files: src/sys/compat/ndis: subr_ndis.c Log Message: Kill of messy ifdefs, and use an ansi prototype. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/conf

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:39:26 UTC 2012 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: -Wold-style-definitions for i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/sys

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:40:00 UTC 2012 Modified Files: src/sys/compat/ndis: subr_ntoskrnl.c subr_pe.c src/sys/dev/pci: isic_pci.c src/sys/dev/scsipi: if_se.c Log Message: ansi prototypes To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2012-02-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Feb 4 02:00:07 UTC 2012 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Add a 'void' to unbreak this with -Wold-style-definition To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/pci

2012-02-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 3 10:11:07 UTC 2012 Modified Files: src/sys/dev/pci: if_cas.c Log Message: Add missing sys/rnd.h include, ack: jdc@ To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/if_cas.c Please note

CVS commit: src/external/bsd/ntp/dist/ntpq

2012-02-03 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Fri Feb 3 10:20:29 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: Clang compile fix from Joerg Sonneberger approved by releng. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/ntp/dist/ntpq

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 14:36:51 UTC 2012 Modified Files: src/external/bsd/ntp/dist/ntpq: ntpq.c Log Message: using 2 casts to fix an unsigned-signed comparison is a sign that this it is done incorrectly. The RHS is guaranteed positive at

CVS commit: src/sys/dev/ic

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 15:42:46 UTC 2012 Modified Files: src/sys/dev/ic: tpm.c Log Message: shutup debug. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/tpm.c Please note that diffs are not public domain;

CVS commit: src

2012-02-03 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Fri Feb 3 15:54:15 UTC 2012 Modified Files: src/lib/libperfuse: perfuse.c src/usr.sbin/perfused: msg.c perfused.c perfused.h Log Message: Make sure perfused exit when the filesystem crashed, so that unmount is done.

CVS commit: src/external/bsd/ntp

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 16:33:10 UTC 2012 Modified Files: src/external/bsd/ntp/bin/sntp: Makefile src/external/bsd/ntp/dist/sntp: main.c src/external/bsd/ntp/lib/libopts: Makefile Log Message: cleanup last warnings, and

CVS commit: src/sys/uvm

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 19:25:07 UTC 2012 Modified Files: src/sys/uvm: uvm_km.c Log Message: Always allocate the kmem region. Add UVMHIST support. Approved by releng. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/arch/powerpc/oea

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 19:29:59 UTC 2012 Modified Files: src/sys/arch/powerpc/oea: pmap.c Log Message: Use CPP __VA_ARGS__ for DPRINTF* To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/powerpc/oea/pmap.c Please

CVS commit: src/sys

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 20:11:55 UTC 2012 Modified Files: src/sys/compat/linux/arch/amd64: linux_exec_machdep.c src/sys/compat/linux/arch/powerpc: linux_exec_powerpc.c src/sys/compat/linux/common: linux_exec_elf32.c

CVS commit: src/sys/sys

2012-02-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 3 20:12:48 UTC 2012 Modified Files: src/sys/sys: param.h Log Message: Welcome to 5.99.64 (struct exec_package changed). To generate a diff of this commit: cvs rdiff -u -r1.406 -r1.407 src/sys/sys/param.h Please note

CVS commit: src/lib/libpthread

2012-02-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 21:11:17 UTC 2012 Modified Files: src/lib/libpthread: TODO Log Message: ld.elf_so is reentrant. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libpthread/TODO Please note that diffs are not

CVS commit: src/external/bsd/ntp/dist/sntp

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:35:55 UTC 2012 Modified Files: src/external/bsd/ntp/dist/sntp: main.c Log Message: don't bother with ifdef's, just grab the biggest type you can. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 21:36:41 UTC 2012 Modified Files: src/external/bsd/ntp/dist/libopts: autoopts.h src/external/bsd/ntp/dist/sntp/libopts: autoopts.c autoopts.h configfile.c enumeration.c file.c load.c makeshell.c

CVS commit: src/usr.bin/make

2012-02-03 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Feb 3 21:39:25 UTC 2012 Modified Files: src/usr.bin/make: make.1 Log Message: Fix description of 'silent' in .MAKE.MODE Also document 'env' in that context. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/distrib/sets

2012-02-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 22:18:06 UTC 2012 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi Log Message: Fix support for negative keywords: the keyword is prefixed

CVS commit: src/sys/arch/i386/conf

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:37:20 UTC 2012 Modified Files: src/sys/arch/i386/conf: ALL Log Message: add tpm To generate a diff of this commit: cvs rdiff -u -r1.331 -r1.332 src/sys/arch/i386/conf/ALL Please note that diffs are not public

CVS commit: src/sys/compat/ndis

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:38:08 UTC 2012 Modified Files: src/sys/compat/ndis: subr_ndis.c Log Message: Kill of messy ifdefs, and use an ansi prototype. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/conf

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:39:26 UTC 2012 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: -Wold-style-definitions for i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/sys

2012-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 3 23:40:00 UTC 2012 Modified Files: src/sys/compat/ndis: subr_ntoskrnl.c subr_pe.c src/sys/dev/pci: isic_pci.c src/sys/dev/scsipi: if_se.c Log Message: ansi prototypes To generate a diff of this

CVS commit: src/sys/arch/xen/xen

2012-02-03 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Feb 4 02:00:07 UTC 2012 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Add a 'void' to unbreak this with -Wold-style-definition To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22