CVS commit: src/share/man/man4

2012-05-31 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 31 12:10:10 UTC 2012 Modified Files: src/share/man/man4: urtwn.4 Log Message: Add .An -nosplit. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/urtwn.4 Please note that diffs are not

CVS commit: src/sys/dev/usb

2012-05-31 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 31 12:29:15 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: Ralink Technology's vendor ID is 0x148f, not 0x1485. Pointed by FUKAUMI Naoki. To generate a diff of this commit: cvs rdiff -u -r1.621 -r1.622

CVS commit: src/sys/dev/usb

2012-05-31 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 31 12:30:43 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.613 -r1.614 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.614 -r1.615

CVS commit: src/sys/dev/usb

2012-05-31 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 31 12:32:35 UTC 2012 Modified Files: src/sys/dev/usb: if_rum.c if_ural.c Log Message: Remove duplicate entries. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/if_rum.c cvs rdiff -u -r1.39

CVS commit: src/lib/libedit

2012-05-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 31 13:16:39 UTC 2012 Modified Files: src/lib/libedit: histedit.h Log Message: remove stdint.h; it is not used. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/histedit.h Please note that

CVS commit: src/sys/miscfs/genfs

2012-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 31 15:07:29 UTC 2012 Modified Files: src/sys/miscfs/genfs: layer_vfsops.c Log Message: When built as module, track sysctl node creations, and destroy them on module exit. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/miscfs/genfs

2012-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 31 16:08:14 UTC 2012 Modified Files: src/sys/miscfs/genfs: layer_vfsops.c Log Message: Ooopppsss! sysctl nodes created during module load time cannot be PERMANENT To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2012-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu May 31 16:09:34 UTC 2012 Modified Files: src/sys/dev/i2c: dbcool.c spdmem_i2c.c src/sys/dev/ic: spdmem.c Log Message: Update handling of sysctl stuff when built as modules To generate a diff of this commit: cvs

CVS commit: src/tools/llvm

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 18:52:17 UTC 2012 Modified Files: src/tools/llvm: Makefile Log Message: Forcefully override the GNU make configure check. The build system in NetBSD doesn't need it, so the configure check doesn't have to reject a

CVS commit: src/external/bsd/llvm

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 18:53:33 UTC 2012 Modified Files: src/external/bsd/llvm: link.mk Log Message: Don't print noisy errors if need-dl hasn't been created yet. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 19:00:41 UTC 2012 Modified Files: src/usr.bin/tic: tic.c Log Message: Prefer __printflike. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/tic/tic.c Please note that diffs are not public

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/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 19:56:32 UTC 2012 Modified Files: src/usr.bin/tic: tic.c Log Message: Use queue(3) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/tic/tic.c Please note that diffs are not public domain;

CVS commit: src/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 20:10:06 UTC 2012 Modified Files: src/usr.bin/tic: Makefile tic.c Log Message: Replace linear lookup with hash table, reducing runtime by 60%. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 20:38:19 UTC 2012 Modified Files: src/usr.bin/tic: tic.c Log Message: Use e* from util.h. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/tic/tic.c Please note that diffs are not public

CVS commit: src/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 20:40:05 UTC 2012 Modified Files: src/usr.bin/tic: tic.c Log Message: One more strdup - estrdup. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tic/tic.c Please note that diffs are not

CVS commit: src/usr.bin/tic

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 21:01:06 UTC 2012 Modified Files: src/usr.bin/tic: tic.c Log Message: Maintain nalias and nterm on the fly. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/tic/tic.c Please note that diffs

CVS commit: src/tools/gcc

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 21:02:03 UTC 2012 Modified Files: src/tools/gcc: Makefile Log Message: Always use system zlib. Avoids the need for 32bit build environment when bootstrapping on some Linux distros. We require zlib to be present anyway.

CVS commit: src/sys/arch/amiga/pci

2012-05-31 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu May 31 21:29:02 UTC 2012 Modified Files: src/sys/arch/amiga/pci: emmem.c empb.c empbreg.h Log Message: Add empb(4) functions to switch memory window position. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.bin/nbperf

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 21:36:07 UTC 2012 Modified Files: src/usr.bin/nbperf: nbperf.1 Log Message: The output function is only order preserving for chm and chm3, so correct that part of the documentation and also mention what the default

CVS commit: src/lib/libc/gen

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 23:11:35 UTC 2012 Modified Files: src/lib/libc/gen: ttyname.3 Log Message: Add void for ttyslot prototype. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/ttyname.3 Please note that

CVS commit: src/share/man/man9

2012-05-31 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 1 00:16:29 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: - add some comments for post-usbmp - basic documentation for: usbd_clear_endpoint_toggle() usbd_device2interface_handle()