Re: svn commit: r214596 - head/bin/rm

2010-11-02 Thread Ceri Davies
On Tue, Nov 02, 2010 at 01:40:59AM +, Alexander Best wrote: how about a compromise then? let's leave the -P switch in rm, but make it a no op! in addition to that add a new rm(1) entry explaining what the -P switch did and why exactly it was turned into a no op. let's be really

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

2010-11-02 Thread Alexander Motin
Author: mav Date: Tue Nov 2 09:31:24 2010 New Revision: 214672 URL: http://svn.freebsd.org/changeset/base/214672 Log: Remove stale line, accidentally slipped into r214016. MFC after:3 days Modified: head/sys/dev/ata/chipsets/ata-intel.c Modified:

svn commit: r214673 - head/share/man/man9

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 12:40:13 2010 New Revision: 214673 URL: http://svn.freebsd.org/changeset/base/214673 Log: Fix a few typos and style nits in the example code. Submitted by: Arnaud Lacombe lacombar of gmail MFC after:3 days Modified:

svn commit: r214675 - head/sys/netinet

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 13:00:56 2010 New Revision: 214675 URL: http://svn.freebsd.org/changeset/base/214675 Log: Don't leak the LLE lock if the arptimer callout is pending or inactive. Reported by: David Rhodus MFC after:1 month Modified: head/sys/netinet/if_ether.c

svn commit: r214676 - head/sys/x86/x86

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 13:04:25 2010 New Revision: 214676 URL: http://svn.freebsd.org/changeset/base/214676 Log: Skip SMAP regions above 4GB on i386 since they will not fit into a long. While here, update some comments to better explain the new code flow. Tested by:dhw

Re: svn commit: r214675 - head/sys/netinet

2010-11-02 Thread John Baldwin
On Tuesday, November 02, 2010 9:00:57 am John Baldwin wrote: Author: jhb Date: Tue Nov 2 13:00:56 2010 New Revision: 214675 URL: http://svn.freebsd.org/changeset/base/214675 Log: Don't leak the LLE lock if the arptimer callout is pending or inactive. Reported by:David

Re: svn commit: r214596 - head/bin/rm

2010-11-02 Thread Ken Smith
On Tue, 2010-11-02 at 01:40 +, Alexander Best wrote: how about a compromise then? let's leave the -P switch in rm, but make it a no op! in addition to that add a new rm(1) entry explaining what the -P switch did and why exactly it was turned into a no op. let's be really eloborate on this

Re: Fw: svn commit: r214675 - head/sys/netinet

2010-11-02 Thread John Baldwin
On Tuesday, November 02, 2010 12:41:54 pm David Rhodus wrote: - Forwarded Message From: John Baldwin j...@freebsd.org To: src-committ...@freebsd.org Cc: svn-src-head@freebsd.org; svn-src-...@freebsd.org Sent: Tue, November 2, 2010 9:06:24 AM Subject: Re: svn commit: r214675 -

svn commit: r214680 - in head: bin/stty include lib/libc/gen libexec/getty libexec/rlogind

2010-11-02 Thread Ed Schouten
Author: ed Date: Tue Nov 2 17:00:56 2010 New Revision: 214680 URL: http://svn.freebsd.org/changeset/base/214680 Log: Add a new libc function: cfmakesane(3). I've noticed various terminal emulators that need to obtain a sane default termios structure use very complex `hacks'. Even though

Re: Fw: svn commit: r214675 - head/sys/netinet

2010-11-02 Thread David Rhodus
- Forwarded Message From: John Baldwin j...@freebsd.org To: src-committ...@freebsd.org Cc: svn-src-head@freebsd.org; svn-src-...@freebsd.org Sent: Tue, November 2, 2010 9:06:24 AM Subject: Re: svn commit: r214675 - head/sys/netinet On Tuesday, November 02, 2010 9:00:57 am John

svn commit: r214681 - in head/sys: i386/i386 x86/x86

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 17:56:16 2010 New Revision: 214681 URL: http://svn.freebsd.org/changeset/base/214681 Log: Further tweaks to the ram_attach() routine: - Use 2^32 - 1 instead of = when checking for memory regions above 4G. - Skip SMAP entries 4G on i386 rather than breaking out

svn commit: r214682 - head/sys/kern

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 18:34:31 2010 New Revision: 214682 URL: http://svn.freebsd.org/changeset/base/214682 Log: Tweak the waitchannel messages for the dead lock detection kthread. Use a shorter message (userland generally only sees the first 6 to 8 characters) when waiting for the

svn commit: r214686 - head/sys/x86/x86

2010-11-02 Thread John Baldwin
Author: jhb Date: Tue Nov 2 20:16:41 2010 New Revision: 214686 URL: http://svn.freebsd.org/changeset/base/214686 Log: Cosmetic change to revert one of my earlier ones. #if __i386__ PAE is identical to just #if PAE since PAE is only a valid option for i386. Submitted by: attilio

svn commit: r214692 - head/sbin/hastd

2010-11-02 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Nov 2 22:13:08 2010 New Revision: 214692 URL: http://svn.freebsd.org/changeset/base/214692 Log: Send packets to remote node only via the send thread to avoid possible races - in this case a keepalive packet was send from wrong thread which lead to connection dropping,

Re: svn commit: r211854 - head/sys/nfsserver

2010-11-02 Thread Pawel Jakub Dawidek
On Mon, Nov 01, 2010 at 07:19:04PM +0200, Kostik Belousov wrote: On Thu, Aug 26, 2010 at 11:41:40PM +, Pawel Jakub Dawidek wrote: Author: pjd Date: Thu Aug 26 23:41:40 2010 New Revision: 211854 URL: http://svn.freebsd.org/changeset/base/211854 Log: - When VFS_VGET() is not

svn commit: r214708 - head/sys/mips/cavium

2010-11-02 Thread Juli Mallett
Author: jmallett Date: Tue Nov 2 23:43:44 2010 New Revision: 214708 URL: http://svn.freebsd.org/changeset/base/214708 Log: Declare the CF GEOM class so that g_modevent will get called, the class will be recorded, etc. This fixes libgeom on Octeon. Modified:

svn commit: r214709 - in head: bin/sh tools/regression/bin/sh/parser

2010-11-02 Thread Jilles Tjoelker
Author: jilles Date: Tue Nov 2 23:44:29 2010 New Revision: 214709 URL: http://svn.freebsd.org/changeset/base/214709 Log: sh: Fix some issues with aliases and case, by importing dash checkkwd code. This moves the function of the noaliases variable into the checkkwd variable. This way it

svn commit: r214722 - head/contrib/tzdata

2010-11-02 Thread Edwin Groothuis
Author: edwin Date: Wed Nov 3 01:30:56 2010 New Revision: 214722 URL: http://svn.freebsd.org/changeset/base/214722 Log: MFV of tzdata2010o, r214716 - Fiji moves to DST three weeks earlier in 2010. Modified: head/contrib/tzdata/australasia Directory Properties: head/contrib/tzdata/