CVS commit: src/sys/dev/scsipi

2011-04-26 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Apr 26 07:41:18 UTC 2011 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Fixup previous. The bug was in scsibusdetach(), which is not doing things in the proper order: it has to detach its children and check for

CVS commit: src/sys/arch/sandpoint/stand/altboot

2011-04-26 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Apr 26 08:08:40 UTC 2011 Modified Files: src/sys/arch/sandpoint/stand/altboot: brdsetup.c Log Message: Priority of QNAP board detection was still too high. It should be lowest, because a Realtek chip at pci device 15 is used on

CVS commit: src/share/mk

2011-04-26 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 26 08:22:18 UTC 2011 Modified Files: src/share/mk: bsd.prog.mk Log Message: The new Heimdal adds -lwind and -lheimbase to the set of libraries, so define the corresponding LIB* variables. These are also needed in the

CVS commit: src

2011-04-26 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue Apr 26 11:32:40 UTC 2011 Modified Files: src/share/man/man9: vnode.9 src/sys/fs/msdosfs: msdosfs_vnops.c src/sys/fs/ntfs: ntfs_vnops.c src/sys/fs/sysvbfs: sysvbfs_vnops.c src/sys/fs/udf:

CVS commit: src/sys/dev/nand

2011-04-26 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Apr 26 13:38:13 UTC 2011 Modified Files: src/sys/dev/nand: nand.c nand.h nand_bbt.c nand_io.c nandemulator.c Log Message: fix some bugs in detachment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: othersrc/external/bsd/rs

2011-04-26 Thread Alistair G. Crooks
Module Name:othersrc Committed By: agc Date: Tue Apr 26 15:41:26 UTC 2011 Modified Files: othersrc/external/bsd/rs: Makefile othersrc/external/bsd/rs/dist: TODO librs.3 rs.c rs.h Log Message: add a small rs_parity(3) function, which simply calculates the Reed

CVS commit: src

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 15:51:32 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: MPCSA_GENERIC src/sys/arch/i386/conf: ALL GENERIC NET4501 XEN3_DOM0 XEN3_DOMU files.i386 src/sys/arch/i386/i386: apmbios.c machdep.c

CVS commit: src

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 16:36:43 UTC 2011 Modified Files: src/sys/arch/i386/conf: ALL src/sys/arch/mips/conf: files.mips src/sys/arch/mips/mips: sigcode.S src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x

CVS commit: src

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 16:57:42 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man7: hier.7 symlink.7 src/share/man/man8: Makefile src/sys/arch/evbarm/conf: MPCSA_GENERIC

CVS commit: src/sys/dev/nand

2011-04-26 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Apr 26 17:27:53 UTC 2011 Modified Files: src/sys/dev/nand: nand_io.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nand/nand_io.c Please note that diffs are not public

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

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 17:30:45 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi Log Message: Remove compat_darwin(8) itself To generate a diff of this commit: cvs rdiff -u -r1.1312 -r1.1313 src/distrib/sets/lists/man/mi Please note

CVS commit: src/sys/dev/nand

2011-04-26 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Apr 26 17:31:58 UTC 2011 Modified Files: src/sys/dev/nand: nand.c nand.h Log Message: it seems we have a config_detach_children (though undocumented) lets use that to detach flash devices before detaching nand To generate a

CVS commit: src/sys/kern

2011-04-26 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Apr 26 17:40:38 UTC 2011 Modified Files: src/sys/kern: kern_kthread.c Log Message: Hold the current lwp's mutex, instead of the lwp we want to wait for in kthread_join(). This fixes panics with DIAGNOSTIC and possibly some

CVS commit: src/sys/dev/flash

2011-04-26 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Tue Apr 26 17:42:20 UTC 2011 Modified Files: src/sys/dev/flash: flash.c Log Message: remove some debug printf leftover To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/flash/flash.c Please note that diffs

CVS commit: src/tests/net/if_loop

2011-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 26 18:42:08 UTC 2011 Modified Files: src/tests/net/if_loop: t_pr.c Log Message: Minor simplification To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/if_loop/t_pr.c Please note that diffs are

CVS commit: src/tests/kernel/tty

2011-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 26 18:50:53 UTC 2011 Modified Files: src/tests/kernel/tty: t_pr.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/kernel/tty/t_pr.c Please note that diffs are not public

CVS commit: src/sys/kern

2011-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 26 19:58:13 UTC 2011 Modified Files: src/sys/kern: kern_prot.c Log Message: Stupidly (but standards commpliant) the gidsetsize argument of the getgroups() syscall is int - i.e. signed. Explicitly check for negative values

CVS commit: src/tests/lib/libm

2011-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 26 20:20:16 UTC 2011 Modified Files: src/tests/lib/libm: t_tanh.c Log Message: When failing, point to PR lib/44057 and the discussion therein about the relevant compiler bug. To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2011-04-26 Thread Joerg Sonnenberger
EDID (Extended Display Identification Data) reading, and video mode setting support, to ffb(4). [jdc 20110408] + kernel: Support for Darwin, Mach, IRIX and PECOFF emulation was + retired. [joerg 20110426]

CVS commit: src/tests/kernel/tty

2011-04-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 26 20:42:01 UTC 2011 Modified Files: src/tests/kernel/tty: t_pr.c Log Message: Add TNF license. OK: pooka. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/kernel/tty/t_pr.c Please note that diffs

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

2011-04-26 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Apr 26 20:53:34 UTC 2011 Modified Files: src/common/lib/libc/gen: rpst.c Log Message: fix _STANDALONE build To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/gen/rpst.c Please note that diffs

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

2011-04-26 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Apr 26 20:53:53 UTC 2011 Modified Files: src/common/lib/libc/gen: radixtree.c Log Message: fix _STANDALONE build To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/gen/radixtree.c Please note

CVS commit: src/sys/sys

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 26 21:27:44 UTC 2011 Modified Files: src/sys/sys: sysctl.h Log Message: Kill CTL_EMUL_NAMES. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/sys/sysctl.h Please note that diffs are not public

CVS commit: src/share/man/man4

2011-04-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Apr 26 22:17:17 UTC 2011 Modified Files: src/share/man/man4: options.4 Log Message: Remove references to just removed Darwin and Irix emulation. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.403 -r1.404

CVS commit: src

2011-04-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 27 00:00:47 UTC 2011 Modified Files: src/sys/kern: kern_ktrace.c kern_stub.c src/sys/sys: ktrace.h src/usr.bin/kdump: kdump.c src/usr.bin/ktrace: ktrace.1 ktrace.h subr.c Log Message: Remove Mach

CVS commit: src

2011-04-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Apr 27 00:35:53 UTC 2011 Modified Files: src/share/man/man9: uvm.9 src/sys/uvm: uvm_swap.c uvm_swap.h uvm_swapstub.c Log Message: Remove public uvm_swap_stats() routine, keep it internal. To generate a diff of this

CVS commit: src/sys

2011-04-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Apr 27 00:36:48 UTC 2011 Modified Files: src/sys/kern: kern_pmf.c kern_proc.c src/sys/netbt: bluetooth.h src/sys/sys: proc.h Log Message: G/C M_EMULDATA To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/sys

2011-04-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Apr 27 00:38:37 UTC 2011 Modified Files: src/sys/kern: kern_sig.c src/sys/sys: signalvar.h Log Message: Make stopsigmask static, sprinkle __cacheline_aligned and __read_mostly. To generate a diff of this commit: cvs