svn commit: r187136 - stable/7/share/man/man9

2009-01-13 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 13 09:24:55 2009 New Revision: 187136 URL: http://svn.freebsd.org/changeset/base/187136 Log: MFC: r186953 DEBUG_REDZONE needs DDB which needs KDB. Modified: stable/7/share/man/man9/ (props changed) stable/7/share/man/man9/redzone.9 Modified: stable/7/s

svn commit: r187137 - stable/6/share/man/man9

2009-01-13 Thread Christian Brueffer
Author: brueffer Date: Tue Jan 13 09:30:38 2009 New Revision: 187137 URL: http://svn.freebsd.org/changeset/base/187137 Log: MFC: r186953 DEBUG_REDZONE needs DDB which needs KDB. Modified: stable/6/share/man/man9/ (props changed) stable/6/share/man/man9/redzone.9 Modified: stable/6/s

svn commit: r187138 - svnadmin/conf

2009-01-13 Thread Konstantin Belousov
Author: kib Date: Tue Jan 13 10:58:36 2009 New Revision: 187138 URL: http://svn.freebsd.org/changeset/base/187138 Log: Free stas. Approved by: core (implicit) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

svn commit: r187139 - svnadmin/conf

2009-01-13 Thread Konstantin Belousov
Author: kib Date: Tue Jan 13 10:59:54 2009 New Revision: 187139 URL: http://svn.freebsd.org/changeset/base/187139 Log: Free rnoland. Approved by: core (implicit), jhb (rnoland' mentor) Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors =

svn commit: r187142 - head/bin/kenv

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 12:19:43 2009 New Revision: 187142 URL: http://svn.freebsd.org/changeset/base/187142 Log: Document how kernel environment can be statically compiled in, and reference a few related manpages. MFC after:3 days Modified: head/bin/kenv/kenv.1 Modified: h

svn commit: r187143 - head/sys/boot/forth

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 12:28:14 2009 New Revision: 187143 URL: http://svn.freebsd.org/changeset/base/187143 Log: comment out some debugging messages that slipped in by mistake. MFC after:3 days Modified: head/sys/boot/forth/support.4th Modified: head/sys/boot/forth/support.4

svn commit: r187144 - in head/sys: amd64/conf i386/conf

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 12:35:33 2009 New Revision: 187144 URL: http://svn.freebsd.org/changeset/base/187144 Log: Documentation-only change: - add a reference to the config(5) manpage; - hopefully clarify the format of the 'env FILENAME' directive. I am putting these notes in

svn commit: r187146 - head/share/examples/cvsup

2009-01-13 Thread Tom Rhodes
Author: trhodes Date: Tue Jan 13 12:47:59 2009 New Revision: 187146 URL: http://svn.freebsd.org/changeset/base/187146 Log: Fix broken URL and use the same base directory as the example files. PR: 123035 Submitted by: Lawrence Mayer (original version) Modified: head/share/e

svn commit: r187145 - head/bin/kenv

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 12:37:02 2009 New Revision: 187145 URL: http://svn.freebsd.org/changeset/base/187145 Log: fix typo Submitted by: Colin Percival Modified: head/bin/kenv/kenv.1 Modified: head/bin/kenv/kenv.1 ==

svn commit: r187147 - head/lib/libc/string

2009-01-13 Thread Konstantin Belousov
Author: kib Date: Tue Jan 13 13:19:42 2009 New Revision: 187147 URL: http://svn.freebsd.org/changeset/base/187147 Log: Document that ffsll(3) and flsll(3) functions first appeared in FreeBSD 7.1 Submitted by: Jan Henrik Sylvester MFC after:3 days Modified: head/lib/libc/string/f

svn commit: r187148 - head/bin/ln

2009-01-13 Thread Tom Rhodes
Author: trhodes Date: Tue Jan 13 15:24:35 2009 New Revision: 187148 URL: http://svn.freebsd.org/changeset/base/187148 Log: Clean up a bit of confusing language and improve .Nd. PR: 47818 Reviewed by: keramida Modified: head/bin/ln/ln.1 Modified: head/bin/ln/ln.1 ===

svn commit: r187149 - in head/sys: conf powerpc/booke powerpc/include powerpc/powerpc

2009-01-13 Thread Rafal Jaworowski
Author: raj Date: Tue Jan 13 15:41:58 2009 New Revision: 187149 URL: http://svn.freebsd.org/changeset/base/187149 Log: Rework BookE pmap towards multi-core support. o Eliminate tlb0[] (a s/w copy of TLB0) - The table contents cannot be maintained reliably in multiple MMU environme

svn commit: r187150 - head/sys/kern

2009-01-13 Thread John Baldwin
Author: jhb Date: Tue Jan 13 15:56:53 2009 New Revision: 187150 URL: http://svn.freebsd.org/changeset/base/187150 Log: Add a new KTR tracepoint in the KTR_CALLOUT class to note when a callout routine finishes executing. MFC after:1 week Modified: head/sys/kern/kern_timeout.c Modif

svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Rafal Jaworowski
Author: raj Date: Tue Jan 13 16:15:49 2009 New Revision: 187151 URL: http://svn.freebsd.org/changeset/base/187151 Log: Clean up BookE pmap. Improve comments, eliminate redundant debug output, fix style(9) and other minor tweaks for code readability. Obtained from:Freescale, S

svn commit: r187152 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/sound/pci/hda

2009-01-13 Thread Alexander Motin
Author: mav Date: Tue Jan 13 16:17:22 2009 New Revision: 187152 URL: http://svn.freebsd.org/changeset/base/187152 Log: MRC rev. 186912, 187020, 187052: Add external connector jack color into widget names. It should help users to identify them while reading verbose messages. Add one m

svn commit: r187153 - head/sys/powerpc/booke

2009-01-13 Thread Rafal Jaworowski
Author: raj Date: Tue Jan 13 16:19:58 2009 New Revision: 187153 URL: http://svn.freebsd.org/changeset/base/187153 Log: Clean up BookE low-level exceptions code. Improve comments, fix style(9) and typos, unify separators. Obtained from:Freescale, Semihalf Modified: head/sys/p

svn commit: r187154 - head/sys/dev/sound/pci/hda

2009-01-13 Thread Alexander Motin
Author: mav Date: Tue Jan 13 16:27:04 2009 New Revision: 187154 URL: http://svn.freebsd.org/changeset/base/187154 Log: Change configuration order to enable output only after codec is configured. Mute all mixer controllable amplifiers initially to let mixer to unmute only some of them later.

svn commit: r187155 - head/tools/sched

2009-01-13 Thread John Baldwin
Author: jhb Date: Tue Jan 13 16:33:10 2009 New Revision: 187155 URL: http://svn.freebsd.org/changeset/base/187155 Log: - Add some rudimentary support for sorting the list of event sources (threads, CPU load counters, etc.). Each source is tagged with a group and an order similar to the

svn commit: r187156 - head/tools/sched

2009-01-13 Thread John Baldwin
Author: jhb Date: Tue Jan 13 16:44:18 2009 New Revision: 187156 URL: http://svn.freebsd.org/changeset/base/187156 Log: Add support for two new event source types: - Callwheels traced via KTR_CALLOUT. Each CPU is assigned a callwheel source. The events on this source are the execution of

svn commit: r187157 - head/sys/i386/i386

2009-01-13 Thread Jung-uk Kim
Author: jkim Date: Tue Jan 13 16:48:01 2009 New Revision: 187157 URL: http://svn.freebsd.org/changeset/base/187157 Log: Enable MSI support for VIA Nano processors on i386 (missing in r187118). Modified: head/sys/i386/i386/msi.c Modified: head/sys/i386/i386/msi.c =

svn commit: r187159 - head/bin/kenv

2009-01-13 Thread Maxim Konovalov
Author: maxim Date: Tue Jan 13 18:25:56 2009 New Revision: 187159 URL: http://svn.freebsd.org/changeset/base/187159 Log: o Fix a typo. Bump .Dd for the previous delta. Modified: head/bin/kenv/kenv.1 Modified: head/bin/kenv/kenv.1 =

Re: svn commit: r187159 - head/bin/kenv

2009-01-13 Thread Luigi Rizzo
On Tue, Jan 13, 2009 at 06:25:56PM +, Maxim Konovalov wrote: > Author: maxim > Date: Tue Jan 13 18:25:56 2009 > New Revision: 187159 > URL: http://svn.freebsd.org/changeset/base/187159 > > Log: > o Fix a typo. Bump .Dd for the previous delta. thanks for the fix. BTW what's the policy for

svn commit: r187160 - in head/sys: dev/usb2/controller modules/usb2/controller_atmegadci

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 18:49:35 2009 New Revision: 187160 URL: http://svn.freebsd.org/changeset/base/187160 Log: MFp4: //depot/projects/u...@155869 Initial version of ATMEGA USB device controller driver. Has not been tested on real hardware yet. The driver is

Re: svn commit: r187159 - head/bin/kenv

2009-01-13 Thread Maxim Konovalov
On Tue, 13 Jan 2009, 19:43+0100, Luigi Rizzo wrote: > On Tue, Jan 13, 2009 at 06:25:56PM +, Maxim Konovalov wrote: > > Author: maxim > > Date: Tue Jan 13 18:25:56 2009 > > New Revision: 187159 > > URL: http://svn.freebsd.org/changeset/base/187159 > > > > Log: > > o Fix a typo. Bump .Dd for

svn commit: r187161 - head/sys/dev/usb2/serial

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:03 2009 New Revision: 187161 URL: http://svn.freebsd.org/changeset/base/187161 Log: MFp4: //depot/projects/u...@155730 Config index should be zero. Reported by: Stanislav Sedov Submitted by: Hans Petter Selasky Modified: head/sys/

svn commit: r187162 - head/usr.sbin/usbconfig

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:14 2009 New Revision: 187162 URL: http://svn.freebsd.org/changeset/base/187162 Log: MFp4: //depot/projects/u...@155731 Make printout more informative. Reported by: Volker Submitted by: Hans Petter Selasky Modified: head/usr.sbin/u

svn commit: r187163 - in head/sys/dev: usb usb2/storage

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:25 2009 New Revision: 187163 URL: http://svn.freebsd.org/changeset/base/187163 Log: MFp4: //depot/projects/u...@155748 Umass module quirk from Alexander Best to support Meizu Electronics MiniPlayer. Submitted by: Hans Petter Selasky

svn commit: r187164 - head/sys/dev/usb2/core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:35 2009 New Revision: 187164 URL: http://svn.freebsd.org/changeset/base/187164 Log: MFp4: //depot/projects/u...@155750 Patch to resolve problems with power mode off. Reported by Alexander Best. Submitted by: Hans Petter Selasky Modi

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

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:02:07 2009 New Revision: 187167 URL: http://svn.freebsd.org/changeset/base/187167 Log: MFp4: //depot/projects/u...@155759 Optimise: Remove extra flush calls. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/controller/ohci2.c M

svn commit: r187169 - head/sys/dev/usb2/core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:02:30 2009 New Revision: 187169 URL: http://svn.freebsd.org/changeset/base/187169 Log: MFp4: //depot/projects/u...@155810 Usability improvement. Make sure that setting power mode ON resurrects the device if powered OFF. Reported by:

svn commit: r187170 - in head/sys/dev/usb2: controller core include

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:02:40 2009 New Revision: 187170 URL: http://svn.freebsd.org/changeset/base/187170 Log: MFp4: //depot/projects/u...@155820 USB memory usage reduction patch. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/controller/at91dci.h

svn commit: r187171 - in head/sys/dev/usb2: core include

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:02:50 2009 New Revision: 187171 URL: http://svn.freebsd.org/changeset/base/187171 Log: MFp4: //depot/projects/u...@155829 Code style changes requested by: M. Warner Losh Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/c

svn commit: r187165 - head/sys/dev/usb2/sound

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:46 2009 New Revision: 187165 URL: http://svn.freebsd.org/changeset/base/187165 Log: MFp4: //depot/projects/u...@155754 Make sure that the cancelled error code is always checked and result in a return from the USB callback. Su

svn commit: r187166 - head/sys/dev/usb2/core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:01:56 2009 New Revision: 187166 URL: http://svn.freebsd.org/changeset/base/187166 Log: MFp4: //depot/projects/u...@155755 Fix a race causing the explore thread to hang when tearing down USB transfers at detach. Submitted by: Han

svn commit: r187168 - head/usr.sbin/usbconfig

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:02:17 2009 New Revision: 187168 URL: http://svn.freebsd.org/changeset/base/187168 Log: MFp4: //depot/projects/u...@155807 Fix a typo. Reported by Alexander Best. Submitted by: Hans Petter Selasky Modified: head/usr.sbin/usbconfig/usb

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

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:03:01 2009 New Revision: 187172 URL: http://svn.freebsd.org/changeset/base/187172 Log: MFp4: //depot/projects/u...@155834 Factor out roothub process into the USB bus structure for all USB controller drivers. Essentially I am trying to

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

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:03:33 2009 New Revision: 187175 URL: http://svn.freebsd.org/changeset/base/187175 Log: MFp4: //depot/projects/u...@155906 Remove "vbus_interrupt" method from bus methods and use a global function instead for the various drivers using it.

svn commit: r187173 - in head/sys/dev/usb2: controller core serial storage

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:03:12 2009 New Revision: 187173 URL: http://svn.freebsd.org/changeset/base/187173 Log: MFp4: //depot/projects/u...@155839 This change is about removing three fields from "struct usb2_xfer" which can be reached from "struct usb2_xfer_root" in

svn commit: r187174 - in head/sys/dev/usb2: controller core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:03:23 2009 New Revision: 187174 URL: http://svn.freebsd.org/changeset/base/187174 Log: MFp4: //depot/projects/u...@155842 Reduce the number of callback processes to 4 per USB controller. There are two rough categories: 1) Giant locke

svn commit: r187176 - head/sys/dev/usb2/serial

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:03:47 2009 New Revision: 187176 URL: http://svn.freebsd.org/changeset/base/187176 Log: MFp4: //depot/projects/u...@155917 Remove dependancy towards the USB config thread in the USB serial core. Use USB process msignalling instead. Sa

svn commit: r187177 - in head/sys/dev/usb2: controller core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:04:12 2009 New Revision: 187177 URL: http://svn.freebsd.org/changeset/base/187177 Log: MFp4: //depot/projects/u...@155923 Fix remaining xfer->udev variable changes. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/controller/at9

svn commit: r187178 - head/sys/dev/usb2/core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:04:37 2009 New Revision: 187178 URL: http://svn.freebsd.org/changeset/base/187178 Log: MFp4: //depot/projects/u...@155936 Save an USB transfer in UHUB driver by using the builtin clear-stall mechanism. Submitted by: Hans Petter Selasky

svn commit: r187179 - head/sys/dev/usb2/serial

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:04:48 2009 New Revision: 187179 URL: http://svn.freebsd.org/changeset/base/187179 Log: MFp4: //depot/projects/u...@155948 Remove duplicate USB device ID's. These ID's are already present in the U3G driver. Reported by: Paul-Henning K

svn commit: r187180 - in head/sys/dev/usb2: core include

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:04:58 2009 New Revision: 187180 URL: http://svn.freebsd.org/changeset/base/187180 Log: MFp4: //depot/projects/u...@155957 Make code more compliant with SuperSpeed USB and Wireless USB. Submitted by: Hans Petter Selasky Modified: head/sys/dev

svn commit: r187181 - in head/sys: amd64/conf i386/conf

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:05:10 2009 New Revision: 187181 URL: http://svn.freebsd.org/changeset/base/187181 Log: MFp4: //depot/projects/u...@155990 Add USB scanner support to USB2 config files. Submitted by: Hans Petter Selasky Modified: head/sys/amd64/conf/USB2 he

svn commit: r187182 - head/sys/dev/usb2/storage

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:05:20 2009 New Revision: 187182 URL: http://svn.freebsd.org/changeset/base/187182 Log: MFp4: //depot/projects/u...@156005 Add missing set frame data pointer call. The function call was missed when zero copy was introduced in UMASS.

svn commit: r187184 - head/lib/libusb20

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:06:02 2009 New Revision: 187184 URL: http://svn.freebsd.org/changeset/base/187184 Log: MFp4: //depot/projects/u...@156092 Make sure all claimed interfaces gets released at close. Submitted by: Hans Petter Selasky Modified: head/lib/libusb20/

svn commit: r187183 - in head/sys/dev/usb2: controller core

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:05:51 2009 New Revision: 187183 URL: http://svn.freebsd.org/changeset/base/187183 Log: MFp4: //depot/projects/u...@156055 Compile fix for AVR-GCC Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb2/controller/at91dci.c head/sys/d

Re: svn commit: r187159 - head/bin/kenv

2009-01-13 Thread Tom Rhodes
On Tue, 13 Jan 2009 21:55:31 +0300 (MSK) Maxim Konovalov wrote: > On Tue, 13 Jan 2009, 19:43+0100, Luigi Rizzo wrote: > > > On Tue, Jan 13, 2009 at 06:25:56PM +, Maxim Konovalov wrote: > > > Author: maxim > > > Date: Tue Jan 13 18:25:56 2009 > > > New Revision: 187159 > > > URL: http://svn.f

svn commit: r187185 - head/sys/dev/usb2/include

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:07:23 2009 New Revision: 187185 URL: http://svn.freebsd.org/changeset/base/187185 Log: Regen. Modified: head/sys/dev/usb2/include/usb2_devid.h head/sys/dev/usb2/include/usb2_devtable.h Modified: head/sys/dev/usb2/include/usb2_devid.h

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

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:14:51 2009 New Revision: 187186 URL: http://svn.freebsd.org/changeset/base/187186 Log: Sync to p4 156093 - Add quirks for Parallels These snuck in as part of a perforce IFC. Modified: head/sys/dev/usb2/controller/ehci2_pci.c head/sys/dev/usb2/c

Re: svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Alan Cox
Both the BookE and MIPS pmap modules need to have their get_pv_entry() functions updated. Their implementations of get_pv_entry() look like what I would expect to find in FreeBSD 4. For example, the modern equivalent of pmap_collect() is performed synchronously from get_pv_entry() rather than

svn commit: r187188 - head/sys/conf

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 19:18:43 2009 New Revision: 187188 URL: http://svn.freebsd.org/changeset/base/187188 Log: Hook up the u3g2 driver. Submitted by: Hans Petter Selasky Modified: head/sys/conf/files Modified: head/sys/conf/files =

Re: svn commit: r187185 - head/sys/dev/usb2/include

2009-01-13 Thread M. Warner Losh
In message: <200901131907.n0dj7nzm013...@svn.freebsd.org> Andrew Thompson writes: : Author: thompsa : Date: Tue Jan 13 19:07:23 2009 : New Revision: 187185 : URL: http://svn.freebsd.org/changeset/base/187185 : : Log: : Regen. : : Modified: : head/sys/dev/usb2/include/usb2_devid.h

Re: svn commit: r187183 - in head/sys/dev/usb2: controller core

2009-01-13 Thread M. Warner Losh
In message: <200901131905.n0dj5phh012...@svn.freebsd.org> Andrew Thompson writes: : Author: thompsa : Date: Tue Jan 13 19:05:51 2009 : New Revision: 187183 : URL: http://svn.freebsd.org/changeset/base/187183 : : Log: : MFp4: //depot/projects/u...@156055 : : Compile fix for

Re: svn commit: r187183 - in head/sys/dev/usb2: controller core

2009-01-13 Thread Andrew Thompson
On Tue, Jan 13, 2009 at 01:49:51PM -0700, M. Warner Losh wrote: > In message: <200901131905.n0dj5phh012...@svn.freebsd.org> > Andrew Thompson writes: > : Author: thompsa > : Date: Tue Jan 13 19:05:51 2009 > : New Revision: 187183 > : URL: http://svn.freebsd.org/changeset/base/187183 >

svn commit: r187191 - in stable/7/sys: . conf

2009-01-13 Thread George V. Neville-Neil
Author: gnn Date: Tue Jan 13 21:13:35 2009 New Revision: 187191 URL: http://svn.freebsd.org/changeset/base/187191 Log: MFC of code to fix debug builds with CTF/DTrace Fix CTF based builds to that if the debug build is being used we get debug symbols. Modified: stable/7/sys/ (props ch

svn commit: r187192 - in head/sys: . arm/arm contrib/pf dev/usb dev/usb2/ethernet dev/usb2/wlan mips/mips

2009-01-13 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 13 21:18:14 2009 New Revision: 187192 URL: http://svn.freebsd.org/changeset/base/187192 Log: Restore the if_*var.h and if_*reg.h to their original names, they dont need to be different. Added: head/sys/dev/usb2/ethernet/if_auereg.h - copied unchanged from

svn commit: r187193 - in stable/7/sys: . dev/e1000

2009-01-13 Thread George V. Neville-Neil
Author: gnn Date: Tue Jan 13 21:19:02 2009 New Revision: 187193 URL: http://svn.freebsd.org/changeset/base/187193 Log: MFC of average latency bug fix Fix a cut/paste bug which prevents us from setting the average latency tunable. Modified: stable/7/sys/ (props changed) stable/7/sys

svn commit: r187194 - head/contrib/ntp/ntpd releng/6.3 releng/6.3/contrib/bind9/lib/dns releng/6.3/contrib/ntp/ntpd releng/6.3/sys/conf releng/6.4 releng/6.4/contrib/bind9/lib/dns releng/6.4/contri...

2009-01-13 Thread Simon L. Nielsen
Author: simon Date: Tue Jan 13 21:19:27 2009 New Revision: 187194 URL: http://svn.freebsd.org/changeset/base/187194 Log: Correct ntpd(8) cryptographic signature bypass [SA-09:04]. Correct BIND DNSSEC incorrect checks for malformed signatures [SA-09:04]. Security: FreeBSD-SA-09:03

svn commit: r187194 - head/contrib/ntp/ntpd releng/6.3 releng/6.3/contrib/bind9/lib/dns releng/6.3/contrib/ntp/ntpd releng/6.3/sys/conf releng/6.4 releng/6.4/contrib/bind9/lib/dns releng/6.4/contri...

2009-01-13 Thread Simon L. Nielsen
Author: simon Date: Tue Jan 13 21:19:27 2009 New Revision: 187194 URL: http://svn.freebsd.org/changeset/base/187194 Log: Correct ntpd(8) cryptographic signature bypass [SA-09:04]. Correct BIND DNSSEC incorrect checks for malformed signatures [SA-09:04]. Security: FreeBSD-SA-09:03

svn commit: r187194 - head/contrib/ntp/ntpd releng/6.3 releng/6.3/contrib/bind9/lib/dns releng/6.3/contrib/ntp/ntpd releng/6.3/sys/conf releng/6.4 releng/6.4/contrib/bind9/lib/dns releng/6.4/contri...

2009-01-13 Thread Simon L. Nielsen
== --- releng/6.3/UPDATING Tue Jan 13 21:19:02 2009(r187193) +++ releng/6.3/UPDATING Tue Jan 13 21:19:27 2009(r187194) @@ -8,6 +8,12 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20090113

svn commit: r187194 - head/contrib/ntp/ntpd releng/6.3 releng/6.3/contrib/bind9/lib/dns releng/6.3/contrib/ntp/ntpd releng/6.3/sys/conf releng/6.4 releng/6.4/contrib/bind9/lib/dns releng/6.4/contri...

2009-01-13 Thread Simon L. Nielsen
Author: simon Date: Tue Jan 13 21:19:27 2009 New Revision: 187194 URL: http://svn.freebsd.org/changeset/base/187194 Log: Correct ntpd(8) cryptographic signature bypass [SA-09:04]. Correct BIND DNSSEC incorrect checks for malformed signatures [SA-09:04]. Security: FreeBSD-SA-09:03

Re: svn commit: r187151 - head/sys/powerpc/booke

2009-01-13 Thread Rafal Jaworowski
Alan Cox wrote: > Both the BookE and MIPS pmap modules need to have their get_pv_entry() > functions updated. Their implementations of get_pv_entry() look like > what I would expect to find in FreeBSD 4. For example, the modern > equivalent of pmap_collect() is performed synchronously from > get_

svn commit: r187195 - head/usr.sbin/boot0cfg

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 21:55:39 2009 New Revision: 187195 URL: http://svn.freebsd.org/changeset/base/187195 Log: Extend the geom-related info and put in the NOTE section, not in BUGS, as this is a feature. Bump the date, as it was forgotten in previous commits and the page has h

svn commit: r187196 - head/sys/dev/sound/pci/hda

2009-01-13 Thread Alexander Motin
Author: mav Date: Tue Jan 13 22:10:01 2009 New Revision: 187196 URL: http://svn.freebsd.org/changeset/base/187196 Log: Improve AD1983 codec support: - force playback via mixer to get PCM volume control, - make cleanup on recoring source selection. Modified: head/sys/dev/sound/pci/hda/hd

svn commit: r187197 - head/sys/boot/common

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 22:15:47 2009 New Revision: 187197 URL: http://svn.freebsd.org/changeset/base/187197 Log: remove a file which is, as far as I can tell, totally unused. Deleted: head/sys/boot/common/load.c ___ svn-src-all@freebsd.org m

Re: svn commit: r187162 - head/usr.sbin/usbconfig

2009-01-13 Thread Stanislav Sedov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Would it make sense to rename usbconfig to something like "usbcontrol" to follow the *control tradition (cdcontrol, pmccontrol, vidcontrol, and so on)? Thanks! - -- Stanislav Sedov ST4096-RIPE -BEGIN PGP SIGNATURE- iEYEARECAAYFAkltFUwA

svn commit: r187198 - in stable/7: sys/boot/i386/boot0 usr.sbin/boot0cfg

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 22:28:48 2009 New Revision: 187198 URL: http://svn.freebsd.org/changeset/base/187198 Log: MFC: a number of small fixes and enhancements to the boot0 code, and matching modifications to boot0cfg. The most noticeable features are preserving the 4-byte volume I

svn commit: r187199 - head/sys/fs/msdosfs

2009-01-13 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 13 22:35:26 2009 New Revision: 187199 URL: http://svn.freebsd.org/changeset/base/187199 Log: Turn a "panic: non-decreasing id" into an error printf. This seems to be caused by a metadata corruption that occurs quite often after unplugging a pendrive during write

svn commit: r187200 - stable/7/lib/libstand

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 22:46:24 2009 New Revision: 187200 URL: http://svn.freebsd.org/changeset/base/187200 Log: MFC from rev.185643 and 186799 Some libstand/bootp.c extension (written by Danny Braniss, slightly revised/modified by me) to store dhcp options into kenv variables,

Re: svn commit: r187162 - head/usr.sbin/usbconfig

2009-01-13 Thread Sam Leffler
Stanislav Sedov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Would it make sense to rename usbconfig to something like "usbcontrol" to follow the *control tradition (cdcontrol, pmccontrol, vidcontrol, and so on)? I don't care what it's called but I think it is important that a

svn commit: r187201 - stable/7/usr.sbin/kldxref

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 23:02:54 2009 New Revision: 187201 URL: http://svn.freebsd.org/changeset/base/187201 Log: MFC: rev. 185475, 186824, 186826, 186827 various cleanups including: + check a possible buffer overflow when creating a temp file, submitted by Christoph Mallon +

svn commit: r187202 - head/sys/dev/sound/pci/hda

2009-01-13 Thread Alexander Motin
Author: mav Date: Tue Jan 13 23:03:07 2009 New Revision: 187202 URL: http://svn.freebsd.org/changeset/base/187202 Log: Correct spelling in comment. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c

Re: svn commit: r187196 - head/sys/dev/sound/pci/hda

2009-01-13 Thread Sean C. Farley
On Tue, 13 Jan 2009, Alexander Motin wrote: Author: mav Date: Tue Jan 13 22:10:01 2009 New Revision: 187196 URL: http://svn.freebsd.org/changeset/base/187196 Log: Improve AD1983 codec support: - force playback via mixer to get PCM volume control, - make cleanup on recoring source selection

svn commit: r187203 - head/sbin/fdisk

2009-01-13 Thread Luigi Rizzo
Author: luigi Date: Tue Jan 13 23:36:38 2009 New Revision: 187203 URL: http://svn.freebsd.org/changeset/base/187203 Log: Some small fixes submitted by Christoph Mallon, specifically: + Remove a dead field of a struct. It serves no purpose anymore. + Remove a \n at the end of the format st

svn commit: r187204 - head/sys/dev/bce

2009-01-13 Thread Xin LI
Author: delphij Date: Tue Jan 13 23:46:45 2009 New Revision: 187204 URL: http://svn.freebsd.org/changeset/base/187204 Log: Remove intermediate variable busaddr and have bus_* operate directly on softc members upon initialization. Reviewed by: davidch MFC after:1 month Modified:

svn commit: r187205 - head/share/man/man4

2009-01-13 Thread Sam Leffler
Author: sam Date: Tue Jan 13 23:57:15 2009 New Revision: 187205 URL: http://svn.freebsd.org/changeset/base/187205 Log: o note need for options AH_SUPPORT_5416 o mention 5416-class parts o mention tdma support Modified: head/share/man/man4/ath.4 Modified: head/share/man/man4/ath.4 ===

svn commit: r187207 - head/sys/dev/msk

2009-01-13 Thread Pyun YongHyeon
Author: yongari Date: Wed Jan 14 04:47:04 2009 New Revision: 187207 URL: http://svn.freebsd.org/changeset/base/187207 Log: Correct frame length argument of in_cksum_skip. While I'm here remove intermediate variable csum. Reported by: Kim Culhan < w8hdkim <> gmail DOT com > Tested by:

svn commit: r187208 - head/sys/dev/msk

2009-01-13 Thread Pyun YongHyeon
Author: yongari Date: Wed Jan 14 05:08:52 2009 New Revision: 187208 URL: http://svn.freebsd.org/changeset/base/187208 Log: Remove local jumbo locator and switch to UMA backed page allocator for jumbo frame. o Nuke unneeded jlist lock which was used to protect jumbo buffer management

svn commit: r187209 - in stable/7/sys: . conf contrib/pf dev/cxgb dev/sound/pci modules/sound/driver/au88x0

2009-01-13 Thread Rong-En Fan
Author: rafan Date: Wed Jan 14 06:50:28 2009 New Revision: 187209 URL: http://svn.freebsd.org/changeset/base/187209 Log: MFC r186851 - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernel module. These files cause manual interaction when building ports/au