CVS commit: src/sys/dev/pci

2009-07-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 23 05:05:13 UTC 2009 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Reduce the difference against FreeBSD and OpenBSD Define BGE_IS_JUMBO_CAPABLE and use it. No functional change. Cleanup the code for BGE_PC

CVS commit: src/external/bsd/iscsi/dist/src/initiator

2009-07-22 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Thu Jul 23 04:32:13 UTC 2009 Modified Files: src/external/bsd/iscsi/dist/src/initiator: iscsi-initiator.c Log Message: Fix from Bert Kiers, also noted by jak - be consistent in naming the key for the target hostname variable - it's "

CVS commit: src/lib/libc/stdlib

2009-07-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 23 02:54:27 UTC 2009 Modified Files: src/lib/libc/stdlib: strtol.3 strtoul.3 Log Message: Clarify the description of the errno behavior, based on the recent thread in tech-userlevel. To generate a diff of this commit:

CVS commit: src/lib/libc/sys

2009-07-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 23 02:31:56 UTC 2009 Modified Files: src/lib/libc/sys: intro.2 Log Message: Mention, along with the behavior of succeeding system calls, the normal behavior of succeeding library functions regarding errno. (That is, they

CVS commit: src/sys/ufs/ffs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 23 01:10:02 UTC 2009 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Restore error behaviour bulldozed in rev 1.246. might fix PR kern/41769 To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 23 01:01:31 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: return proper errno from mount To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libukfs/ukfs.c Please note that diffs are not

CVS commit: src/lib/libc/gen

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 22:54:15 UTC 2009 Modified Files: src/lib/libc/gen: sysctl.3 Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.197 -r1.198 src/lib/libc/gen/sysctl.3 Please note that diffs are not public domain

CVS commit: src

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 22:53:41 UTC 2009 Modified Files: src/lib/libc/gen: sysctl.3 sysctlbyname.c src/sys/sys: sysctl.h Log Message: Constify the fourth argument of sysctlbtname(3) (ie. `newp', the pointer to the new value). This chang

CVS commit: [netbsd-4-0] src/doc

2009-07-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 22 22:40:52 UTC 2009 Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket 1338. To generate a diff of this commit: cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-4.0.2 Please note that diffs are not

CVS commit: [netbsd-4-0] src

2009-07-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 22 22:39:47 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2 [netbsd-4-0]: sha2.c src/crypto/dist/openssl/crypto/evp [netbsd-4-0]: m_sha1.c src/distrib/sets/lists/base [netbsd-4-0]: shl.mi src/dis

CVS commit: [netbsd-4] src/doc

2009-07-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 22 22:33:26 UTC 2009 Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket 1338. To generate a diff of this commit: cvs rdiff -u -r1.1.2.166 -r1.1.2.167 src/doc/CHANGES-4.1 Please note that diffs are not publ

CVS commit: [netbsd-4] src

2009-07-22 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Jul 22 22:31:08 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2 [netbsd-4]: sha2.c src/crypto/dist/openssl/crypto/evp [netbsd-4]: m_sha1.c src/distrib/sets/lists/base [netbsd-4]: shl.mi src/distrib/s

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

2009-07-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jul 22 21:35:38 UTC 2009 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Don't set debug for the directory. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/tests/mi Please n

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

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 21:06:56 UTC 2009 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Since rumpfs can now be used from publically exported routines, convert unsupported checking KASSERTs to return EOPNOTSUPP. To gener

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 21:05:30 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c Log Message: delint To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/libukfs/ukfs.c Please note that diffs are not public domain; they are

CVS commit: src/lib/libp2k

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 20:49:29 UTC 2009 Modified Files: src/lib/libp2k: p2k.c Log Message: * catch up with the ukfs changes * leave mounted fs reference counting totally up to le coq grande and simply force an unmount if the kernel has deci

CVS commit: src/lib/libukfs

2009-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 22 20:46:34 UTC 2009 Modified Files: src/lib/libukfs: ukfs.c ukfs.h Log Message: Since rump rootfs now supports creating directories, mount ukfs mounts at the requested mountpoint instead of as the rump kernel rootfs. Whil

CVS commit: src

2009-07-22 Thread Klaus Klein
Module Name:src Committed By: kleink Date: Wed Jul 22 19:48:27 UTC 2009 Modified Files: src/include: string.h unistd.h src/lib/libc/string: strsignal.3 strsignal.c Log Message: Declare strsignal(3) in , per POSIX-2008, and adjust documentation accordingly. Fixes P

CVS commit: src/share/man/man4

2009-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 22 19:42:15 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: Sort supported hardware by name. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/ath.4 Please note that diffs are

CVS commit: src/share/man/man4

2009-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 22 19:40:41 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: Remove unnecessary .Pp. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/ath.4 Please note that diffs are not publ

CVS commit: src/lib/libedit

2009-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 22 18:25:26 UTC 2009 Modified Files: src/lib/libedit: el.c Log Message: Only need path if we have issetugid... From Anon Ymous To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/lib/libedit/el.c Please

CVS commit: src/share/man/man4

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 17:53:20 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: Bump date To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man4/ath.4 Please note that diffs are not public domain; the

CVS commit: src/share/man/man4

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 17:48:26 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: Update supported chips list. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/ath.4 Please note that diffs are not

CVS commit: src/share/man/man4

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 17:45:54 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: HAL redistribution is no longer constrained by specific redistribution rules. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sha

CVS commit: src/share/man/man4

2009-07-22 Thread Arnaud Lacombe
Module Name:src Committed By: alc Date: Wed Jul 22 17:34:56 UTC 2009 Modified Files: src/share/man/man4: ath.4 Log Message: The HAL is no longer a kernel blob, reflect this. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/ath.4 Please no

CVS commit: src/sys/compat/netbsd32

2009-07-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Jul 22 17:19:44 UTC 2009 Modified Files: src/sys/compat/netbsd32: netbsd32_socket.c Log Message: Make compat netbsd32 sendmsg follow the native version by allowing empty messages. This let unfdpass regression test work as expec

CVS commit: src/lib/libedit

2009-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 22 15:58:09 UTC 2009 Modified Files: src/lib/libedit: tty.c Log Message: Don't depend on side effects inside an assert >From Michael Cook mcook at bbn dot com To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.

CVS commit: src/lib/libedit

2009-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 22 15:57:41 UTC 2009 Modified Files: src/lib/libedit: readline.c Log Message: Fix memory leaks in error paths. >From Michael Cook mcook at bbn dot com To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/l

CVS commit: src/lib/libedit

2009-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 22 15:57:00 UTC 2009 Modified Files: src/lib/libedit: read.c Log Message: Always initialize nread since it is an out param. >From Michael Cook mcook at bbn dot com To generate a diff of this commit: cvs rdiff -u -r1.51

CVS commit: src/lib/libedit

2009-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 22 15:56:30 UTC 2009 Modified Files: src/lib/libedit: el.c Log Message: Move filename to the scope it is being used. >From Michael Cook mcook at bbn dot com To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/compat

2009-07-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Jul 22 15:49:29 UTC 2009 Modified Files: src/sys/compat/linux/common: linux_misc.c src/sys/compat/linux32/common: linux32_dirent.c Log Message: Make compat linux/linux32 getdents(2) fail with ENOTDIR instead of EINVAL w

CVS commit: src/include

2009-07-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jul 22 15:09:57 UTC 2009 Modified Files: src/include: complex.h Log Message: add a "public domain" note (there is nothing creative justifying a long license) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/

CVS commit: src/etc/mtree

2009-07-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Jul 22 14:24:01 UTC 2009 Modified Files: src/etc/mtree: NetBSD.dist Log Message: Add usr/libdata/debug/usr/tests/lib/libc/string for MKDEBUG build. To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/etc/mtree

CVS commit: src/lib/libc/string

2009-07-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 22 07:07:27 UTC 2009 Modified Files: src/lib/libc/string: popcount.3 Log Message: Add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/string/popcount.3 Please note that diffs