CVS commit: src/sys/dev/usb

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 07:31:15 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: usb task fixes, from jared and myself: - create the task/event threads in usb_attach() so they're more likely to be ready when usb_doattach() runs

CVS commit: src/share/man/man9

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 07:55:44 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: - remove some comments about only being relevant for usbmp. - add documentation for usb_rem_task(), and clean up the task doc in general. be

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:02:48 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: add some network-related compat defs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:03:09 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:10:23 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_syscalls_compat.h Log Message: add simple compat for other OSs to be able to use rump_syscalls.h To generate a diff of this commit: cvs rdiff -u -r1.7

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

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:11:33 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: memalloc.c vm.c Log Message: make unreal allocators work again To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:20:05 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern memalloc.c vm.c Log Message: Make it possible to select between real and unreal allocators from make. Plus some gratuitous renaming.

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:27:12 UTC 2012 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Revert rev 1.51. Turns out the defines are still useful when you really want a local client. To generate a diff of this commit: cvs

CVS commit: src/distrib/common

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:19:03 UTC 2012 Modified Files: src/distrib/common: Makefile.makedev Log Message: Add a dependency for Makefile so that when you add device to the Makefile it will automatically regenerate the device mtree file and

CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:19:51 UTC 2012 Modified Files: src/distrib/evbppc/ramdisk: dot.profile Log Message: Change erase from ^H to ^? (delete). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:20:37 UTC 2012 Modified Files: src/distrib/evbppc/ramdisk: list Log Message: Add gpt and cksum(md5/sha1/sum) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/evbppc/ramdisk/list Please note

CVS commit: src/sys/dev/pci

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 12:03:32 UTC 2012 Modified Files: src/sys/dev/pci: tdvfb.c tdvfbreg.h tdvfbvar.h Log Message: Add 3Dfx Voodoo Graphics (aka Voodoo 1) support. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/doc

2012-07-20 Thread Radoslaw Kujawa
entropy to rnd(4) [pgoyette 20120715] tdvfb(4): Add 3Dfx Voodoo2 driver. [rkujawa 20120719] + tdvfb(4): Add 3Dfx Voodoo Graphics (aka Voodoo1) support. + [rkujawa 20120720]

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 13:40:58 UTC 2012 Modified Files: src/lib/libc/inet: inet_net.3 Log Message: - Use .Vt for variable types outside the SYNOPSIS section rather than .Ft - Use .Fn for function names outside the NAME section rather than

CVS commit: src/sys/arch/powerpc/powerpc

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:21:20 UTC 2012 Modified Files: src/sys/arch/powerpc/powerpc: syscall.c Log Message: Use the new syscall approach by collapsing fancy/plain variants into just a single routine. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 14:25:38 UTC 2012 Modified Files: src/lib/libc/inet: inet.3 Log Message: - Use .Vt for variable types outside the SYNOPSIS section rather than .Ft - Use .Fn for function names outside the NAME section rather than .Nm

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:53:27 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: Makefile Log Message: Add ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/Makefile

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:53:52 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: s3csdi.c Log Message: Add machine/int_mwgwtypes.h include for intmax_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbarm/stand/gzboot

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:59:34 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Add missing ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 15:23:02 UTC 2012 Modified Files: src/sys/arch/alpha/stand: Makefile.bootxx src/sys/arch/alpha/stand/boot: Makefile src/sys/arch/alpha/stand/netboot: Makefile src/sys/arch/alpha/stand/standtest:

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:44:33 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: revert 1.119. theoretically there should be no issue, and i couldn't find one in practice either, except including rump_syscalls.h from

CVS commit: src/sys

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:49:46 UTC 2012 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/share/man/man4

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 17:31:17 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Note added Voodoo 1 support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/tdvfb.4 Please note that diffs

CVS commit: src/share/man/man4

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 17:32:41 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Also add HISTORY section. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/tdvfb.4 Please note that diffs are

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:17:26 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: unrevert part of 1.119 which should not have been reverted (sys/socket.h) To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:09 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: pretty pretty print To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/makesyscalls.sh Please note that diffs are

CVS commit: src/sys/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:45 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: reregen To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 18:53:34 UTC 2012 Modified Files: src/sys/arch/arm/include: byte_swap.h Log Message: Use defined(_ARM_ARCH_[67]) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/byte_swap.h

CVS commit: src/share/man/man4

2012-07-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 20 18:57:27 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/tdvfb.4 Please note that diffs are

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 19:18:09 UTC 2012 Modified Files: src/lib/libc/inet: inet.3 Log Message: - Add ERRORS section covering errno values set by inet_ntop() and inet_pton() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/arch/luna68k

2012-07-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jul 20 19:31:54 UTC 2012 Modified Files: src/sys/arch/luna68k/conf: GENERIC INSTALL src/sys/arch/luna68k/dev: lunafb.c omrasops.c Added Files: src/sys/arch/luna68k/dev: omrasopsvar.h Removed Files:

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 19:44:39 UTC 2012 Modified Files: src/lib/libc/inet: inet_net.3 Log Message: - Add an ERRORS section rather than incompletely documenting the possible errno values in the DESCRIPTION section. To generate a diff

CVS commit: src/lib/libc/inet

2012-07-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 20 20:48:59 UTC 2012 Modified Files: src/lib/libc/inet: inet_net.3 Log Message: Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/inet/inet_net.3 Please note that diffs are not

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

2012-07-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 20 21:18:00 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libobjc: archive.c encoding.c sendmsg.c Log Message: Remove a bunch of broken inline qualifiers that break the -O0 build. To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 21:31:28 UTC 2012 Modified Files: src/sys/dev/pci: tdvfb.c tdvfbreg.h Log Message: Preliminary blitter support for Voodoo2. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/tdvfb.c

CVS commit: src/sys/arch/arm/pic

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 21:53:57 UTC 2012 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Fix botched change to use right value for ipl. Thanks jak To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: [netbsd-6] src/sys/arch/dreamcast/conf

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:07:58 UTC 2012 Modified Files: src/sys/arch/dreamcast/conf [netbsd-6]: GENERIC Log Message: Pull up following revision(s) (requested by abs in ticket #422): sys/arch/dreamcast/conf/GENERIC: revision 1.107 On a

CVS commit: [netbsd-6] src/sys/kern

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:10:07 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: uipc_syscalls.c Log Message: Pull up following revision(s) (requested by njoly in ticket #423): sys/kern/uipc_syscalls.c: revision 1.156 Avoid kmem_alloc

CVS commit: [netbsd-6] src/sys/compat/linux32/arch/amd64

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:12:48 UTC 2012 Modified Files: src/sys/compat/linux32/arch/amd64 [netbsd-6]: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c syscalls.master Log Message: Pull up

CVS commit: [netbsd-6] src/usr.bin/tftp

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:14:23 UTC 2012 Modified Files: src/usr.bin/tftp [netbsd-6]: main.c tftp.c Log Message: Pull up following revision(s) (requested by he in ticket #425): usr.bin/tftp/main.c: revision 1.32

CVS commit: [netbsd-6] src/etc

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:16:29 UTC 2012 Modified Files: src/etc [netbsd-6]: master.passwd Log Message: Pull up following revision(s) (requested by gson in ticket #426): etc/master.passwd: revision 1.46 Change root's default shell to

CVS commit: src/sys/dev/usb

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 23:18:03 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: now that the task threads are created earlier, move the call to usb_create_event_thread() back into usb_doattach(), so that eg, usb_discover() never

CVS commit: [netbsd-6] src/doc

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:20:34 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 422-426 To generate a diff of this commit: cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: [netbsd-6] src/sys/dev/usb

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:49:32 UTC 2012 Modified Files: src/sys/dev/usb [netbsd-6]: ukbd.c Log Message: Pull up following revision(s) (requested by khorben in ticket #427): sys/dev/usb/ukbd.c: revision 1.118 Fixed a potential

CVS commit: [netbsd-6] src/sys/dev/usb

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:55:54 UTC 2012 Modified Files: src/sys/dev/usb [netbsd-6]: ukbd.c Log Message: Pull up following revision(s) (requested by khorben in ticket #428): sys/dev/usb/ukbd.c: revision 1.120 Convert keycodes 0x7f, 0x80

CVS commit: [netbsd-6] src/sys/arch/x86/x86

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:57:39 UTC 2012 Modified Files: src/sys/arch/x86/x86 [netbsd-6]: x86_autoconf.c Log Message: Pull up following revision(s) (requested by mhitch in ticket #429): sys/arch/x86/x86/x86_autoconf.c: revision 1.64 fix

CVS commit: [netbsd-6] src/sys/kern

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:00:14 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: sys_sig.c Log Message: Pull up following revision(s) (requested by christos in ticket #430): sys/kern/sys_sig.c: revision 1.38 From Roger Pau Monne:

CVS commit: [netbsd-6] src/sys/compat/netbsd32

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:01:45 UTC 2012 Modified Files: src/sys/compat/netbsd32 [netbsd-6]: netbsd32_lwp.c Log Message: Pull up following revision(s) (requested by christos in ticket #431): sys/compat/netbsd32/netbsd32_lwp.c: revision

CVS commit: [netbsd-6] src/sys/arch/i386/stand/lib

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:03:19 UTC 2012 Modified Files: src/sys/arch/i386/stand/lib [netbsd-6]: biosdisk.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #432): sys/arch/i386/stand/lib/biosdisk.c: revision

CVS commit: [netbsd-6] src/sys/arch/sparc/stand/ofwboot

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:04:56 UTC 2012 Modified Files: src/sys/arch/sparc/stand/ofwboot [netbsd-6]: net.c net.h ofdev.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #433):

CVS commit: [netbsd-6] src/doc

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:05:42 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 427-433. To generate a diff of this commit: cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: src/sys/dev/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 04:21:14 UTC 2012 Modified Files: src/sys/dev/marvell: gttwsi.c Log Message: Don't send a stop bit immediately after start bit transmission. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 04:23:16 UTC 2012 Modified Files: src/sys/dev/marvell: gttwsireg.h Log Message: TWSI size is 0x100. Not 0x1000. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/gttwsireg.h Please

CVS commit: src/sys/arch/arm/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 04:30:34 UTC 2012 Modified Files: src/sys/arch/arm/marvell: kirkwoodreg.h Log Message: Add some comments of 88F6282 and TWSI column. Add IRQ and BASE for TWSI1. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/arm/marvell

2012-07-20 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 21 05:11:45 UTC 2012 Modified Files: src/sys/arch/arm/marvell: mvsoc.c Log Message: Add 88F6282 parameters. Use MVSOC_UNITID_PEX instead of {ORION,KIRKWOOD}_UNITID_PEX. This PEX UNITID is generic UNITID for MVSoC

CVS commit: src

2012-07-20 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sat Jul 21 05:17:11 UTC 2012 Modified Files: src/lib/libpuffs: dispatcher.c puffs.h src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_sys.h puffs_vfsops.c puffs_vnops.c Log Message: - Improve

CVS commit: src/sys/dev/usb

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 07:31:15 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: usb task fixes, from jared and myself: - create the task/event threads in usb_attach() so they're more likely to be ready when usb_doattach() runs

CVS commit: src/share/man/man9

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 07:55:44 UTC 2012 Modified Files: src/share/man/man9: usbdi.9 Log Message: - remove some comments about only being relevant for usbmp. - add documentation for usb_rem_task(), and clean up the task doc in general. be

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:02:48 UTC 2012 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: add some network-related compat defs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:03:09 UTC 2012 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/include/rump/rumpdefs.h Please note that diffs are

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:10:23 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_syscalls_compat.h Log Message: add simple compat for other OSs to be able to use rump_syscalls.h To generate a diff of this commit: cvs rdiff -u -r1.7

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

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:20:05 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern memalloc.c vm.c Log Message: Make it possible to select between real and unreal allocators from make. Plus some gratuitous renaming.

CVS commit: src/sys/rump/include/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 09:27:12 UTC 2012 Modified Files: src/sys/rump/include/rump: rump.h Log Message: Revert rev 1.51. Turns out the defines are still useful when you really want a local client. To generate a diff of this commit: cvs

CVS commit: src/distrib/common

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:19:03 UTC 2012 Modified Files: src/distrib/common: Makefile.makedev Log Message: Add a dependency for Makefile so that when you add device to the Makefile it will automatically regenerate the device mtree file and

CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:19:51 UTC 2012 Modified Files: src/distrib/evbppc/ramdisk: dot.profile Log Message: Change erase from ^H to ^? (delete). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 11:20:37 UTC 2012 Modified Files: src/distrib/evbppc/ramdisk: list Log Message: Add gpt and cksum(md5/sha1/sum) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/evbppc/ramdisk/list Please note

CVS commit: src/doc

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 12:05:36 UTC 2012 Modified Files: src/doc: CHANGES Log Message: Note added support for 3Dfx Voodoo 1. To generate a diff of this commit: cvs rdiff -u -r1.1719 -r1.1720 src/doc/CHANGES Please note that diffs are not

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 13:40:58 UTC 2012 Modified Files: src/lib/libc/inet: inet_net.3 Log Message: - Use .Vt for variable types outside the SYNOPSIS section rather than .Ft - Use .Fn for function names outside the NAME section rather than

CVS commit: src/sys/arch/powerpc/powerpc

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:21:20 UTC 2012 Modified Files: src/sys/arch/powerpc/powerpc: syscall.c Log Message: Use the new syscall approach by collapsing fancy/plain variants into just a single routine. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 14:25:38 UTC 2012 Modified Files: src/lib/libc/inet: inet.3 Log Message: - Use .Vt for variable types outside the SYNOPSIS section rather than .Ft - Use .Fn for function names outside the NAME section rather than .Nm

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:53:27 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: Makefile Log Message: Add ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/Makefile

CVS commit: src/sys/arch/evbarm/stand/boot2440

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:53:52 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/boot2440: s3csdi.c Log Message: Add machine/int_mwgwtypes.h include for intmax_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbarm/stand/gzboot

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 14:59:34 UTC 2012 Modified Files: src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot Log Message: Add missing ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 15:23:02 UTC 2012 Modified Files: src/sys/arch/alpha/stand: Makefile.bootxx src/sys/arch/alpha/stand/boot: Makefile src/sys/arch/alpha/stand/netboot: Makefile src/sys/arch/alpha/stand/standtest:

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:44:33 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: revert 1.119. theoretically there should be no issue, and i couldn't find one in practice either, except including rump_syscalls.h from

CVS commit: src/sys

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 16:49:46 UTC 2012 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h

CVS commit: src/share/man/man4

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 17:31:17 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Note added Voodoo 1 support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/tdvfb.4 Please note that diffs

CVS commit: src/share/man/man4

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 17:32:41 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Also add HISTORY section. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/tdvfb.4 Please note that diffs are

CVS commit: src/sys/kern

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:09 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: pretty pretty print To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/makesyscalls.sh Please note that diffs are

CVS commit: src/sys/rump

2012-07-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jul 20 18:19:45 UTC 2012 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: reregen To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

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

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 18:53:34 UTC 2012 Modified Files: src/sys/arch/arm/include: byte_swap.h Log Message: Use defined(_ARM_ARCH_[67]) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/include/byte_swap.h

CVS commit: src/share/man/man4

2012-07-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 20 18:57:27 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/tdvfb.4 Please note that diffs are

CVS commit: src/lib/libc/inet

2012-07-20 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Fri Jul 20 19:18:09 UTC 2012 Modified Files: src/lib/libc/inet: inet.3 Log Message: - Add ERRORS section covering errno values set by inet_ntop() and inet_pton() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/inet

2012-07-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 20 20:48:59 UTC 2012 Modified Files: src/lib/libc/inet: inet_net.3 Log Message: Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/inet/inet_net.3 Please note that diffs are not

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

2012-07-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 20 21:18:00 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libobjc: archive.c encoding.c sendmsg.c Log Message: Remove a bunch of broken inline qualifiers that break the -O0 build. To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2012-07-20 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Jul 20 21:31:28 UTC 2012 Modified Files: src/sys/dev/pci: tdvfb.c tdvfbreg.h Log Message: Preliminary blitter support for Voodoo2. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/tdvfb.c

CVS commit: src/sys/arch/arm/pic

2012-07-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 21:53:57 UTC 2012 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Fix botched change to use right value for ipl. Thanks jak To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: [netbsd-6] src/sys/arch/dreamcast/conf

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:07:58 UTC 2012 Modified Files: src/sys/arch/dreamcast/conf [netbsd-6]: GENERIC Log Message: Pull up following revision(s) (requested by abs in ticket #422): sys/arch/dreamcast/conf/GENERIC: revision 1.107 On a

CVS commit: [netbsd-6] src/sys/kern

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:10:07 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: uipc_syscalls.c Log Message: Pull up following revision(s) (requested by njoly in ticket #423): sys/kern/uipc_syscalls.c: revision 1.156 Avoid kmem_alloc

CVS commit: [netbsd-6] src/sys/compat/linux32/arch/amd64

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:12:48 UTC 2012 Modified Files: src/sys/compat/linux32/arch/amd64 [netbsd-6]: linux32_syscall.h linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c syscalls.master Log Message: Pull up

CVS commit: [netbsd-6] src/usr.bin/tftp

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:14:23 UTC 2012 Modified Files: src/usr.bin/tftp [netbsd-6]: main.c tftp.c Log Message: Pull up following revision(s) (requested by he in ticket #425): usr.bin/tftp/main.c: revision 1.32

CVS commit: [netbsd-6] src/etc

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:16:29 UTC 2012 Modified Files: src/etc [netbsd-6]: master.passwd Log Message: Pull up following revision(s) (requested by gson in ticket #426): etc/master.passwd: revision 1.46 Change root's default shell to

CVS commit: src/sys/dev/usb

2012-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 20 23:18:03 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: now that the task threads are created earlier, move the call to usb_create_event_thread() back into usb_doattach(), so that eg, usb_discover() never

CVS commit: [netbsd-6] src/doc

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:20:34 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Tickets 422-426 To generate a diff of this commit: cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-6.0 Please note that diffs are not

CVS commit: [netbsd-6] src/sys/dev/usb

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:49:32 UTC 2012 Modified Files: src/sys/dev/usb [netbsd-6]: ukbd.c Log Message: Pull up following revision(s) (requested by khorben in ticket #427): sys/dev/usb/ukbd.c: revision 1.118 Fixed a potential

CVS commit: [netbsd-6] src/sys/dev/usb

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:55:54 UTC 2012 Modified Files: src/sys/dev/usb [netbsd-6]: ukbd.c Log Message: Pull up following revision(s) (requested by khorben in ticket #428): sys/dev/usb/ukbd.c: revision 1.120 Convert keycodes 0x7f, 0x80

CVS commit: [netbsd-6] src/sys/arch/x86/x86

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Jul 20 23:57:39 UTC 2012 Modified Files: src/sys/arch/x86/x86 [netbsd-6]: x86_autoconf.c Log Message: Pull up following revision(s) (requested by mhitch in ticket #429): sys/arch/x86/x86/x86_autoconf.c: revision 1.64 fix

CVS commit: [netbsd-6] src/sys/kern

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:00:14 UTC 2012 Modified Files: src/sys/kern [netbsd-6]: sys_sig.c Log Message: Pull up following revision(s) (requested by christos in ticket #430): sys/kern/sys_sig.c: revision 1.38 From Roger Pau Monne:

CVS commit: [netbsd-6] src/sys/compat/netbsd32

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:01:45 UTC 2012 Modified Files: src/sys/compat/netbsd32 [netbsd-6]: netbsd32_lwp.c Log Message: Pull up following revision(s) (requested by christos in ticket #431): sys/compat/netbsd32/netbsd32_lwp.c: revision

CVS commit: [netbsd-6] src/sys/arch/i386/stand/lib

2012-07-20 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Jul 21 00:03:19 UTC 2012 Modified Files: src/sys/arch/i386/stand/lib [netbsd-6]: biosdisk.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #432): sys/arch/i386/stand/lib/biosdisk.c: revision

  1   2   >