CVS commit: src/lib/libc/citrus

2009-09-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:44:27 UTC 2009 Modified Files: src/lib/libc/citrus: citrus_iconv.c Log Message: Add parentheses around a misleading string constant concatenation, from (my own, very old) PR 36064. To generate a diff of this comm

CVS commit: src/external/gpl2/xcvs/dist/src

2009-09-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:18:55 UTC 2009 Modified Files: src/external/gpl2/xcvs/dist/src: filesubr.c Log Message: Check group membership correctly; ingroup() returns a truth value, not a gid. PR bin/41995. To generate a diff of this commi

CVS commit: src/usr.bin/skeyinfo

2009-09-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:15:24 UTC 2009 Modified Files: src/usr.bin/skeyinfo: skeyinfo.c Log Message: ANSIfy and sort includes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/skeyinfo/skeyinfo.c Please note that

CVS commit: src/usr.bin/skeyinfo

2009-09-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 06:13:34 UTC 2009 Modified Files: src/usr.bin/skeyinfo: skeyinfo.c Log Message: Tidy up error messages. Prompted by PR 41993 from Bug Hunting, but more comprehensive. To generate a diff of this commit: cvs rdiff -u

CVS commit: [matt-nb5-mips64] src/common/lib/libc/arch/mips/atomic

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 04:03:43 UTC 2009 Modified Files: src/common/lib/libc/arch/mips/atomic [matt-nb5-mips64]: Makefile.inc Log Message: Enable the new atomic op routines on mips64e[bl]. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: [matt-nb5-mips64] src/common/lib/libc/arch/mips/atomic

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 04:03:01 UTC 2009 Modified Files: src/common/lib/libc/arch/mips/atomic [matt-nb5-mips64]: membar_ops.S Log Message: Only allow to null on o32 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.10.1 \ src/co

CVS commit: [matt-nb5-mips64] src/lib/libpam/libpam

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:54:48 UTC 2009 Modified Files: src/lib/libpam/libpam [matt-nb5-mips64]: Makefile Log Message: Change ${LD} -r ... to ${CC} ${LDFLAGS} -nostdlib -Wl,-r ... so that ${CC} can emit additional ld options. To generate a d

CVS commit: [matt-nb5-mips64] src/gnu/lib/libgcc4/libgcc

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:52:33 UTC 2009 Modified Files: src/gnu/lib/libgcc4/libgcc [matt-nb5-mips64]: Makefile Log Message: Change ${LD} -r -[Xx] to ${OBJCOPY} Change ${LD} -r ... to ${CC} ${LDFLAGS} -nostdlib -Wl,-r so what ${CC} can add addi

CVS commit: [matt-nb5-mips64] src/gnu/lib/libgcc4

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:51:16 UTC 2009 Modified Files: src/gnu/lib/libgcc4 [matt-nb5-mips64]: Makefile.inc Log Message: If MKSOFTFLOAT == yes, don't include the libgcc float to unsigned functions since they are already in libc. To generate

CVS commit: src/sys/dev/ic

2009-09-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 5 03:50:50 UTC 2009 Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: Remove unnecessary whitespace. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/dev/ic/rtl8169

CVS commit: [matt-nb5-mips64] src/sys/conf

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:49:50 UTC 2009 Modified Files: src/sys/conf [matt-nb5-mips64]: Makefile.kern.inc Log Message: Don't abort if DBSYM fails. To generate a diff of this commit: cvs rdiff -u -r1.118.4.2 -r1.118.4.2.4.1 src/sys/conf/Makef

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:49:02 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: Makefile.inc Log Message: Enable ELFSIZE=64 is -mabi=64 is set. To generate a diff of this commit: cvs rdiff -u -r1.15.32.1 -r1.15.32.

CVS commit: [matt-nb5-mips64] src/usr.bin/elf2ecoff

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:48:22 UTC 2009 Modified Files: src/usr.bin/elf2ecoff [matt-nb5-mips64]: Makefile Log Message: Don't build if N64. To generate a diff of this commit: cvs rdiff -u -r1.10.46.1 -r1.10.46.2 src/usr.bin/elf2ecoff/Makefile

CVS commit: [matt-nb5-mips64] src/rescue

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:40:41 UTC 2009 Modified Files: src/rescue [matt-nb5-mips64]: Makefile Log Message: Switch from ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r so that ${CC} can pass additional options to ld To generate a diff of this

CVS commit: [matt-nb5-mips64] src/usr.bin/ldd

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:39:26 UTC 2009 Modified Files: src/usr.bin/ldd [matt-nb5-mips64]: Makefile src/usr.bin/ldd/elf64 [matt-nb5-mips64]: Makefile Log Message: If build a N64 userland, enable elf64 support in ldd. To generate a di

CVS commit: [matt-nb5-mips64] src/share/mk

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:38:23 UTC 2009 Modified Files: src/share/mk [matt-nb5-mips64]: bsd.kmod.mk bsd.kmodule.mk bsd.prog.mk Log Message: Change ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r This is so ${CC} will invoke ld with appropriate o

CVS commit: [matt-nb5-mips64] src/libexec/ld.elf_so/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:34:25 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/mips [matt-nb5-mips64]: mips_reloc.c Log Message: Make ld.elf_so understand the "unique" way MIPS encodes 64 relocation entries. With this change, dynamic N64 i

CVS commit: [matt-nb5-mips64] src/gnu/dist/gcc4/gcc/config/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:26:20 UTC 2009 Modified Files: src/gnu/dist/gcc4/gcc/config/mips [matt-nb5-mips64]: netbsd.h netbsd64.h Log Message: Simply the netbsd64 LINK_SPEC. To generate a diff of this commit: cvs rdiff -u -r1.1.1.

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:19:31 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: types.h Log Message: ATOMIC64_OPS are available for all kernels except O32 ones. To generate a diff of this commit: cvs rdiff -u -r1.43.36.5

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:18:49 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: locore.h Log Message: Change padding in kern_frame so it has quad-word (16 bytes) alignment. Then when allocated on a stack, the stack keeps 1

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:25:07 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S Log Message: More LP64 cleanup. To generate a diff of this commit: cvs rdiff -u -r1.26.36.1.2.5 -r1.26.36.1.2.6 \ src/sys/arch

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:24:21 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: fp.S Log Message: Use INT_[LS] for dealing with the FRAME_FSR. To generate a diff of this commit: cvs rdiff -u -r1.33.38.5 -r1.33.38.6 src/sys/

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:23:31 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cache_mipsNN.c Log Message: assign vaddr_t to unsigned int makes LP64 code very unhappy. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:22:45 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf Log Message: Instead of pulling MIPS_KSEG0_START and friends from cpuregs, put them here. (asm doesn't constants with appended L) T

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:20:21 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: Define MIPS_KSEGn_START as friends as being long. To generate a diff of this commit: cvs rdiff -u -r1.74.28.4 -r1.74.

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:16:23 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: proc.h Log Message: Make sure this is quad-word (16 byte) aligned. Thus when one is allocated on the stack, the stack stays 16 byte aligned.

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:15:09 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: elf_machdep.h Log Message: Fix EF_ARCH_*. (should be in high nibble) To generate a diff of this commit: cvs rdiff -u -r1.10.96.5 -r1.10.96.

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:13:51 UTC 2009 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: asm.h Log Message: Add REG_LL/REG_SC/REG_ADDU To generate a diff of this commit: cvs rdiff -u -r1.40.38.7 -r1.40.38.8 src/sys/arch/mips/incl

CVS commit: [matt-nb5-mips64] src/lib/libc/compat/arch/mips/gen

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:12:29 UTC 2009 Modified Files: src/lib/libc/compat/arch/mips/gen [matt-nb5-mips64]: compat_sigsetjmp.S Log Message: More LP64 cleanup --> s/la/PTR_LA To generate a diff of this commit: cvs rdiff -u -r1.1.34.1 -r1.1.

CVS commit: [matt-nb5-mips64] src/lib/libc/gen

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:11:43 UTC 2009 Modified Files: src/lib/libc/gen [matt-nb5-mips64]: getpagesize.c Log Message: Add a DIAGASSERT for the returned pagesize being non-zero. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.46.

CVS commit: [matt-nb5-mips64] src/gnu/dist/binutils/bfd

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:10:39 UTC 2009 Modified Files: src/gnu/dist/binutils/bfd [matt-nb5-mips64]: elfxx-mips.c Log Message: Fix BFD to understand that R_MIPS_GPREL32 with R_MIPS_64 will not require text section modifications and thus you do

CVS commit: [matt-nb5-mips64] src/common/lib/libc/arch/mips/atomic

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:07:07 UTC 2009 Added Files: src/common/lib/libc/arch/mips/atomic [matt-nb5-mips64]: atomic_add.S atomic_and.S atomic_cas.S atomic_dec.S atomic_inc.S atomic_or.S atomic_swap.S Log Message: Add na

CVS commit: [matt-nb5-mips64] src/common/lib/libc/atomic

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:06:11 UTC 2009 Modified Files: src/common/lib/libc/atomic [matt-nb5-mips64]: atomic_init_testset.c Log Message: Don't cast a ptr to uint32_t, use uintptr_t instead. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: [matt-nb5-mips64] src/lib/libc/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:04:58 UTC 2009 Modified Files: src/lib/libc/arch/mips [matt-nb5-mips64]: SYS.h src/lib/libc/arch/mips/sys [matt-nb5-mips64]: brk.S cerror.S sbrk.S Log Message: LP64 cleanup --> s/la/PTR_LA/ To generate a diff

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 03:03:44 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_exec.c Log Message: Fix a few C&P bugs To generate a diff of this commit: cvs rdiff -u -r1.50.54.1.4.7 -r1.50.54.1.4.8 \ src/sys/arch/m

CVS commit: [matt-nb5-mips64] src/regress/lib/csu/initfini/arch/mips

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 02:59:59 UTC 2009 Modified Files: src/regress/lib/csu/initfini/arch/mips [matt-nb5-mips64]: initfini_asm.S Log Message: Teach this about N32/N64 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.48

CVS commit: [matt-nb5-mips64] src/tools/host-mkdep

2009-09-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Sep 5 02:02:51 UTC 2009 Modified Files: src/tools/host-mkdep [matt-nb5-mips64]: Makefile Log Message: Make sure CFLAGS and LDFLAGS come HOST_CFLAGS and HOST_LDFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.

CVS commit: src

2009-09-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 4 23:29:03 UTC 2009 Modified Files: src/lib/libc/sys: reboot.2 src/share/man/man8: boot.8 src/share/man/man8/man8.acorn26: boot26.8 src/share/man/man8/man8.acorn32: boot32.8 src/share/man/man8/

CVS commit: src

2009-09-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Sep 4 23:23:05 UTC 2009 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: boothowto.9 Log Message: Add a boothowto(9) man page, and link it to BOOT_FLAG

CVS commit: src/share/mk

2009-09-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Sep 4 20:19:04 UTC 2009 Modified Files: src/share/mk: bsd.own.mk Log Message: add sunleo To generate a diff of this commit: cvs rdiff -u -r1.570 -r1.571 src/share/mk/bsd.own.mk Please note that diffs are not public domai

CVS commit: xsrc/external/mit/xf86-video-sunleo

2009-09-04 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Sep 4 20:12:48 UTC 2009 Update of /cvsroot/xsrc/external/mit/xf86-video-sunleo In directory ivanova.netbsd.org:/tmp/cvs-serv24061 Log Message: the sunleo driver from Xorg Status: Vendor Tag: xorg Release Tags: xf86-video-s

CVS commit: src/doc

2009-09-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 4 19:37:17 UTC 2009 Modified Files: src/doc: 3RDPARTY Log Message: ACPI CA 20090903 is out. To generate a diff of this commit: cvs rdiff -u -r1.716 -r1.717 src/doc/3RDPARTY Please note that diffs are not public domai

CVS commit: src/sys/dev/ic

2009-09-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Sep 4 18:40:19 UTC 2009 Modified Files: src/sys/dev/ic: esiopvar.h siopreg.h siopvar.h siopvar_common.h Log Message: u_intNN_t -> uintNN_t To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/esiopv

CVS commit: src/sys/dev/ic

2009-09-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Sep 4 18:29:53 UTC 2009 Modified Files: src/sys/dev/ic: esiop.c esiopvar.h siop.c siop_common.c siopvar_common.h Log Message: Remove unnecessary whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sbin/mount_smbfs

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 18:25:56 UTC 2009 Modified Files: src/sbin/mount_smbfs: Makefile Added Files: src/sbin/mount_smbfs: Makefile.inc Log Message: Provide Makefile.inc which contains source module names and paths. To generate a dif

CVS commit: src/dist/smbfs/mount_smbfs

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 18:22:38 UTC 2009 Modified Files: src/dist/smbfs/mount_smbfs: mount_smbfs.c Added Files: src/dist/smbfs/mount_smbfs: mount_smbfs.h Log Message: Make mount_smbfs follow the standard MOUNT_NOMAIN and parseargs() st

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 18:14:41 UTC 2009 Modified Files: src/sys/dev/usb: uhub.c Log Message: Expand some definitions from . To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/usb/uhub.c Please note that diffs are

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 18:10:09 UTC 2009 Modified Files: src/sys/dev/usb: if_atu.c if_atureg.h if_aue.c if_auereg.h if_axe.c if_axereg.h if_cdce.c if_cdcereg.h if_cuereg.h if_kue.c if_udavreg.h if_urlreg.h Log Message:

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 17:55:48 UTC 2009 Modified Files: src/sys/dev/usb: usb.h usb_port.h Log Message: Extract some definitions from usb_port.h and put them into usb.h. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 17:55:03 UTC 2009 Modified Files: src/sys/dev/usb: ehci.c ehcivar.h Log Message: Expand definitions, and lightly unifdef(1). To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/dev/usb/ehci.c cvs

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 17:53:58 UTC 2009 Modified Files: src/sys/dev/usb: if_atu.c if_atureg.h if_aue.c if_auereg.h if_axe.c if_axereg.h if_cdce.c if_cdcereg.h if_cuereg.h Log Message: Expand definitions, and lightly unifdef(1).

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 17:53:13 UTC 2009 Modified Files: src/sys/dev/usb: usbdi.h usbdi_util.h usbdivar.h Log Message: Expand definitions, and lightly unifdef(1). To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/us

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

2009-09-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 4 17:46:06 UTC 2009 Modified Files: src/distrib/sets/lists/xcomp: md.amd64 md.i386 Log Message: PR/41991: Joachim Kuebart: add debug libs for libdrm_intel and unmark the regular lib as profile. To generate a diff of t

CVS commit: src

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 17:21:34 UTC 2009 Modified Files: src: Makefile src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi src/sys/rump: Makefile src/sys/rump/dev: Makefile.rumpdev

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

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 17:15:21 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: add a few global symbols required by kernel code To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/rump/librump/r

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 17:01:30 UTC 2009 Modified Files: src/sys/dev/usb: stuirda.c Log Message: There's no need to #include after #including . To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/stuirda.c Please

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 16:54:32 UTC 2009 Modified Files: src/sys/dev/usb: ukbdmap.c Log Message: Stop #including , this time more gracefully: #include , instead. We're certain to get all of the #definitions we need that way. To generate a

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 16:52:25 UTC 2009 Modified Files: src/sys/dev/usb: ukbdmap.c Log Message: Stop #including . To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/usb/ukbdmap.c Please note that diffs are not publi

CVS commit: src/sys/dev/usb

2009-09-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Sep 4 16:42:39 UTC 2009 Modified Files: src/sys/dev/usb: uhub.c Log Message: KNF: compare a pointer with NULL instead of evaluating its "truth." To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/us

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

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 16:42:19 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: brace policy. no functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/rump/librump/rumpkern/l

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

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 16:41:39 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: Actually, we cannot release the megalock before we take sleepermtx, since that opens a race window for non-mpsafe code, so do it aft

CVS commit: src/sys/dev/ic

2009-09-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Sep 4 16:21:24 UTC 2009 Modified Files: src/sys/dev/ic: lance.c lancevar.h Log Message: Replace shutdownhook_establish(9) with pmf_device_register1(9). Tested on sun3x. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/sys/netsmb

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 16:18:34 UTC 2009 Modified Files: src/sys/netsmb: smb_iod.c Log Message: add comment to previous stating periodic wakeups can be nuked once smb is mpsafe. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 s

CVS commit: src/sys/netsmb

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 16:16:52 UTC 2009 Modified Files: src/sys/netsmb: smb_iod.c Log Message: defensive programming: wake up iod thread once a second "just in case" To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/nets

CVS commit: src/sys/netsmb

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 16:12:45 UTC 2009 Modified Files: src/sys/netsmb: smb_iod.c Log Message: Send data for as long as there is new data available. Otherwise there was a danger of smb_iod_recvall() blocking, hence releasing the kernel lock,

CVS commit: src/usr.bin/unzip

2009-09-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 4 14:23:24 UTC 2009 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Make output for -v/-l match Infozip unzip more closely. Mention archive name, like Infozip unzip. Add missing options to usage. Ok joerg@ To gener

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

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 13:58:57 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: ltsleep.c Log Message: * wrap tsleep functions to drop die grosslock since we're going to sleep anyway in a few flicks from the clock * broadcast instead

CVS commit: src/usr.bin/unzip

2009-09-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 4 13:02:52 UTC 2009 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Fix output spacing for summary in -v. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/unzip/unzip.c Please note that di

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

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 12:27:09 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: allocate p_lock for virtual processes To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/rump/librump/rumpkern/r

CVS commit: src/sys/rump

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 12:20:42 UTC 2009 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c rump_dev_private.h Added Files: src/sys/rump/dev/lib/libnetsmb: Makefile component.c shlib_version Log Message: add netsmb rump component

CVS commit: src/sys/rump/fs/lib/libsmbfs

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 12:16:54 UTC 2009 Added Files: src/sys/rump/fs/lib/libsmbfs: Makefile shlib_version Log Message: rump smbfs component To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/rump/fs/lib/libsmbfs/Makefile \

CVS commit: src/share/man/man9

2009-09-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Sep 4 11:34:38 UTC 2009 Modified Files: src/share/man/man9: sockopt.9 Log Message: confusing pooka. manpage improvements, sunshine returns. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/sock

CVS commit: src/sys/dev/usb

2009-09-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 4 11:26:54 UTC 2009 Modified Files: src/sys/dev/usb: pseye.c Log Message: Enable UVC-style headers and use them to help detect stream errors. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/u

CVS commit: src/sys/rump

2009-09-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Sep 4 10:54:44 UTC 2009 Modified Files: src/sys/rump: README.dirs Log Message: update list of directories To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/rump/README.dirs Please note that diffs are not p

CVS commit: src/share/man/man5

2009-09-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 4 10:34:16 UTC 2009 Modified Files: src/share/man/man5: boot.cfg.5 Log Message: Fix incorrect wording. From Bug Hunting in PR 41989. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man5/boot.cfg

CVS commit: src/sys/opencrypto

2009-09-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Sep 4 08:58:44 UTC 2009 Modified Files: src/sys/opencrypto: cryptodev.h Log Message: It is best to explicitly include if we're going to use kcondvar_t. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/open

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

2009-09-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Sep 4 08:57:00 UTC 2009 Modified Files: src/sys/rump/librump/rumpdev: devnodes.c Log Message: Both amiga and atari needs explicitly included in order for curlwp to be properly declared. To generate a diff of this commit: cvs r