CVS commit: src/sys/conf

2012-03-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 25 09:15:20 UTC 2012 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Redo rev 1.154 by using an explicit MKSHNOECHO that does not output anything. To generate a diff of this commit: cvs rdiff -u -r1.155

CVS commit: src/external/bsd/ipf/dist/lib

2012-03-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 25 09:50:45 UTC 2012 Modified Files: src/external/bsd/ipf/dist/lib: printaps.c Log Message: PRIu64 is not the right format string for unsigned long long. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2012-03-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 25 13:44:05 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: Make 32bit kernels compilable To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/arch/sparc64/sparc64/trap.c

CVS commit: src

2012-04-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 8 11:27:46 UTC 2012 Modified Files: src/lib/libc/gen: posix_spawn_fileactions.c src/sys/compat/netbsd32: netbsd32.h netbsd32_execve.c syscalls.master src/sys/kern: exec_elf.c kern_exec.c kern_exit.c

CVS commit: src/sys/compat/netbsd32

2012-04-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 8 11:28:13 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_sysent.c Log Message: Regen (posix_spawn) To generate a diff of this

CVS commit: src

2012-04-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 9 19:42:07 UTC 2012 Modified Files: src/sys/kern: kern_exec.c src/tests/lib/libc/gen/posix_spawn: t_fileactions.c Log Message: Fix asynchronous posix_spawn child exit status (and test for it). To generate a

CVS commit: src/sys/kern

2012-04-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 15 15:35:01 UTC 2012 Modified Files: src/sys/kern: kern_exec.c Log Message: Fix leak in a posix_spawn error path, from Greg Oster. To generate a diff of this commit: cvs rdiff -u -r1.349 -r1.350 src/sys/kern/kern_exec.c

CVS commit: src/sys

2012-04-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 15 19:07:40 UTC 2012 Modified Files: src/sys/kern: subr_kmem.c src/sys/sys: debug.h Log Message: We don't support KMEM_GUARD nor FREECHECK yet with rump, so disable them in debug builds of the rump kernel. To

CVS commit: src/tests/modules/k_helper3

2012-04-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 17 21:39:19 UTC 2012 Modified Files: src/tests/modules/k_helper3: k_helper3.c Log Message: While we need an absolute path when loading a module (including the .kmod extension), we want the shortname w/o extension for the

CVS commit: src/lib/librumphijack

2012-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 18 10:37:37 UTC 2012 Modified Files: src/lib/librumphijack: hijack.c Log Message: poll(), pollts() and select() all return int values, but in the hijack emulation of them these get passed as exit values from a pthread as

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

2012-04-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 22 08:52:26 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Do not compare si_addr (address of faulting instruction) against the unaligned data address causing the fault - this will always fail.

CVS commit: src/usr.bin/login

2012-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 23 09:27:36 UTC 2012 Modified Files: src/usr.bin/login: login_pam.c Log Message: trimusername (which does not exist) probably was meant to be called trimloginname (which does exist, at least) To generate a diff of this

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

2012-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 23 15:07:56 UTC 2012 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Revert previous, si_addr is expected to be the faulting *data* address (mmm, consistent standards). Add a few tweaks to prevent the

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

2012-04-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 23 15:09:13 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: Report faulting data address with SIGBUS (instead of the faulting instruction) To generate a diff of this commit: cvs rdiff -u

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

2012-04-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 25 19:58:07 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: Fix 32bit build To generate a diff of this commit: cvs rdiff -u -r1.175 -r1.176 src/sys/arch/sparc64/sparc64/trap.c Please note

CVS commit: src/usr.sbin/sup/source

2012-04-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Apr 25 22:35:00 UTC 2012 Modified Files: src/usr.sbin/sup/source: supscan.c Log Message: errs might be clobbered by longjmp, so declare it volatile. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/sun

2012-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 27 09:30:13 UTC 2012 Modified Files: src/sys/dev/sun: kbd.c Log Message: Make it compilable without envsys To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/sun/kbd.c Please note that diffs are

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 30 19:43:46 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.de Log Message: Translate enable_binpkg To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/distrib/utils/sysinst/msg.mi.de Please

CVS commit: src/distrib/utils/sysinst

2012-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 30 19:49:26 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.de Log Message: Add missing white spaces at end of line (meaning forced line breaks) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/arch/sparc

2012-05-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 1 09:40:16 UTC 2012 Modified Files: src/sys/arch/sparc/include: cpu.h src/sys/arch/sparc/sparc: emul.c trap.c Log Message: On unaligned access, provide the data address to the signal handler, instead of the

CVS commit: src/sys/netinet

2012-05-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 1 15:09:36 UTC 2012 Modified Files: src/sys/netinet: ip_mroute.c Log Message: Explicitly include sys/kmem.h To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/netinet/ip_mroute.c Please note that

CVS commit: src/sys/rump/dev/lib/libscsitest

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:33:02 UTC 2012 Modified Files: src/sys/rump/dev/lib/libscsitest: scsitest.c Log Message: If we are not delivering a host iso file (USE_TOSI_ISO is undefined), use -1 as file descriptor initially. The -2 value

CVS commit: src/sys/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:42:20 UTC 2012 Modified Files: src/sys/dev/scsipi: cd.c Log Message: In cdopen: make the test for media presence always silent. In all cases requiring a message, we will most likely get that from the spinup attempt

CVS commit: src/sys/rump/dev/lib/libscsitest

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 16:58:31 UTC 2012 Modified Files: src/sys/rump/dev/lib/libscsitest: scsitest.c Log Message: Revert previous and add a comment - I misunderstood what this code is emulating. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 17:23:10 UTC 2012 Modified Files: src/sys/dev/scsipi: cd.c Log Message: When ejecting a medium, invalidate the in core disklabel - it is not meaningfull anymore. This makes the following cdclose() use silent mode and

CVS commit: src/tests/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 17:27:22 UTC 2012 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: Comment out the expected failure, as it does not trigger anymore. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2012-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 8 13:22:37 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Add a few modules in booke/4xx compat lists - should fix the evbppc build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/utils/sysinst

2012-05-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 8 13:51:34 UTC 2012 Modified Files: src/distrib/utils/sysinst: util.c Log Message: Fix harmless error preventing auto-finding non-ISO9660 formatted CD partitions (when offering sets from CD). To generate a diff of this

CVS commit: src/sys/dev/ic

2012-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 9 07:52:52 UTC 2012 Modified Files: src/sys/dev/ic: seeq8005.c Log Message: PR port-acorn32/46435: type mismatch, padbuf should be unsigned char. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

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

2012-05-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 9 08:17:33 UTC 2012 Modified Files: src/distrib/sets/lists/modules: md.evbppc Log Message: Retry previous, but with proper path this time. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/distrib/utils/sysinst/arch/i386

2012-05-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 15 08:47:53 UTC 2012 Modified Files: src/distrib/utils/sysinst/arch/i386: msg.md.de Log Message: Tweak a few grammar errors To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/kern

2012-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 16 09:41:11 UTC 2012 Modified Files: src/sys/kern: sys_pipe.c Log Message: Make sure we can deliver two file descriptors for pipe2() before we set up anything special (like close on exec). Fixes PR kern/46457. To

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

2012-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 16 09:51:59 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_pipe2.c Log Message: Enable the test for PR kern/46457 now that it does not crash the kernel any more. To generate a diff of this commit: cvs rdiff -u -r1.4

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

2012-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 16 13:48:35 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_pipe2.c Log Message: Simplify the test for PR kern/4645 and make it independend of resource settings. To generate a diff of this commit: cvs rdiff -u -r1.6

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

2012-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 16 19:13:00 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: mmap_block: do not use a hardcoded block device list, but query the kernel for attached disks instead, then try to mmap the raw partition.

CVS commit: src

2012-05-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 21 14:15:20 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/lib/libc/sys: _lwp_create.2 src/sys/arch/alpha/alpha: machdep.c src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c

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

2012-05-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 22 09:23:39 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_lwp_create.c Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_lwp_create.c Please note

CVS commit: src/sys/dev/usb

2012-05-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 22 19:11:22 UTC 2012 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Include opt_usb.h for USB_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181 src/sys/dev/usb/usb_subr.c Please note that

CVS commit: src/sys/rump/librump/rumpkern

2012-05-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 23 14:59:21 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Recently uvm_page_locked_p() leaked outside of uvm/MD code, so rump needs to provide one. To generate a diff of this commit: cvs

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

2012-05-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 23 16:08:32 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_mincore.c Log Message: Simplify creation of a temporary file slightly, fix sizeof(buf) confusion when buf is a pointer. To generate a diff of this commit:

CVS commit: src/tests/lib/libexecinfo

2012-05-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 27 22:57:24 UTC 2012 Modified Files: src/tests/lib/libexecinfo: Makefile Log Message: Fix destination directory To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libexecinfo/Makefile Please note

CVS commit: src/etc/mtree

2012-05-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 27 23:03:24 UTC 2012 Modified Files: src/etc/mtree: NetBSD.dist.tests Log Message: Add new test directory To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/etc/mtree/NetBSD.dist.tests Please note that

CVS commit: src/tests/lib/libexecinfo

2012-05-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 28 09:51:34 UTC 2012 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Not a good idea to continue testing if basic assertions fail - only will cause core dumps later. To generate a diff of this

CVS commit: src/sys/arch

2012-05-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 28 19:24:30 UTC 2012 Modified Files: src/sys/arch/sparc/include: bootinfo.h src/sys/arch/sparc/sparc: autoconf.c src/sys/arch/sparc/stand/boot: boot.c src/sys/arch/sparc/stand/ofwboot: boot.c

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

2012-05-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 28 21:09:52 UTC 2012 Modified Files: src/sys/arch/sparc64/include: bootinfo.h Log Message: Ooops, remove definitions duplicated in sparc/bootinfo.h To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2012-05-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 29 15:42:42 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el Log Message: Add n64/o32 versions of libexecinfo To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91

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

2012-05-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 29 22:43:24 UTC 2012 Modified Files: src/distrib/sets/lists/base: md.sparc64 Log Message: Add 32bit libexecinfo version To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156

CVS commit: src/tests/lib/libexecinfo

2012-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed May 30 06:01:22 UTC 2012 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Skip test on non-amd64 machines for now, pointing to PR 46490. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2012-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 31 19:14:56 UTC 2012 Modified Files: src/external/bsd/tmux/dist: tmux.c Log Message: Make sure to have file descriptors 0-2 open before doing further setup. Otherwise strange invocations could trick us into passing the

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

2012-05-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 31 20:31:07 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_kevent.c Log Message: Add a (skipped for now) test case for PR 46463 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/uvm

2012-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 1 14:52:49 UTC 2012 Modified Files: src/sys/uvm: uvm_vnode.c Log Message: Only use generic readahead on VREG vnodes, the space used to store the context is not valid on other types. Prevents the crash reported in PR

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

2012-06-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 1 15:59:22 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_mmap.c Log Message: Do not skip the block device mmap test, as it does not crash the kernel any more. Mark it as expected failure instead. To generate a

CVS commit: src/sys/dev/splash

2012-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 2 14:24:00 UTC 2012 Modified Files: src/sys/dev/splash: splash.c Log Message: Nat Sloss in PR kern/46516: advance fb pointer by stride, not logical width of the splash image. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2012-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 2 15:54:02 UTC 2012 Modified Files: src/sys/kern: kern_event.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/kern/kern_event.c Please note that diffs are

CVS commit: src/sys/kern

2012-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 2 16:16:16 UTC 2012 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors via SCM_RIGHT anxiliary socket messages. To generate a diff of this

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

2012-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 2 16:52:18 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_kevent.c Log Message: adapt to new reality To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_kevent.c Please note that

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

2012-06-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 5 08:44:22 UTC 2012 Modified Files: src/tests/lib/libc/sys: Makefile t_mincore.c Log Message: Try to estimate the number of locked pages the mincore() test will need and check it against resource limits, skipping the

CVS commit: src/sys/kern

2012-06-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 6 11:20:22 UTC 2012 Modified Files: src/sys/kern: kern_proc.c Log Message: Henning Petersen in PR kern/46552: include cosmetics To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/kern/kern_proc.c

CVS commit: src

2012-06-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 6 21:23:10 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/infocmp: Makefile t_terminfo.sh Log

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

2012-06-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 7 09:59:51 UTC 2012 Modified Files: src/tests/lib/libc/sys: Makefile t_mincore.c Log Message: Revert previous - instead of guessing the amount of needed memory locked limits (often way too high) and skipping the test

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

2012-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 8 07:18:58 UTC 2012 Modified Files: src/tests/lib/libc/sys: t_mincore.c Log Message: Degrade all intermediate failures due to memory/resource shortage to skip instead of fail - only if we get through to the real meat, we

CVS commit: src/lib/libc/citrus

2012-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 8 07:49:42 UTC 2012 Modified Files: src/lib/libc/citrus: citrus_mapper.c Log Message: Henning Petersen in PR lib/46560: fix memory leak in error path To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libc/net

2012-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 8 07:54:14 UTC 2012 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: Henning Petersen in PR lib/46561: cosmetic change: avoid self assignement. To generate a diff of this commit: cvs rdiff -u -r1.100

CVS commit: src/usr.bin/config

2012-06-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 8 08:56:45 UTC 2012 Modified Files: src/usr.bin/config: defs.h mkmakefile.c Log Message: If we build several kernel (variants) within the same build directory, bad things may happen in a parallel build - especially with

CVS commit: src/games/colorbars

2012-06-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jun 9 09:22:21 UTC 2012 Modified Files: src/games/colorbars: Makefile Log Message: Add missing terminfo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/colorbars/Makefile Please note that diffs are

CVS commit: src/external/mit/xorg/bin/xdm/config

2012-06-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 13 19:44:14 UTC 2012 Modified Files: src/external/mit/xorg/bin/xdm/config: Makefile Added Files: src/external/mit/xorg/bin/xdm/config: NetBSD-flag.png.uue Removed Files:

CVS commit: src/etc

2012-06-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 13 20:49:15 UTC 2012 Modified Files: src/etc/etc.acorn26: ttys src/etc/etc.acorn32: ttys src/etc/etc.alpha: ttys src/etc/etc.amd64: ttys src/etc/etc.amiga: ttys src/etc/etc.amigappc:

CVS commit: src/sys/kern

2012-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jun 14 20:18:16 UTC 2012 Modified Files: src/sys/kern: init_main.c Log Message: Do not try to find the wedge we booted from if opendisk(booted_device) failed. To generate a diff of this commit: cvs rdiff -u -r1.443 -r1.444

CVS commit: src/external/gpl3/gcc/dist/gcc

2012-06-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 17 13:43:30 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/gcc: ChangeLog reload.c reload1.c Log Message: Apply upstream revision 175141: setjmp vs. unchanged register values; should fix PR toolchain/45837. To

CVS commit: src/distrib

2012-06-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 17 14:59:15 UTC 2012 Modified Files: src/distrib/amd64/ramdisks/common: list.ramdisk src/distrib/i386/ramdisks/common: list.ramdisk Log Message: Add support for ext2fs to i386/amd64 ramdisks. This is usefull for

CVS commit: src/sys/dev/ic

2012-06-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 18 21:23:56 UTC 2012 Modified Files: src/sys/dev/ic: ncr53c9x.c Log Message: When issuing a non-dma command, make sure to set the remaining length of command to be transfered via dma (sc_cmdlen) to zero upfront, otherwise

CVS commit: src/sys/dev/iscsi

2012-06-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 19 14:19:46 UTC 2012 Modified Files: src/sys/dev/iscsi: iscsi_send.c Log Message: assemble_login_parameters() has a strange error reporting convention: errors are positive numbers, so = 0 is good, not = ... This makes

CVS commit: src/sbin/iscsictl

2012-06-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 20 08:11:12 UTC 2012 Modified Files: src/sbin/iscsictl: iscsic_driverif.c Log Message: Avoid printing values past the end of the buffer, and a size_t underflow. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sbin/iscsictl

2012-06-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 20 08:19:49 UTC 2012 Modified Files: src/sbin/iscsictl: iscsic_driverif.c Log Message: Fix previous To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sbin/iscsictl/iscsic_driverif.c Please note that diffs

CVS commit: src/sys/compat/linux/common

2012-06-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 22 08:47:48 UTC 2012 Modified Files: src/sys/compat/linux/common: linux_socketcall.c Log Message: From the parse errors that you just do not see as a human department: build fix. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/vax/vax

2013-01-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 15 10:18:38 UTC 2013 Modified Files: src/sys/arch/vax/vax: syscall.c Log Message: Make this compile with TRAPDEBUG enabled. Pointed out by Holm Tiffe. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

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

2013-01-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 23 12:19:03 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: Sligthly clean up the (by default unused) #ifdef TRAPS_USE_IG To generate a diff of this commit: cvs rdiff -u -r1.345 -r1.346

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

2013-01-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 23 21:03:25 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: locore.s mp_subr.S Log Message: Fix sparc64_ipi_ccall by adding proper trap setup. Fixes xcall(9) problems, as exposed by pserialize(9). Noticed by J.

CVS commit: src/usr.sbin/makefs/msdos

2013-01-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 27 12:25:13 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Make it compile on 32bit AND 64bit archs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/libexec/ld.aout_so

2013-02-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 5 15:19:18 UTC 2013 Modified Files: src/libexec/ld.aout_so: Makefile Log Message: Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout (on architectures that never used a.out) To generate a diff of

CVS commit: src/external/mit/xorg/lib/pixman

2013-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 11 09:26:07 UTC 2013 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: Enable SSE2 support for amd64 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/lib/libm/src

2013-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 12 08:21:49 UTC 2013 Modified Files: src/lib/libm/src: s_fma.c Log Message: Use __weak_alias instead of __weak_reference (obvious pasto) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libm

2013-02-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 12 21:40:19 UTC 2013 Modified Files: src/lib/libm: Makefile src/lib/libm/src: s_fmal.c s_frexpl.c Log Message: Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.c as well as s_frexpl.c in the

CVS commit: src/sys/arch/sparc/sparc

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 12:14:14 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: Rearrange the special mainbus device list to allow for optional entries. Fixes a panic on all SUN4M machines w/o an sx graphics

CVS commit: src/sys/arch/sparc/sparc

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 12:44:16 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: Fix thinko in previous (and misleading comment): stop ignoring table entries for to be ignored devices. To generate a diff of this

CVS commit: src/external/public-domain/sqlite

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 17:12:24 UTC 2013 Modified Files: src/external/public-domain/sqlite/bin: Makefile src/external/public-domain/sqlite/dist: sqlite3.c Log Message: When converting long double values to decimal, convert to int via

CVS commit: src/external/public-domain/sqlite/lib

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 15 07:59:37 UTC 2013 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: Backout libm dependency here as well (assuming it was meant for the backed-out use of floor() I added/removed yesterday)

CVS commit: src/lib/libc/arch/sparc64/softfloat

2013-02-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 15 09:24:05 UTC 2013 Modified Files: src/lib/libc/arch/sparc64/softfloat: qp.c Log Message: Make all conversions from 128bit (long double) floats to integral types use rounding towards zero (casts to int/long are not

CVS commit: src/external/gpl3/gdb/dist/gdb

2013-02-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 16 18:06:44 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: When searching for an active thread (e.g. right after switching to threaded mode), if no lwp is signaled, just stay with the

CVS commit: src/sys

2013-02-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 19 09:04:55 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c rump_private.h src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c src/sys/sys: xcall.h Log Message: Stopgap fix to make

CVS commit: src/sys/kern

2013-02-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Feb 19 11:20:17 UTC 2013 Modified Files: src/sys/kern: subr_xcall.c Log Message: Oops, accidently did not commit this part of pooka's change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2013-02-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 21 08:07:25 UTC 2013 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Add PCVT compat (for X console switching) and another font (purely esthetical). From maccalan@. To generate a diff of this commit: cvs

CVS commit: src/external/mit/xorg/bin/xdm/config

2013-02-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 21 08:20:19 UTC 2013 Modified Files: src/external/mit/xorg/bin/xdm/config: Makefile Log Message: Make the Xdm default config use vt05 for all arches that can switch consoles while in X. To generate a diff of this

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

2013-02-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 21 09:04:24 UTC 2013 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Remove duplciate WSDISPLAY_COMPAT_PCVT - no idea how that sneaked in. Thanks to Nick Hudson for the quick catch. To generate a diff of

CVS commit: src/sys/dev/ic

2013-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 27 09:29:21 UTC 2013 Modified Files: src/sys/dev/ic: isp.c Log Message: Disable ICBOPT_FAST_POST for ISP 2100. Fixes PR kern/47302. From Matthew Jacob. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/sys/secmodel/extensions

2013-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 28 15:23:25 UTC 2013 Modified Files: src/sys/secmodel/extensions: secmodel_extensions.c Log Message: Make the callback deal with embryonic connections which do not have credentials yet. Fixes PR kern/47598. To generate

CVS commit: src/tests/kernel

2013-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 28 15:31:23 UTC 2013 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_kauth_pr_47598.c Log Message: Add a testprogram for PR 47598. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists

2013-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 28 15:36:08 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add new testprogram To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/kernel

2013-02-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 28 20:41:22 UTC 2013 Modified Files: src/tests/kernel: t_kauth_pr_47598.c Log Message: getsockname() needs a socklen_t, not a size_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/zic

2013-03-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 5 10:19:58 UTC 2013 Modified Files: src/usr.sbin/zic: Makefile Log Message: Add back NOGCCERROR for older gcc versions to fix the vax build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

<    3   4   5   6   7   8   9   10   11   12   >