Author: avg
Date: Tue Jul 16 07:26:46 2013
New Revision: 253380
URL: http://svnweb.freebsd.org/changeset/base/253380
Log:
libc: name passed into __setenv is not necessarily NUL-terminated
That's particularly true when __setenv is called from __merge_environ.
MFC after:4 days
Modif
Author: kevlo
Date: Tue Jul 16 09:22:50 2013
New Revision: 253384
URL: http://svnweb.freebsd.org/changeset/base/253384
Log:
Add missing header needed by sleep(3).
Modified:
head/tools/regression/pthread/cv_cancel1/cv_cancel1.c
Modified: head/tools/regression/pthread/cv_cancel1/cv_cancel1.c
=
Author: kevlo
Date: Tue Jul 16 09:38:51 2013
New Revision: 253385
URL: http://svnweb.freebsd.org/changeset/base/253385
Log:
Use MAN= instead of NO_MAN=
For some reason it still tries to install a priv.1 when using NO_MAN,
even though there isn't one yet.
Modified:
head/tools/regression
Author: kevlo
Date: Tue Jul 16 09:40:59 2013
New Revision: 253386
URL: http://svnweb.freebsd.org/changeset/base/253386
Log:
Need to define NO_MAN here.
Modified:
head/tools/regression/sbin/dhclient/Makefile
Modified: head/tools/regression/sbin/dhclient/Makefile
==
Author: glebius
Date: Tue Jul 16 12:22:36 2013
New Revision: 253391
URL: http://svnweb.freebsd.org/changeset/base/253391
Log:
Sweep unused nlist entries.
Sponsored by: Nginx, Inc.
Modified:
head/usr.bin/netstat/main.c
Modified: head/usr.bin/netstat/main.c
===
On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote:
> Author: ae
> Date: Mon Jul 15 15:40:57 2013
> New Revision: 253367
> URL: http://svnweb.freebsd.org/changeset/base/253367
>
> Log:
> Include sys/systm.h after sys/param.h.
>
> Suggested by: pluknet
Does this fix somethin
On Tue, 16 Jul 2013, John Baldwin wrote:
On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote:
Log:
Include sys/systm.h after sys/param.h.
Suggested by: pluknet
Does this fix something?
Style bugs at least. sys/systm.h defines APIs which may be used in
other headers (in inline
Author: jhb
Date: Tue Jul 16 14:42:16 2013
New Revision: 253392
URL: http://svnweb.freebsd.org/changeset/base/253392
Log:
Workaround some broken BIOSes that specify edge-sensitive but active-low
settings for ACPI-enumerated serial ports by forcing any IRQs that use
an ISA IRQ value with thes
On Tuesday, July 16, 2013 10:35:21 am Bruce Evans wrote:
> On Tue, 16 Jul 2013, John Baldwin wrote:
>
> > On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote:
> >> Log:
> >> Include sys/systm.h after sys/param.h.
> >>
> >> Suggested by:pluknet
> >
> > Does this fix something?
>
>
On 16 July 2013 18:02, John Baldwin wrote:
> On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote:
>> Author: ae
>> Date: Mon Jul 15 15:40:57 2013
>> New Revision: 253367
>> URL: http://svnweb.freebsd.org/changeset/base/253367
>>
>> Log:
>> Include sys/systm.h after sys/param.h.
>>
>>
Author: jimharris
Date: Tue Jul 16 15:45:37 2013
New Revision: 253393
URL: http://svnweb.freebsd.org/changeset/base/253393
Log:
Do not throw an error if the user requests to activate the image from
an empty firmware slot, as long as the user has specified a firmware
image to download into th
Author: andre
Date: Tue Jul 16 16:37:08 2013
New Revision: 253395
URL: http://svnweb.freebsd.org/changeset/base/253395
Log:
Free the non-fatal "timestamp missing" debug string manually as it is
not covered by the catch-all free for the error cases.
Found by: Coverity
Modified:
head
(r253396)
@@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130716:
+ The default ARM ABI has changed to the ARM EABI. The old ABI is
+
Author: andrew
Date: Tue Jul 16 19:20:50 2013
New Revision: 253397
URL: http://svnweb.freebsd.org/changeset/base/253397
Log:
Regen.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: kib
Date: Tue Jul 16 20:14:23 2013
New Revision: 253398
URL: http://svnweb.freebsd.org/changeset/base/253398
Log:
Add a tunable to force disable MSI use for xhci(4).
Requested and tested by: delphij
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head
>- GDB can have issues with executables built with clang.
Can you clarify that?
Thanks, Roman
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...
Author: andrew
Date: Tue Jul 16 23:19:05 2013
New Revision: 253400
URL: http://svnweb.freebsd.org/changeset/base/253400
Log:
Fix vfp:
- We should check is_d32 to see howmany registers we have
- In vfp_restore mark vfpscr as an output register
Without the second part it appears we can
Author: kevlo
Date: Wed Jul 17 00:54:21 2013
New Revision: 253402
URL: http://svnweb.freebsd.org/changeset/base/253402
Log:
Use PRId64 instead of %gd to print an int64_t.
Modified:
head/tools/regression/aio/aiop/aiop.c
Modified: head/tools/regression/aio/aiop/aiop.c
=
Author: kevlo
Date: Wed Jul 17 00:58:23 2013
New Revision: 253403
URL: http://svnweb.freebsd.org/changeset/base/253403
Log:
Add missing headers.
Modified:
head/tools/regression/lib/libc/gen/test-fpclassify.c
head/tools/regression/lib/libc/gen/test-ftw.c
Modified: head/tools/regression/lib/
Author: yongari
Date: Wed Jul 17 01:24:23 2013
New Revision: 253404
URL: http://svnweb.freebsd.org/changeset/base/253404
Log:
o TxD ring requires 8 bytes alignment to work so change alignment
constraint to 8. Previously it may have triggered watchdog
timeouts.
o Check whether inter
Author: yongari
Date: Wed Jul 17 01:34:25 2013
New Revision: 253406
URL: http://svnweb.freebsd.org/changeset/base/253406
Log:
Avoid magic constant.
No functional change.
Modified:
head/sys/dev/ae/if_ae.c
head/sys/dev/ae/if_aereg.h
Modified: head/sys/dev/ae/if_ae.c
===
Author: np
Date: Wed Jul 17 02:37:40 2013
New Revision: 253407
URL: http://svnweb.freebsd.org/changeset/base/253407
Log:
Specify a timeout for the PL block.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/firmware/t5fw_cfg.txt
Modified: head/sys/dev/cxgbe/firmware/t5fw_cfg.txt
===
On 16.07.2013 11:26, Andriy Gapon wrote:
> Modified: head/lib/libc/stdlib/getenv.c
> ==
> --- head/lib/libc/stdlib/getenv.c Tue Jul 16 06:50:22 2013
> (r253379)
> +++ head/lib/libc/stdlib/getenv.c Tue Jul 16
Author: yongari
Date: Wed Jul 17 04:53:53 2013
New Revision: 253408
URL: http://svnweb.freebsd.org/changeset/base/253408
Log:
Implement workaround for BCM5719/BCM5720 TX hang.
The read DMA request logic operation is based on having sufficient
available space in the transmit data buffer (TXMB
On 17.07.2013 8:48, Andrey Chernov wrote:
> On 17.07.2013 8:10, Andrey Chernov wrote:
>> On 16.07.2013 11:26, Andriy Gapon wrote:
>>> Modified: head/lib/libc/stdlib/getenv.c
>>> ==
>>> --- head/lib/libc/stdlib/getenv.c Tu
On 17.07.2013 8:10, Andrey Chernov wrote:
> On 16.07.2013 11:26, Andriy Gapon wrote:
>> Modified: head/lib/libc/stdlib/getenv.c
>> ==
>> --- head/lib/libc/stdlib/getenv.cTue Jul 16 06:50:22 2013
>> (r253379)
>>
On Thu, Jul 11, 2013 at 5:26 AM, John Baldwin wrote:
> On Wednesday, July 10, 2013 7:58:30 pm Garrett Cooper wrote:
>> On Tue, Jul 9, 2013 at 8:20 AM, John Baldwin wrote:
>>
>> ...
>>
>> > I hadn't seen it. I had wondered if the '\n' issue was a generic sysfs
>> > thing.
>> > It sounds like it
27 matches
Mail list logo