svn commit: r199988 - head/lib/libc/string

2009-11-30 Thread Christian Brueffer
Author: brueffer Date: Tue Dec 1 07:28:56 2009 New Revision: 199988 URL: http://svn.freebsd.org/changeset/base/199988 Log: Add an .Nm for strncat. PR: 141037 Submitted by: Jeremy Huddleston MFC after:3 days Modified: head/lib/libc/string/strcat.3 Modified: head/lib/l

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Maxim Sobolev
Stanislav Sedov wrote: On Mon, 30 Nov 2009 13:25:03 -0800 Maxim Sobolev mentioned: Can we change the name then? We've seen the similar issue without the jumbo frames, which made me wonder. It's strange, because 'normal' frames are less than a page size in length, so the issue I was experienc

Re: svn commit: r199983 - in head: lib/libc/stdlib tools/regression/environ

2009-11-30 Thread Brian Fundakowski Feldman
On Tue, Dec 01, 2009 at 05:04:31AM +, Brian Feldman wrote: > Author: green > Date: Tue Dec 1 05:04:31 2009 > New Revision: 199983 > URL: http://svn.freebsd.org/changeset/base/199983 > > Log: > Do not gratuitously fail *env(3) operations due to corrupt ('='-less) > **environ entries. This

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

2009-11-30 Thread Brian Feldman
Author: green Date: Tue Dec 1 06:42:47 2009 New Revision: 199987 URL: http://svn.freebsd.org/changeset/base/199987 Log: Temporarily revert the previous change because the linker has been modified so that it will abort when the environment is bad. Modified: head/lib/libc/stdlib/getenv.c Mo

svn commit: r199986 - stable/7/sys/dev/acpica

2009-11-30 Thread Andriy Gapon
Author: avg Date: Tue Dec 1 06:15:19 2009 New Revision: 199986 URL: http://svn.freebsd.org/changeset/base/199986 Log: MFC r199016: acpi: remove 'magic' ivar Note that the ivar itself is kept in the stable branches, only its use is dropped. Modified: stable/7/sys/dev/acpica/acpi_cpu.c

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

2009-11-30 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Tue Dec 1 06:12:31 2009 New Revision: 199985 URL: http://svn.freebsd.org/changeset/base/199985 Log: Describe what setpgid(2) does when pgid=0. The text has been copied from NetBSD's manpage, and it also matches the behavior described by the Open Group

svn commit: r199984 - stable/8/sys/dev/acpica

2009-11-30 Thread Andriy Gapon
Author: avg Date: Tue Dec 1 06:11:42 2009 New Revision: 199984 URL: http://svn.freebsd.org/changeset/base/199984 Log: MFC r199016: acpi: remove 'magic' ivar Note that the ivar itself is kept in the stable branches, only its use is dropped. Modified: stable/8/sys/dev/acpica/acpi_cpu.c

Re: svn commit: r199983 - in head: lib/libc/stdlib tools/regression/environ

2009-11-30 Thread Colin Percival
Brian Feldman wrote: > Do not gratuitously fail *env(3) operations due to corrupt ('='-less) > **environ entries. This puts non-getenv(3) operations in line with > getenv(3) in that bad environ entries do not cause all operations to > fail. There is still some inconsistency in that getenv

svn commit: r199983 - in head: lib/libc/stdlib tools/regression/environ

2009-11-30 Thread Brian Feldman
Author: green Date: Tue Dec 1 05:04:31 2009 New Revision: 199983 URL: http://svn.freebsd.org/changeset/base/199983 Log: Do not gratuitously fail *env(3) operations due to corrupt ('='-less) **environ entries. This puts non-getenv(3) operations in line with getenv(3) in that bad environ ent

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Stanislav Sedov
On Mon, 30 Nov 2009 13:25:03 -0800 Maxim Sobolev mentioned: > Can we change the name then? We've seen the similar issue without the > jumbo frames, which made me wonder. It's strange, because 'normal' frames are less than a page size in length, so the issue I was experiencing should not be repr

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Stanislav Sedov
On Mon, 30 Nov 2009 20:30:55 -0800 Maxim Sobolev mentioned: > Maxim Sobolev wrote: > > Tom Judge wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Maxim Sobolev wrote: > >>> Is the option related to Jumbo Frames in any way? If not, IMHO the name > >>> should be changed to a

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Maxim Sobolev
Maxim Sobolev wrote: Tom Judge wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maxim Sobolev wrote: Is the option related to Jumbo Frames in any way? If not, IMHO the name should be changed to avoid any confusion. The bug is easier to reproduce when jumbo frames are turned on however we

svn commit: r199981 - stable/7/libexec/rtld-elf

2009-11-30 Thread Colin Percival
Author: cperciva Date: Tue Dec 1 03:00:16 2009 New Revision: 199981 URL: http://svn.freebsd.org/changeset/base/199981 Log: MFC r199979: Fix local root vulnerability. Modified: stable/7/libexec/rtld-elf/rtld.c Directory Properties: stable/7/libexec/rtld-elf/ (props changed) Modified: sta

svn commit: r199980 - stable/8/libexec/rtld-elf

2009-11-30 Thread Colin Percival
Author: cperciva Date: Tue Dec 1 02:59:22 2009 New Revision: 199980 URL: http://svn.freebsd.org/changeset/base/199980 Log: MFC r199979: Fix local root vulnerability. Modified: stable/8/libexec/rtld-elf/rtld.c Directory Properties: stable/8/libexec/rtld-elf/ (props changed) Modified: sta

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

2009-11-30 Thread Colin Percival
Author: cperciva Date: Tue Dec 1 02:57:06 2009 New Revision: 199979 URL: http://svn.freebsd.org/changeset/base/199979 Log: Fix local root vulnerability. Security: Advisory will be coming soon. X-MFC-After: 30 seconds Modified: head/libexec/rtld-elf/rtld.c Modified: head/libexec/

Re: svn commit: r195843 - in head: lib/libkvm sys/kern sys/sys

2009-11-30 Thread Dmitry Pryanishnikov
Hello! Author: brooks Date: Fri Jul 24 15:03:10 2009 New Revision: 195843 URL: http://svn.freebsd.org/changeset/base/195843 Log: Revert the changes to struct kinfo_proc in r194498. Instead, fill in up to 16 (KI_NGROUPS) values and steal a bit from ki_cr_flags (all bits currently unused)

Re: svn commit: r199975 - head/sys/net

2009-11-30 Thread Andrew Thompson
On Mon, Nov 30, 2009 at 09:25:57PM +, John Baldwin wrote: > Author: jhb > Date: Mon Nov 30 21:25:57 2009 > New Revision: 199975 > URL: http://svn.freebsd.org/changeset/base/199975 > > Log: > Remove if_timer/if_watchdog now that they are no longer used. The space > used by if_timer is rese

svn commit: r199975 - head/sys/net

2009-11-30 Thread John Baldwin
Author: jhb Date: Mon Nov 30 21:25:57 2009 New Revision: 199975 URL: http://svn.freebsd.org/changeset/base/199975 Log: Remove if_timer/if_watchdog now that they are no longer used. The space used by if_timer is reserved for expanding if_index to an int in the future. Reviewed by: rwat

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Maxim Sobolev
Tom Judge wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maxim Sobolev wrote: Is the option related to Jumbo Frames in any way? If not, IMHO the name should be changed to avoid any confusion. The bug is easier to reproduce when jumbo frames are turned on however we have seen it with nor

svn commit: r199974 - head/sys/conf

2009-11-30 Thread John Baldwin
Author: jhb Date: Mon Nov 30 21:03:44 2009 New Revision: 199974 URL: http://svn.freebsd.org/changeset/base/199974 Log: Remove extra parantheses from usb_ethernet.c and usb_serial.c lines. config(8) doesn't parse parantheses and instead treated them as being part of the device driver name (e.

svn commit: r199973 - in stable/6/sys: . conf contrib/pf dev/cxgb

2009-11-30 Thread John Baldwin
Author: jhb Date: Mon Nov 30 21:00:42 2009 New Revision: 199973 URL: http://svn.freebsd.org/changeset/base/199973 Log: Fixup mergeinfo and move sys/conf mergeinfo up to sys/. Modified: Directory Properties: stable/6/sys/ (props changed) stable/6/sys/conf/ (props changed) stable/6/sys/

svn commit: r199972 - head/sys/dev/hwpmc

2009-11-30 Thread Ed Maste
Author: emaste Date: Mon Nov 30 20:41:30 2009 New Revision: 199972 URL: http://svn.freebsd.org/changeset/base/199972 Log: Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out. Modified: head/sys/dev/hwpmc/hwpmc_mod.c Modified: head/sys/dev/hwpmc/hwpmc_mod.c =

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maxim Sobolev wrote: > Is the option related to Jumbo Frames in any way? If not, IMHO the name > should be changed to avoid any confusion. The bug is easier to reproduce when jumbo frames are turned on however we have seen it with normal frames also.

Re: svn: stable/7/sys: conf dev/bce

2009-11-30 Thread Maxim Sobolev
Is the option related to Jumbo Frames in any way? If not, IMHO the name should be changed to avoid any confusion. -Maxim Stanislav Sedov wrote: Author: stas Date: Sun Nov 15 11:43:28 2009 New Revision: 199289 URL: http://svn.freebsd.org/changeset/base/199289 Log: - MFC r198320: Introduc

svn commit: r199970 - head/sys/dev/hatm

2009-11-30 Thread Ed Maste
Author: emaste Date: Mon Nov 30 18:26:46 2009 New Revision: 199970 URL: http://svn.freebsd.org/changeset/base/199970 Log: Free pointer from getenv() when done with it. Submitted by: Phil Longstaff Modified: head/sys/dev/hatm/if_hatm.c Modified: head/sys/dev/hatm/if_hatm.c ==

Re: svn commit: r199806 - head/sys/boot/i386/libi386

2009-11-30 Thread M. Warner Losh
In message: <200911251636.napga7yx055...@svn.freebsd.org> Edward Tomasz Napierala writes: : Author: trasz : Date: Wed Nov 25 16:36:07 2009 : New Revision: 199806 : URL: http://svn.freebsd.org/changeset/base/199806 : : Log: : Be nice, don't use the f-word. Too bad the boot code doesn

svn commit: r199969 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/amdsbwd sys/i386/conf sys/modules sys/modules/amdsbwd

2009-11-30 Thread Andriy Gapon
Author: avg Date: Mon Nov 30 11:44:03 2009 New Revision: 199969 URL: http://svn.freebsd.org/changeset/base/199969 Log: amdsbwd: new driver for AMD SB600/SB7xx watchdog timer The hardware is compliant with WDRT specification, so I originally considered including generic WDRT watchdog suppo

svn commit: r199968 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2009-11-30 Thread Andriy Gapon
Author: avg Date: Mon Nov 30 11:11:08 2009 New Revision: 199968 URL: http://svn.freebsd.org/changeset/base/199968 Log: x86 cpu features: add MOVBE reporting and flag The check is glimpsed from Linux and OpenSolaris. MOVBE instruction is found in Intel Atom processors. Modified: head/sy

Re: svn commit: r199947 - in head: share/man/man4 sys/netipsec

2009-11-30 Thread Ed Schouten
* Gabor Kovesdan wrote: > Bjoern A. Zeeb escribió: > >-protocol support is currently broken. > >+protocol may occationally error because of > >+.Xr zlib 3 > >+problems. > There's a typo here, should be occasionally. Because we're nitpicking anyway. Do we consider `error' to be a proper verb? Can'

svn commit: r199967 - stable/7/share/man/man4

2009-11-30 Thread Christian Brueffer
Author: brueffer Date: Mon Nov 30 08:01:18 2009 New Revision: 199967 URL: http://svn.freebsd.org/changeset/base/199967 Log: MFC: r199739, r199825 - LSI MegaRAID 9260 works, sort the hardware list while here. - Add IBM ServeRAID-MR10i to the hardware list. Modified: stable/7/share/man/m