svn commit: r217815 - in head: . share/man/man7

2011-01-25 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jan 25 08:13:31 2011 New Revision: 217815 URL: http://svn.freebsd.org/changeset/base/217815 Log: Back out r217734. [1] Properly document what `make targets` is supposed to list to avoid further confusion given the place the target sits. Should have happened with r21

svn commit: r217819 - in head/sys: kern sys

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 10:59:21 2011 New Revision: 217819 URL: http://svn.freebsd.org/changeset/base/217819 Log: Allow debugger to specify that children of the traced process should be automatically traced. Extend the ptrace(PL_LWPINFO) to report that child just forked. Reviewed b

svn commit: r217820 - head/lib/libc/sys

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 11:02:12 2011 New Revision: 217820 URL: http://svn.freebsd.org/changeset/base/217820 Log: Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid. MFC after:2 weeks Modified: head/lib/libc/sys/ptrace.2 Modified: head/lib/libc/sys/ptrace.2 ===

Re: svn commit: r217820 - head/lib/libc/sys

2011-01-25 Thread Kostik Belousov
On Tue, Jan 25, 2011 at 11:02:12AM +, Konstantin Belousov wrote: > Author: kib > Date: Tue Jan 25 11:02:12 2011 > New Revision: 217820 > URL: http://svn.freebsd.org/changeset/base/217820 > > Log: > Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid. > > MFC after: 2 we

svn commit: r217821 - head/bin/ps

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 11:04:16 2011 New Revision: 217821 URL: http://svn.freebsd.org/changeset/base/217821 Log: Document P_FOLLOWFORK. MFC after:2 weeks Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1 =

svn commit: r217822 - head/etc/periodic/daily

2011-01-25 Thread Josh Paetzel
Author: jpaetzel Date: Tue Jan 25 13:41:48 2011 New Revision: 217822 URL: http://svn.freebsd.org/changeset/base/217822 Log: Fix logic error introduced in previous commit. Along the way make some efficiency improvements. Submitted by: jilles Approved by: kib (mentor) MFC after:3 d

svn commit: r217823 - head/sys/dev/md

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 14:00:30 2011 New Revision: 217823 URL: http://svn.freebsd.org/changeset/base/217823 Log: Bio shall not be accessed after g_io_deliver(9). Reported and tested by: pho Reviewed by: ae, phk MFC after:1 week Modified: head/sys/dev/md/md.c Modifie

svn commit: r217824 - head/sys/kern

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 14:04:02 2011 New Revision: 217824 URL: http://svn.freebsd.org/changeset/base/217824 Log: When vtruncbuf() iterates over the vnode buffer list, lock buffer object before checking the validity of the next buffer pointer. Otherwise, the buffer might be reclaimed af

svn commit: r217826 - head/share/examples/etc

2011-01-25 Thread Sergey Matveychuk
Author: sem (ports committer) Date: Tue Jan 25 15:06:50 2011 New Revision: 217826 URL: http://svn.freebsd.org/changeset/base/217826 Log: Remove DOS-style EOLs Approved by: kib Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf ==

svn commit: r217829 - head/sys/netinet

2011-01-25 Thread Andrew Thompson
Author: thompsa Date: Tue Jan 25 17:15:23 2011 New Revision: 217829 URL: http://svn.freebsd.org/changeset/base/217829 Log: When matching an incoming ARP against a bridge, ensure both interfaces belong to the same bridge. Submitted by: Alexander Zagrebin Modified: head/sys/netinet/if_et

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

2011-01-25 Thread Matthew D Fleming
Author: mdf Date: Tue Jan 25 17:39:52 2011 New Revision: 217830 URL: http://svn.freebsd.org/changeset/base/217830 Log: Document sbuf_new_for_sysctl(9). Pointed out by: lstewart Modified: head/share/man/man9/Makefile head/share/man/man9/sbuf.9 Modified: head/share/man/man9/Makefi

svn commit: r217831 - head/usr.bin/man

2011-01-25 Thread Ulrich Spoerlein
Author: uqs Date: Tue Jan 25 18:32:21 2011 New Revision: 217831 URL: http://svn.freebsd.org/changeset/base/217831 Log: Use test(1) operators and test for the catpage not being older than the manpage. Identical mtimes (as generated by buildworld for these files) precluded catpages from w

svn commit: r217832 - head/sys/dev/re

2011-01-25 Thread Pyun YongHyeon
Author: yongari Date: Tue Jan 25 19:05:46 2011 New Revision: 217832 URL: http://svn.freebsd.org/changeset/base/217832 Log: Disable TSO for all Realtek controllers. Experimentation showed RTL8111C generated corrupted frames where TCP option header was broken. All other sample controllers I ha

svn commit: r217833 - head/lib/libelf

2011-01-25 Thread Alexander Kabaev
Author: kan Date: Tue Jan 25 19:17:50 2011 New Revision: 217833 URL: http://svn.freebsd.org/changeset/base/217833 Log: Do not allocate buffer to hold data for zero-sized sections. Modified: head/lib/libelf/elf_data.c Modified: head/lib/libelf/elf_data.c ==

Re: svn commit: r217833 - head/lib/libelf

2011-01-25 Thread Bjoern A. Zeeb
On Tue, 25 Jan 2011, Alexander Kabaev wrote: Author: kan Date: Tue Jan 25 19:17:50 2011 New Revision: 217833 URL: http://svn.freebsd.org/changeset/base/217833 Log: Do not allocate buffer to hold data for zero-sized sections. Thanks. I understand that this will stop all the WITH_CTF barfing:

svn commit: r217847 - head/bin/sh

2011-01-25 Thread Jilles Tjoelker
Author: jilles Date: Tue Jan 25 20:56:18 2011 New Revision: 217847 URL: http://svn.freebsd.org/changeset/base/217847 Log: sh: Clean up some old comments: * There is no plan for an alternative to the command "set". * Attempting to unset a readonly variable has not raised an error for quite

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

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 21:04:55 2011 New Revision: 217849 URL: http://svn.freebsd.org/changeset/base/217849 Log: Fix get_program_var_addr() when type of the resolved symbol is functional. Use make_function_pointer then, otherwise ia64 is broken. Reported and tested by: marcel

svn commit: r217850 - head/lib/libc/sys

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 21:06:49 2011 New Revision: 217850 URL: http://svn.freebsd.org/changeset/base/217850 Log: Emit .note.GNU-stack for the syscall stubs generated by libc only on architectures that support this .note. In particular, do not unneccessary emit the notes on ia64 and spa

svn commit: r217851 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2011-01-25 Thread Konstantin Belousov
Author: kib Date: Tue Jan 25 21:12:31 2011 New Revision: 217851 URL: http://svn.freebsd.org/changeset/base/217851 Log: When loading dso without PT_GNU_STACK phdr, only call __pthread_map_stacks_exec() on architectures that allow executable stacks. Reported and tested by: marcel (i

svn commit: r217857 - in head/sys: dev/re pci

2011-01-25 Thread Pyun YongHyeon
Author: yongari Date: Tue Jan 25 22:18:00 2011 New Revision: 217857 URL: http://svn.freebsd.org/changeset/base/217857 Log: Prefer MSI-X to MSI on controllers that support MSI-X. All recent PCIe controllers(RTL8102E or later and RTL8168/8111C or later) supports either 2 or 4 MSI-X messages. U

svn commit: r217858 - head/usr.bin/csup

2011-01-25 Thread John Baldwin
Author: jhb Date: Tue Jan 25 22:21:05 2011 New Revision: 217858 URL: http://svn.freebsd.org/changeset/base/217858 Log: Remove dead code. MFC after:2 weeks Modified: head/usr.bin/csup/updater.c Modified: head/usr.bin/csup/updater.c

svn commit: r217859 - head/sbin/iscontrol

2011-01-25 Thread Martin Cracauer
Author: cracauer Date: Tue Jan 25 22:25:16 2011 New Revision: 217859 URL: http://svn.freebsd.org/changeset/base/217859 Log: Fix compilation with debug on. Fix segfault when TargetAddress is missing or mis-spelled in config file. Modified: head/sbin/iscontrol/config.c head/sbin/iscontrol/f

Re: svn commit: r217851 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2011-01-25 Thread Marcel Moolenaar
On Jan 25, 2011, at 1:12 PM, Konstantin Belousov wrote: > Author: kib > Date: Tue Jan 25 21:12:31 2011 > New Revision: 217851 > URL: http://svn.freebsd.org/changeset/base/217851 > > Log: > When loading dso without PT_GNU_STACK phdr, only call > __pthread_map_stacks_exec() on architectures that

svn commit: r217868 - in head/sys: dev/re pci

2011-01-25 Thread Pyun YongHyeon
Author: yongari Date: Tue Jan 25 23:27:28 2011 New Revision: 217868 URL: http://svn.freebsd.org/changeset/base/217868 Log: Remove TX taskqueue and directly invoke re_start in interrupt task. Modified: head/sys/dev/re/if_re.c head/sys/pci/if_rlreg.h Modified: head/sys/dev/re/if_re.c ===

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 01:02:39 2011 New Revision: 217869 URL: http://svn.freebsd.org/changeset/base/217869 Log: Fix date in .Dd Modified: head/share/man/man4/nfe.4 Modified: head/share/man/man4/nfe.4 == ---

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 01:07:56 2011 New Revision: 217870 URL: http://svn.freebsd.org/changeset/base/217870 Log: Fix my fix to nfe.4, and also fix re.4 So just when I thought my pointy hat collection was going down ... Modified: head/share/man/man4/nfe.4 head/share/man/man4/re.

svn commit: r217871 - head/sbin/mount

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 05:06:11 2011 New Revision: 217871 URL: http://svn.freebsd.org/changeset/base/217871 Log: Clarify the availability of the noatime option on network file systems Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8

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

2011-01-25 Thread Doug Barton
Author: dougb Date: Wed Jan 26 06:07:24 2011 New Revision: 217872 URL: http://svn.freebsd.org/changeset/base/217872 Log: Fix another broken date Modified: head/share/man/man4/rgephy.4 Modified: head/share/man/man4/rgephy.4 =

svn commit: r217873 - head/usr.bin/ktrdump

2011-01-25 Thread Dmitry Chagin
Author: dchagin Date: Wed Jan 26 06:36:14 2011 New Revision: 217873 URL: http://svn.freebsd.org/changeset/base/217873 Log: Add -H flag to print thread id. Modified: head/usr.bin/ktrdump/ktrdump.8 head/usr.bin/ktrdump/ktrdump.c Modified: head/usr.bin/ktrdump/ktrdump.8 ==

svn commit: r217874 - head/sys/cam/ata

2011-01-25 Thread Alexander Motin
Author: mav Date: Wed Jan 26 06:37:51 2011 New Revision: 217874 URL: http://svn.freebsd.org/changeset/base/217874 Log: Make device initialization sequence shorter when possible. Do not enable/ disable already enabled/disabled SATA features. Modified: head/sys/cam/ata/ata_xpt.c Modified: he

svn commit: r217875 - head/sys/cam/ata

2011-01-25 Thread Alexander Motin
Author: mav Date: Wed Jan 26 06:57:48 2011 New Revision: 217875 URL: http://svn.freebsd.org/changeset/base/217875 Log: In addition to r217444 ignore also ATA status errors on DMA Auto-Activation enabling request. Some HP disks reported to return ABORT error there while declaring support for

Re: svn commit: r217871 - head/sbin/mount

2011-01-25 Thread Bruce Evans
On Wed, 26 Jan 2011, Doug Barton wrote: Log: Clarify the availability of the noatime option on network file systems Modified: head/sbin/mount/mount.8 Modified: head/sbin/mount/mount.8 == --- head/sbin/mount/mount.8