Re: CVS commit: src/sys/conf

2014-10-09 Thread Masao Uebayashi
config(5) is made of definitions and selections. Selections are basically written in user's config (GENERIC, etc.); commen ones may be put in sys/conf/std or sys/arch/*/conf/std.*. To follow that naming convention, how about: sys/conf/all.filesystems sys/conf/all.usb ? Users have to filter

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 06:45:32 UTC 2014 Modified Files: src/usr.bin/config: defs.h main.c util.c Log Message: Add debug print function. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/config/defs.h cvs rdiff -u

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 06:49:53 UTC 2014 Modified Files: src/usr.bin/config: files.c main.c sem.c Log Message: Debug print where things are selected (by user). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/librumphijack

2014-10-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 9 06:52:37 UTC 2014 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: Avoid literal CR in sed regular expression. Instead, use printf(1) to save the regexp in a shell variable, taking advantage of the

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 07:05:01 UTC 2014 Modified Files: src/usr.bin/config: gram.y Log Message: The word configuration is too ambiguous; use selection meaning that user selects some of provided definitions. To generate a diff of this

CVS commit: src/usr.bin/config

2014-10-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 9 07:43:55 UTC 2014 Modified Files: src/usr.bin/config: defs.h Log Message: Provide a CFGDBG version for the tools build. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/config/defs.h Please

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 09:39:24 UTC 2014 Modified Files: src/usr.bin/config: gram.y Log Message: Sort definition/selection rules to clarify which is which. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 10:29:36 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c sem.c Log Message: If a file is marked by an atom expression, like file a.c foo, and if the specified expression is an attribute, mark the file as

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 15:25:26 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c sem.c Log Message: Define an implicit attribute netbsd internally to collect files that don't belong to any specific attribute. Eventually, all

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 16:08:36 UTC 2014 Modified Files: src/usr.bin/config: main.c sem.c Log Message: Always select the fallback allattr. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/config/main.c cvs rdiff

CVS commit: src/sys/conf

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 16:35:57 UTC 2014 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Define a command to generate relocatable objects using ld -r. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:00:15 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Implement code to generate Makefile to build netbsd via intermediate relocatable object files. Disabled for now. Commit this for

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:22:55 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Correct inverted logic. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/config/mkmakefile.c Please note

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:36:10 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Print one file per line. Simplify code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/config/mkmakefile.c

CVS commit: src/sys/arch

2014-10-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 9 18:34:24 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: db_disasm.c src/sys/arch/i386/i386: db_disasm.c Log Message: Fix bugs: - aaa and daa were reversed. Same as *BSDs. - fix operand order of shld and

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:20:56 UTC 2014 Modified Files: src/usr.bin/config: defs.h main.c mkmakefile.c Log Message: Steal -M to enable modular build. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:22:31 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Kill more unused indent code in emitfiles(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:24:36 UTC 2014 Modified Files: src/usr.bin/config: defs.h mkmakefile.c Log Message: FIT_NOPROLOGUE is never set anywhere. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:27:05 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c Log Message: FIT_FORCESELECT is never set anywhere. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.bin/config/defs.h cvs

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:33:43 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Style. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/config/mkmakefile.c Please note that diffs are not

CVS commit: src/usr.bin/netstat

2014-10-09 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Oct 9 23:45:47 UTC 2014 Modified Files: src/usr.bin/netstat: main.c Log Message: Fix a bug introduced in rev. 1.62; it fails to negate (a b). To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/netstat

2014-10-09 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Oct 9 23:52:47 UTC 2014 Modified Files: src/usr.bin/netstat: netstat.1 Log Message: As described in kvm_openfiles(3), default core file is not /dev/kmem but /dev/mem. Actually, passing /dev/kmem to -M doesn't work. To

CVS commit: src/lib/libm

2014-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 10 00:48:18 UTC 2014 Modified Files: src/lib/libm: shlib_version src/lib/libm/complex: Makefile.inc cprojl.c Added Files: src/lib/libm/complex: cabsl.c cacoshl.c cacosl.c cargl.c casinhl.c

CVS commit: src/distrib/sets/lists

2014-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 10 00:49:14 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips ad.powerpc ad.riscv md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.mips

CVS commit: src/libexec/httpd

2014-10-09 Thread matthew green
$ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -109,7 +109,7 @@ #define INDEX_HTML index.html #endif #ifndef SERVER_SOFTWARE -#define SERVER_SOFTWARE bozohttpd/20140717 +#define SERVER_SOFTWARE bozohttpd/20141009 #endif #ifndef DIRECT_ACCESS_FILE #define

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 10 05:27:29 UTC 2014 Modified Files: src/usr.bin/config: defs.h sem.c Log Message: Refactor attr definition and initialization a little. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 06:45:32 UTC 2014 Modified Files: src/usr.bin/config: defs.h main.c util.c Log Message: Add debug print function. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/config/defs.h cvs rdiff -u

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 06:49:53 UTC 2014 Modified Files: src/usr.bin/config: files.c main.c sem.c Log Message: Debug print where things are selected (by user). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/librumphijack

2014-10-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 9 06:52:37 UTC 2014 Modified Files: src/tests/lib/librumphijack: t_tcpip.sh Log Message: Avoid literal CR in sed regular expression. Instead, use printf(1) to save the regexp in a shell variable, taking advantage of the

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 07:05:01 UTC 2014 Modified Files: src/usr.bin/config: gram.y Log Message: The word configuration is too ambiguous; use selection meaning that user selects some of provided definitions. To generate a diff of this

CVS commit: src/usr.bin/config

2014-10-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 9 07:43:55 UTC 2014 Modified Files: src/usr.bin/config: defs.h Log Message: Provide a CFGDBG version for the tools build. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/config/defs.h Please

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 09:39:24 UTC 2014 Modified Files: src/usr.bin/config: gram.y Log Message: Sort definition/selection rules to clarify which is which. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 10:29:36 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c sem.c Log Message: If a file is marked by an atom expression, like file a.c foo, and if the specified expression is an attribute, mark the file as

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 15:25:26 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c sem.c Log Message: Define an implicit attribute netbsd internally to collect files that don't belong to any specific attribute. Eventually, all

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 16:08:36 UTC 2014 Modified Files: src/usr.bin/config: main.c sem.c Log Message: Always select the fallback allattr. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/usr.bin/config/main.c cvs rdiff

CVS commit: src/sys/conf

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 16:35:57 UTC 2014 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Define a command to generate relocatable objects using ld -r. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:00:15 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Implement code to generate Makefile to build netbsd via intermediate relocatable object files. Disabled for now. Commit this for

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:22:55 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Correct inverted logic. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.bin/config/mkmakefile.c Please note

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 17:36:10 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Print one file per line. Simplify code. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/config/mkmakefile.c

CVS commit: src/sys/arch

2014-10-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 9 18:34:24 UTC 2014 Modified Files: src/sys/arch/amd64/amd64: db_disasm.c src/sys/arch/i386/i386: db_disasm.c Log Message: Fix bugs: - aaa and daa were reversed. Same as *BSDs. - fix operand order of shld and

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:20:56 UTC 2014 Modified Files: src/usr.bin/config: defs.h main.c mkmakefile.c Log Message: Steal -M to enable modular build. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:22:31 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Kill more unused indent code in emitfiles(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:24:36 UTC 2014 Modified Files: src/usr.bin/config: defs.h mkmakefile.c Log Message: FIT_NOPROLOGUE is never set anywhere. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/config/defs.h

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:27:05 UTC 2014 Modified Files: src/usr.bin/config: defs.h files.c Log Message: FIT_FORCESELECT is never set anywhere. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.bin/config/defs.h cvs

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Oct 9 19:33:43 UTC 2014 Modified Files: src/usr.bin/config: mkmakefile.c Log Message: Style. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/config/mkmakefile.c Please note that diffs are not

CVS commit: src/usr.bin/netstat

2014-10-09 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Oct 9 23:45:47 UTC 2014 Modified Files: src/usr.bin/netstat: main.c Log Message: Fix a bug introduced in rev. 1.62; it fails to negate (a b). To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/usr.bin/netstat

2014-10-09 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Oct 9 23:52:47 UTC 2014 Modified Files: src/usr.bin/netstat: netstat.1 Log Message: As described in kvm_openfiles(3), default core file is not /dev/kmem but /dev/mem. Actually, passing /dev/kmem to -M doesn't work. To

CVS commit: src/lib/libm

2014-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 10 00:48:18 UTC 2014 Modified Files: src/lib/libm: shlib_version src/lib/libm/complex: Makefile.inc cprojl.c Added Files: src/lib/libm/complex: cabsl.c cacoshl.c cacosl.c cargl.c casinhl.c

CVS commit: src/distrib/sets/lists

2014-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 10 00:49:14 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips ad.powerpc ad.riscv md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.mips

CVS commit: src/libexec/httpd

2014-10-09 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 10 05:10:59 UTC 2014 Modified Files: src/libexec/httpd: bozohttpd.c dir-index-bozo.c Log Message: don't truncate file sizes to 32 bits for directory indexes. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 10 05:27:29 UTC 2014 Modified Files: src/usr.bin/config: defs.h sem.c Log Message: Refactor attr definition and initialization a little. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54