svn commit: r186733 - head/sys/geom/part

2009-01-03 Thread Marcel Moolenaar
Author: marcel Date: Sun Jan 4 07:32:06 2009 New Revision: 186733 URL: http://svn.freebsd.org/changeset/base/186733 Log: Improve probing. o Don't check the dummy fields. o The entry is unused if either dp_mid is 0 or dp_sid is 0. o The start or end cylinder cannot be 0. o The st

svn commit: r186732 - head/usr.sbin/pkg_install/add

2009-01-03 Thread Chin-San Huang
Author: chinsan (doc,ports committer) Date: Sun Jan 4 07:29:04 2009 New Revision: 186732 URL: http://svn.freebsd.org/changeset/base/186732 Log: - s/no-scripts/no-script/ PR: docs/127732 Submitted by: TerryP MFC after:3 days Modified: head/usr.sbin/pkg_install/add/pkg_

svn commit: r186731 - head/sys/dev/syscons/teken

2009-01-03 Thread Ed Schouten
Author: ed Date: Sun Jan 4 00:20:18 2009 New Revision: 186731 URL: http://svn.freebsd.org/changeset/base/186731 Log: Print control characters, even though they are normally not visible. With cons25, there are printable characters below 0x1B. This is not the case with ASCII, UTF-8, etc. b

svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/us...

2009-01-03 Thread Alfred Perlstein
Author: alfred Date: Sun Jan 4 00:12:01 2009 New Revision: 186730 URL: http://svn.freebsd.org/changeset/base/186730 Log: Sync with usb4bsd: src/lib/libusb20/libusb20_desc.c Make "libusb20_desc_foreach()" more readable. src/sys/dev/usb2/controller/*.[ch] src/sys/dev/usb2/core/*.

svn commit: r186729 - head/sys/dev/syscons/teken

2009-01-03 Thread Ed Schouten
Author: ed Date: Sat Jan 3 22:51:54 2009 New Revision: 186729 URL: http://svn.freebsd.org/changeset/base/186729 Log: Resolve some regressions related to tabs and linewrap handling. It turns out I was looking too much at mimicing xterm, that I didn't take the differences of cons25 into ac

svn commit: r186728 - in head/sys: dev/ofw powerpc/powermac

2009-01-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jan 3 19:38:47 2009 New Revision: 186728 URL: http://svn.freebsd.org/changeset/base/186728 Log: Fix the OFW interrupt map parser to use its own idea of the number of interrupt cells in the map, instead of using a value passed to it and then panicing if it disa

svn commit: r186722 - head/sys/dev/usb2/controller

2009-01-03 Thread Marius Strobl
Author: marius Date: Sat Jan 3 14:33:48 2009 New Revision: 186722 URL: http://svn.freebsd.org/changeset/base/186722 Log: Reapply the intpin correction part of r146420 which somehow got lost. Modified: head/sys/dev/usb2/controller/ohci2_pci.c Modified: head/sys/dev/usb2/controller/ohci2_pc

svn commit: r186721 - stable/6

2009-01-03 Thread Christian Brueffer
Author: brueffer Date: Sat Jan 3 13:55:02 2009 New Revision: 186721 URL: http://svn.freebsd.org/changeset/base/186721 Log: Mention 6.4-RELEASE. PR: 129952 Submitted by: pluknet Modified: stable/6/UPDATING Modified: stable/6/UPDATING =

svn commit: r186720 - head/sys/sys

2009-01-03 Thread Kai Wang
Author: kaiw Date: Sat Jan 3 13:42:49 2009 New Revision: 186720 URL: http://svn.freebsd.org/changeset/base/186720 Log: Added section type SHT_GNU_HASH. GNU-style .hash section is a new style of hash section with better performace than the original SYSV hash. It can be generated by newer bin

svn commit: r186719 - in head/sys: kern vm

2009-01-03 Thread Konstantin Belousov
Author: kib Date: Sat Jan 3 13:24:08 2009 New Revision: 186719 URL: http://svn.freebsd.org/changeset/base/186719 Log: Extend the struct vm_page wire_count to u_int to avoid the overflow of the counter, that may happen when too many sendfile(2) calls are being executed with this vnode [1].

svn commit: r186717 - head/sys/netinet

2009-01-03 Thread Robert Watson
Author: rwatson Date: Sat Jan 3 11:35:31 2009 New Revision: 186717 URL: http://svn.freebsd.org/changeset/base/186717 Log: Allow the IP_MINTTL socket option to be set to 0 so that it can be disabled entirely, which is its default state before set to a non-zero value. PR: 12879

svn commit: r186716 - head

2009-01-03 Thread Antoine Brodin
Author: antoine Date: Sat Jan 3 11:25:50 2009 New Revision: 186716 URL: http://svn.freebsd.org/changeset/base/186716 Log: Add an obsolete file. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc == --

Re: svn commit: r185050 - head/usr.sbin/powerd

2009-01-03 Thread Jeremie Le Hen
Hi Alexander, On Tue, Nov 18, 2008 at 01:24:38PM +, Alexander Motin wrote: > Author: mav > Date: Tue Nov 18 13:24:38 2008 > New Revision: 185050 > URL: http://svn.freebsd.org/changeset/base/185050 > > Log: > Set of powerd enchancements: > > 1. Make it more SMP polite. Previous version

svn commit: r186715 - head/sys/dev/pcn

2009-01-03 Thread Christian Brueffer
Author: brueffer Date: Sat Jan 3 10:56:10 2009 New Revision: 186715 URL: http://svn.freebsd.org/changeset/base/186715 Log: Call pcn_start_locked() instead of pcn_start() where the softc lock is already held. Approved by: rwatson (mentor) MFC after:3 weeks Modified: head/sys/dev

svn commit: r186714 - head/share/man/man9

2009-01-03 Thread Christian Brueffer
Author: brueffer Date: Sat Jan 3 10:37:38 2009 New Revision: 186714 URL: http://svn.freebsd.org/changeset/base/186714 Log: Mdoc and language cleanup. Modified: head/share/man/man9/dev_clone.9 Modified: head/share/man/man9/dev_clone.9 =

Re: svn: head/usr.sbin/mergemaster

2009-01-03 Thread Roman Kurakin
Ivan Voras wrote: 2009/1/3 Julian Elischer : Ivan Voras wrote: And just how can upgrading all the non-user-modified files cause serious damage here (serious=system not bootable, login not possible, etc)? Please explain with examples, since from this and the old current@ thread I only g

svn commit: r186713 - head/usr.bin/make

2009-01-03 Thread David E. O'Brien
Author: obrien Date: Sat Jan 3 10:14:01 2009 New Revision: 186713 URL: http://svn.freebsd.org/changeset/base/186713 Log: + Add the -Q be-quiet flag for parallel jobs. - Enable -Q by default for the moment - there is something weird going on in the rescue build. Modified: head/usr.bin/m

Re: svn: head/usr.sbin/mergemaster

2009-01-03 Thread Garrett Cooper
On Jan 2, 2009, at 23:25, Maxim Sobolev wrote: Doug Barton wrote: 1. Past experience indicates that your average _developer_ is not very good at estimating what the average _user_ will want as the default. This statement is pretty much self-contradictory. You are saying that average deve