svn commit: r208184 - head/lib/libarchive

2010-05-17 Thread Xin LI
Author: delphij Date: Mon May 17 07:06:54 2010 New Revision: 208184 URL: http://svn.freebsd.org/changeset/base/208184 Log: Fix build. Modified: head/lib/libarchive/Makefile Modified: head/lib/libarchive/Makefile ==

svn commit: r208185 - stable/8/sys/fs/procfs

2010-05-17 Thread Konstantin Belousov
Author: kib Date: Mon May 17 08:11:23 2010 New Revision: 208185 URL: http://svn.freebsd.org/changeset/base/208185 Log: MFC r207847: For detach procfs ctl command, also clear P_STOPPED_TRACE process stop flag, and for each thread, TDB_SUSPEND debug flag, same as it is done by exit1() for

svn commit: r208186 - stable/8/sys/fs/procfs

2010-05-17 Thread Konstantin Belousov
Author: kib Date: Mon May 17 08:15:04 2010 New Revision: 208186 URL: http://svn.freebsd.org/changeset/base/208186 Log: MFC r207848: The thread_unsuspend() requires both process mutex and process spinlock locked. Postpone the process unlock till the thread_unsuspend() is called. Modified:

svn commit: r208187 - stable/7/sys/fs/procfs

2010-05-17 Thread Konstantin Belousov
Author: kib Date: Mon May 17 08:35:14 2010 New Revision: 208187 URL: http://svn.freebsd.org/changeset/base/208187 Log: MFC r207848: The thread_unsuspend() requires both process mutex and process spinlock locked. Postpone the process unlock till the thread_unsuspend() is called. Modified:

svn commit: r208188 - stable/7/sys/fs/procfs

2010-05-17 Thread Konstantin Belousov
Author: kib Date: Mon May 17 08:46:27 2010 New Revision: 208188 URL: http://svn.freebsd.org/changeset/base/208188 Log: Partial MFC r207847: For detach procfs ctl command, clear P_STOPPED_TRACE process stop flag. Modified: stable/7/sys/fs/procfs/procfs_ctl.c Directory Properties:

svn commit: r208189 - head/usr.bin/ar

2010-05-17 Thread Kai Wang
Author: kaiw Date: Mon May 17 09:37:59 2010 New Revision: 208189 URL: http://svn.freebsd.org/changeset/base/208189 Log: Removed ar(1)'s support for compressed archives. This change removes ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and fixes building HEAD on some

Re: svn commit: r207790 - head/usr.bin/tar

2010-05-17 Thread Anonymous
Tim Kientzle kient...@freebsd.org writes: Please try the attached patch and let me know if it fixes it for you... Cheers, Tim [...] It fixes the issue. Thanks. ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r208189 - head/usr.bin/ar

2010-05-17 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/05/17 02:37, Kai Wang wrote: Author: kaiw Date: Mon May 17 09:37:59 2010 New Revision: 208189 URL: http://svn.freebsd.org/changeset/base/208189 Log: Removed ar(1)'s support for compressed archives. This change removes ar(1)'s

svn commit: r208190 - head/usr.sbin/daemon

2010-05-17 Thread Ivan Voras
Author: ivoras Date: Mon May 17 11:18:33 2010 New Revision: 208190 URL: http://svn.freebsd.org/changeset/base/208190 Log: Slightly improve wording. Modified: head/usr.sbin/daemon/daemon.8 Modified: head/usr.sbin/daemon/daemon.8

svn commit: r208192 - stable/8/sys/conf

2010-05-17 Thread Ken Smith
Author: kensmith Date: Mon May 17 14:20:26 2010 New Revision: 208192 URL: http://svn.freebsd.org/changeset/base/208192 Log: Since sometimes developer activity the week before a code freeze starts causes the stable branch to be a little less reliable than normal mark the stable/8 branch as

svn commit: r208193 - stable/8/lib/libpam/modules/pam_krb5

2010-05-17 Thread Martin Matuska
Author: mm Date: Mon May 17 14:27:40 2010 New Revision: 208193 URL: http://svn.freebsd.org/changeset/base/208193 Log: MFC r207553, r207555, r207651: Implement the no_user_check option to pam_krb5. This option is available in the Linux implementation of pam_krb5 and allows to

svn commit: r208194 - stable/8/sys/netipsec

2010-05-17 Thread VANHULLEBUS Yvan
Author: vanhu Date: Mon May 17 15:31:24 2010 New Revision: 208194 URL: http://svn.freebsd.org/changeset/base/208194 Log: MFC: Locks SPTREE when setting some SP entries to state DEAD. This can prevent kernel panics when updating SPs while there is some traffic for them. Obtained from:

RE: svn commit: r208003 - in head/sys: kern sys

2010-05-17 Thread Matthew Fleming
From: Kostik Belousov [mailto:kostik...@gmail.com] On Wed, May 12, 2010 at 09:24:46PM +, Zachary Loafman wrote: Author: zml Date: Wed May 12 21:24:46 2010 New Revision: 208003 URL: http://svn.freebsd.org/changeset/base/208003 Log: Add VOP_ADVLOCKPURGE so that the file system

Re: svn commit: r208003 - in head/sys: kern sys

2010-05-17 Thread Kostik Belousov
On Mon, May 17, 2010 at 08:33:52AM -0700, Matthew Fleming wrote: From: Kostik Belousov [mailto:kostik...@gmail.com] On Wed, May 12, 2010 at 09:24:46PM +, Zachary Loafman wrote: Author: zml Date: Wed May 12 21:24:46 2010 New Revision: 208003 URL:

svn commit: r208196 - stable/8/sys/dev/fxp

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 16:47:25 2010 New Revision: 208196 URL: http://svn.freebsd.org/changeset/base/208196 Log: MFC r207750: 8255x configure command requires number of bytes of configuration table. The default size of the configuration table was 22 bytes. To use extended

svn commit: r208197 - stable/7/sys/dev/fxp

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 16:54:31 2010 New Revision: 208197 URL: http://svn.freebsd.org/changeset/base/208197 Log: MFC r207750: 8255x configure command requires number of bytes of configuration table. The default size of the configuration table was 22 bytes. To use extended

svn commit: r208200 - stable/7/sys/dev/fxp

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 16:59:36 2010 New Revision: 208200 URL: http://svn.freebsd.org/changeset/base/208200 Log: MFC r207832: Export hardware MAC statistics through sysctl node. Previously fxp(4) already used to extract most hardware MAC statistics but it didn't show them.

svn commit: r208202 - stable/7/sys/dev/sge

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:04:09 2010 New Revision: 208202 URL: http://svn.freebsd.org/changeset/base/208202 Log: MFC r207851: Implement TSO and TSO over VLAN. Increase number of allowed fragmentation of mbuf chain to 32 from 16 because TSO can send 64KB sized packet which

svn commit: r208203 - stable/8/sys/dev/sge

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:12:35 2010 New Revision: 208203 URL: http://svn.freebsd.org/changeset/base/208203 Log: MFC r207852: SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN hardware tag insertion/stripping. Remove conditional code that disables these

svn commit: r208204 - stable/7/sys/dev/sge

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:14:25 2010 New Revision: 208204 URL: http://svn.freebsd.org/changeset/base/208204 Log: MFC r207852: SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN hardware tag insertion/stripping. Remove conditional code that disables these

svn commit: r208205 - stable/8/share/man/man4

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:16:12 2010 New Revision: 208205 URL: http://svn.freebsd.org/changeset/base/208205 Log: MFC r207853: Now sge(4) supports TCP segmentation offload (TSO). Modified: stable/8/share/man/man4/sge.4 Directory Properties: stable/8/share/man/man4/ (props

svn commit: r208206 - stable/7/share/man/man4

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:16:49 2010 New Revision: 208206 URL: http://svn.freebsd.org/changeset/base/208206 Log: MFC r207853: Now sge(4) supports TCP segmentation offload (TSO). Modified: stable/7/share/man/man4/sge.4 Directory Properties: stable/7/share/man/man4/ (props

svn commit: r208208 - stable/7/share/man/man4

2010-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 17 17:18:58 2010 New Revision: 208208 URL: http://svn.freebsd.org/changeset/base/208208 Log: MFC r207971: Document undocumented tunables and sysctl variables. While here use actual string to specify width as well as using Cm to set command argument.

svn commit: r208209 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Mon May 17 17:56:27 2010 New Revision: 208209 URL: http://svn.freebsd.org/changeset/base/208209 Log: MFC r208030: Add missing check to prevent local users from panicing the kernel by trying to set malformed ACL. Modified:

Re: svn commit: r208172 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-17 Thread Marius Strobl
On Sun, May 16, 2010 at 10:01:43PM +, Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 16 22:01:43 2010 New Revision: 208172 URL: http://svn.freebsd.org/changeset/base/208172 Log: Pull OF_quiesce() out of the MI Open Firmware layer and entirely into PPC ofw_machdep.c, in

svn commit: r208210 - head/usr.bin/wc

2010-05-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon May 17 19:13:49 2010 New Revision: 208210 URL: http://svn.freebsd.org/changeset/base/208210 Log: Use better type for siginfo (volatile sig_atomic_t instead of int). Pointed out by: jh Modified: head/usr.bin/wc/wc.c Modified: head/usr.bin/wc/wc.c

svn commit: r208212 - head/sys/net

2010-05-17 Thread John Baldwin
Author: jhb Date: Mon May 17 19:36:56 2010 New Revision: 208212 URL: http://svn.freebsd.org/changeset/base/208212 Log: Ignore failures from removing multicast addresses from the parent (trunk) interface when tearing down a vlan interface. If a trunk interface is detached, all of its

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-05-17 Thread Rui Paulo
On 16 May 2010, at 20:54, Juli Mallett wrote: On Sun, May 16, 2010 at 12:43, Randall Stewart r...@freebsd.org wrote: Author: rrs Date: Sun May 16 19:43:48 2010 New Revision: 208165 URL: http://svn.freebsd.org/changeset/base/208165 Log: This pushes all of JC's patches that I have in

svn commit: r208213 - head/etc

2010-05-17 Thread John Baldwin
Author: jhb Date: Mon May 17 19:51:34 2010 New Revision: 208213 URL: http://svn.freebsd.org/changeset/base/208213 Log: Prevent unloading a kld for a driver that has subinterfaces (vlan and/or wlan interfaces) from being automatically reloaded via devd shutdown event handlers. - Revert

Re: svn commit: r208212 - head/sys/net

2010-05-17 Thread John Baldwin
On Monday 17 May 2010 3:36:56 pm John Baldwin wrote: Author: jhb Date: Mon May 17 19:36:56 2010 New Revision: 208212 URL: http://svn.freebsd.org/changeset/base/208212 Log: Ignore failures from removing multicast addresses from the parent (trunk) interface when tearing down a vlan

Re: svn commit: r208213 - head/etc

2010-05-17 Thread John Baldwin
On Monday 17 May 2010 3:51:34 pm John Baldwin wrote: Author: jhb Date: Mon May 17 19:51:34 2010 New Revision: 208213 URL: http://svn.freebsd.org/changeset/base/208213 Log: Prevent unloading a kld for a driver that has subinterfaces (vlan and/or wlan interfaces) from being

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-05-17 Thread Neel Natu
Hi Randall, On Sun, May 16, 2010 at 12:54 PM, Juli Mallett jmall...@freebsd.org wrote: On Sun, May 16, 2010 at 12:43, Randall Stewart r...@freebsd.org wrote: Author: rrs Date: Sun May 16 19:43:48 2010 New Revision: 208165 URL: http://svn.freebsd.org/changeset/base/208165 Log:  This pushes

svn commit: r208214 - in stable/8/sys: contrib/dev/run modules/runfw

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:41:06 2010 New Revision: 208214 URL: http://svn.freebsd.org/changeset/base/208214 Log: MFC r203148 Uuencode the rt2870 firmware into ascii like the other firmware blobs. Added: stable/8/sys/contrib/dev/run/rt2870.fw.uu - copied unchanged from

svn commit: r208215 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci geom/sched

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:41:51 2010 New Revision: 208215 URL: http://svn.freebsd.org/changeset/base/208215 Log: MFC r206544 The Quanta Q101 modem has a different type of cdrom driver disk, add the product id and use a standard scsi eject. Modified: Directory Properties:

svn commit: r208216 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci geom/sched

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:42:29 2010 New Revision: 208216 URL: http://svn.freebsd.org/changeset/base/208216 Log: MFC r206595 Eliminate duplicate comment Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r208217 - stable/8/sys/dev/usb/input

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:43:07 2010 New Revision: 208217 URL: http://svn.freebsd.org/changeset/base/208217 Log: MFC r206638 Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a local (almost identically named) local #define. Modified:

svn commit: r208219 - in stable/8/sys/dev/usb: . quirk

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:44:18 2010 New Revision: 208219 URL: http://svn.freebsd.org/changeset/base/208219 Log: MFC r208006 Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and Samsung YP_U4 music player. PR: usb/145265, usb/146104

svn commit: r208221 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:45:31 2010 New Revision: 208221 URL: http://svn.freebsd.org/changeset/base/208221 Log: MFC r208008 If a USB device is suspended and a USB set config request is issued when the USB enumeration lock is locked, then the USB stack fails to resume the

svn commit: r208222 - in stable/8/sys/dev/usb: . input

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:46:08 2010 New Revision: 208222 URL: http://svn.freebsd.org/changeset/base/208222 Log: MFC r208009 Enable support for mouse panning wheels. Modified: stable/8/sys/dev/usb/input/ums.c stable/8/sys/dev/usb/usbhid.h Directory Properties:

svn commit: r208223 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:46:45 2010 New Revision: 208223 URL: http://svn.freebsd.org/changeset/base/208223 Log: MFC r208010 Provide more information about the device location in the USB system. Modified: stable/8/sys/dev/usb/usb_hub.c Directory Properties: stable/8/sys/

svn commit: r208224 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:47:24 2010 New Revision: 208224 URL: http://svn.freebsd.org/changeset/base/208224 Log: MFC r208011 Add the ASUS MyPal A730W device id. Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props changed)

svn commit: r208225 - stable/8/sys/dev/usb/controller

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:48:03 2010 New Revision: 208225 URL: http://svn.freebsd.org/changeset/base/208225 Log: MFC r208013 Add missing ifdefs for usb power saving support. Modified: stable/8/sys/dev/usb/controller/usb_controller.c Directory Properties: stable/8/sys/

svn commit: r208226 - stable/8/sys/dev/usb/controller

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:48:51 2010 New Revision: 208226 URL: http://svn.freebsd.org/changeset/base/208226 Log: MFC r208014 Back out r203140 which was causing problems when the first and the last microframe slot was not in the smask. The problem was that the EHCI driver was

svn commit: r208227 - stable/8/sys/dev/usb/serial

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:49:31 2010 New Revision: 208227 URL: http://svn.freebsd.org/changeset/base/208227 Log: MFC r208015 Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9. Modified: stable/8/sys/dev/usb/serial/u3g.c Directory Properties:

svn commit: r208228 - in stable/8/sys/dev/usb: . serial

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:50:10 2010 New Revision: 208228 URL: http://svn.freebsd.org/changeset/base/208228 Log: MFC r208016 Add new FTDI USB device ID. Modified: stable/8/sys/dev/usb/serial/uftdi.c stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props

svn commit: r208229 - stable/8/sys/dev/usb/net

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:50:46 2010 New Revision: 208229 URL: http://svn.freebsd.org/changeset/base/208229 Log: MFC r208017 Fix possibly wrong bit masking. Modified: stable/8/sys/dev/usb/net/uhso.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r208230 - stable/8/sys/dev/usb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:51:20 2010 New Revision: 208230 URL: http://svn.freebsd.org/changeset/base/208230 Log: MFC r208018 Reduce diffs to p4. Add test code for delaying or failing usb control requests, disabled by default under ifdef USB_REQ_DEBUG. Modified:

svn commit: r208231 - in stable/8/sys: contrib/dev/run dev/usb/wlan

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:51:57 2010 New Revision: 208231 URL: http://svn.freebsd.org/changeset/base/208231 Log: MFC r208019 Sync run(4) driver from author's site. Modified: stable/8/sys/contrib/dev/run/rt2870.fw.uu stable/8/sys/dev/usb/wlan/if_run.c

svn commit: r208232 - stable/8/sys/conf

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:52:33 2010 New Revision: 208232 URL: http://svn.freebsd.org/changeset/base/208232 Log: MFC r208048 Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Modified: stable/8/sys/conf/options Directory Properties: stable/8/sys/ (props changed)

svn commit: r208233 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:55:23 2010 New Revision: 208233 URL: http://svn.freebsd.org/changeset/base/208233 Log: MFC r208020 Fix header file compliancy with libusb 1.0 from sourceforge. Modified: stable/8/lib/libusb/libusb.h stable/8/lib/libusb/libusb10.c

svn commit: r208234 - head/sys/fs/nfsclient

2010-05-17 Thread Rick Macklem
Author: rmacklem Date: Mon May 17 23:55:38 2010 New Revision: 208234 URL: http://svn.freebsd.org/changeset/base/208234 Log: Add a sanity check for a negative args.fhsize to the experimental NFS client. MFC after:5 days Modified: head/sys/fs/nfsclient/nfs_clvfsops.c Modified:

svn commit: r208235 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:56:17 2010 New Revision: 208235 URL: http://svn.freebsd.org/changeset/base/208235 Log: MFC r208021 Fix return values for usb_find_busses() and usb_find_devices(). We should try to return the actual number of busses and devices. Modified:

svn commit: r208236 - stable/8/lib/libusbhid

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:57:34 2010 New Revision: 208236 URL: http://svn.freebsd.org/changeset/base/208236 Log: MFC r208012 Support getting signed and unsigned HID data. Modified: stable/8/lib/libusbhid/data.c Directory Properties: stable/8/lib/libusbhid/ (props changed)

svn commit: r208237 - stable/8/lib/libusb

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Mon May 17 23:59:14 2010 New Revision: 208237 URL: http://svn.freebsd.org/changeset/base/208237 Log: MFC r203773 Within libusb 0.1 API, bus number is always faked to 0. Device numbers, however, are possitive and seem to be reverse sorted in the list. Conform

svn commit: r208238 - stable/8/sys/boot/forth

2010-05-17 Thread Xin LI
Author: delphij Date: Tue May 18 00:32:02 2010 New Revision: 208238 URL: http://svn.freebsd.org/changeset/base/208238 Log: MFC r207630 Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modules available, they were removed due to NEEDSGIANT. While I'm there, add if_et

svn commit: r208239 - stable/8/lib

2010-05-17 Thread Xin LI
Author: delphij Date: Tue May 18 00:37:32 2010 New Revision: 208239 URL: http://svn.freebsd.org/changeset/base/208239 Log: Adjust svn:mergeinfo for revision 204546. This commit moves mergeinfo to lib/ and removes mergeinfo on individual file. Modified: Directory Properties: stable/8/lib/

svn commit: r208240 - stable/8/lib

2010-05-17 Thread Martin Matuska
Author: mm Date: Tue May 18 00:46:15 2010 New Revision: 208240 URL: http://svn.freebsd.org/changeset/base/208240 Log: MFC r204738, r205113 (imp): MFC r204738: Remove stale references to libkrb5. Rejigger the SUBDIR setting a smidge: we now set all the libraries that depend on

svn commit: r208241 - head/sbin/tunefs

2010-05-17 Thread Jeff Roberson
Author: jeff Date: Tue May 18 01:45:28 2010 New Revision: 208241 URL: http://svn.freebsd.org/changeset/base/208241 Log: - Round up the journal size to the block size so we don't confuse fsck. Reported by: Mikolaj Golub to.my.troc...@gmail.com - Only require 256k of blocks per-cg

svn commit: r208242 - stable/8/usr.sbin/mergemaster

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:17:40 2010 New Revision: 208242 URL: http://svn.freebsd.org/changeset/base/208242 Log: MFC r208088: Hide the creation and population of the temproot Modified: stable/8/usr.sbin/mergemaster/mergemaster.sh Directory Properties:

svn commit: r208243 - stable/7/usr.sbin/mergemaster

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:18:27 2010 New Revision: 208243 URL: http://svn.freebsd.org/changeset/base/208243 Log: MFC r208088: Hide the creation and population of the temproot Modified: stable/7/usr.sbin/mergemaster/mergemaster.sh Directory Properties:

svn commit: r208244 - stable/8/usr.bin/calendar/calendars

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:22:08 2010 New Revision: 208244 URL: http://svn.freebsd.org/changeset/base/208244 Log: MFC r208089: Remove duplicate Modified: stable/8/usr.bin/calendar/calendars/calendar.history Directory Properties: stable/8/usr.bin/calendar/ (props changed)

svn commit: r208245 - stable/7/usr.bin/calendar/calendars

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:23:04 2010 New Revision: 208245 URL: http://svn.freebsd.org/changeset/base/208245 Log: MFC r208089: Remove duplicate Modified: stable/7/usr.bin/calendar/calendars/calendar.history Directory Properties: stable/7/usr.bin/calendar/ (props changed)

svn commit: r208246 - in stable/6/usr.bin/calendar: . calendars

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:30:45 2010 New Revision: 208246 URL: http://svn.freebsd.org/changeset/base/208246 Log: Pull mergeinfo from r193462 up to the proper directory Modified: Directory Properties: stable/6/usr.bin/calendar/ (props changed) stable/6/usr.bin/calendar/calendars/

svn commit: r208247 - stable/6/usr.bin/calendar/calendars

2010-05-17 Thread Doug Barton
Author: dougb Date: Tue May 18 02:31:37 2010 New Revision: 208247 URL: http://svn.freebsd.org/changeset/base/208247 Log: MFC r208089: Remove duplicate Modified: stable/6/usr.bin/calendar/calendars/calendar.history Directory Properties: stable/6/usr.bin/calendar/ (props changed)

svn commit: r208248 - stable/8/lib/libusbhid

2010-05-17 Thread Andrew Thompson
Author: thompsa Date: Tue May 18 03:16:02 2010 New Revision: 208248 URL: http://svn.freebsd.org/changeset/base/208248 Log: MFC r208023 Use fixed width integer types for parsing the binary hid data. Modified: stable/8/lib/libusbhid/data.c stable/8/lib/libusbhid/usbhid.h Directory

Re: svn commit: r207851 - head/sys/dev/sge

2010-05-17 Thread Bjoern A. Zeeb
On Mon, 10 May 2010, Pyun YongHyeon wrote: Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL: http://svn.freebsd.org/changeset/base/207851 Log: Implement TSO and TSO over VLAN. Increase number of allowed fragmentation of mbuf chain to 32 from 16 because TSO can send

svn commit: r208249 - in head/sys/mips: include mips rmi sibyte

2010-05-17 Thread Randall Stewart
Author: rrs Date: Tue May 18 04:02:34 2010 New Revision: 208249 URL: http://svn.freebsd.org/changeset/base/208249 Log: Adds JC's cleanup patches that fix it so we call an platform dependant topo function as well as clean up all the XLR specific ifdefs around smp platform init.

svn commit: r208250 - head/sys/mips/rmi

2010-05-17 Thread Randall Stewart
Author: rrs Date: Tue May 18 04:08:58 2010 New Revision: 208250 URL: http://svn.freebsd.org/changeset/base/208250 Log: Adds the file I forgot to add... that handles the mpwait.S for RMI Approved by: JC Added: head/sys/mips/rmi/mpwait.S (contents, props changed) Added:

svn commit: r208251 - in stable/8/sys: kern net

2010-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 18 04:20:35 2010 New Revision: 208251 URL: http://svn.freebsd.org/changeset/base/208251 Log: MFC r208100: Fix an issue with the dynamic pcpu/vnet data allocators. We cannot expect that modspace is the last entry in the linker set and thus that modspace +

svn commit: r208252 - stable/8/sbin/ifconfig

2010-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 18 04:21:50 2010 New Revision: 208252 URL: http://svn.freebsd.org/changeset/base/208252 Log: MFC r208077: Document the 'short preamble' capability for 802.11bg. Reviewed by:sam Modified: stable/8/sbin/ifconfig/ifconfig.8 Directory Properties:

svn commit: r208253 - head/sys/mips/sibyte

2010-05-17 Thread Neel Natu
Author: neel Date: Tue May 18 05:12:54 2010 New Revision: 208253 URL: http://svn.freebsd.org/changeset/base/208253 Log: Fix Sibyte SMP kernel breakage caused by r208249. We need to include the header file that provides declaration of the smp_topo_none() function. Modified:

svn commit: r208254 - head/sys/fs/nfsclient

2010-05-17 Thread Rick Macklem
Author: rmacklem Date: Tue May 18 05:18:21 2010 New Revision: 208254 URL: http://svn.freebsd.org/changeset/base/208254 Log: Allow the experimental NFSv4 client to use cached attributes when a write delegation is held. Also, add a missing mtx_unlock() call for the ACL debugging code.