Re: svn commit: r192908 - in head: share/man/man9 sys/confsys/kern sys/sys

2009-05-27 Thread Ed Schouten
Hi Zach, * Zachary Loafman wrote: > I personally find the first form clearer to skim through visually. The > second form moves 'head1' and 'head2' around. It's not like it's hard to > follow, but I think the first is clearer to read. I don't think the > TAILQ_FIRST buys you much here. Yeah, that

svn commit: r192962 - head/sys/vm

2009-05-27 Thread Alan Cox
Author: alc Date: Thu May 28 06:52:14 2009 New Revision: 192962 URL: http://svn.freebsd.org/changeset/base/192962 Log: Revise vm_pageout_scan()'s handling of partially dirty pages. Specifically, rather than unconditionally making partially dirty pages fully dirty, only make partially dirty

Re: Review: fail(9) style/grammar (was Re: svn commit: r192908 ...)

2009-05-27 Thread Tim Kientzle
Benjamin Kaduk wrote: ... I think that the new sentence-->new line may also relate to having two spaces between sentences -- I think that (e.g.) "e.g." should be okay. It's mostly about keeping diffs easy to read. Changes that add, remove, or edit a single sentence are pretty common. If every s

Re: Review: fail(9) style/grammar (was Re: svn commit: r192908 ...)

2009-05-27 Thread Benjamin Kaduk
On Wed, 27 May 2009, Zachary Loafman wrote: On Wed, May 27, 2009 at 10:05:44AM -0700, Ben Kaduk wrote: Our man page style says that new sentences should start on new lines. (Since the '.' character is used for defining macros, and sometimes the processor can get confused.) Ben - Thanks for t

svn commit: r192954 - head/contrib/ee

2009-05-27 Thread Marcel Moolenaar
Author: marcel Date: Thu May 28 04:25:38 2009 New Revision: 192954 URL: http://svn.freebsd.org/changeset/base/192954 Log: char can be unsigned, like on ARM and PowerPC. Unbreak the build for those by propagating the type of character from char to int. Modified: head/contrib/ee/ee.c Modif

svn commit: r192953 - in head/sys: conf i386/xen

2009-05-27 Thread Adrian Chadd
Author: adrian Date: Thu May 28 04:17:05 2009 New Revision: 192953 URL: http://svn.freebsd.org/changeset/base/192953 Log: Say hello to a very basic, read-only, Xen Hypervisor RTC. The hypervisor doesn't provide a single "TOD" - it instead provides a "start time" and a "running time". Thes

svn commit: r192952 - in stable/7/sys: . compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-27 Thread Dmitry Chagin
Author: dchagin Date: Thu May 28 04:08:07 2009 New Revision: 192952 URL: http://svn.freebsd.org/changeset/base/192952 Log: Merge r192373 from HEAD to stable/7: Validate user-supplied arguments values. Args argument is a pointer to the structure located in user space in which the socketc

svn commit: r192951 - head/sys/xen/xenbus

2009-05-27 Thread Adrian Chadd
Author: adrian Date: Thu May 28 04:03:16 2009 New Revision: 192951 URL: http://svn.freebsd.org/changeset/base/192951 Log: Don't call the watch callback if its NULL. I'm not sure what series of events is leading up to this watch event being received with no callback info and it should be i

svn commit: r192950 - in stable/7/sys: . compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-27 Thread Dmitry Chagin
Author: dchagin Date: Thu May 28 04:00:03 2009 New Revision: 192950 URL: http://svn.freebsd.org/changeset/base/192950 Log: Merge r191972 from HEAD to stable/7: Introduce linux_kernver() interface which is intended for an exact designation of the emulated kernel version. linux_kernver

Re: Review: fail(9) style/grammar (was Re: svn commit: r192908 ...)

2009-05-27 Thread Zachary Loafman
On Wed, May 27, 2009 at 06:47:26PM -0700, Zachary Loafman wrote: > Thanks for the pedantry! I've attached a patch that should address your > issues. (Doug, please review as mentor when you get a chance.) Let's pretend I actually attached a patch. :) -- Zach Loafman | Staff Engineer | Isilon Syst

svn commit: r192949 - head/tools/regression/file/flock

2009-05-27 Thread Zachary Loafman
Author: zml Date: Thu May 28 02:39:07 2009 New Revision: 192949 URL: http://svn.freebsd.org/changeset/base/192949 Log: Add a regression test for multiple threads of the same process acquiring the same fcntl lock. Approved by:dfr (mentor) Modified: head/tools/regression/file/floc

Re: svn commit: r192943 - head/usr.bin/truss

2009-05-27 Thread Giorgos Keramidas
On Thu, 28 May 2009 00:38:24 + (UTC), Xin LI wrote: > Author: delphij > Date: Thu May 28 00:38:24 2009 > New Revision: 192943 > URL: http://svn.freebsd.org/changeset/base/192943 > > Log: > Correct off-by-one issue in truss(1) which happens when system call number > is nsyscalls. > > PR:

Review: fail(9) style/grammar (was Re: svn commit: r192908 ...)

2009-05-27 Thread Zachary Loafman
On Wed, May 27, 2009 at 10:05:44AM -0700, Ben Kaduk wrote: > Our man page style says that new sentences should start on new lines. > (Since the '.' character is used for defining macros, and sometimes > the processor can get confused.) Ben - Thanks for the pedantry! I've attached a patch that sho

Re: svn commit: r192908 - in head: share/man/man9 sys/confsys/kern sys/sys

2009-05-27 Thread Zachary Loafman
On Wed, May 27, 2009 at 11:28:07AM -0700, Ed Schouten wrote: > Hi Zach, > > * Zachary Loafman wrote: > > head/sys/sys/queue.h > > This part of the patch is not in the email, so I'll just link it here: > > > http://svn.freebsd.org/viewvc/base/head/sys/sys/queue.h?r1=191535&r2=192908 >

Re: [RESOLVED] Re: svn commit: r192194 - in head/sys: boot/i386/zfsboot boot/zfs cddl/boot/zfs

2009-05-27 Thread Pegasus Mc Cleaft
On Thursday 28 May 2009 01:10:22 Xin LI wrote: > Doug Rabson wrote: > [...] > > >> I think this commit has broken booting from mirrored zpool when raidz2 > >> pool is exist. In my setup it was 4 disks: > > > > This should be fixed in r192679. > > Thanks! This has fixed my problem. Just a

svn commit: r192943 - head/usr.bin/truss

2009-05-27 Thread Xin LI
Author: delphij Date: Thu May 28 00:38:24 2009 New Revision: 192943 URL: http://svn.freebsd.org/changeset/base/192943 Log: Correct off-by-one issue in truss(1) which happens when system call number is nsyscalls. PR: bin/134916 Submitted by: Steven Hartland MFC after:2 w

[RESOLVED] Re: svn commit: r192194 - in head/sys: boot/i386/zfsboot boot/zfs cddl/boot/zfs

2009-05-27 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Rabson wrote: [...] >> >> I think this commit has broken booting from mirrored zpool when raidz2 >> pool is exist. In my setup it was 4 disks: > > This should be fixed in r192679. Thanks! This has fixed my problem. Cheers, - -- Xin LI htt

Re: svn commit: r192937 - head/cddl/contrib/opensolaris/cmd/lockstat

2009-05-27 Thread Peter Grehan
> Fix lockstat breakage to arm/powerpc buildworld. Thanks ! later, Peter. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r192938 - head/sys/dev/usb

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 23:12:02 2009 New Revision: 192938 URL: http://svn.freebsd.org/changeset/base/192938 Log: Allocate the usb serial, manufacturer and product strings rather than use char arrays in the usb_device struct. This also eliminates USB_HAVE_STRINGS. Modified: head/sy

svn commit: r192937 - head/cddl/contrib/opensolaris/cmd/lockstat

2009-05-27 Thread Stacey Son
Author: sson Date: Wed May 27 22:41:28 2009 New Revision: 192937 URL: http://svn.freebsd.org/changeset/base/192937 Log: Fix lockstat breakage to arm/powerpc buildworld. Thanks to IBM char's are unsigned on arm/powerpc. Approved by: gnn (mentor) Modified: head/cddl/contrib/opensolaris/

Re: svn commit: r192934 - head/usr.sbin/mountd

2009-05-27 Thread Rick Macklem
On Wed, 27 May 2009, Doug Barton wrote: Rick Macklem wrote: The -4 and -6 options are traditionally used for their respective IPv transport choices, so you might want to consider choosing a different option. Any suggestions? How about: -e - for experimental server -l - you're a lunatic to

Re: svn commit: r192934 - head/usr.sbin/mountd

2009-05-27 Thread Doug Barton
Rick Macklem wrote: > Author: rmacklem > Date: Wed May 27 22:02:54 2009 > New Revision: 192934 > URL: http://svn.freebsd.org/changeset/base/192934 > > Log: > Modify mountd to handle the experimental nfs server as well as the > regular one. It now takes a "-4" command line argument to force it

svn commit: r192934 - head/usr.sbin/mountd

2009-05-27 Thread Rick Macklem
Author: rmacklem Date: Wed May 27 22:02:54 2009 New Revision: 192934 URL: http://svn.freebsd.org/changeset/base/192934 Log: Modify mountd to handle the experimental nfs server as well as the regular one. It now takes a "-4" command line argument to force it to use the experimental server. Ot

svn commit: r192933 - head/sys/dev/cxgb

2009-05-27 Thread George V. Neville-Neil
Author: gnn Date: Wed May 27 20:13:36 2009 New Revision: 192933 URL: http://svn.freebsd.org/changeset/base/192933 Log: Rework interrupt bringup and teardown. Calculate the exact number of vectors we'll use before calling pci_alloc_msix. Don't grab nine all the time. Call cxgb_setup_

svn commit: r192930 - in head/sbin: mount mount_nfs

2009-05-27 Thread Rick Macklem
Author: rmacklem Date: Wed May 27 19:56:51 2009 New Revision: 192930 URL: http://svn.freebsd.org/changeset/base/192930 Log: Add support for the experimental nfs client to mount_nfs. The experimental client is used when the fstype is "newnfs" or the "nfsv4" option is specified. It includes th

svn commit: r192929 - head/sys/dev/sound/usb

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 19:45:04 2009 New Revision: 192929 URL: http://svn.freebsd.org/changeset/base/192929 Log: Provide a workaround for USB devices that do not support mono or stereo operation by overriding the channel count. Submitted by: Hans Petter Selasky Reported by: M

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

2009-05-27 Thread Rick Macklem
Author: rmacklem Date: Wed May 27 19:41:29 2009 New Revision: 192928 URL: http://svn.freebsd.org/changeset/base/192928 Log: Fix handling of NFSv4 Close operations in ncl_inactive(). Only do them for NFSv4 and flush writes to the server before doing the Close(s), as required. Also, use the a_

svn commit: r192927 - head/sys/dev/xen/netfront

2009-05-27 Thread Adrian Chadd
Author: adrian Date: Wed May 27 19:31:50 2009 New Revision: 192927 URL: http://svn.freebsd.org/changeset/base/192927 Log: Delete useless #ifdef; make it more obvious if setting TSO fails. Modified: head/sys/dev/xen/netfront/netfront.c Modified: head/sys/dev/xen/netfront/netfront.c ==

svn commit: r192926 - in head: . lib/libc/gen share/man/man3 sys/sys

2009-05-27 Thread Ed Schouten
eFiles.inc Wed May 27 19:28:04 2009(r192926) @@ -14,6 +14,9 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20090527: renaming of S{LIST,TAILQ}_REMOVE_NEXT() to _REMOVE_AFTER() +OLD_FILES+=usr/share/man/man3/SLIST_REMOVE_NEXT.3.gz +OLD_FILES+=usr/shar

svn commit: r192925 - in head/sys/dev/usb: . input

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 19:27:29 2009 New Revision: 192925 URL: http://svn.freebsd.org/changeset/base/192925 Log: Add support for the Apple MacBook Pro keyboard - add key mappings for fn keys - byte swapping for certain models - Fix leds for keyboards which require an ID byte for

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

2009-05-27 Thread Marcel Moolenaar
On May 27, 2009, at 11:12 AM, Rink Springer wrote: 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 Nice! -- Marcel Moolenaar xcl...@mac.com _

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

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 19:21:29 2009 New Revision: 192924 URL: http://svn.freebsd.org/changeset/base/192924 Log: Fix xref name. Modified: head/usr.sbin/usbconfig/usbconfig.8 Modified: head/usr.sbin/usbconfig/usbconfig.8 ==

svn commit: r192923 - in head: share/man/man4 sys/netinet6 usr.sbin/ifmcstat

2009-05-27 Thread Bruce M Simpson
Author: bms Date: Wed May 27 18:57:13 2009 New Revision: 192923 URL: http://svn.freebsd.org/changeset/base/192923 Log: Merge final round of MLD changes from p4: ip6_input.c, in6.h: * Add netinet6-specific mbuf flag M_RTALERT_MLD, shadowing M_PROTO6. * Always set this flag if HBH Router

svn commit: r192922 - head/libexec/rtld-elf

2009-05-27 Thread Doug Rabson
Author: dfr Date: Wed May 27 18:54:31 2009 New Revision: 192922 URL: http://svn.freebsd.org/changeset/base/192922 Log: Increase the size of the static TLS area slightly (required for the NVidia's OpenGL driver on amd64). Modified: head/libexec/rtld-elf/rtld.h Modified: head/libexec/rtld-el

Re: svn commit: r192776 - in head/libexec: . makekey

2009-05-27 Thread Doug Barton
Done, thanks for the reminder. Doug Bjoern A. Zeeb wrote: > On Tue, 26 May 2009, Doug Barton wrote: > >> Author: dougb >> Date: Tue May 26 00:07:02 2009 >> New Revision: 192776 >> URL: http://svn.freebsd.org/changeset/base/192776 >> >> Log: >> Per the man page: >> The makekey utility has been

Re: svn commit: r192908 - in head: share/man/man9 sys/conf sys/kern sys/sys

2009-05-27 Thread Ed Schouten
Hi Zach, * Zachary Loafman wrote: > head/sys/sys/queue.h This part of the patch is not in the email, so I'll just link it here: http://svn.freebsd.org/viewvc/base/head/sys/sys/queue.h?r1=191535&r2=192908 In other macros in this header file, we try to use as many _NEXT() and _PREV()

Re: svn commit: r192914 - in head: contrib/ee usr.bin/ee usr.bin/ee/nls/de_DE.ISO8859-1 usr.bin/ee/nls/fr_FR.ISO8859-1 usr.bin/ee/nls/pl_PL.ISO8859-2 usr.bin/ee/nls/ru_RU.KOI8-R usr.bin/ee/nls/uk_UA.K

2009-05-27 Thread Joel Dahl
Ed Schouten skrev: Author: ed Date: Wed May 27 17:27:03 2009 New Revision: 192914 URL: http://svn.freebsd.org/changeset/base/192914 Log: Update ee(1) in the base system to version 1.5.0. Thank you! -- Joel ___ svn-src-all@freebsd.org mailing list

svn commit: r192921 - head/sys/dev/sound/pcm

2009-05-27 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 27 18:17:58 2009 New Revision: 192921 URL: http://svn.freebsd.org/changeset/base/192921 Log: Slightly adjust copyright text. Approved by: Hannu Savolainen Modified: head/sys/dev/sound/pcm/sound.h Modified: head/sys/dev/sound/pcm/sound.h =

svn commit: r192920 - head/sys/dev/sound/pcm

2009-05-27 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 27 18:16:53 2009 New Revision: 192920 URL: http://svn.freebsd.org/changeset/base/192920 Log: Slightly adjust copyright text. Approved by: luigi Modified: head/sys/dev/sound/pcm/sound.c Modified: head/sys/dev/sound/pcm/sound.c =

svn commit: r192919 - head/sys/dev/sound/pci

2009-05-27 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 27 18:13:15 2009 New Revision: 192919 URL: http://svn.freebsd.org/changeset/base/192919 Log: Separate comments from the license text. Modified: head/sys/dev/sound/pci/cmi.c head/sys/dev/sound/pci/cs4281.c head/sys/dev/sound/pci/vibes.c Modified:

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

svn commit: r192917 - head/sys/fs/tmpfs

2009-05-27 Thread Alan Cox
Author: alc Date: Wed May 27 18:12:10 2009 New Revision: 192917 URL: http://svn.freebsd.org/changeset/base/192917 Log: Eliminate redundant setting of a page's valid bits and pointless clearing of the same page's dirty bits. Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tm

svn commit: r192916 - head

2009-05-27 Thread Doug Barton
Author: dougb Date: Wed May 27 18:11:12 2009 New Revision: 192916 URL: http://svn.freebsd.org/changeset/base/192916 Log: Note the removal of makekey(8) Requested by: bz Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r192915 - svnadmin/conf

2009-05-27 Thread George V. Neville-Neil
Author: gnn Date: Wed May 27 18:07:18 2009 New Revision: 192915 URL: http://svn.freebsd.org/changeset/base/192915 Log: Officially take over sson's mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors =

svn commit: r192914 - in head: contrib/ee usr.bin/ee usr.bin/ee/nls/de_DE.ISO8859-1 usr.bin/ee/nls/fr_FR.ISO8859-1 usr.bin/ee/nls/pl_PL.ISO8859-2 usr.bin/ee/nls/ru_RU.KOI8-R usr.bin/ee/nls/uk_UA.KO...

2009-05-27 Thread Ed Schouten
Author: ed Date: Wed May 27 17:27:03 2009 New Revision: 192914 URL: http://svn.freebsd.org/changeset/base/192914 Log: Update ee(1) in the base system to version 1.5.0. This version is now licensed under a 2-clause BSD license, instead of the Artistic license. I've reverted a lot of local

Re: svn commit: r192908 - in head: share/man/man9 sys/conf sys/kern sys/sys

2009-05-27 Thread Ben Kaduk
On Wed, May 27, 2009 at 12:36 PM, Zachary Loafman wrote: > Author: zml > Date: Wed May 27 16:36:54 2009 > New Revision: 192908 > URL: http://svn.freebsd.org/changeset/base/192908 > > Log: > fail(9) support: > > Add support for kernel fault injection using KFAIL_POINT_* macros and > fail_point_*

svn commit: r192913 - head/lib/libc/rpc

2009-05-27 Thread Zachary Loafman
Author: zml Date: Wed May 27 17:02:15 2009 New Revision: 192913 URL: http://svn.freebsd.org/changeset/base/192913 Log: Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Corrects an issue with mountd replies to OS X. Approved by:dfr (mentor) Modified: hea

svn commit: r192912 - head/sys/netinet

2009-05-27 Thread Zachary Loafman
Author: zml Date: Wed May 27 17:02:10 2009 New Revision: 192912 URL: http://svn.freebsd.org/changeset/base/192912 Log: Correct handling of SYN packets that are to the left of the current window of an ESTABLISHED connection. Reviewed by:net@, gnn Approved by:dfr (mentor)

svn commit: r192911 - in head/lib/libc: include net

2009-05-27 Thread Zachary Loafman
Author: zml Date: Wed May 27 17:01:59 2009 New Revision: 192911 URL: http://svn.freebsd.org/changeset/base/192911 Log: Fix an issue when nss fallback routines are used in a multithreaded application. Reviewed by:bushman Approved by:dfr (mentor) Modified: head/lib/libc/

svn commit: r192910 - head/sys/dev/usb/bluetooth

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:44:43 2009 New Revision: 192910 URL: http://svn.freebsd.org/changeset/base/192910 Log: Remove empty dir. Deleted: head/sys/dev/usb/bluetooth/ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailm

svn commit: r192909 - in head/sys: conf modules/netgraph/bluetooth/ubt modules/netgraph/bluetooth/ubtbcmfw modules/usb netgraph/bluetooth/drivers/ubt

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:43:40 2009 New Revision: 192909 URL: http://svn.freebsd.org/changeset/base/192909 Log: Hook ubt and ubtbcmfw back up to the build. Modified: head/sys/conf/files head/sys/modules/netgraph/bluetooth/ubt/Makefile head/sys/modules/netgraph/bluetooth/ubtbcmf

svn commit: r192908 - in head: share/man/man9 sys/conf sys/kern sys/sys

2009-05-27 Thread Zachary Loafman
Author: zml Date: Wed May 27 16:36:54 2009 New Revision: 192908 URL: http://svn.freebsd.org/changeset/base/192908 Log: fail(9) support: Add support for kernel fault injection using KFAIL_POINT_* macros and fail_point_* infrastructure. Add example fail point in vfs_bio.c to simulate VM b

svn commit: r192907 - in head/sys: dev/usb/bluetooth netgraph/bluetooth/drivers/ubt

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:34:08 2009 New Revision: 192907 URL: http://svn.freebsd.org/changeset/base/192907 Log: move ng_ubt_var.h back to its original place Added: head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h (props changed) - copied unchanged from r192906, head/sys/

svn commit: r192906 - in head/sys: dev/usb/bluetooth netgraph/bluetooth/drivers/ubt

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:33:08 2009 New Revision: 192906 URL: http://svn.freebsd.org/changeset/base/192906 Log: move ng_ubt.c back to its original place Added: head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c (props changed) - copied unchanged from r192905, head/sys/dev/usb/

svn commit: r192905 - in head/sys: dev/usb/bluetooth netgraph/bluetooth/drivers/ubtbcmfw

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:32:05 2009 New Revision: 192905 URL: http://svn.freebsd.org/changeset/base/192905 Log: move ubtbcmfw.c back to its original place Added: head/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c (props changed) - copied unchanged from r192904, head/sys

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

2009-05-27 Thread Bruce M Simpson
Author: bms Date: Wed May 27 16:30:33 2009 New Revision: 192904 URL: http://svn.freebsd.org/changeset/base/192904 Log: Add mld(4) man page. Added: head/share/man/man4/mld.4 (contents, props changed) Added: head/share/man/man4/mld.4 ==

svn commit: r192903 - in head/sys/netgraph/bluetooth/drivers: ubt ubtbcmfw

2009-05-27 Thread Andrew Thompson
Author: thompsa Date: Wed May 27 16:29:56 2009 New Revision: 192903 URL: http://svn.freebsd.org/changeset/base/192903 Log: Delete the bluetooth drivers for the old usb stack. Deleted: head/sys/netgraph/bluetooth/drivers/ubt/TODO head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c head/sys/ne

svn commit: r192902 - head/sys/dev/ksyms

2009-05-27 Thread Stacey Son
Author: sson Date: Wed May 27 16:20:46 2009 New Revision: 192902 URL: http://svn.freebsd.org/changeset/base/192902 Log: Change from using vm_map_delete() to vm_map_remove(). Approved by: gnn (mentor) Obtained from:kib Modified: head/sys/dev/ksyms/ksyms.c Modified: head/sys/de

svn commit: r192901 - in head: . etc/mtree include sys/arm/at91 sys/arm/conf sys/arm/xscale/ixp425 sys/conf sys/legacy usr.bin/kdump

2009-05-27 Thread Andrew Thompson
. # +# 20090527: removal of legacy USB stack +OLD_FILES+=usr/include/legacy/dev/usb/dsbr100io.h +OLD_FILES+=usr/include/legacy/dev/usb/ehcireg.h +OLD_FILES+=usr/include/legacy/dev/usb/ehcivar.h +OLD_FILES+=usr/include/legacy/dev/usb/hid.h +OLD_FILES+=usr/include/legacy/dev/usb/if_urtwreg.h

svn commit: r192900 - head/sys/sys

2009-05-27 Thread Dag-Erling Smorgrav
Author: des Date: Wed May 27 15:46:22 2009 New Revision: 192900 URL: http://svn.freebsd.org/changeset/base/192900 Log: Expand namei flag definitions to the full eight nybbles. MFC after:3 weeks Modified: head/sys/sys/namei.h Modified: head/sys/sys/namei.h ===

svn commit: r192899 - head/sys/compat/linux

2009-05-27 Thread Andriy Gapon
Author: avg Date: Wed May 27 15:23:12 2009 New Revision: 192899 URL: http://svn.freebsd.org/changeset/base/192899 Log: linux_ioctl_cdrom: reduce stack usage ... by moving two ~2KB structures from stack to heap allocation. I experienced stack overflow in linux emulation on i386 (8K stack)

svn commit: r192898 - head/sys/fs/nfs

2009-05-27 Thread Rick Macklem
Author: rmacklem Date: Wed May 27 15:16:56 2009 New Revision: 192898 URL: http://svn.freebsd.org/changeset/base/192898 Log: Add a function to the experimental nfs subsystem that tests to see if a local file system supports NFSv4 ACLs. This allows the NFSHASNFS4ACL() macro to be correctly imp

svn commit: r192897 - head/tools/regression/vfs

2009-05-27 Thread Dag-Erling Smorgrav
Author: des Date: Wed May 27 15:15:58 2009 New Revision: 192897 URL: http://svn.freebsd.org/changeset/base/192897 Log: Increment the counter outside the subshell. Modified: head/tools/regression/vfs/trailing_slash.t Modified: head/tools/regression/vfs/trailing_slash.t ===

Re: svn commit: r192859 - in head: share/man/man4 sys/conf sys/dev/ksyms sys/kern sys/modules sys/modules/ksyms sys/sys

2009-05-27 Thread Stacey Son
Kostik Belousov wrote: "why you did not used vm_map_remove()". Yes, indeed... I should have just used vm_map_remove() since it does the same thing. I will make that change. Thanks, -stacey. ___ svn-src-all@freebsd.org mailing list http://lists.

Re: svn commit: r192859 - in head: share/man/man4 sys/conf sys/dev/ksyms sys/kern sys/modules sys/modules/ksyms sys/sys

2009-05-27 Thread Kostik Belousov
On Wed, May 27, 2009 at 09:32:01AM -0500, Stacey Son wrote: > Kostik Belousov wrote: > >On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote: > > > >>Author: sson > >>Date: Tue May 26 21:39:09 2009 > >>New Revision: 192859 > >>URL: http://svn.freebsd.org/changeset/base/192859 > >> > >>Log:

Re: svn commit: r192859 - in head: share/man/man4 sys/conf sys/dev/ksyms sys/kern sys/modules sys/modules/ksyms sys/sys

2009-05-27 Thread Stacey Son
Kostik Belousov wrote: On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote: Author: sson Date: Tue May 26 21:39:09 2009 New Revision: 192859 URL: http://svn.freebsd.org/changeset/base/192859 Log: Add the ksyms(4) pseudo driver. The ksyms driver allows a process to get a quick sna

svn commit: r192896 - in head: sys/sys usr.bin/killall usr.sbin/jail usr.sbin/jexec usr.sbin/jls

2009-05-27 Thread Jamie Gritton
Author: jamie Date: Wed May 27 14:30:26 2009 New Revision: 192896 URL: http://svn.freebsd.org/changeset/base/192896 Log: Add support for the arbitrary named jail parameters used by jail_set(2) and jail_get(2). Jail(8) can now create jails using a "name=value" format instead of just specifyi

svn commit: r192895 - in head: . lib/libc/sys sys/compat/freebsd32 sys/compat/linux sys/contrib/ipfilter/netinet sys/fs/procfs sys/kern sys/net sys/netinet sys/netinet6 sys/nfsserver sys/security/m...

2009-05-27 Thread Jamie Gritton
ln -s aj /etc/malloc.conf.) +20090527: + Add support for hierarchical jails. Remove global securelevel. + Bump __FreeBSD_version to 800091. + 20090523: The layout of struct vnet_net has changed, therefore modules need to be rebuilt. Modified: head/lib/

svn commit: r192894 - head/sys/dev/xen/netfront

2009-05-27 Thread Adrian Chadd
Author: adrian Date: Wed May 27 13:59:17 2009 New Revision: 192894 URL: http://svn.freebsd.org/changeset/base/192894 Log: Clear IFF_DRV_OACTIVE if at least one TX xen/mbuf ring slot has been freed. Modified: head/sys/dev/xen/netfront/netfront.c Modified: head/sys/dev/xen/netfront/netfront.c

svn commit: r192893 - head/sys/netinet

2009-05-27 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 27 12:44:36 2009 New Revision: 192893 URL: http://svn.freebsd.org/changeset/base/192893 Log: Don't discard packets with 'Destination Unreachable' at the beginning of ip_forward(), if the IPSEC is compiled in. It is possible that there is an SPD that this packets

svn commit: r192892 - in stable/7/tools/regression: . bin/date

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 12:33:57 2009 New Revision: 192892 URL: http://svn.freebsd.org/changeset/base/192892 Log: MFC of r192482: Add regression tests for the date(1) + argument for user-defined format strings. PR: bin/127514 Added: stable/7/tools/regression/bin/d

svn commit: r192891 - head/tools/regression

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 12:31:55 2009 New Revision: 192891 URL: http://svn.freebsd.org/changeset/base/192891 Log: Add the regression test for bin/date. Modified: head/tools/regression/README Modified: head/tools/regression/README ===

svn commit: r192890 - in head: lib/libc/stdtime usr.sbin/zic

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 12:18:39 2009 New Revision: 192890 URL: http://svn.freebsd.org/changeset/base/192890 Log: MFV of tzcode2009h revision r192887 - Clarify the license for the tzcode: public domain MFC after:1 month Modified: head/lib/libc/stdtime/time2posix.3 head/

Re: svn commit: r192859 - in head: share/man/man4 sys/conf sys/dev/ksyms sys/kern sys/modules sys/modules/ksyms sys/sys

2009-05-27 Thread Kostik Belousov
On Tue, May 26, 2009 at 09:39:09PM +, Stacey Son wrote: > Author: sson > Date: Tue May 26 21:39:09 2009 > New Revision: 192859 > URL: http://svn.freebsd.org/changeset/base/192859 > > Log: > Add the ksyms(4) pseudo driver. The ksyms driver allows a process to > get a quick snapshot of the

svn commit: r192889 - in stable/7/sys: . compat/ndis contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-27 Thread Christian Brueffer
Author: brueffer Date: Wed May 27 11:03:14 2009 New Revision: 192889 URL: http://svn.freebsd.org/changeset/base/192889 Log: MFC: r192036 Fix memory leak in an error case. Modified: stable/7/sys/ (props changed) stable/7/sys/compat/ndis/kern_windrv.c stable/7/sys/contrib/pf/ (prop

svn commit: r192888 - vendor/tzcode/tzcode2009h

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 10:27:14 2009 New Revision: 192888 URL: http://svn.freebsd.org/changeset/base/192888 Log: Tag of tzcode2009h Added: vendor/tzcode/tzcode2009h/ - copied from r192887, vendor/tzcode/dist/ ___ svn-src-all@freebsd.org

svn commit: r192887 - in vendor/tzcode/dist: libc/stdtime unused zic

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 10:10:48 2009 New Revision: 192887 URL: http://svn.freebsd.org/changeset/base/192887 Log: Vendor import of tzcode2009h - Clarify the license for the tzcode: public domain Obtained from:ftp://elsie.nci.nih.gov/pub/ Modified: vendor/tzcode/dist/l

svn commit: r192886 - head/share/zoneinfo

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 10:02:07 2009 New Revision: 192886 URL: http://svn.freebsd.org/changeset/base/192886 Log: MFV of tzdata2009h: - Fix coordinates of Africa/Gaborone, Pacific/Noumea, Pacific/Tongatapu, Europe/Vatican - Fix URLs (=3D -> = etc) - Jordan doesn't go at

svn commit: r192885 - vendor/tzdata/tzdata2009h

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 09:57:36 2009 New Revision: 192885 URL: http://svn.freebsd.org/changeset/base/192885 Log: Tag of tzdata2009g Added: vendor/tzdata/tzdata2009h/ - copied from r192884, vendor/tzdata/dist/ ___ svn-src-all@freebsd.org

svn commit: r192884 - vendor/tzdata/dist

2009-05-27 Thread Edwin Groothuis
Author: edwin Date: Wed May 27 09:55:45 2009 New Revision: 192884 URL: http://svn.freebsd.org/changeset/base/192884 Log: Vendor import of tzdata2009h - Fix coordinates of Africa/Gaborone, Pacific/Noumea, Pacific/Tongatapu, Europe/Vatican - Fix URLs (=3D -> = etc) - Jordan does

svn commit: r192883 - head/sys/crypto/via

2009-05-27 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed May 27 09:52:12 2009 New Revision: 192883 URL: http://svn.freebsd.org/changeset/base/192883 Log: Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), as we already hold the non sleepable crypto_driver_mutex. Approved by: gnn(mentor) Obtained from

svn commit: r192882 - head/sys/netipsec

2009-05-27 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed May 27 09:44:14 2009 New Revision: 192882 URL: http://svn.freebsd.org/changeset/base/192882 Log: Lock SPTREE before parsing it in key_spddump() Approved by: gnn(mentor) Obtained from:NETASQ MFC after:2 weeks Modified: head/sys/netipsec/key.c Modi

svn commit: r192881 - head/sys/security/mac

2009-05-27 Thread Robert Watson
Author: rwatson Date: Wed May 27 09:41:58 2009 New Revision: 192881 URL: http://svn.freebsd.org/changeset/base/192881 Log: Convert the MAC Framework from using rwlocks to rmlocks to stabilize framework registration for non-sleepable entry points. Obtained from:TrustedBSD Project

svn commit: r192880 - head/sys/netipsec

2009-05-27 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed May 27 09:31:50 2009 New Revision: 192880 URL: http://svn.freebsd.org/changeset/base/192880 Log: Only decrease refcnt once when flushing SPD entries, to avoid flushing entries which are still used. Approved by: gnn(mentor) Obtained from:NETASQ MFC afte

svn commit: r192879 - svnadmin/conf

2009-05-27 Thread Doug Rabson
Author: dfr Date: Wed May 27 07:30:32 2009 New Revision: 192879 URL: http://svn.freebsd.org/changeset/base/192879 Log: Welcome Zachary Loafman as a src committer. Zach will be feeding back changes from Isilon Systems, which is nice. I will be his mentor. Approved by: core Modified: sv

Re: svn commit: r192800 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/common/acl cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/

2009-05-27 Thread Robert Watson
On Tue, 26 May 2009, M. Warner Losh wrote: : > Cute though this BSD license variation is, I'm pretty sure it's not on the : > approved license list.  Sticking to the standard license templates : > potentially saves significant trouble later -- especially when people : : Hmm, I'm sure that there

Re: svn commit: r192867 - in head/cddl: contrib/opensolaris/cmd/lockstat usr.sbin usr.sbin/lockstat

2009-05-27 Thread Maxim Konovalov
On Wed, 27 May 2009, 01:30-, Stacey Son wrote: > Author: sson > Date: Wed May 27 01:30:23 2009 > New Revision: 192867 > URL: http://svn.freebsd.org/changeset/base/192867 > > Log: > Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver, > the lockstat provider, and the ksyms