svn commit: r206988 - head/share/misc

2010-04-21 Thread Randi Harper
Author: randi Date: Wed Apr 21 08:18:06 2010 New Revision: 206988 URL: http://svn.freebsd.org/changeset/base/206988 Log: Add myself to committers-src.dot. Approved by: cperciva (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r206989 - head/sys/netinet

2010-04-21 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 21 10:21:34 2010 New Revision: 206989 URL: http://svn.freebsd.org/changeset/base/206989 Log: Avoid memory access after free. Use the (shortend) copy for the ipsec mtu lookup as well. PR: kern/145736 Submitted by: Peter Molnar (peter molnar.cc) MFC

svn commit: r206992 - head/sys/amd64/ia32

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 11:17:16 2010 New Revision: 206992 URL: http://svn.freebsd.org/changeset/base/206992 Log: As was done in r155238 for i386 and in r155239 for amd64, clear the carry flag for ia32 binary executed on amd64 host in get_mcontext(). PR: kern/92110 (one more time)

svn commit: r206993 - head/sys/pc98/cbus

2010-04-21 Thread Rui Paulo
Author: rpaulo Date: Wed Apr 21 11:28:13 2010 New Revision: 206993 URL: http://svn.freebsd.org/changeset/base/206993 Log: Comply with the new cyclic dtrace module variable name (cyclic_clock_func). Modified: head/sys/pc98/cbus/clock.c Modified: head/sys/pc98/cbus/clock.c

Re: svn commit: r206922 - head/sys/x86/isa

2010-04-21 Thread Rui Paulo
On 21 Apr 2010, at 01:42, TAKAHASHI Yoshihiro wrote: In article 201004202104.o3kl4vhv043...@svn.freebsd.org Rui Paulo rpa...@freebsd.org writes: Log: Fix another instance of lapic_cyclic_clock_func. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

svn commit: r206994 - head/usr.sbin/pmcstat

2010-04-21 Thread Fabien Thomas
Author: fabient Date: Wed Apr 21 11:50:13 2010 New Revision: 206994 URL: http://svn.freebsd.org/changeset/base/206994 Log: Apply threshold filter to root node in calltree view. MFC after: 3days Modified: head/usr.sbin/pmcstat/pmcpl_calltree.c Modified:

svn commit: r206995 - head/usr.sbin/sysinstall

2010-04-21 Thread Randi Harper
Author: randi Date: Wed Apr 21 12:02:45 2010 New Revision: 206995 URL: http://svn.freebsd.org/changeset/base/206995 Log: Fix bug introduced in r198317: Don't leak a file descriptor after scanning for network devices. Approved by: cperciva (mentor) MFC after:1 week (original commit

svn commit: r206996 - in head: etc/mtree share/examples

2010-04-21 Thread Andriy Gapon
Author: avg Date: Wed Apr 21 12:17:01 2010 New Revision: 206996 URL: http://svn.freebsd.org/changeset/base/206996 Log: indent.pro example: actually install the sample file Modified: head/etc/mtree/BSD.usr.dist head/share/examples/Makefile Modified: head/etc/mtree/BSD.usr.dist

Re: svn commit: r206996 - in head: etc/mtree share/examples

2010-04-21 Thread Andriy Gapon
on 21/04/2010 15:17 Andriy Gapon said the following: Author: avg Date: Wed Apr 21 12:17:01 2010 New Revision: 206996 URL: http://svn.freebsd.org/changeset/base/206996 Log: indent.pro example: actually install the sample file Modified: head/etc/mtree/BSD.usr.dist

svn commit: r206997 - head/include

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 16:38:37 2010 New Revision: 206997 URL: http://svn.freebsd.org/changeset/base/206997 Log: Move realpath(3) prototype to a POSIX section. Noted by: bde MFC after:2 weeks Modified: head/include/stdlib.h Modified: head/include/stdlib.h

svn commit: r206998 - head/lib/libc/stdlib

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 16:41:02 2010 New Revision: 206998 URL: http://svn.freebsd.org/changeset/base/206998 Log: Add standards section, improve wording, taking into account the handling of NULL and changed type in declaration. Suggested by: bde MFC after:2 weeks Modified:

svn commit: r207001 - head/sys/dev/iwn

2010-04-21 Thread Bernhard Schmidt
Author: bschmidt Date: Wed Apr 21 17:38:16 2010 New Revision: 207001 URL: http://svn.freebsd.org/changeset/base/207001 Log: Use correct bus_dma_tag_t for TX frames. Reported by: Andreas Nilsson andrnils at gmail.com Approved by: rpaulo (mentor) MFC after:3 days Modified:

svn commit: r207003 - head/contrib/gnu-sort

2010-04-21 Thread Xin LI
Author: delphij Date: Wed Apr 21 17:54:31 2010 New Revision: 207003 URL: http://svn.freebsd.org/changeset/base/207003 Log: Bootstrap merge history. Modified: Directory Properties: head/contrib/gnu-sort/ (props changed) ___

svn commit: r207005 - head/usr.sbin/sysinstall

2010-04-21 Thread Bruce Cran
Author: brucec Date: Wed Apr 21 18:55:44 2010 New Revision: 207005 URL: http://svn.freebsd.org/changeset/base/207005 Log: Make the Q = Finish text visible when running sysinstall as a normal application. Reword the boot manager screen to try and avoid confusion. Reviewed by: randi

svn commit: r207006 - head/usr.sbin/sade

2010-04-21 Thread Bruce Cran
Author: brucec Date: Wed Apr 21 19:03:34 2010 New Revision: 207006 URL: http://svn.freebsd.org/changeset/base/207006 Log: Remove the reference to DD mode, and replace with Expert mode. Also, make sure the Q = Finish text is visible. Reword the boot manager screen to try and avoid confusion,

Re: svn commit: r207006 - head/usr.sbin/sade

2010-04-21 Thread Bruce Cran
On Wednesday 21 April 2010 20:03:34 Bruce Cran wrote: Author: brucec Date: Wed Apr 21 19:03:34 2010 New Revision: 207006 URL: http://svn.freebsd.org/changeset/base/207006 Log: Remove the reference to DD mode, and replace with Expert mode. Also, make sure the Q = Finish text is

svn commit: r207007 - head/sys/compat/freebsd32

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 19:28:01 2010 New Revision: 207007 URL: http://svn.freebsd.org/changeset/base/207007 Log: Extract the code to copy-out struct rusage32 from struct rusage into the new function. Reviewed by: jhb MFC after:1 week Modified:

svn commit: r207008 - in head/sys: compat/freebsd32 kern

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 19:32:00 2010 New Revision: 207008 URL: http://svn.freebsd.org/changeset/base/207008 Log: Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) to mostly work on 64bit host. The work is based on an original patch submitted by emaste, obtained

svn commit: r207009 - head/lib/libc/stdlib

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 19:35:56 2010 New Revision: 207009 URL: http://svn.freebsd.org/changeset/base/207009 Log: C language does not has references, it provides pointers. Suggested by: bde MFC after:2 weeks Modified: head/lib/libc/stdlib/realpath.3 Modified:

svn commit: r207016 - head/sys/kern

2010-04-21 Thread Konstantin Belousov
Author: kib Date: Wed Apr 21 20:04:42 2010 New Revision: 207016 URL: http://svn.freebsd.org/changeset/base/207016 Log: Fix typo. Submitted by: emaste Pointy hat to:kib (who needs much bigger wardrobe) MFC after:1 week Modified: head/sys/kern/kern_proc.c Modified:

svn commit: r207017 - head/share/misc

2010-04-21 Thread Ana Kukec
Author: anchie Date: Wed Apr 21 20:05:49 2010 New Revision: 207017 URL: http://svn.freebsd.org/changeset/base/207017 Log: Fix of r206904, \nanchie is needed instead of \anchie. Approved by: bz (mentor) Reported by: danfe, zec Modified: head/share/misc/committers-src.dot Modified:

svn commit: r207020 - in head: etc etc/devd sys/dev/usb

2010-04-21 Thread Andrew Thompson
Author: thompsa Date: Wed Apr 21 21:51:14 2010 New Revision: 207020 URL: http://svn.freebsd.org/changeset/base/207020 Log: Change usb devd events from fake attach to a notify. The ugen device is not a proper device_t so it faked the devctl event to appear like one, this is now a notify

svn commit: r207021 - head/bin/ln

2010-04-21 Thread Jilles Tjoelker
Author: jilles Date: Wed Apr 21 21:57:03 2010 New Revision: 207021 URL: http://svn.freebsd.org/changeset/base/207021 Log: ln: Allow a trailing slash when creating a link to a directory. In the 'ln source... directory' synopsis, the basename of each source determines the name of the