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
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
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
===
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
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
=
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
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
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
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
==
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
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
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
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
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
==
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:
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
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
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
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
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
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
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
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
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
===
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
==
---
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.
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
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
=
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
==
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
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
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
32 matches
Mail list logo