Author: markj
Date: Sun May 17 04:17:08 2015
New Revision: 283027
URL: https://svnweb.freebsd.org/changeset/base/283027
Log:
Actually remove siftr-related definitions from tcp.d, missed in r283026.
Modified:
head/cddl/lib/libdtrace/tcp.d
Modified: head/cddl/lib/libdtrace/tcp.d
==
Author: markj
Date: Sun May 17 04:09:22 2015
New Revision: 283026
URL: https://svnweb.freebsd.org/changeset/base/283026
Log:
Move siftr-related definitions out of tcp.d and into a separate library
which declares a dependency on siftr(4). This is necessitated by a
reference to struct pkt_node
> On May 16, 2015, at 18:45, Adrian Chadd wrote:
>
> Did you commit files with DOS newlines in them? :)
>
> tsk tsk tsk tsk tsk. I think should fix that..
Better yet it should probably be disabled in svn...
___
svn-src-head@freebsd.org mailing list
h
Author: markj
Date: Sun May 17 03:59:08 2015
New Revision: 283025
URL: https://svnweb.freebsd.org/changeset/base/283025
Log:
As dtrace(1) processes D libraries under /usr/lib/dtrace, the compiler may
return an error if one of the depends_on directives in a library is not
satisfied. In this c
Author: markj
Date: Sun May 17 03:50:42 2015
New Revision: 283024
URL: https://svnweb.freebsd.org/changeset/base/283024
Log:
When in lazyload mode, write the DOF to a temporary file and rename it
rather than writing directly to the output file.
CID: 1147172
Modified:
head/cddl/contrib
Did you commit files with DOS newlines in them? :)
tsk tsk tsk tsk tsk. I think should fix that..
-adrian
___
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-un
Author: allanjude (doc committer)
Date: Sun May 17 00:55:44 2015
New Revision: 283023
URL: https://svnweb.freebsd.org/changeset/base/283023
Log:
bsdinstall/zfsboot: Skip adding swap lines to /etc/fstab if swap is 0 sized
Differential Revision:https://reviews.freebsd.org/D2571
Revi
Author: adrian
Date: Sat May 16 23:51:24 2015
New Revision: 283022
URL: https://svnweb.freebsd.org/changeset/base/283022
Log:
Increment the vm stats "v_intr" counter so the global system interrupt
statistics work again.
I'm not sure why/when this broke, only that it used to work fine.
Author: ngie
Date: Sat May 16 22:53:26 2015
New Revision: 283018
URL: https://svnweb.freebsd.org/changeset/base/283018
Log:
Fix more warnings related to missing headers
MFC after: 1 week
Modified:
head/tools/regression/p1003_1b/main.c
head/tools/regression/p1003_1b/prutil.c
Modified:
Author: imp
Date: Sat May 16 21:24:32 2015
New Revision: 283014
URL: https://svnweb.freebsd.org/changeset/base/283014
Log:
Don't allow unmapped I/O. The pmap isn't quite up to the task. Add a
comment to this effect and switch the default. My old AT91SAM9G20
now boots, fsck's the SD card and
Author: ian
Date: Sat May 16 21:08:33 2015
New Revision: 283013
URL: https://svnweb.freebsd.org/changeset/base/283013
Log:
Re-link ubldr when any of its libraries change.
Modified:
head/sys/boot/arm/uboot/Makefile
Modified: head/sys/boot/arm/uboot/Makefile
===
On 5/3/15, Oliver Pinter wrote:
> On 5/3/15, Baptiste Daroussin wrote:
>> On Sun, May 03, 2015 at 04:00:15PM +0200, Oliver Pinter wrote:
>>> On 5/1/15, Baptiste Daroussin wrote:
>>> > Author: bapt
>>> > Date: Fri May 1 18:32:16 2015
>>> > New Revision: 282314
>>> > URL: https://svnweb.freebsd.o
Author: rpaulo
Date: Sat May 16 20:06:39 2015
New Revision: 283012
URL: https://svnweb.freebsd.org/changeset/base/283012
Log:
acpi_ibm: whitespace.
Modified:
head/sys/dev/acpi_support/acpi_ibm.c
Modified: head/sys/dev/acpi_support/acpi_ibm.c
==
Author: bz
Date: Sat May 16 20:04:49 2015
New Revision: 283011
URL: https://svnweb.freebsd.org/changeset/base/283011
Log:
More tr -d '\r' t make config happy and
some re-alignment whitespace changes.
Modified:
head/sys/arm/annapurna/alpine/files.alpine
head/sys/arm/annapurna/alpine/std.al
> Il giorno 16/mag/2015, alle ore 14:01, Bryan Drewery
> ha scritto:
>
> On 5/16/2015 12:31 PM, Pedro Giffuni wrote:
>> FWIW, and somewhat off-topic ...
>>
>> On 05/16/15 11:40, Bryan Drewery wrote:
>>> ...
>>> Modified:
>>> head/lib/libthr/thread/thr_spec.c
>>>
>>> Thank you for this!
>>>
On 5/16/2015 12:31 PM, Pedro Giffuni wrote:
> FWIW, and somewhat off-topic ...
>
> On 05/16/15 11:40, Bryan Drewery wrote:
>> ...
>> Modified:
>>head/lib/libthr/thread/thr_spec.c
>>
>> Thank you for this!
>>
>> I have a lot of patches at Isilon for adding a libc cleanup function to
>> free all
FWIW, and somewhat off-topic ...
On 05/16/15 11:40, Bryan Drewery wrote:
...
Modified:
head/lib/libthr/thread/thr_spec.c
Thank you for this!
I have a lot of patches at Isilon for adding a libc cleanup function to
free all caching, for use in memory leak detectors such as valgrind. I
even fi
On 5/15/2015 3:40 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Fri May 15 08:40:17 2015
> New Revision: 282948
> URL: https://svnweb.freebsd.org/changeset/base/282948
>
> Log:
> Some third-party malloc(3) implementations use pthread_setspecific(3)
> to handle per-thread information. S
Author: melifaro
Date: Sat May 16 13:11:35 2015
New Revision: 283009
URL: https://svnweb.freebsd.org/changeset/base/283009
Log:
* Update SFF-8024 Identifier constants.
* Fix SFF_8436_CC_EXT in SFF-8436 memory map.
* Add SFF-8436/8636 bits (revision compliance/nominal bitrate).
* Do some sm
Author: rmacklem
Date: Sat May 16 12:05:26 2015
New Revision: 283008
URL: https://svnweb.freebsd.org/changeset/base/283008
Log:
Add a warning message to mountd for exported file
systems that are automounted, since that configuration
isn't supported. This still allows the export, since
two
Author: arybchik
Date: Sat May 16 10:35:30 2015
New Revision: 283007
URL: https://svnweb.freebsd.org/changeset/base/283007
Log:
sfxge: avoid usage of ifm_data
The driver uses ifm_data to save capabilities mask calculated during
initialization when supported phy modes are discovered.
The
Author: thomas
Date: Sat May 16 10:31:15 2015
New Revision: 283006
URL: https://svnweb.freebsd.org/changeset/base/283006
Log:
Minor comments fixes
Modified:
head/sys/boot/i386/boot0/boot0.S
Modified: head/sys/boot/i386/boot0/boot0.S
===
Author: bz
Date: Sat May 16 10:27:27 2015
New Revision: 283005
URL: https://svnweb.freebsd.org/changeset/base/283005
Log:
tr -d '\r' makes config a lot more happy.
Modified:
head/sys/arm/conf/ALPINE
Modified: head/sys/arm/conf/ALPINE
==
Author: delphij
Date: Sat May 16 08:12:00 2015
New Revision: 283003
URL: https://svnweb.freebsd.org/changeset/base/283003
Log:
path.h is not needed here.
Modified:
head/usr.sbin/syslogd/pathnames.h
Modified: head/usr.sbin/syslogd/pathnames.h
==
24 matches
Mail list logo