Re: svn commit: r198845 - head/sys/netinet/ipfw

2009-11-03 Thread Oleg Bulyzhin
On Tue, Nov 03, 2009 at 08:41:14AM +, Oleg Bulyzhin wrote: Author: oleg Date: Tue Nov 3 08:41:14 2009 New Revision: 198845 URL: http://svn.freebsd.org/changeset/base/198845 Log: Fix two issues that can lead to exceeding configured pipe bandwidth: - do not expire queues which are

svn commit: r198846 - head/usr.sbin/crashinfo

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:17:23 2009 New Revision: 198846 URL: http://svn.freebsd.org/changeset/base/198846 Log: Set umask to 0x077 instead of the default. This prevents non-root user from reading crashinfo output, which could contain some sensitive information. Reviewed by:

svn commit: r198847 - head/usr.bin/leave

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:25:08 2009 New Revision: 198847 URL: http://svn.freebsd.org/changeset/base/198847 Log: Static'ify signal handler which is not called from outside. Modified: head/usr.bin/leave/leave.c Modified: head/usr.bin/leave/leave.c

svn commit: r198845 - head/sys/netinet/ipfw

2009-11-03 Thread Oleg Bulyzhin
Author: oleg Date: Tue Nov 3 08:41:14 2009 New Revision: 198845 URL: http://svn.freebsd.org/changeset/base/198845 Log: Fix two issues that can lead to exceeding configured pipe bandwidth: - do not expire queues which are not ready to be expired. - properly calculate available burst size.

svn commit: r198848 - head/bin/ps

2009-11-03 Thread Xin LI
Author: delphij Date: Tue Nov 3 09:28:45 2009 New Revision: 198848 URL: http://svn.freebsd.org/changeset/base/198848 Log: Increase width for %CPU, RSS and VSZ columns for now. Modern systems tend to have larger memory, larger process, and more CPU. Modified: head/bin/ps/keyword.c

Re: svn commit: r198826 - svnadmin/hooks/scripts

2009-11-03 Thread Max Laier
On Monday 02 November 2009 22:44:58 Simon L. Nielsen wrote: Author: simon Date: Mon Nov 2 21:44:57 2009 New Revision: 198826 URL: http://svn.freebsd.org/changeset/base/198826 Log: Only print the 'Directory Properties' section if we actually have changed directory properties. Thank

svn commit: r198849 - in head/sys/cam: . ata

2009-11-03 Thread Alexander Motin
Author: mav Date: Tue Nov 3 11:19:05 2009 New Revision: 198849 URL: http://svn.freebsd.org/changeset/base/198849 Log: MFp4: Improve reporting ATA Status error details. Modified: head/sys/cam/ata/ata_all.c head/sys/cam/ata/ata_all.h head/sys/cam/cam.c head/sys/cam/cam.h

Re: svn commit: r198848 - head/bin/ps

2009-11-03 Thread Bruce Evans
On Tue, 3 Nov 2009, Xin LI wrote: Log: Increase width for %CPU, RSS and VSZ columns for now. Modern systems tend to have larger memory, larger process, and more CPU. This uses space that is not available. Command names(+args) are now truncated to 9 columns in ps l output :-(. They used

svn commit: r198850 - head/sbin/sysctl

2009-11-03 Thread Ed Schouten
Author: ed Date: Tue Nov 3 11:41:21 2009 New Revision: 198850 URL: http://svn.freebsd.org/changeset/base/198850 Log: Just use devname(3) to print device names. Right now sysctl just prints the major/minor numbers of a device. Instead of rolling our own routine for this, we'd better just

svn commit: r198851 - head/sys/dev/ahci

2009-11-03 Thread Alexander Motin
Author: mav Date: Tue Nov 3 11:47:07 2009 New Revision: 198851 URL: http://svn.freebsd.org/changeset/base/198851 Log: MFp4: - Handle timeouts and fatal errors with port hard-reset. The rest of recovery will be done by XPT on receiving async event. More gracefull per-device soft-reset

svn commit: r198852 - head/sys/dev/siis

2009-11-03 Thread Alexander Motin
Author: mav Date: Tue Nov 3 12:03:13 2009 New Revision: 198852 URL: http://svn.freebsd.org/changeset/base/198852 Log: MFp4: - Rework timeout handling, to make it more graceful for devices sharing controller port (with PMP). Wait for other commands completion/timeout before initiating

svn commit: r198853 - head/sys/kern

2009-11-03 Thread Konstantin Belousov
Author: kib Date: Tue Nov 3 12:52:35 2009 New Revision: 198853 URL: http://svn.freebsd.org/changeset/base/198853 Log: If socket buffer space appears to be lower then sum of count of already prepared bytes and next portion of transfer, inner loop of kern_sendfile() aborts, not preparing

svn commit: r198854 - in head/sys: kern sys vm

2009-11-03 Thread Attilio Rao
Author: attilio Date: Tue Nov 3 16:46:52 2009 New Revision: 198854 URL: http://svn.freebsd.org/changeset/base/198854 Log: Split P_NOLOAD into a per-thread flag (TDF_NOLOAD). This improvements aims for avoiding further cache-misses in scheduler specific functions which need to keep track of

svn commit: r198855 - head/sys/vm

2009-11-03 Thread Alan Cox
Author: alc Date: Tue Nov 3 17:15:15 2009 New Revision: 198855 URL: http://svn.freebsd.org/changeset/base/198855 Log: Eliminate a bit of hackery from vm_fault(). The operations that this hackery sought to prevent are now properly supported by vm_map_protect(). (See r198505.) Reviewed

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

2009-11-03 Thread Andrew Thompson
Author: thompsa Date: Wed Nov 4 01:50:25 2009 New Revision: 198869 URL: http://svn.freebsd.org/changeset/base/198869 Log: MFC r198775 Fix a corner case where usbd_transfer_drain() can return too early if the callback has dropped the mutex, leading to a panic. Submitted by: HPS

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

2009-11-03 Thread Attilio Rao
Author: attilio Date: Wed Nov 4 01:32:59 2009 New Revision: 198868 URL: http://svn.freebsd.org/changeset/base/198868 Log: Opteron rev E family of processor expose a bug where, in very rare ocassions, memory barriers semantic is not honoured by the hardware itself. As a result, some random

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

2009-11-03 Thread Weongyo Jeong
Author: weongyo Date: Tue Nov 3 21:47:07 2009 New Revision: 198862 URL: http://svn.freebsd.org/changeset/base/198862 Log: fixes a typo that value should be 0 not 10. Modified: head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan/if_urtw.c

svn commit: r198858 - in head/sys: dev/fb dev/syscons sys

2009-11-03 Thread Jung-uk Kim
Author: jkim Date: Tue Nov 3 20:22:09 2009 New Revision: 198858 URL: http://svn.freebsd.org/changeset/base/198858 Log: Fix VESA color palette corruption: - VBE 3.0 says palette format resets to 6-bit mode when video mode changes. We simply set 8-bit mode when we switch modes if the

svn commit: r198864 - stable/8/sys/net80211

2009-11-03 Thread Rui Paulo
Author: rpaulo Date: Tue Nov 3 23:26:31 2009 New Revision: 198864 URL: http://svn.freebsd.org/changeset/base/198864 Log: MFC r198581: Update the route's sequence number upon receiving a RANN. Modified: stable/8/sys/net80211/ieee80211_hwmp.c Directory Properties: stable/8/sys/ (props

svn commit: r198865 - head/sys/sys

2009-11-03 Thread Alexander Motin
Author: mav Date: Tue Nov 3 23:26:58 2009 New Revision: 198865 URL: http://svn.freebsd.org/changeset/base/198865 Log: Fix constants. Modified: head/sys/sys/ata.h Modified: head/sys/sys/ata.h == ---

svn commit: r198866 - in head/sys: dev/fb isa

2009-11-03 Thread Jung-uk Kim
Author: jkim Date: Wed Nov 4 00:58:20 2009 New Revision: 198866 URL: http://svn.freebsd.org/changeset/base/198866 Log: Save/restore VGA color palette while suspending and resuming. Modified: head/sys/dev/fb/vgareg.h head/sys/isa/vga_isa.c Modified: head/sys/dev/fb/vgareg.h

svn commit: r198870 - head/sys/vm

2009-11-03 Thread Alan Cox
Author: alc Date: Wed Nov 4 03:12:56 2009 New Revision: 198870 URL: http://svn.freebsd.org/changeset/base/198870 Log: Eliminate an unnecessary #include. (This #include should have been removed in r188331 when vnode_pager_lock() was eliminated.) Modified: head/sys/vm/vm_fault.c Modified:

svn commit: r198856 - head/secure/usr.bin/bdes

2009-11-03 Thread John Baldwin
Author: jhb Date: Tue Nov 3 18:40:42 2009 New Revision: 198856 URL: http://svn.freebsd.org/changeset/base/198856 Log: Fix a couple of comment typos. MFC after:1 week Modified: head/secure/usr.bin/bdes/bdes.c Modified: head/secure/usr.bin/bdes/bdes.c

svn commit: r198859 - head

2009-11-03 Thread Andrew Thompson
Author: thompsa Date: Tue Nov 3 21:06:19 2009 New Revision: 198859 URL: http://svn.freebsd.org/changeset/base/198859 Log: Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412. MFC after:3 days Modified: head/UPDATING Modified: head/UPDATING

svn commit: r198857 - head/sys/dev/fdc

2009-11-03 Thread Jaakko Heinonen
Author: jh Date: Tue Nov 3 19:05:05 2009 New Revision: 198857 URL: http://svn.freebsd.org/changeset/base/198857 Log: fdc(4) module unload fixes: - Tear down the interrupt handler before killing the worker thread. - Do geom withering as GEOM event to avoid acquiring the GEOM topology

svn commit: r198871 - head/share/man/man3

2009-11-03 Thread Benno Rice
Author: benno Date: Wed Nov 4 04:12:56 2009 New Revision: 198871 URL: http://svn.freebsd.org/changeset/base/198871 Log: Fix typo (noded - nodes). Modified: head/share/man/man3/tree.3 Modified: head/share/man/man3/tree.3

svn commit: r198872 - in head/sys/arm: arm at91 mv sa11x0

2009-11-03 Thread Alan Cox
Author: alc Date: Wed Nov 4 04:41:03 2009 New Revision: 198872 URL: http://svn.freebsd.org/changeset/base/198872 Log: Eliminate an unnecessary vm include file. Modified: head/sys/arm/arm/machdep.c head/sys/arm/at91/at91_machdep.c head/sys/arm/mv/mv_machdep.c

Re: svn commit: r198868 - in head/sys: amd64/amd64 i386/i386

2009-11-03 Thread Ed Schouten
Hi Attilio, * Attilio Rao atti...@freebsd.org wrote: Opteron rev E family of processor expose a bug where, in very rare ocassions, memory barriers semantic is not honoured by the hardware itself. As a result, some random breakage can happen in uninvestigable ways (for further explanation see

svn commit: r198873 - head/sys/kern

2009-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 4 06:47:14 2009 New Revision: 198873 URL: http://svn.freebsd.org/changeset/base/198873 Log: While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to check for the permission to create subdirectory (ACE4_ADD_SUBDIRECTORY)), it doesn't really make

svn commit: r198874 - head/sys/kern

2009-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 4 06:48:34 2009 New Revision: 198874 URL: http://svn.freebsd.org/changeset/base/198874 Log: Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2) like this: open(..., O_APPEND). Modified: head/sys/kern/vfs_vnops.c Modified:

svn commit: r198875 - head/sys/kern

2009-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 4 07:04:15 2009 New Revision: 198875 URL: http://svn.freebsd.org/changeset/base/198875 Log: Style fixes. Modified: head/sys/kern/vfs_acl.c Modified: head/sys/kern/vfs_acl.c == ---

Re: svn commit: r198873 - head/sys/kern

2009-11-03 Thread Pawel Jakub Dawidek
On Wed, Nov 04, 2009 at 06:47:14AM +, Edward Tomasz Napierala wrote: Author: trasz Date: Wed Nov 4 06:47:14 2009 New Revision: 198873 URL: http://svn.freebsd.org/changeset/base/198873 Log: While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to check for the

svn commit: r198876 - head/sys/kern

2009-11-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 4 07:14:16 2009 New Revision: 198876 URL: http://svn.freebsd.org/changeset/base/198876 Log: Revert r198874, pending further discussion. Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c