Author: kib
Date: Wed Feb 17 09:03:38 2010
New Revision: 203988
URL: http://svn.freebsd.org/changeset/base/203988
Log:
MFC r203875:
Do not leak process lock when current thread is not allowed to see target.
Modified:
stable/8/sys/kern/kern_event.c
Directory Properties:
stable/8/sys/ (pr
Author: kib
Date: Wed Feb 17 09:09:12 2010
New Revision: 203989
URL: http://svn.freebsd.org/changeset/base/203989
Log:
MFC r203441:
Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an
argument for fnstsw. Explicitely specify sizes for the XMM control and
status word and
Author: phk
Date: Wed Feb 17 09:11:21 2010
New Revision: 203990
URL: http://svn.freebsd.org/changeset/base/203990
Log:
Mention EISDIR as a possible errno.
Modified:
head/lib/libc/sys/unlink.2
Modified: head/lib/libc/sys/unlink.2
===
Author: kib
Date: Wed Feb 17 10:15:17 2010
New Revision: 203996
URL: http://svn.freebsd.org/changeset/base/203996
Log:
MFC r203875:
Do not leak process lock when current thread is not allowed to see target.
Approved by: re (bz)
Modified:
stable/7/sys/kern/kern_event.c
Directory Proper
Author: kib
Date: Wed Feb 17 10:21:00 2010
New Revision: 203997
URL: http://svn.freebsd.org/changeset/base/203997
Log:
MFC r203875:
Do not leak process lock when current thread is not allowed to see target.
Approved by: re (bz)
Modified:
releng/7.3/sys/kern/kern_event.c
Directory Prop
Author: kib
Date: Wed Feb 17 10:27:07 2010
New Revision: 203998
URL: http://svn.freebsd.org/changeset/base/203998
Log:
MFC r203441:
Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an
argument for fnstsw. Explicitely specify sizes for the XMM control and
status word and
Author: kib
Date: Wed Feb 17 10:39:39 2010
New Revision: 204000
URL: http://svn.freebsd.org/changeset/base/204000
Log:
MFC r203441:
Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as an
argument for fnstsw. Explicitely specify sizes for the XMM control and
status word and
Author: edwin
Date: Wed Feb 17 11:18:24 2010
New Revision: 204001
URL: http://svn.freebsd.org/changeset/base/204001
Log:
Vendor import of tzcode2010a:
* asctime.c - Set errno to EINVAL and return
"??? ??? ?? ??:??:?? \n"
if asctime_r is called with a NULL struct tm pointer
Author: edwin
Date: Wed Feb 17 11:19:21 2010
New Revision: 204002
URL: http://svn.freebsd.org/changeset/base/204002
Log:
Tag of tzcode2010a
Added:
vendor/tzcode/tzcode2010a/
- copied from r204001, vendor/tzcode/dist/
___
svn-src-all@freebsd.org
Author: luigi
Date: Wed Feb 17 13:06:06 2010
New Revision: 204003
URL: http://svn.freebsd.org/changeset/base/204003
Log:
remove recursive lock/unlock calls, we do them already before entering
the switch.
Reported by: Marta Carbone
Modified:
head/sys/netinet/ipfw/ip_fw_sockopt.c
Modifi
Author: ru
Date: Wed Feb 17 16:45:03 2010
New Revision: 204008
URL: http://svn.freebsd.org/changeset/base/204008
Log:
realloc() with a proper amount of memory.
MFC after:3 days
Modified:
head/lib/libjail/jail.c
Modified: head/lib/libjail/jail.c
==
Author: raj
Date: Wed Feb 17 17:03:04 2010
New Revision: 204009
URL: http://svn.freebsd.org/changeset/base/204009
Log:
Assorted fixes for mge(4).
- Use proper map for the busdma sync on mge descriptor.
- Remove unnecesary busdma sync.
- Eliminate redundant locking in mge_reinit_rx() (ju
On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote:
> Author: uqs
> Date: Mon Feb 15 15:10:21 2010
> New Revision: 203926
> URL: http://svn.freebsd.org/changeset/base/203926
>
> Log:
> fortune(6) switch to 3-clause BSDL; style(9)
>
> This reduces the diff to other *BSD and makes
On Tuesday 16 February 2010 8:30:32 am Bernd Walter wrote:
> On Mon, Feb 15, 2010 at 05:14:25PM -0700, M. Warner Losh wrote:
> > In message: <4b79ce84.3060...@freebsd.org>
> > Andriy Gapon writes:
> > : At least in the i386/amd64 kernel config files typically we have:
> > : optionsOPTI
On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
Log:
Mention EISDIR as a possible errno.
It's not a possible error.
Modified:
head/lib/libc/sys/unlink.2
Modified: head/lib/libc/sys/unlink.2
==
--- head/lib/libc/sys/
On Wed, 17.02.2010 at 11:43:57 -0500, John Baldwin wrote:
> On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote:
> > Author: uqs
> > Date: Mon Feb 15 15:10:21 2010
> > New Revision: 203926
> > URL: http://svn.freebsd.org/changeset/base/203926
> >
> > Log:
> > fortune(6) switch to 3-cla
In message <20100218044931.s95...@delplex.bde.org>, Bruce Evans writes:
>On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
>
>> Log:
>> Mention EISDIR as a possible errno.
>
>It's not a possible error.
critter phk> cat > a.c
#include
#include
int
main(int argc, char **argv)
{
if (unlink("/
On Thu, 18 Feb 2010, Bruce Evans wrote:
On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
Log:
Mention EISDIR as a possible errno.
It's not a possible error.
...
Related bug: unlink(1) bogusly prints a messages that looks like
strerror(EISDIR). It doesn't even try unlink(2) on directories,
On Wed, Feb 17, 2010 at 11:13 AM, Bruce Evans wrote:
> On Thu, 18 Feb 2010, Bruce Evans wrote:
>
>> On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
>>
>>> Log:
>>> Mention EISDIR as a possible errno.
>>
>> It's not a possible error.
>>
>>> ...
>
> Related bug: unlink(1) bogusly prints a messages th
On Wed, Feb 17, 2010 at 1:11 AM, Poul-Henning Kamp wrote:
> Author: phk
> Date: Wed Feb 17 09:11:21 2010
> New Revision: 203990
> URL: http://svn.freebsd.org/changeset/base/203990
>
> Log:
> Mention EISDIR as a possible errno.
>
> Modified:
> head/lib/libc/sys/unlink.2
>
> Modified: head/lib/lib
On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
In message <20100218044931.s95...@delplex.bde.org>, Bruce Evans writes:
On Wed, 17 Feb 2010, Poul-Henning Kamp wrote:
Log:
Mention EISDIR as a possible errno.
It's not a possible error.
critter phk> cat > a.c
#include
#include
int
main(int
On Wed, 17 Feb 2010, Garrett Cooper wrote:
On Wed, Feb 17, 2010 at 11:13 AM, Bruce Evans wrote:
On Thu, 18 Feb 2010, Bruce Evans wrote:
...
Related bug: unlink(1) bogusly prints a messages that looks like
strerror(EISDIR). ?It doesn't even try unlink(2) on directories,
but prints this mes
On Wednesday 17 February 2010 1:51:33 pm Ulrich Spörlein wrote:
> On Wed, 17.02.2010 at 11:43:57 -0500, John Baldwin wrote:
> > On Monday 15 February 2010 10:10:22 am Ulrich Spoerlein wrote:
> > > Author: uqs
> > > Date: Mon Feb 15 15:10:21 2010
> > > New Revision: 203926
> > > URL: http://svn.free
Ulrich Spörlein writes:
> That said, the only object code altering change is the replacing of
> exit(0) with return(0) at the end of main().
That's a regression.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://
Author: jhb
Date: Wed Feb 17 21:17:54 2010
New Revision: 204012
URL: http://svn.freebsd.org/changeset/base/204012
Log:
Fix a bug where MSI interrupts on x86 were always routed to APIC ID 0 rather
than the APIC ID of the boot CPU prior to SI_SUB_SMP. This resulted in
some storage controllers
Author: jhb
Date: Wed Feb 17 21:19:10 2010
New Revision: 204013
URL: http://svn.freebsd.org/changeset/base/204013
Log:
Fix a bug where MSI interrupts on x86 were always routed to APIC ID 0 rather
than the APIC ID of the boot CPU prior to SI_SUB_SMP. This resulted in
some storage controllers
Author: jhb
Date: Wed Feb 17 21:20:54 2010
New Revision: 204014
URL: http://svn.freebsd.org/changeset/base/204014
Log:
Fix a bug where MSI interrupts on x86 were always routed to APIC ID 0 rather
than the APIC ID of the boot CPU prior to SI_SUB_SMP. This resulted in
some storage controllers
Author: jilles
Date: Wed Feb 17 22:22:20 2010
New Revision: 204016
URL: http://svn.freebsd.org/changeset/base/204016
Log:
sh: arith: Test an octal constant as well.
Modified:
head/tools/regression/bin/sh/expansion/arith2.0
Modified: head/tools/regression/bin/sh/expansion/arith2.0
===
Author: jilles
Date: Wed Feb 17 22:25:22 2010
New Revision: 204017
URL: http://svn.freebsd.org/changeset/base/204017
Log:
sh: arith: Add a test for a bug in the dash arith code,
which I plan to import at some point.
Our current code handles it fine and it should stay that way.
Added:
head
Author: emaste
Date: Wed Feb 17 22:28:37 2010
New Revision: 204019
URL: http://svn.freebsd.org/changeset/base/204019
Log:
Include command type in COMMAND TIMEOUT messages to aid in debugging.
Modified:
head/sys/dev/aac/aac.c
Modified: head/sys/dev/aac/aac.c
==
Author: mjacob
Date: Thu Feb 18 01:15:58 2010
New Revision: 204023
URL: http://svn.freebsd.org/changeset/base/204023
Log:
Add the long missing "destroy" option [mfc of 203505]
Modified:
stable/8/sbin/geom/class/multipath/geom_multipath.c
Directory Properties:
stable/8/sbin/geom/ (props ch
Author: marcel
Date: Thu Feb 18 01:44:48 2010
New Revision: 204024
URL: http://svn.freebsd.org/changeset/base/204024
Log:
Unbreak WARNS=6 builds for C++ code: -Wold-style-definition is not accepted
by the C++ compiler. Filter it out.
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/s
Author: marcel
Date: Thu Feb 18 02:06:57 2010
New Revision: 204025
URL: http://svn.freebsd.org/changeset/base/204025
Log:
Allow suppression of -Wcast-align for WARNS>=4 by defining
NO_WCAST_ALIGN. The headers of the standard C++ library are
not 64-bit clean and trigger the warning. This prev
Author: marcel
Date: Thu Feb 18 03:32:51 2010
New Revision: 204027
URL: http://svn.freebsd.org/changeset/base/204027
Log:
Also add DEBUG_FLAGS to CXXFLAGS if defined.
Modified:
head/share/mk/bsd.prog.mk
Modified: head/share/mk/bsd.prog.mk
=
Author: imp
Date: Thu Feb 18 05:14:36 2010
New Revision: 204030
URL: http://svn.freebsd.org/changeset/base/204030
Log:
bc and dc are not BSD version, not GNU version.
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
=
In message: <201002180206.o1i26vjl023...@svn.freebsd.org>
Marcel Moolenaar writes:
: Allow suppression of -Wcast-align for WARNS>=4 by defining
: NO_WCAST_ALIGN. The headers of the standard C++ library are
: not 64-bit clean and trigger the warning. This prevents use
: of WARNS
Author: neel
Date: Thu Feb 18 05:49:52 2010
New Revision: 204031
URL: http://svn.freebsd.org/changeset/base/204031
Log:
Kernel module support for mips.
Reviewed by: gonzo
Tested by: Alexandr Rybalko (r...@dlink.ua)
Modified:
head/share/mk/bsd.cpu.mk
head/sys/conf/files.mips
head
Garrett Cooper wrote:
On Wed, Feb 17, 2010 at 1:11 AM, Poul-Henning Kamp wrote:
Author: phk
Date: Wed Feb 17 09:11:21 2010
New Revision: 203990
URL: http://svn.freebsd.org/changeset/base/203990
Log:
Mention EISDIR as a possible errno.
Modified:
head/lib/libc/sys/unlink.2
This is wrong
38 matches
Mail list logo