svn commit: r192424 - head/lib/libdisk

2009-05-20 Thread Marcel Moolenaar
Author: marcel Date: Wed May 20 06:01:20 2009 New Revision: 192424 URL: http://svn.freebsd.org/changeset/base/192424 Log: Simplify now that we have gpart. Modified: head/lib/libdisk/open_ia64_disk.c Modified: head/lib/libdisk/open_ia64_disk.c

Re: svn commit: r192256 - head/sys/fs/nfsserver

2009-05-20 Thread Doug Rabson
This is incorrect. A sysid of zero is reserved for local locks on local filesystems. You need to allocate a sysid when the client is created and it needs to not conflict with the sysids used by NLM. I suggest adding a function to nlm_prot_impl.c to return the next available sysid (and bump

svn commit: r192432 - head/usr.sbin/pwd_mkdb

2009-05-20 Thread Brian Somers
Author: brian Date: Wed May 20 08:32:25 2009 New Revision: 192432 URL: http://svn.freebsd.org/changeset/base/192432 Log: Verify that the username length is smaller than MAXLOGNAME when asked to verify a passwd file (pwd_mkdb -C). Entries with oversized usernames are still permitted when

Re: svn commit: r192256 - head/sys/fs/nfsserver

2009-05-20 Thread Doug Rabson
Thinking about this for a few more minutes, I think you probably want to allocate a sysid for each client and then for each lock_owner of that client allocate a 'pid'. The value doesn't have to be a process identifier but it does have to allow different lock owners from the same client to

svn commit: r192433 - head/sys/dev/ata/chipsets

2009-05-20 Thread Alexander Motin
Author: mav Date: Wed May 20 09:44:32 2009 New Revision: 192433 URL: http://svn.freebsd.org/changeset/base/192433 Log: Fix NULL dereference on Promise SX4 controllers, while executing commands that do not require data transfer (FLUSHCACHE). Tested by:Magnus Kling kling...@gmail.com

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

2009-05-20 Thread Christian Brueffer
Author: brueffer Date: Wed May 20 10:04:17 2009 New Revision: 192434 URL: http://svn.freebsd.org/changeset/base/192434 Log: MFC: r192220 Sync up to rev. 1.25 from OpenBSD: 1.19: nop 1.20: nop 1.21: nop 1.22: typo fixed 1.23: license clauses 3 and 4 nuked 1.24: nop 1.25:

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

2009-05-20 Thread Christian Brueffer
Author: brueffer Date: Wed May 20 10:05:44 2009 New Revision: 192435 URL: http://svn.freebsd.org/changeset/base/192435 Log: MFC: r192228 Drop clause 3 of the license as per rev. 1.35 from OpenBSD. Obtained from:OpenBSD Modified: stable/7/share/man/man4/ (props changed)

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

2009-05-20 Thread Christian Brueffer
Author: brueffer Date: Wed May 20 10:07:20 2009 New Revision: 192436 URL: http://svn.freebsd.org/changeset/base/192436 Log: MFC: r192265 Document sbuf_new_auto(). While here, add a missing `-' in phk's name. Modified: stable/7/share/man/man9/ (props changed)

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

2009-05-20 Thread Edwin Groothuis
Author: edwin Date: Wed May 20 12:24:39 2009 New Revision: 192437 URL: http://svn.freebsd.org/changeset/base/192437 Log: Vendor import of tzcode2009e. Obtained from: ftp://elsie.nci.nih.gov/pub/ Added: vendor/tzcode/dist/libc/stdtime/time2posix.3 vendor/tzcode/dist/libc/stdtime/tzfile.5

svn commit: r192438 - vendor/tzcode/tzcode2009e

2009-05-20 Thread Edwin Groothuis
Author: edwin Date: Wed May 20 12:26:36 2009 New Revision: 192438 URL: http://svn.freebsd.org/changeset/base/192438 Log: Tag of tzcode2009e. Added: vendor/tzcode/tzcode2009e/ - copied from r192437, vendor/tzcode/dist/ ___

Re: svn commit: r192373 - head/sys/compat/linux

2009-05-20 Thread John Baldwin
On Tuesday 19 May 2009 4:19:56 pm Ben Kaduk wrote: On Tue, May 19, 2009 at 5:10 AM, Dmitry Chagin dcha...@freebsd.org wrote: Author: dchagin Date: Tue May 19 09:10:53 2009 New Revision: 192373 URL: http://svn.freebsd.org/changeset/base/192373 Log:  Validate user-supplied arguments

Re: svn commit: r192419 - head/sys/dev/usb/wlan

2009-05-20 Thread John Baldwin
On Tuesday 19 May 2009 11:49:17 pm Weongyo Jeong wrote: Author: weongyo Date: Wed May 20 03:49:16 2009 New Revision: 192419 URL: http://svn.freebsd.org/changeset/base/192419 Log: try to unsetup USB xfers before calling ieee80211_ifdetach() to fix a bug referencing a destroyed lock

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

2009-05-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 20 18:15:13 2009 New Revision: 192453 URL: http://svn.freebsd.org/changeset/base/192453 Log: Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 of uaudioreg.h in NetBSD. Modified: head/sys/dev/sound/usb/uaudio.c

svn commit: r192442 - head/sys/i386/acpica

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 16:47:40 2009 New Revision: 192442 URL: http://svn.freebsd.org/changeset/base/192442 Log: We don't need d_thread_t for cross-branch portability here anymore. Move do struct thread * instead. Modified: head/sys/i386/acpica/acpi_machdep.c Modified:

svn commit: r192450 - in head/sys/dev: aac acpica amr arcmsr ata ciss cxgb iir mfi mpt pci twa twe wi

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 17:29:21 2009 New Revision: 192450 URL: http://svn.freebsd.org/changeset/base/192450 Log: We no longer need to use d_thread_t, migrate to struct thread *. Modified: head/sys/dev/aac/aac.c head/sys/dev/acpica/acpi.c head/sys/dev/amr/amr.c

svn commit: r192455 - head/sys/compat/svr4

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 18:25:16 2009 New Revision: 192455 URL: http://svn.freebsd.org/changeset/base/192455 Log: Put the vnode returned from namei() immediately after namei() returns in svr4_sys_resolvepath(). Modified: head/sys/compat/svr4/svr4_misc.c Modified:

Re: svn commit: r192256 - head/sys/fs/nfsserver

2009-05-20 Thread Doug Rabson
On 20 May 2009, at 16:07, Rick Macklem wrote: On Wed, 20 May 2009, Doug Rabson wrote: Thinking about this for a few more minutes, I think you probably want to allocate a sysid for each client and then for each lock_owner of that client allocate a 'pid'. The value doesn't have to be a

svn commit: r192444 - head/sys/dev/usb/controller

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Wed May 20 16:58:53 2009 New Revision: 192444 URL: http://svn.freebsd.org/changeset/base/192444 Log: The register shift is not needed on this controller. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/uss820dci_atmelarm.c Modified:

svn commit: r192456 - head/sys/kern

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 18:29:14 2009 New Revision: 192456 URL: http://svn.freebsd.org/changeset/base/192456 Log: Remove an obsolete assertion. We always wake up all waiters when unlocking a mutex and never set the lock cookie == MTX_CONTESTED. Modified: head/sys/kern/kern_mutex.c

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

2009-05-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 20 18:31:11 2009 New Revision: 192457 URL: http://svn.freebsd.org/changeset/base/192457 Log: Remove license clauses 3 and 4 as per rev. 1.65 of auvia.c in NetBSD. Modified: head/sys/dev/sound/pci/via82c686.h Modified:

svn commit: r192458 - head/sys/dev/sound/midi

2009-05-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 20 18:34:26 2009 New Revision: 192458 URL: http://svn.freebsd.org/changeset/base/192458 Log: Remove license clauses 3 and 4 as per rev. 1.65 of midi.c in NetBSD. Approved by: matk Modified: head/sys/dev/sound/midi/midi.c Modified:

svn commit: r192459 - head/sys/compat/svr4

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 18:36:17 2009 New Revision: 192459 URL: http://svn.freebsd.org/changeset/base/192459 Log: Comment nits. Modified: head/sys/compat/svr4/svr4_misc.c Modified: head/sys/compat/svr4/svr4_misc.c

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

2009-05-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 20 18:38:43 2009 New Revision: 192460 URL: http://svn.freebsd.org/changeset/base/192460 Log: Slightly adjust copyright text. Approved by: matk Modified: head/sys/dev/sound/pci/emu10kx-midi.c Modified: head/sys/dev/sound/pci/emu10kx-midi.c

svn commit: r192452 - head/sys/dev/sound/sbus

2009-05-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 20 18:04:56 2009 New Revision: 192452 URL: http://svn.freebsd.org/changeset/base/192452 Log: Remove license clauses 3 and 4 as per rev. 1.12 of cs4231reg.h in NetBSD. Modified: head/sys/dev/sound/sbus/cs4231.h Modified:

svn commit: r192461 - head/sys/kern

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 18:42:04 2009 New Revision: 192461 URL: http://svn.freebsd.org/changeset/base/192461 Log: Set the umask in a new file descriptor table earlier in fdcopy() to remove two lock operations. Modified: head/sys/kern/kern_descrip.c Modified:

svn commit: r192445 - head/sys/netnatm

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 17:00:16 2009 New Revision: 192445 URL: http://svn.freebsd.org/changeset/base/192445 Log: Replace d_thread_t * with struct thread *. Modified: head/sys/netnatm/natm.c Modified: head/sys/netnatm/natm.c

svn commit: r192451 - head/sys/sys

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 17:59:49 2009 New Revision: 192451 URL: http://svn.freebsd.org/changeset/base/192451 Log: Tweak some comments. Modified: head/sys/sys/interrupt.h Modified: head/sys/sys/interrupt.h ==

svn commit: r192462 - head/sys/sys

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 18:45:49 2009 New Revision: 192462 URL: http://svn.freebsd.org/changeset/base/192462 Log: Add a new locking note for p_aioinfo as it is not a normal PROC_LOCK field. Modified: head/sys/sys/proc.h Modified: head/sys/sys/proc.h

svn commit: r192441 - head/sys/i386/bios

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 16:29:22 2009 New Revision: 192441 URL: http://svn.freebsd.org/changeset/base/192441 Log: Some minor style changes: o Convert KR function definitions to ANSI o Eliminate spaces/tabs that should have been deleted as part of the de__P efforts o Use struct

Re: svn commit: r192256 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
On Wed, 20 May 2009, Doug Rabson wrote: Thinking about this for a few more minutes, I think you probably want to allocate a sysid for each client and then for each lock_owner of that client allocate a 'pid'. The value doesn't have to be a process identifier but it does have to allow

svn commit: r192443 - head/sys/kern

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 16:58:16 2009 New Revision: 192443 URL: http://svn.freebsd.org/changeset/base/192443 Log: We no longer need to use d_thread_t for portability here, switch to struct thread *. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c

svn commit: r192463 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
Author: rmacklem Date: Wed May 20 18:58:07 2009 New Revision: 192463 URL: http://svn.freebsd.org/changeset/base/192463 Log: Although it should never happen, all the nfsv4 server can do when it runs out of clientids is reboot. I had replaced cpu_reboot() with printf(), since cpu_reboot()

svn commit: r192449 - head/sys/kern

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 17:19:30 2009 New Revision: 192449 URL: http://svn.freebsd.org/changeset/base/192449 Log: Fix a typo. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c == ---

svn commit: r192448 - head/sys/dev/usb/controller

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Wed May 20 17:03:12 2009 New Revision: 192448 URL: http://svn.freebsd.org/changeset/base/192448 Log: Use defines for register offsets that do not change. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/uss820dci.c

svn commit: r192446 - head/sys/dev/usb/controller

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Wed May 20 17:00:55 2009 New Revision: 192446 URL: http://svn.freebsd.org/changeset/base/192446 Log: - Add new register definitions - Enable the controller and wait for the PLL to start Submitted by: Hans Petter Selasky Modified:

svn commit: r192440 - in head/sys: amd64/amd64 i386/i386

2009-05-20 Thread John Baldwin
Author: jhb Date: Wed May 20 16:11:22 2009 New Revision: 192440 URL: http://svn.freebsd.org/changeset/base/192440 Log: Don't bother reading the initial value of the machine check banks during startup on Pentium 4 CPUs. This wasn't safe to do on APs during AP startup, was of limited value,

svn commit: r192447 - head/sys/nfs4client

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 17:01:40 2009 New Revision: 192447 URL: http://svn.freebsd.org/changeset/base/192447 Log: Use struct thread instead of d_thread_t. Modified: head/sys/nfs4client/nfs4_dev.c Modified: head/sys/nfs4client/nfs4_dev.c

Re: svn commit: r192450 - in head/sys/dev: aac acpica amr arcmsr ata ciss cxgb iir mfi mpt pci twa twe wi

2009-05-20 Thread John Baldwin
On Wednesday 20 May 2009 1:29:21 pm Warner Losh wrote: Author: imp Date: Wed May 20 17:29:21 2009 New Revision: 192450 URL: http://svn.freebsd.org/changeset/base/192450 Log: We no longer need to use d_thread_t, migrate to struct thread *. Modified: head/sys/dev/ata/ata-all.c

Re: svn commit: r192450 - in head/sys/dev: aac acpica amr arcmsr ata ciss cxgb iir mfi mpt pci twa twe wi

2009-05-20 Thread M. Warner Losh
In message: 200905201355.24483@freebsd.org John Baldwin j...@freebsd.org writes: : Also oops? Yes. Dang it. Warner ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

Re: svn commit: r192463 - head/sys/fs/nfsserver

2009-05-20 Thread Juli Mallett
When client ids have been run out of, does that put something into a dangerous state (insecure or crash-prone)? Isn't it better to let the administrator make the decision of when to reboot the machine? On Wed, May 20, 2009 at 11:58 AM, Rick Macklem rmack...@freebsd.org wrote: Author: rmacklem

svn commit: r192468 - in head/sys: conf dev/ath dev/bwi dev/ipw dev/iwi dev/iwn dev/malo dev/ral dev/usb/wlan dev/wi dev/wpi net80211

2009-05-20 Thread Sam Leffler
Author: sam Date: Wed May 20 20:00:40 2009 New Revision: 192468 URL: http://svn.freebsd.org/changeset/base/192468 Log: Overhaul monitor mode handling: o replace DLT_IEEE802_11 support in net80211 with DLT_IEEE802_11_RADIO and remove explicit bpf support from wireless drivers; drivers now

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-20 Thread Peter Jeremy
On 2009-May-19 17:40:22 +, George V. Neville-Neil g...@freebsd.org wrote: Log: Add a new program, perror, which takes an errno as a command line argument and outputs the associated textual message in the same way that perror(3) would if called within a program. Given how easy it is to

svn commit: r192469 - stable/7/sys/amd64/include

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 20:02:40 2009 New Revision: 192469 URL: http://svn.freebsd.org/changeset/base/192469 Log: increase kmem map to 512GB discussed with: alc Modified: stable/7/sys/amd64/include/vmparam.h Modified: stable/7/sys/amd64/include/vmparam.h

svn commit: r192470 - in head: . sys/sys

2009-05-20 Thread Sam Leffler
/malloc.conf.) +20090520: + 802.11 monitor mode support was revised and driver api's + were changed. Drivers dependent on net80211 now support + DLT_IEEE802_11_RADIO instead of DLT_IEEE802_11. No + user-visible data structures were changed but applications + that use

svn commit: r192471 - stable/7/sys/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 20:08:51 2009 New Revision: 192471 URL: http://svn.freebsd.org/changeset/base/192471 Log: MFC NDINIT macros without changing the size of nameidata Modified: stable/7/sys/sys/fcntl.h stable/7/sys/sys/namei.h Modified: stable/7/sys/sys/fcntl.h

svn commit: r192473 - head/sys/net80211

2009-05-20 Thread Sam Leffler
Author: sam Date: Wed May 20 20:18:01 2009 New Revision: 192473 URL: http://svn.freebsd.org/changeset/base/192473 Log: Prepare to distribute sysctl code to reduce global definitions: o expose net.wlan sysctl node o expose ieee80211_sysctl_msecs_ticks Reviewed by: rpaulo, thompsa

svn commit: r192474 - stable/7/sys/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 20:57:40 2009 New Revision: 192474 URL: http://svn.freebsd.org/changeset/base/192474 Log: include fcntl.h to define AT_FDCWD Modified: stable/7/sys/sys/namei.h Modified: stable/7/sys/sys/namei.h

svn commit: r192475 - in stable/7/sys: conf kern sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 21:04:41 2009 New Revision: 192475 URL: http://svn.freebsd.org/changeset/base/192475 Log: - MFC object specific data support with rmlocks replaced with rwlocks - ZFS MFC dependency Added: stable/7/sys/kern/kern_osd.c (contents, props changed)

svn commit: r192476 - in head/sys: net netinet netinet6

2009-05-20 Thread Qing Li
Author: qingli Date: Wed May 20 21:07:15 2009 New Revision: 192476 URL: http://svn.freebsd.org/changeset/base/192476 Log: When an interface address is removed and the last prefix route is also being deleted, the link-layer address table (arp or nd6) will flush those L2 llinfo entries that

svn commit: r192477 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/bce dev/cxgb

2009-05-20 Thread Xin LI
Author: delphij Date: Wed May 20 21:13:49 2009 New Revision: 192477 URL: http://svn.freebsd.org/changeset/base/192477 Log: MFC r191923 (davidch): - Fixed incorrect packet length problem caused be earlier change to support ZERO_COPY_SOCKETS. - Created #define for context

svn commit: r192478 - in stable/7/sys: . dev/bge

2009-05-20 Thread Xin LI
Author: delphij Date: Wed May 20 21:17:10 2009 New Revision: 192478 URL: http://svn.freebsd.org/changeset/base/192478 Log: MFC r192127: Try to workaround a race where bge_stop() may sneak in when bge_rxeof() drops and re-grabs the softc mutex in the middle, resulting in kernel trap 12.

svn commit: r192479 - head/sys/dev/ata

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 21:31:47 2009 New Revision: 192479 URL: http://svn.freebsd.org/changeset/base/192479 Log: Last commit was in error, revert. Modified: head/sys/dev/ata/ata-all.c Modified: head/sys/dev/ata/ata-all.c

Re: svn commit: r192463 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
On Wed, 20 May 2009, Juli Mallett wrote: When client ids have been run out of, does that put something into a dangerous state (insecure or crash-prone)? Isn't it better to let the administrator make the decision of when to reboot the machine? Well, first off, this will never happen in

Re: svn commit: r192463 - head/sys/fs/nfsserver

2009-05-20 Thread Juli Mallett
On Wed, May 20, 2009 at 2:36 PM, Rick Macklem rmack...@uoguelph.ca wrote: On Wed, 20 May 2009, Juli Mallett wrote: When client ids have been run out of, does that put something into a dangerous state (insecure or crash-prone)?  Isn't it better to let the administrator make the decision of

Re: svn commit: r192463 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
On Wed, 20 May 2009, Juli Mallett wrote: When client ids have been run out of, does that put something into a dangerous state (insecure or crash-prone)? Isn't it better to let the administrator make the decision of when to reboot the machine? Don't worry, it's never gonna happen. A new

svn commit: r192481 - head/sys/dev/pci

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 22:00:39 2009 New Revision: 192481 URL: http://svn.freebsd.org/changeset/base/192481 Log: Revert junk from last commit. These are WIP and not ready (and don't match the description of the last commit). Modified: head/sys/dev/pci/pci.c

svn commit: r192482 - head/tools/regression/bin/date

2009-05-20 Thread Edwin Groothuis
Author: edwin Date: Wed May 20 22:01:43 2009 New Revision: 192482 URL: http://svn.freebsd.org/changeset/base/192482 Log: Add regression tests for the date(1) + argument for user-defined format strings. PR: bin/127514 Submitted by: edwin@ MFC after:1 week Added:

svn commit: r192483 - stable/7/sys/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:09:49 2009 New Revision: 192483 URL: http://svn.freebsd.org/changeset/base/192483 Log: - make vfsoptlist globally visible - ZFS MFC dependency Modified: stable/7/sys/sys/mount.h Modified: stable/7/sys/sys/mount.h

Re: svn commit: r192256 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
On Wed, 20 May 2009, Doug Rabson wrote: [good stuff snipped] Why do they need to be distinguished? The nfsv4 state subsystem handles all conflicts between them, so they are just nfsv4 locks. Why? It seems a shame to re-implement all the record locking logic of the local lock manager in

svn commit: r192485 - in stable/7/sys: conf libkern sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:13:21 2009 New Revision: 192485 URL: http://svn.freebsd.org/changeset/base/192485 Log: MFC memmove support ZFS MFC dependency Added: stable/7/sys/libkern/memmove.c (contents, props changed) Modified: stable/7/sys/conf/files stable/7/sys/sys/systm.h

svn commit: r192486 - head/usr.bin/perror

2009-05-20 Thread George V. Neville-Neil
Author: gnn Date: Wed May 20 22:19:22 2009 New Revision: 192486 URL: http://svn.freebsd.org/changeset/base/192486 Log: A few more style changes as well as a more broad allowance for errors to be given by the caller. Change output to be easier for use in scripts. Submitted by: bce

svn commit: r192487 - stable/7/sys/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:19:48 2009 New Revision: 192487 URL: http://svn.freebsd.org/changeset/base/192487 Log: add UID_NOBODY Modified: stable/7/sys/sys/conf.h Modified: stable/7/sys/sys/conf.h == ---

svn commit: r192488 - stable/7/sys/kern

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:24:31 2009 New Revision: 192488 URL: http://svn.freebsd.org/changeset/base/192488 Log: make vfsopt globally visible for ZFS Modified: stable/7/sys/kern/vfs_mount.c Modified: stable/7/sys/kern/vfs_mount.c

svn commit: r192489 - stable/7/sys/kern

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:26:03 2009 New Revision: 192489 URL: http://svn.freebsd.org/changeset/base/192489 Log: make vdestroy globally visible for ZFS Modified: stable/7/sys/kern/vfs_subr.c Modified: stable/7/sys/kern/vfs_subr.c

svn commit: r192490 - stable/7/sys/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:27:18 2009 New Revision: 192490 URL: http://svn.freebsd.org/changeset/base/192490 Log: add vdestroy declaration now that it is no longer static - needed by ZFS Modified: stable/7/sys/sys/vnode.h Modified: stable/7/sys/sys/vnode.h

svn commit: r192491 - in stable/7/sys: kern sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:28:39 2009 New Revision: 192491 URL: http://svn.freebsd.org/changeset/base/192491 Log: MFC quad tunables and sysctls for setting ZFS arc cache size Modified: stable/7/sys/kern/kern_environment.c stable/7/sys/sys/kernel.h stable/7/sys/sys/sysctl.h

svn commit: r192492 - head/sys/dev/wi

2009-05-20 Thread Warner Losh
Author: imp Date: Wed May 20 22:28:55 2009 New Revision: 192492 URL: http://svn.freebsd.org/changeset/base/192492 Log: Revert last junk... Modified: head/sys/dev/wi/if_wavelan_ieee.h head/sys/dev/wi/if_wi.c head/sys/dev/wi/if_wivar.h Modified: head/sys/dev/wi/if_wavelan_ieee.h

svn commit: r192493 - stable/7/sys/kern

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:30:57 2009 New Revision: 192493 URL: http://svn.freebsd.org/changeset/base/192493 Log: td_osd is at the end of struct thread to avoid breaking the ABI as a side effect it is outside of the td_startzero-td_endzero range, requiring it to be separately zeroed

svn commit: r192494 - stable/7/sys/kern

2009-05-20 Thread Kip Macy
Author: kmacy Date: Wed May 20 22:32:25 2009 New Revision: 192494 URL: http://svn.freebsd.org/changeset/base/192494 Log: MFC minimal zfs lock ordering for WITNESS (dnode - dirty record - dbuf) Modified: stable/7/sys/kern/subr_witness.c Modified: stable/7/sys/kern/subr_witness.c

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-20 Thread Carlos A. M. dos Santos
On Wed, May 20, 2009 at 5:01 PM, Peter Jeremy peterjer...@optushome.com.au wrote: On 2009-May-19 17:40:22 +, George V. Neville-Neil g...@freebsd.org wrote: Log: Add a new program, perror, which takes an errno as a command line argument and outputs the associated textual message in the

svn commit: r192497 - head/sys/dev/if_ndis

2009-05-20 Thread Sam Leffler
Author: sam Date: Wed May 20 23:33:40 2009 New Revision: 192497 URL: http://svn.freebsd.org/changeset/base/192497 Log: update for net80211 rx api change Modified: head/sys/dev/if_ndis/if_ndis.c Modified: head/sys/dev/if_ndis/if_ndis.c

svn commit: r192498 - in stable/7: . cddl cddl/compat/opensolaris/include cddl/compat/opensolaris/misc cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd...

2009-05-20 Thread Kip Macy
affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. - +20090520 + Update ZFS to version 13. ZFS users will need to re-build + kernel and world. Existing pools will continue to work + without upgrade. If a pool

svn commit: r192499 - in head/sys/dev/usb: . bluetooth controller input misc net serial storage wlan

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 00:04:17 2009 New Revision: 192499 URL: http://svn.freebsd.org/changeset/base/192499 Log: - rename usb2_mode to usb_mode [1] - change variable types to use the enum Submitted by: Hans Petter Selasky [1] Modified: head/sys/dev/usb/bluetooth/ng_ubt.c

svn commit: r192500 - in head/sys/dev/usb: . controller template

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 01:05:21 2009 New Revision: 192500 URL: http://svn.freebsd.org/changeset/base/192500 Log: Use enums for speed and rev data types. Modified: head/sys/dev/usb/controller/usb_controller.c head/sys/dev/usb/template/usb_template.c head/sys/dev/usb/usb_bus.h

svn commit: r192501 - head/sys/nlm

2009-05-20 Thread Rick Macklem
Author: rmacklem Date: Thu May 21 01:14:12 2009 New Revision: 192501 URL: http://svn.freebsd.org/changeset/base/192501 Log: Add a function to sys/nlm/nlm_prot_impl.c that returns a unique lock sysid to be used for non-nlm remote locking. This is required for the experimental nfsv4 server,

svn commit: r192502 - in head: . sys/dev/usb sys/dev/usb/controller sys/dev/usb/input sys/dev/usb/misc sys/dev/usb/net sys/dev/usb/serial sys/dev/usb/storage sys/dev/usb/wlan

2009-05-20 Thread Andrew Thompson
(r192502) @@ -23,6 +23,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. ln -s aj /etc/malloc.conf.) 20090520: + The sysctl tree for the usb stack has renamed from hw.usb2.* to + hw.usb.* and is now consistent again with previous releases. + +20090520: 802.11 monitor

svn commit: r192503 - head/sys/fs/nfsserver

2009-05-20 Thread Rick Macklem
Author: rmacklem Date: Thu May 21 01:50:27 2009 New Revision: 192503 URL: http://svn.freebsd.org/changeset/base/192503 Log: Modify sys/fs/nfsserver/nfs_nfsdport.c to use nlm_acquire_next_sysid() to set the l_sysid for locks correctly. Approved by: kib (mentor) Modified:

svn commit: r192505 - in head/sys/dev: ata if_ndis sound/usb

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 02:09:12 2009 New Revision: 192505 URL: http://svn.freebsd.org/changeset/base/192505 Log: Fix a few variable renames of usb2_mode outside dev/usb. Modified: head/sys/dev/ata/ata-usb.c head/sys/dev/if_ndis/if_ndis_usb.c head/sys/dev/sound/usb/uaudio.c

svn commit: r192506 - head/sys/dev/nge

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:12:10 2009 New Revision: 192506 URL: http://svn.freebsd.org/changeset/base/192506 Log: bus_dma(9) conversion and make nge(4) work on all architectures. o Header file cleanup. o bus_dma(9) conversion. - Removed all consumers of vtophys(9) and converted

svn commit: r192507 - stable/7

2009-05-20 Thread Brad Davis
/UPDATING. Please read that file before running portupgrade. + 20090520 Update ZFS to version 13. ZFS users will need to re-build kernel and world. Existing pools will continue to work without upgrade. If a pool is upgraded it will no longer be usable by older

svn commit: r192508 - head/sys/sparc64/conf

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:19:01 2009 New Revision: 192508 URL: http://svn.freebsd.org/changeset/base/192508 Log: Add nge(4), nge(4) should work on all architectures. Modified: head/sys/sparc64/conf/GENERIC Modified: head/sys/sparc64/conf/GENERIC

svn commit: r192511 - head/sys/dev/usb/wlan

2009-05-20 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 02:26:51 2009 New Revision: 192511 URL: http://svn.freebsd.org/changeset/base/192511 Log: Print out device attachment. Modified: head/sys/dev/usb/wlan/if_uath.c head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_uath.c

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

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:39:47 2009 New Revision: 192512 URL: http://svn.freebsd.org/changeset/base/192512 Log: Document sysctl variable dev.nge.%d.int_holdoff. Modified: head/share/man/man4/nge.4 Modified: head/share/man/man4/nge.4

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

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:42:15 2009 New Revision: 192513 URL: http://svn.freebsd.org/changeset/base/192513 Log: DP83821 also supports jumbo frames. Modified: head/share/man/man4/nge.4 Modified: head/share/man/man4/nge.4

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

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:44:32 2009 New Revision: 192514 URL: http://svn.freebsd.org/changeset/base/192514 Log: nge(4) supports altq(4). Xr altq Modified: head/share/man/man4/nge.4 Modified: head/share/man/man4/nge.4

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

2009-05-20 Thread Pyun YongHyeon
Author: yongari Date: Thu May 21 02:47:46 2009 New Revision: 192515 URL: http://svn.freebsd.org/changeset/base/192515 Log: Add nge(4) to the list of drivers supporting ALTQ. Modified: head/share/man/man4/altq.4 Modified: head/share/man/man4/altq.4

svn commit: r192517 - head/sys/dev/wi

2009-05-20 Thread Sam Leffler
Author: sam Date: Thu May 21 04:00:31 2009 New Revision: 192517 URL: http://svn.freebsd.org/changeset/base/192517 Log: force type match Modified: head/sys/dev/wi/if_wi.c Modified: head/sys/dev/wi/if_wi.c == ---

svn commit: r192521 - stable/7/usr.bin/ncal

2009-05-20 Thread Ruslan Ermilov
Author: ru Date: Thu May 21 04:49:02 2009 New Revision: 192521 URL: http://svn.freebsd.org/changeset/base/192521 Log: Fixed multi-byte character support to actually work. Modified: stable/7/usr.bin/ncal/ (props changed) stable/7/usr.bin/ncal/ncal.c Modified: stable/7/usr.bin/ncal/ncal.c

svn commit: r192522 - stable/7/cddl/compat/opensolaris/include

2009-05-20 Thread Kip Macy
Author: kmacy Date: Thu May 21 05:38:50 2009 New Revision: 192522 URL: http://svn.freebsd.org/changeset/base/192522 Log: remove duplicate patching Modified: stable/7/cddl/compat/opensolaris/include/libshare.h Modified: stable/7/cddl/compat/opensolaris/include/libshare.h

svn commit: r192523 - stable/7/sys/cddl/compat/opensolaris/sys

2009-05-20 Thread Kip Macy
Author: kmacy Date: Thu May 21 05:58:29 2009 New Revision: 192523 URL: http://svn.freebsd.org/changeset/base/192523 Log: remove duplicated file contents Reported by: pluk...@gmail.com Modified: stable/7/sys/cddl/compat/opensolaris/sys/file.h