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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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)
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
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
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
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.
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/
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
=
-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.
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
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
==
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
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
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
* 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'
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
30 matches
Mail list logo