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/
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/
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 src
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
23 matches
Mail list logo