svn commit: r223221 - stable/7/lib/libgeom

2011-06-17 Thread Jaakko Heinonen
Author: jh Date: Sat Jun 18 05:13:48 2011 New Revision: 223221 URL: http://svn.freebsd.org/changeset/base/223221 Log: MFC r216177: Remove stale link. PR: 151252 Modified: stable/7/lib/libgeom/libgeom.3 Directory Properties: stable/7/lib/libgeom/ (props changed) Modified: s

svn commit: r223220 - stable/8/lib/libgeom

2011-06-17 Thread Jaakko Heinonen
Author: jh Date: Sat Jun 18 05:12:54 2011 New Revision: 223220 URL: http://svn.freebsd.org/changeset/base/223220 Log: MFC r216177: Remove stale link. PR: 151252 Modified: stable/8/lib/libgeom/libgeom.3 Directory Properties: stable/8/lib/libgeom/ (props changed) Modified: s

svn commit: r223219 - head/sys/dev/pccbb

2011-06-17 Thread Warner Losh
Author: imp Date: Sat Jun 18 03:16:51 2011 New Revision: 223219 URL: http://svn.freebsd.org/changeset/base/223219 Log: More expeirmentation suggests that 10ms isn't as reliable as previously thought, but 100ms seems to be. Likely there's a good middle ground, but for now be conservative. M

svn commit: r223218 - head/sys/dev/pccbb

2011-06-17 Thread Warner Losh
Author: imp Date: Sat Jun 18 02:25:08 2011 New Revision: 223218 URL: http://svn.freebsd.org/changeset/base/223218 Log: After we get a good power signal, always wait about 10ms before proceeding. On boot, some laptops with certain cards in them sometimes fail on boot, but if the card is

svn commit: r223217 - head/lib/libc/sys

2011-06-17 Thread David E. O'Brien
Author: obrien Date: Sat Jun 18 00:53:51 2011 New Revision: 223217 URL: http://svn.freebsd.org/changeset/base/223217 Log: Note how wait(3) is implemented. Modified: head/lib/libc/sys/wait.2 Modified: head/lib/libc/sys/wait.2 ===

svn commit: r223216 - head/lib/libc/gen

2011-06-17 Thread Xin LI
Author: delphij Date: Sat Jun 18 00:33:34 2011 New Revision: 223216 URL: http://svn.freebsd.org/changeset/base/223216 Log: Sync with OpenBSD, primarily make the code easier to read, and a license change to standard OpenBSD ISC license. Obtained from:OpenBSD MFC after:2 weeks

svn commit: r223215 - head/lib/libc/gen

2011-06-17 Thread Xin LI
Author: delphij Date: Sat Jun 18 00:29:10 2011 New Revision: 223215 URL: http://svn.freebsd.org/changeset/base/223215 Log: Sync with OpenBSD (zap rcsid). MFC after:2 weeks Modified: head/lib/libc/gen/ftw.c Modified: head/lib/libc/gen/ftw.c ===

svn commit: r223214 - head/lib/libc/db/man

2011-06-17 Thread Xin LI
Author: delphij Date: Sat Jun 18 00:10:21 2011 New Revision: 223214 URL: http://svn.freebsd.org/changeset/base/223214 Log: The flags argument of mpool_get() is meaningful, document it. MFC after:2 weeks Modified: head/lib/libc/db/man/mpool.3 Modified: head/lib/libc/db/man/mpool.3 ==

Re: svn commit: r223129 - head/release

2011-06-17 Thread Peter Jeremy
On 2011-Jun-15 23:38:15 +, Nathan Whitehorn wrote: >Log: > Do not install the rescue tools onto the install CD. Since it is read > only, they are very unlikely to be needed and take up a great deal of > space. If I've correctly understood this change, I'm not sure this is a positive move.

svn commit: r223212 - head/sys/kern

2011-06-17 Thread David E. O'Brien
Author: obrien Date: Fri Jun 17 21:44:13 2011 New Revision: 223212 URL: http://svn.freebsd.org/changeset/base/223212 Log: Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick) Modified: head/sys/kern/sys_process.c Modified: head/sys/kern/sys_process.c ===

svn commit: r223211 - head/sys/x86/x86

2011-06-17 Thread Jung-uk Kim
Author: jkim Date: Fri Jun 17 21:41:06 2011 New Revision: 223211 URL: http://svn.freebsd.org/changeset/base/223211 Log: Teach the compiler how to shift TSC value efficiently. As noted in r220631, some times compiler inserts redundant instructions to preserve unused upper 32 bits even when i

svn commit: r223210 - head/share/man/man5

2011-06-17 Thread Ed Schouten
Author: ed Date: Fri Jun 17 21:31:13 2011 New Revision: 223210 URL: http://svn.freebsd.org/changeset/base/223210 Log: Regenerate src.conf.5. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r223209 - in head: etc/periodic/monthly share/mk tools/build/mk tools/build/options usr.bin usr.sbin

2011-06-17 Thread Ed Schouten
Author: ed Date: Fri Jun 17 21:30:21 2011 New Revision: 223209 URL: http://svn.freebsd.org/changeset/base/223209 Log: Add WITHOUT_UTMPX switch to the build system. This knob removes the tools that are exclusively used to view and maintain the databases maintained by utmpx, namely last, us

svn commit: r223208 - head/tools/build/mk

2011-06-17 Thread Ed Schouten
Author: ed Date: Fri Jun 17 21:20:41 2011 New Revision: 223208 URL: http://svn.freebsd.org/changeset/base/223208 Log: Don't remove the periodic script for ac(8) when setting WITHOUT_ACCT. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFi

svn commit: r223207 - head/sys/dev/acpica

2011-06-17 Thread John Baldwin
Author: jhb Date: Fri Jun 17 21:19:01 2011 New Revision: 223207 URL: http://svn.freebsd.org/changeset/base/223207 Log: Don't create a device_t object or parse current resources (via _CRS) for ACPI Device() objects that do not have any device IDs available via the _HID or _CID methods. Witho

svn commit: r223206 - head/lib/libc/gen

2011-06-17 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 17 21:16:27 2011 New Revision: 223206 URL: http://svn.freebsd.org/changeset/base/223206 Log: posix_spawn(3): Document r222511 (trying to close already closed fd). MFC after:1 week Modified: head/lib/libc/gen/posix_spawn.3 Modified: head/lib/libc/gen/posi

svn commit: r223202 - head/share/man/man5

2011-06-17 Thread Ed Schouten
Author: ed Date: Fri Jun 17 20:49:30 2011 New Revision: 223202 URL: http://svn.freebsd.org/changeset/base/223202 Log: Update manpage. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r223201 - in head: etc/periodic/monthly tools/build/mk tools/build/options usr.sbin

2011-06-17 Thread Ed Schouten
Author: ed Date: Fri Jun 17 20:47:44 2011 New Revision: 223201 URL: http://svn.freebsd.org/changeset/base/223201 Log: Don't omit ac(8) as part of WITHOUT_ACCT. The WITHOUT_ACCT switch is supposed to omit tools related to process accounting, namely accton and sa. ac(8) is just a simple too

Re: svn commit: r223198 - head/sys/dev/e1000

2011-06-17 Thread John Baldwin
On Friday, June 17, 2011 4:06:52 pm John Baldwin wrote: > Author: jhb > Date: Fri Jun 17 20:06:52 2011 > New Revision: 223198 > URL: http://svn.freebsd.org/changeset/base/223198 > > Log: > - Use a dedicated task to handle deferred transmits from the if_transmit > method instead of reusing th

svn commit: r223198 - head/sys/dev/e1000

2011-06-17 Thread John Baldwin
Author: jhb Date: Fri Jun 17 20:06:52 2011 New Revision: 223198 URL: http://svn.freebsd.org/changeset/base/223198 Log: - Use a dedicated task to handle deferred transmits from the if_transmit method instead of reusing the existing per-queue interrupt task. Reusing the per-queue interrupt

Re: svn commit: r223197 - head/usr.sbin/fdread

2011-06-17 Thread Alexander Best
On Fri Jun 17 11, Joerg Wunsch wrote: > Author: joerg > Date: Fri Jun 17 18:56:51 2011 > New Revision: 223197 > URL: http://svn.freebsd.org/changeset/base/223197 any thoughts about switching the default from WITH_FLOPPY to WITHOUT_FLOPPY? i don't think too many people are using floppy disks nowada

svn commit: r223197 - head/usr.sbin/fdread

2011-06-17 Thread Joerg Wunsch
Author: joerg Date: Fri Jun 17 18:56:51 2011 New Revision: 223197 URL: http://svn.freebsd.org/changeset/base/223197 Log: Open the floppy disk device with O_RDONLY rather than O_RDWR. After all, this is the fd*read* command, and thus should be able to read even write-protected disks. MF

svn commit: r223194 - stable/8/usr.bin/kdump

2011-06-17 Thread Dmitry Chagin
Author: dchagin Date: Fri Jun 17 18:16:23 2011 New Revision: 223194 URL: http://svn.freebsd.org/changeset/base/223194 Log: MFC r222768: Fix regex for ptraceopname(). PR: bin/157663 Submitted by: jason wright Modified: stable/8/usr.bin/kdump/mksubr Directory Properties:

svn commit: r223191 - stable/8/usr.sbin/rpc.statd

2011-06-17 Thread Rick Macklem
Author: rmacklem Date: Fri Jun 17 16:23:50 2011 New Revision: 223191 URL: http://svn.freebsd.org/changeset/base/223191 Log: MFC: r222627 Fix the nfs related daemons so that they don't intermittently fail with "bind: address already in use". This problem was reported to the freebsd-stable@

svn commit: r223187 - stable/8/usr.sbin/rpc.lockd

2011-06-17 Thread Rick Macklem
Author: rmacklem Date: Fri Jun 17 16:03:00 2011 New Revision: 223187 URL: http://svn.freebsd.org/changeset/base/223187 Log: MFC: r222624 Fix the nfs related daemons so that they don't intermittently fail with "bind: address already in use". This problem was reported to the freebsd-stable@

svn commit: r223186 - in head: bin/sh tools/regression/bin/sh/builtins

2011-06-17 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 17 13:03:49 2011 New Revision: 223186 URL: http://svn.freebsd.org/changeset/base/223186 Log: sh: Add case statement fallthrough (with ';&' instead of ';;'). Replacing ;; with the new control operator ;& will cause the next list to be executed as well without c

svn commit: r223185 - head/sbin/ipfw

2011-06-17 Thread Gleb Smirnoff
Author: glebius Date: Fri Jun 17 12:12:52 2011 New Revision: 223185 URL: http://svn.freebsd.org/changeset/base/223185 Log: - Fix my braino in the 220835, when I used strtok(). It isn't applicable here, since modifies the string. Switch to strchr(). - Restore support for undocumented option

svn commit: r223183 - in head: bin/sh tools/regression/bin/sh/builtins

2011-06-17 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 17 10:21:24 2011 New Revision: 223183 URL: http://svn.freebsd.org/changeset/base/223183 Log: sh: Skip variables with invalid names in "set", "export -p", "readonly -p". This ensures the output of these commands is valid shell input. Added: head/tools/regressi

svn commit: r223182 - head/sys/compat/linprocfs

2011-06-17 Thread Sergey Kandaurov
Author: pluknet Date: Fri Jun 17 07:30:56 2011 New Revision: 223182 URL: http://svn.freebsd.org/changeset/base/223182 Log: Return empty cmdline/environ string for processes with kernel address space. This is consistent with the behavior in linux. PR: kern/157871 Reported by:

svn commit: r223181 - head/sbin/hastd

2011-06-17 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 17 07:07:26 2011 New Revision: 223181 URL: http://svn.freebsd.org/changeset/base/223181 Log: In HAST we use two sockets - one for only sending the data and one for only receiving the data. In r220271 the unused directions were disabled using shutdown(2). Un

svn commit: r223180 - head/lib/libc/net

2011-06-17 Thread Michael Tuexen
Author: tuexen Date: Fri Jun 17 07:06:42 2011 New Revision: 223180 URL: http://svn.freebsd.org/changeset/base/223180 Log: Add SCTP_MAX_BURST support to sctp_opt_info(). This only applies to 9.0 and higher, since the type of the values has changed since we introduced it. So it can't be MFCe

svn commit: r223179 - in stable/8/sbin/geom: class/sched core

2011-06-17 Thread Alexander Motin
Author: mav Date: Fri Jun 17 07:05:47 2011 New Revision: 223179 URL: http://svn.freebsd.org/changeset/base/223179 Log: MFC r219969: Make `geom XXX list` and `geom XXX status` outputs more consistent: Add -a options to print all geoms, not only ones with providers. Add -g option for `status

svn commit: r223178 - head/lib/libc/net

2011-06-17 Thread Michael Tuexen
Author: tuexen Date: Fri Jun 17 07:03:42 2011 New Revision: 223178 URL: http://svn.freebsd.org/changeset/base/223178 Log: Update the list of supported socket options for sctp_opt_info(). MFC after: 1 month. Modified: head/lib/libc/net/sctp_sys_calls.c Modified: head/lib/libc/net/sctp_sy

svn commit: r223177 - in stable/8: etc/mtree include sbin/geom/class sbin/geom/class/raid sbin/geom/class/sched sys/conf sys/geom/raid sys/modules/geom sys/modules/geom/geom_raid

2011-06-17 Thread Alexander Motin
Author: mav Date: Fri Jun 17 06:59:49 2011 New Revision: 223177 URL: http://svn.freebsd.org/changeset/base/223177 Log: MFC r219974, r220209, r220210, r220790: Add new RAID GEOM class, that is going to replace ataraid(4) in supporting various BIOS-based software RAIDs. Unlike ataraid(4) this