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 th

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 n

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 src/usr.bin/config/g

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 o

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 src/sys/co

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 furthe

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 that

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 shr

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 src/usr.bin/config/defs

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 src/usr.bin/config/mkmakefil

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 cv

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 rd

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 pu

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 src/usr.bin/netst

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 gener

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 casi

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 ad.pow

CVS commit: src/libexec/httpd

2014-10-09 Thread matthew green
g Exp $ */ /* $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

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 src/usr.bin/config/

CVS commit: src/usr.bin/config

2014-10-09 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 10 06:13:30 UTC 2014 Modified Files: src/usr.bin/config: gram.y sem.c sem.h Log Message: Split plain/interface/devclass attribute initializers. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.bin/