svn commit: r198317 - head/usr.sbin/sysinstall

2009-10-21 Thread Rink Springer
Author: rink Date: Wed Oct 21 11:10:34 2009 New Revision: 198317 URL: http://svn.freebsd.org/changeset/base/198317 Log: Introduce 'netDev=ANY' support for scripted (install.cfg) installs, which results in the first ethernet interface with physical link being selected. While here, fix a min

Re: svn commit: r196335 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/mfi dev/xen/xenpci geom/part

2009-08-17 Thread Rink Springer
On Mon, Aug 17, 2009 at 04:24:51PM +, Marcel Moolenaar wrote: > Log: > MFC rev 196333: > The start of the EFI GPT partition in the PMBR can always be represented > by CHS addressing. Don't define these fields as 0xff, but rather define > them correctly. This prevents boot problems on PC

svn commit: r196273 - stable/8/usr.sbin/sysinstall

2009-08-16 Thread Rink Springer
Author: rink Date: Sun Aug 16 10:25:58 2009 New Revision: 196273 URL: http://svn.freebsd.org/changeset/base/196273 Log: MFC r196272 Prevent sysinstall from needlessly waiting for confirmation when using an USB device in non-interactive mode. If there are no USB devices, sysinstall gi

svn commit: r196272 - head/usr.sbin/sysinstall

2009-08-16 Thread Rink Springer
Author: rink Date: Sun Aug 16 10:11:33 2009 New Revision: 196272 URL: http://svn.freebsd.org/changeset/base/196272 Log: Prevent sysinstall from needlessly waiting for confirmation when using an USB device in non-interactive mode. If there are no USB devices, sysinstall gives an error mess

Re: svn commit: r195403 - head/lib/libthr/thread

2009-07-06 Thread Rink Springer
On Mon, Jul 06, 2009 at 09:31:04AM +, Attilio Rao wrote: > Log: > In the current code, rdlock_count is not correctly handled for some cases. > The most notable is that it is not bumped in rwlock_rdlock_common() when > the hard path (__thr_rwlock_rdlock()) returns successfully. > This ca

Re: svn commit: r193131 - head/sys/geom/label

2009-05-30 Thread Rink Springer
On Sat, May 30, 2009 at 10:31:53PM +, Doug Barton wrote: > Log: > Crank the debug level necessary to display the "Label foo is removed" > and "Label for provider ..." messages up from 0 to 1. Thank you! -- Rink P.W. Springer- http://rink.nu "Doom, gloom an

svn commit: r192918 - head/sys/ia64/ia64

2009-05-27 Thread Rink Springer
Author: rink Date: Wed May 27 18:12:27 2009 New Revision: 192918 URL: http://svn.freebsd.org/changeset/base/192918 Log: ia64: Move MCA information retrieval to a per-CPU kthread Once AP's are launched, their MCA state information is stored and later obtainable using a sysctl. Since the siz

Re: svn commit: r191767 - in stable/7/lib/libc: . stdlib string

2009-05-04 Thread Rink Springer
On Sun, May 03, 2009 at 08:55:06PM +0300, Kostik Belousov wrote: > On Sun, May 03, 2009 at 05:51:38PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Sun May 3 17:51:38 2009 > > New Revision: 191767 > > URL: http://svn.freebsd.org/changeset/base/191767 > > > > Log: > > MFC r185514 (

Re: svn commit: r185369 - in head: lib/libc/gen lib/libthr/thread libexec/rtld-elf

2008-11-27 Thread Rink Springer
On Thu, Nov 27, 2008 at 11:28:00AM +, Konstantin Belousov wrote: > Author: kib > Date: Thu Nov 27 11:27:59 2008 > New Revision: 185369 > URL: http://svn.freebsd.org/changeset/base/185369 > > Log: > Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. > Threading library c

Re: svn commit: r185309 - head/sys/geom/vinum

2008-11-25 Thread Rink Springer
On Tue, Nov 25, 2008 at 07:13:58PM +, Ulf Lilleengen wrote: > Author: lulf > Date: Tue Nov 25 19:13:58 2008 > New Revision: 185309 > URL: http://svn.freebsd.org/changeset/base/185309 > > Log: > - Fix a potential NULL pointer reference. Note that this cannot happen in > practice, but it i

svn commit: r184659 - head/sys/dev/usb2/wlan

2008-11-04 Thread Rink Springer
Author: rink Date: Tue Nov 4 20:57:39 2008 New Revision: 184659 URL: http://svn.freebsd.org/changeset/base/184659 Log: Even though the previous commit was functionally equivalent with the code it replaced, it was wrong: le16toh should have been used. Note that these changes will not make

svn commit: r184658 - head/sys/dev/usb2/wlan

2008-11-04 Thread Rink Springer
Author: rink Date: Tue Nov 4 19:28:19 2008 New Revision: 184658 URL: http://svn.freebsd.org/changeset/base/184658 Log: Fix the build (on at least powerpc) by moving the htole16() from the case(x) expression directly to the switch(x) itself. Reviewed by: imp@ Modified: head/sys/dev/usb

Re: svn commit: r184436 - head/sys/dev/usb

2008-10-29 Thread Rink Springer
On Wed, Oct 29, 2008 at 08:08:55AM +, Nick Hibma wrote: > Modified: head/sys/dev/usb/u3g.c > == > --- head/sys/dev/usb/u3g.cWed Oct 29 07:16:49 2008(r184435) > +++ head/sys/dev/usb/u3g.cWed Oct 29 08:08:

Re: svn commit: r184299 - in head/sys: conf dev/adb powerpc/conf powerpc/powermac

2008-10-26 Thread Rink Springer
On Sun, Oct 26, 2008 at 07:37:38PM +, Nathan Whitehorn wrote: > Log: > Add ADB support. This provides support for the external ADB bus on the > PowerMac > G3 as well as the internal ADB keyboard and mice in PowerBooks and iBooks. > This > also brings in Mac GPIO support, for which we sh