Module Name:src
Committed By: tsutsui
Date: Mon Jan 3 06:15:17 UTC 2011
Modified Files:
src/sys/arch/x68k/conf: GENERIC
Log Message:
Add (commented out) options MODULAR. Confirmed working on XM6i.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/
Module Name:src
Committed By: tsutsui
Date: Mon Jan 3 06:07:44 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386
Module Name:src
Committed By: agc
Date: Mon Jan 3 05:34:54 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c
Log Message:
avoid a double free - from Anthony Bentley.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 \
src/cry
Module Name:src
Committed By: tsutsui
Date: Mon Jan 3 03:43:23 UTC 2011
Modified Files:
src/sys/arch/x68k/conf: GENERIC
Log Message:
Enable options DDB. Ok from isaki@
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/arch/x68k/conf/GENERIC
Pleas
Module Name:src
Committed By: christos
Date: Mon Jan 3 02:53:15 UTC 2011
Modified Files:
src/tests/net/bpf: Makefile t_bpf.c
Log Message:
PR/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 s
Module Name:src
Committed By: pgoyette
Date: Mon Jan 3 00:55:18 UTC 2011
Removed Files:
src/regress/lib/libc/servent: compare
Log Message:
The servent test has been atf-ified
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/servent/compare
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 22:10:24 UTC 2011
Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/md5sha: Makefile md5test-in md5test-out
sha1test-in sha1test-out sha1test2-out test.c
src
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 22:06:41 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Sets list magic for the servent/protoent/hash tests
To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/distrib/sets/li
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 22:04:45 UTC 2011
Modified Files:
src/etc/mtree: NetBSD.dist.tests
Log Message:
Add the new directory for hash test data
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/etc/mtree/NetBSD.dist.tests
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 22:03:25 UTC 2011
Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/hash: Makefile
Added Files:
src/tests/lib/libc: h_protoent.c h_servent.c t_protoent.sh t_servent.sh
src/tests/li
Module Name:src
Committed By: wiz
Date: Sun Jan 2 22:03:25 UTC 2011
Modified Files:
src/external/bsd/mdocml/dist: msec.in
Log Message:
Prefix section headers for 1 to 9 with "NetBSD " to match output
for non-HTML pages (i.e. groff ones). Noted by njoly.
To generate a di
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 21:39:24 UTC 2011
Modified Files:
src/tests/lib/libc/gen: t_siginfo.c
Log Message:
If we survive the check for wrong signal code, reset our expectation to
"pass" before checking the signal errno.
To generate a diff
Module Name:src
Committed By: jakllsch
Date: Sun Jan 2 21:37:01 UTC 2011
Modified Files:
src/sys/lib/libsa: ext2fs.c
Log Message:
Zero the in-memory super block after allocation. It contains a pointer
that, if not properly initialized, could be improperly deallocated.
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 21:34:01 UTC 2011
Modified Files:
src/tests/lib/libc/gen: t_siginfo.c
Log Message:
Fix $NetBSD$ keyword
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/gen/t_siginfo.c
Please note tha
Module Name:src
Committed By: christos
Date: Sun Jan 2 21:17:19 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: Makefile t_except.c
Log Message:
avoid cloberring warning.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/ieeefp/Makefile
Module Name:src
Committed By: christos
Date: Sun Jan 2 21:03:45 UTC 2011
Modified Files:
src/sys/net: bpf.c
Log Message:
kern/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/net/
Module Name:src
Committed By: christos
Date: Sun Jan 2 20:50:56 UTC 2011
Modified Files:
src/sys/kern: kern_verifiedexec.c
Log Message:
Simplify and avoid kernel segv when the list is NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/kern/ker
Module Name:src
Committed By: matt
Date: Sun Jan 2 19:24:48 UTC 2011
Modified Files:
src/share/mk: bsd.kmodule.mk
src/sys/conf: Makefile.kern.inc
Log Message:
Kernels modules are c99 (gnu99) just like the kernel.
Add(move) -std=gnu99 to CPPFLAGS (from COPTS).
To
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 18:48:07 UTC 2011
Modified Files:
src/sys/arch/amiga/amiga: amiga_init.c
src/sys/arch/atari/atari: atari_init.c
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
src/sys/arch/hp300/hp300: pmap_bootstr
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 18:39:11 UTC 2011
Modified Files:
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
src/sys/arch/luna68k/luna68k: pmap_bootstrap.c
Log Message:
Pull code that maps the kernel segment table cache invalidated for 040/
Module Name:src
Committed By: pgoyette
Date: Sun Jan 2 18:28:36 UTC 2011
Modified Files:
src/tests/lib/libc/gen: Makefile
Log Message:
One more reference to HAVE_SIGINFO bites the dust
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/gen/
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 18:16:59 UTC 2011
Modified Files:
src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
Log Message:
Pull code that maps the kernel segment table cache invalidated for 040/060,
to reduce diffs from other m68k ports.
Tested on
Module Name:src
Committed By: agc
Date: Sun Jan 2 18:13:10 UTC 2011
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: crypto.c
Log Message:
Fix a double free[*], pointed out by Anthony Bentley.
[*] This was actually a triple free. We go all the way to 11.
To
Module Name:src
Committed By: skrll
Date: Sun Jan 2 18:12:01 UTC 2011
Modified Files:
src/doc: TODO.nits
src/sys/sys: siginfo.h
Log Message:
Remove last references to __HAVE_SIGINFO
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/doc/TODO.nits
c
Module Name:src
Committed By: skrll
Date: Sun Jan 2 18:07:02 UTC 2011
Modified Files:
src/sys/arch/hppa/include: signal.h
Log Message:
__HAVE_SIGINFO has not been required/used for a long time now.
Prompted by uwe@
To generate a diff of this commit:
cvs rdiff -u -r1.5
Module Name:src
Committed By: martin
Date: Sun Jan 2 13:49:16 UTC 2011
Modified Files:
src/tests/lib/libc/ieeefp: Makefile
Log Message:
Stopgap buildfix: gcc complains about test_ops possibly being clobbered
by sigjmp and I can't find a proper way to add -Wno-uninitialize
Module Name:src
Committed By: pooka
Date: Sun Jan 2 13:18:37 UTC 2011
Modified Files:
src/tests: Makefile
Log Message:
do the alphabet
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/Makefile
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: pooka
Date: Sun Jan 2 13:03:29 UTC 2011
Modified Files:
src/lib/librump: rump_lwproc.3
Log Message:
document rump_pub_lwproc_rfork()
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librump/rump_lwproc.3
Please note that
Module Name:src
Committed By: pooka
Date: Sun Jan 2 13:01:45 UTC 2011
Modified Files:
src/lib/libp2k: p2k.c
src/lib/librumpuser: rumpuser_sp.c
src/lib/libukfs: ukfs.c
Log Message:
rump_lwproc_newproc -> rump_lwproc_rfork
To generate a diff of this commit
Module Name:src
Committed By: pooka
Date: Sun Jan 2 12:58:18 UTC 2011
Modified Files:
src/tests/fs/tmpfs: t_renamerace.c
src/tests/fs/vfs: t_renamerace.c
src/tests/rump/rumpkern: t_lwproc.c
src/tests/rump/rumpvfs: t_p2kifs.c
src/tests/syscal
Module Name:src
Committed By: pooka
Date: Sun Jan 2 12:53:13 UTC 2011
Modified Files:
src/sys/rump/include/rump: rumpkern_if_pub.h
src/sys/rump/librump/rumpkern: rumpkern_if_priv.h
rumpkern_if_wrappers.c
Log Message:
regen: rump_lwproc_rfork
To gener
Module Name:src
Committed By: pooka
Date: Sun Jan 2 12:52:25 UTC 2011
Modified Files:
src/sys/rump/include/rump: rump.h rumpuser.h
src/sys/rump/librump/rumpkern: lwproc.c rump.c rumpkern.ifspec
Log Message:
There is a use case where preserving the parent's fd tabl
Module Name:src
Committed By: wiz
Date: Sun Jan 2 12:48:22 UTC 2011
Modified Files:
src/share/man/man4: stf.4
Log Message:
New sentence, new line. Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/stf.4
Please note
Module Name:src
Committed By: mbalmer
Date: Sun Jan 2 12:36:41 UTC 2011
Modified Files:
src/sys/dev/usb: ukbd.c
Log Message:
Cap h.loc.count at MAXKEYCODE instead of bailing out. This lets some obscure/
roque keyboards attach.
>From logana...@devio.us (Loganaden Velvind
Module Name:src
Committed By: is
Date: Sun Jan 2 12:25:31 UTC 2011
Modified Files:
src/share/man/man4: stf.4
Log Message:
Add references RFC3068 and RFC3964; mark draft-itojun-... as expired.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/share/man/ma
Module Name:src
Committed By: he
Date: Sun Jan 2 12:17:28 UTC 2011
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Make this build again by removing the const qualifier on the
local pcb0 variable in mips_init_lwp0_uarea().
To generate a diff of this
Module Name:src
Committed By: is
Date: Sun Jan 2 12:11:47 UTC 2011
Modified Files:
src/share/man/man4: stf.4
Log Message:
Four and a half year after the end of 6bone, it should not surprise that the
web page dedicated to it is gone. Fortunately, 6bone itself is not refere
Module Name:src
Committed By: jruoho
Date: Sun Jan 2 12:06:02 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_power.c acpi_wakedev.c
Log Message:
Adjust error messages for the previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/acp
Module Name:src
Committed By: dbj
Date: Sun Jan 2 11:34:14 UTC 2011
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Log Message:
add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp
To generate a diff
Module Name:src
Committed By: mrg
Date: Sun Jan 2 11:25:32 UTC 2011
Modified Files:
src/sys/arch/ofppc/conf: GENERIC
Log Message:
add the normal DKWEDGE* options, and enable drvctl.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/ofppc/conf/
Module Name:src
Committed By: mrg
Date: Sun Jan 2 11:24:21 UTC 2011
Modified Files:
src/external/mit/xorg/server/drivers: Makefile
Log Message:
fix a comment
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/external/mit/xorg/server/drivers/Makefile
Ple
Module Name:src
Committed By: mrg
Date: Sun Jan 2 10:43:19 UTC 2011
Modified Files:
src/sys/arch/sparc64/dev: schizo.c schizoreg.h
Log Message:
now that it's optional, kill schizo_pci_find_ino().
prepare to enable the tomatillo iocache.
To generate a diff of this commit
Module Name:src
Committed By: hannken
Date: Sun Jan 2 10:38:02 UTC 2011
Modified Files:
src/sys/miscfs/genfs: layer_vnops.c
Log Message:
layer_inactive: With specnodes introduced during vmlocking2
it is safe to cache device nodes.
Tested with nullfs only
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 09:40:52 UTC 2011
Modified Files:
src/sys/arch/mvmeppc/stand: Makefile.booters
src/sys/arch/mvmeppc/stand/boot: Makefile
src/sys/arch/mvmeppc/stand/libsa: Makefile
Added Files:
src/sys/arch/mvmep
Module Name:src
Committed By: skrll
Date: Sun Jan 2 09:33:45 UTC 2011
Modified Files:
src/tests/lib/csu: Makefile
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/csu/Makefile
Please note that diffs are not public domai
Module Name:src
Committed By: dbj
Date: Sun Jan 2 09:30:09 UTC 2011
Modified Files:
src/etc/mtree: NetBSD.dist.tests
Log Message:
add missing ./usr/tests/lib/libc/ieeefp
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/mtree/NetBSD.dist.tests
Please
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 08:49:33 UTC 2011
Modified Files:
src/etc/etc.amigappc: Makefile.inc
Log Message:
- build a GENERIC kernel on release for validation on releng daily build
- comment out targets which should be put once after src/distri
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 08:40:55 UTC 2011
Modified Files:
src/sys/arch/cesfic/cesfic: pmap_bootstrap.c
src/sys/arch/luna68k/luna68k: pmap_bootstrap.c
src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
src/sys/arch/next68k/nex
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 08:22:35 UTC 2011
Added Files:
src/sys/arch/cesfic/include: bus.h
Log Message:
Add a dummy which nows seems to be mandatory in MI code
including even if a port doesn't use it. Taken from sbmips.
To generate a diff
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 08:19:03 UTC 2011
Modified Files:
src/sys/arch/next68k/dev: intiovar.h
Log Message:
Explicitly include here for bus_space_tag_t and bus_dma_tag_t.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/
Module Name:src
Committed By: tsutsui
Date: Sun Jan 2 08:17:24 UTC 2011
Added Files:
src/etc/etc.cesfic: Makefile.inc
Log Message:
Make sure to build GENERIC kernel on release build.
This means there is no kernel binary in past releases. Oh well...
To generate a diff o
51 matches
Mail list logo