CVS commit: src/etc/etc.cesfic

2011-01-02 Thread Izumi Tsutsui
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 of this commit:
cvs rdiff -u -r0 -r1.1 src/etc/etc.cesfic/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/next68k/dev

2011-01-02 Thread Izumi Tsutsui
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/arch/next68k/dev/intiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/cesfic/include

2011-01-02 Thread Izumi Tsutsui
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 of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/cesfic/include/bus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-01-02 Thread Izumi Tsutsui
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/next68k: pmap_bootstrap.c

Log Message:
Misc cosmetics to reduce diff among hp300 derived m68k ports.
XXX: too many quirks to merge...


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/cesfic/cesfic/pmap_bootstrap.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/luna68k/luna68k/pmap_bootstrap.c
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/next68k/next68k/pmap_bootstrap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/etc.amigappc

2011-01-02 Thread Izumi Tsutsui
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/distrib/amigappc
  is prepared


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/etc.amigappc/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




CVS commit: src/etc/mtree

2011-01-02 Thread Darrin B. Jewell
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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/csu

2011-01-02 Thread Nick Hudson
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 domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mvmeppc/stand

2011-01-02 Thread Izumi Tsutsui
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/mvmeppc/stand/libsa: Makefile.inc

Log Message:
Switch mvmeppc bootloader to using MI libsa and libkern for maintainability.
Mostly taken from mvme68k.

Compile test only, but no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mvmeppc/stand/Makefile.booters
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mvmeppc/stand/boot/Makefile
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mvmeppc/stand/libsa/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/mvmeppc/stand/libsa/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/miscfs/genfs

2011-01-02 Thread Juergen Hannken-Illjes
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 as unionfs with device nodes panics.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/miscfs/genfs/layer_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/dev

2011-01-02 Thread matthew green
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:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc64/dev/schizoreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/drivers

2011-01-02 Thread matthew green
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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/ofppc/conf

2011-01-02 Thread matthew green
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/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-01-02 Thread Darrin B. Jewell
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 of this commit:
cvs rdiff -u -r1.202 -r1.203 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.10 -r1.11 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2011-01-02 Thread Jukka Ruohonen
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/acpi/acpi_power.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/acpi_wakedev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2011-01-02 Thread Ignatios Souvatzis
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 referenced
in this manual page. Thanks to an...@ircnet for the heads-up.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/stf.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/mips

2011-01-02 Thread Havard Eidnes
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 commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/arch/mips/mips/mips_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2011-01-02 Thread Ignatios Souvatzis
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/man4/stf.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-01-02 Thread Marc Balmer
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 Velvindron), thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/dev/usb/ukbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2011-01-02 Thread Thomas Klausner
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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2011-01-02 Thread Antti Kantee
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 table is
relevant, so to accommodate that change rump_lwproc_newproc() to
rump_lwproc_rfork().  The new interface has the rfork() fd table
semantics.  The equivalent of rump_lwproc_newproc() is
rump_lwproc_rfork(RUMP_RFCFDG).


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/rump/include/rump/rump.h
cvs rdiff -u -r1.60 -r1.61 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpkern/lwproc.c
cvs rdiff -u -r1.213 -r1.214 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpkern/rumpkern.ifspec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2011-01-02 Thread Antti Kantee
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 generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/rump/rumpkern_if_pub.h
cvs rdiff -u -r1.11 -r1.12 src/sys/rump/librump/rumpkern/rumpkern_if_priv.h \
src/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2011-01-02 Thread Antti Kantee
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/syscall: t_cmsg.c

Log Message:
+ rump_lwproc_newproc -> rump_lwproc_rfork()
+ add a tess for rump_lwproc_rfork()


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/tmpfs/t_renamerace.c
cvs rdiff -u -r1.14 -r1.15 src/tests/fs/vfs/t_renamerace.c
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/t_lwproc.c
cvs rdiff -u -r1.2 -r1.3 src/tests/rump/rumpvfs/t_p2kifs.c
cvs rdiff -u -r1.15 -r1.16 src/tests/syscall/t_cmsg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib

2011-01-02 Thread Antti Kantee
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:
cvs rdiff -u -r1.48 -r1.49 src/lib/libp2k/p2k.c
cvs rdiff -u -r1.27 -r1.28 src/lib/librumpuser/rumpuser_sp.c
cvs rdiff -u -r1.55 -r1.56 src/lib/libukfs/ukfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librump

2011-01-02 Thread Antti Kantee
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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2011-01-02 Thread Antti Kantee
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 are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/ieeefp

2011-01-02 Thread Martin Husemann
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-uninitialized in the
proper place in CFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/ieeefp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hppa/include

2011-01-02 Thread Nick Hudson
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 -r1.6 src/sys/arch/hppa/include/signal.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-01-02 Thread Nick Hudson
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
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/siginfo.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2011-01-02 Thread Alistair G. Crooks
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 generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 \
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mac68k/mac68k

2011-01-02 Thread Izumi Tsutsui
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 LC630 (with 68LC040) upto single user.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/gen

2011-01-02 Thread Paul Goyette
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/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-01-02 Thread Izumi Tsutsui
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/060,
to reduce diffs from other m68k ports.

Compile test only. (any working machine for these port?)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/cesfic/cesfic/pmap_bootstrap.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/luna68k/luna68k/pmap_bootstrap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-01-02 Thread Izumi Tsutsui
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_bootstrap.c
src/sys/arch/luna68k/luna68k: pmap_bootstrap.c
src/sys/arch/mac68k/mac68k: pmap_bootstrap.c
src/sys/arch/mvme68k/mvme68k: pmap_bootstrap.c
src/sys/arch/news68k/news68k: pmap_bootstrap.c
src/sys/arch/next68k/next68k: pmap_bootstrap.c
src/sys/arch/x68k/x68k: pmap_bootstrap.c

Log Message:
Tidy up common comments.  (Yes, too many dup code...)


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/atari/atari/atari_init.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/cesfic/cesfic/pmap_bootstrap.c
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/hp300/hp300/pmap_bootstrap.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/luna68k/luna68k/pmap_bootstrap.c
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/mac68k/mac68k/pmap_bootstrap.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/news68k/news68k/pmap_bootstrap.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/next68k/next68k/pmap_bootstrap.c
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x68k/x68k/pmap_bootstrap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-01-02 Thread Matt Thomas
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 generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/mk/bsd.kmodule.mk
cvs rdiff -u -r1.127 -r1.128 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2011-01-02 Thread Christos Zoulas
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/kern_verifiedexec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2011-01-02 Thread Christos Zoulas
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/bpf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/ieeefp

2011-01-02 Thread Christos Zoulas
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
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/ieeefp/t_except.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/gen

2011-01-02 Thread Paul Goyette
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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/lib/libsa

2011-01-02 Thread Jonathan A. Kollasch
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libsa/ext2fs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/gen

2011-01-02 Thread Paul Goyette
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 of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_siginfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/mdocml/dist

2011-01-02 Thread Thomas Klausner
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 diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc

2011-01-02 Thread Paul Goyette
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/lib/libc/hash: h_hash.c t_hash.sh
src/tests/lib/libc/hash/data: md5test-in md5test-out sha1test-in
sha1test-out sha1test2-out

Log Message:
Atf-ify servent and protoent tests, and the remaining hash test.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libc/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/h_protoent.c \
src/tests/lib/libc/h_servent.c src/tests/lib/libc/t_protoent.sh \
src/tests/lib/libc/t_servent.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/hash/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/hash/h_hash.c \
src/tests/lib/libc/hash/t_hash.sh
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/hash/data/md5test-in \
src/tests/lib/libc/hash/data/md5test-out \
src/tests/lib/libc/hash/data/sha1test-in \
src/tests/lib/libc/hash/data/sha1test-out \
src/tests/lib/libc/hash/data/sha1test2-out

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2011-01-02 Thread Paul Goyette
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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/tests

2011-01-02 Thread Paul Goyette
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/lists/tests/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/regress/lib/libc

2011-01-02 Thread Paul Goyette
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/regress/lib/libc/protoent: Makefile protoent.c
src/regress/lib/libc/servent: Makefile servent.c

Log Message:
Remove atf-ified tests: servent protoent md5sha


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/md5sha/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/md5sha/md5test-in \
src/regress/lib/libc/md5sha/md5test-out \
src/regress/lib/libc/md5sha/sha1test-in \
src/regress/lib/libc/md5sha/sha1test-out \
src/regress/lib/libc/md5sha/sha1test2-out
cvs rdiff -u -r1.6 -r0 src/regress/lib/libc/md5sha/test.c
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/protoent/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libc/protoent/protoent.c
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/servent/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/servent/servent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/regress/lib/libc/servent

2011-01-02 Thread Paul Goyette
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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/bpf

2011-01-02 Thread Christos Zoulas
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 src/tests/net/bpf/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/net/bpf/t_bpf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x68k/conf

2011-01-02 Thread Izumi Tsutsui
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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2011-01-02 Thread Alistair G. Crooks
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/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-01-02 Thread Izumi Tsutsui
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/conf: ALL GENERIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC
src/sys/arch/news68k/conf: GENERIC
src/sys/arch/shark/conf: GENERIC
src/sys/arch/sun3/conf: GENERIC GENERIC3X

Log Message:
Xref module(7) in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.282 -r1.283 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1003 -r1.1004 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.287 -r1.288 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.153 -r1.154 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/sun3/conf/GENERIC3X

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x68k/conf

2011-01-02 Thread Izumi Tsutsui
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/arch/x68k/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.