Module Name:src
Committed By: pgoyette
Date: Sun Dec 26 03:25:07 UTC 2010
Modified Files:
src/tests/lib/libc/gen: t_siginfo.c
Log Message:
For now, don't try to print out machine-dependant stuff. When I figure
out what the right format strings are, I'll re-enable it.
To
Module Name:src
Committed By: christos
Date: Sat Dec 25 23:43:30 UTC 2010
Modified Files:
src/external/bsd/byacc/dist: closure.c error.c graph.c lalr.c lr0.c
main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c
warshall.c
Log Message:
defs
Module Name:src
Committed By: christos
Date: Sat Dec 25 23:36:59 UTC 2010
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
can't play games with structure names since cpu_data refers to cpu_info, so
provide our own copy for everything.
To generate a diff of this
Module Name:src
Committed By: haad
Date: Sat Dec 25 23:28:19 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Fix MKDTRACE & MKDEBUG enabled build, add some dtrace entries.
To generate a diff of this commit:
cvs rdiff -u -r1.1561 -r1.1562 src/distrib
Module Name:src
Committed By: joerg
Date: Sat Dec 25 22:30:52 UTC 2010
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Rename __BEGIN_PUBLIC / __BEGIN_HIDDEN to __BEGIN_PUBLIC_DECLS /
__BEGIN_HIDDEN_DECLS and corresponding __END_* macros. Push the extern
"C" logic into _
Module Name:src
Committed By: dholland
Date: Sat Dec 25 21:39:12 UTC 2010
Modified Files:
src/usr.bin/make: parse.c
Log Message:
erm. fix previous...
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/usr.bin/make/parse.c
Please note that diffs are not
Module Name:src
Committed By: pgoyette
Date: Sat Dec 25 21:13:40 UTC 2010
Modified Files:
src/regress/lib/libc/string: Makefile
Removed Files:
src/regress/lib/libc/string/memchr: Makefile memchr_test.c
src/regress/lib/libc/string/strcat: Makefile strcat_test
Module Name:src
Committed By: pgoyette
Date: Sat Dec 25 21:10:25 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/lib/libc: Makefile
src/tests/lib/libc/string: Makefile
Added Files:
src/test
Module Name:src
Committed By: christos
Date: Sat Dec 25 20:50:36 UTC 2010
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
use a local definition of cpu_info if we have __HAVE_CPU_DATA_FIRST
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/usr
Module Name:src
Committed By: dholland
Date: Sat Dec 25 20:46:18 UTC 2010
Modified Files:
src/usr.bin/make: parse.c
Log Message:
Maybe fix a problem that appeared on loonix.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/usr.bin/make/parse.c
Please
Module Name:src
Committed By: christos
Date: Sat Dec 25 20:45:50 UTC 2010
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
fix debugging:
- don't print junk for the interface name
- parse and print known rtm messages we get
To generate a d
Module Name:src
Committed By: christos
Date: Sat Dec 25 20:37:45 UTC 2010
Modified Files:
src/sys/net: rtsock.c
Log Message:
merge the length getting code from rt_msg1 and rt_msg2 and make it fail
when the compatibility ifinfo is missing instead of returning junk.
To gen
Module Name:src
Committed By: dholland
Date: Sat Dec 25 20:35:25 UTC 2010
Modified Files:
src/usr.bin/make: make_malloc.c
Log Message:
Many C libraries don't set errno when make fails, so always use
strerror(ENOMEM).
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: dholland
Date: Sat Dec 25 20:34:08 UTC 2010
Modified Files:
src/usr.bin/make: main.c
Log Message:
Improve confusing error message when getcwd() fails.
To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/main.c
P
Module Name:src
Committed By: joerg
Date: Sat Dec 25 19:24:29 UTC 2010
Modified Files:
src/external/bsd/byacc/dist: closure.c error.c graph.c lalr.c lr0.c
main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c
warshall.c
Log Message:
Include
Module Name:src
Committed By: joerg
Date: Sat Dec 25 18:56:45 UTC 2010
Modified Files:
src/share/mk: bsd.hostprog.mk bsd.sys.mk
src/tools: Makefile.host
Log Message:
If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to /
for the purpose of the C prep
Module Name:src
Committed By: christos
Date: Sat Dec 25 18:23:39 UTC 2010
Modified Files:
src/external/bsd/bind/dist/bin/named: client.c
src/external/bsd/bind/dist/lib/dns: byaddr.c lookup.c request.c sdb.c
validator.c
Log Message:
fix type-punned warni
Module Name:src
Committed By: dholland
Date: Sat Dec 25 17:19:05 UTC 2010
Modified Files:
src/usr.bin/make: parse.c
Log Message:
Uses stat; needs sys/stat.h. No idea what's pulling it in implicitly on
NetBSD so I didn't notice. Woops. Noted by Kurt Schreiner on current-use
Module Name:src
Committed By: jmcneill
Date: Sat Dec 25 16:49:09 UTC 2010
Modified Files:
src/include: paths.h
Log Message:
add /dev/video, /dev/video0
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/include/paths.h
Please note that diffs are not publi
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 16:37:22 UTC 2010
Modified Files:
src/sys/arch/x68k/x68k: pmap_bootstrap.c
Log Message:
Fix one more typo that affects x68k with 040/060.
I hope this is the last one...
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 16:14:44 UTC 2010
Modified Files:
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
Log Message:
Put somehow missed code part in rev 1.36:
> Allocate lwp0upa (PA of lwp0 uarea) right after kernel rather than
> between oth
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 16:11:12 UTC 2010
Modified Files:
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
Log Message:
Fix another fatal typo. sigh.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/cesfic/cesfic/pmap_
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 15:29:34 UTC 2010
Modified Files:
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
Log Message:
Fix harmless pasto and tweak some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/mvm
Module Name:src
Committed By: wiz
Date: Sat Dec 25 15:27:08 UTC 2010
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
Add missing semicolon.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/dev/usb/usb.h
Please note that diffs are not public doma
Module Name:src
Committed By: christos
Date: Sat Dec 25 15:26:32 UTC 2010
Modified Files:
src/external/bsd/bind/include/isc: atomic.h platform.h
Log Message:
Fix non-threads compatibility code which was causing trouble even in the
threaded version.
To generate a diff of
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 15:05:22 UTC 2010
Modified Files:
src/sys/arch/hp300/include: cpu.h
Log Message:
Make sure MAXADDR is unsigned otherwise it could be mangled in shift ops
and causes silent hang on bootstrap. Analyzed on HP9000/362 I g
Module Name:src
Committed By: tsutsui
Date: Sat Dec 25 14:43:00 UTC 2010
Modified Files:
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
src/sys/arch/hp300/hp300: pmap_bootstrap.c
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
src/sys/arch/next68k/next6
Module Name:src
Committed By: christos
Date: Sat Dec 25 14:18:38 UTC 2010
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Don't crash on old kernels that don't have the new per cpu counters.
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/us
Module Name:src
Committed By: jmcneill
Date: Sat Dec 25 14:06:14 UTC 2010
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
add USB interface assoc descriptor (IAD) info
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/usb/usb.h
Please note th
Module Name:src
Committed By: wiz
Date: Sat Dec 25 12:12:50 UTC 2010
Modified Files:
src/doc: 3RDPARTY
Log Message:
mdocml-1.10.8 out.
To generate a diff of this commit:
cvs rdiff -u -r1.797 -r1.798 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: macallan
Date: Sat Dec 25 11:51:21 UTC 2010
Modified Files:
src/sys/dev/pci: voodoofb.c
Log Message:
remove some ancient, unused debug code
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/voodoofb.c
Please note
Module Name:src
Committed By: blymn
Date: Sat Dec 25 10:08:21 UTC 2010
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
Little bit more debug information.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libcurses/attributes.c
Please not
Module Name:src
Committed By: blymn
Date: Sat Dec 25 10:05:08 UTC 2010
Modified Files:
src/lib/libcurses: color.c
Log Message:
Ignore request to change the values of colour pair 0
Explicitly set foreground and/or background colours when -1 is passed
to assume_default_color
Module Name:src
Committed By: blymn
Date: Sat Dec 25 09:59:52 UTC 2010
Modified Files:
src/lib/libcurses: border.c
Log Message:
Allow attributes to be applied to the default line drawing characters
by just passing attributes as arguments to the wborder call.
To generate
34 matches
Mail list logo