CVS commit: src/sys/netbt

2010-10-14 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Oct 14 07:05:03 UTC 2010 Modified Files: src/sys/netbt: hci_link.c Log Message: Some Broadcom controllers emit empty ACL packets during connection setup, using the handle that they have not yet told us for the connection-to-be

CVS commit: src/include

2010-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 14 07:51:21 UTC 2010 Modified Files: src/include: link_elf.h Log Message: Move a comment so that it is correct. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/include/link_elf.h Please note that diffs ar

CVS commit: src/sys/sys

2010-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 14 07:57:34 UTC 2010 Modified Files: src/sys/sys: exec_elf.h Log Message: Define PT_TLS. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/sys/exec_elf.h Please note that diffs are not public domain

CVS commit: src/sys/arch/news68k/news68k

2010-10-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Oct 14 16:31:16 UTC 2010 Modified Files: src/sys/arch/news68k/news68k: machdep.c Log Message: Prepare empty module_init_md() for options MODULAR. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/ne

CVS commit: src/sys/arch/m68k/m68k

2010-10-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Oct 14 16:33:50 UTC 2010 Modified Files: src/sys/arch/m68k/m68k: kobj_machdep.c Log Message: Fix reloc calcurations (mechanically pulled from working i386 and sh3). Now options MODULAR works at least on news68k: # uname -mrs

CVS commit: src/sys/arch/m68k/m68k

2010-10-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Oct 14 16:34:29 UTC 2010 Modified Files: src/sys/arch/m68k/m68k: m68k_syscall.c Log Message: Un-ifdef COMPAT_AOUT_M68K for MODULAR kernel. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/m68k/m68k

CVS commit: src/share/man/man3

2010-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 14 20:14:51 UTC 2010 Modified Files: src/share/man/man3: dirent.3 Log Message: Fix RCSID To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/dirent.3 Please note that diffs are not public domai

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

2010-10-14 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Thu Oct 14 22:39:30 UTC 2010 Added Files: src/sys/rump/dev/lib/libnpf: Makefile component.c shlib_version Log Message: Add files needed to build npf as a RUMP library, original code bu rmind some modifications done by me. Oked by @

CVS commit: src/sys/dev/usb

2010-10-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 15 05:26:09 UTC 2010 Modified Files: src/sys/dev/usb: umidi.c Log Message: Fix cut&paste code, from Henning Petersen in PR 43544. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/umidi.c P

CVS commit: src/sys/kern

2010-10-14 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Oct 15 05:39:19 UTC 2010 Modified Files: src/sys/kern: sys_select.c Log Message: Re-enable direct select. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/kern/sys_select.c Please note that diffs are not

CVS commit: src/usr.bin/mkdep

2010-10-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 15 05:46:48 UTC 2010 Modified Files: src/usr.bin/mkdep: mkdep.1 Log Message: Per PR 19359 note that mkdep doesn't handle all make metacharacters correctly; in particular, filenames containing '#' cause trouble, although