Author: kib
Date: Sat Jul 18 09:02:50 2015
New Revision: 285670
URL: https://svnweb.freebsd.org/changeset/base/285670
Log:
The si_status field of the siginfo_t, provided by the waitid(2) and
SIGCHLD signal, should keep full 32 bits of the status passed to the
_exit(2).
Split the combine
CC’ing to original lists.
Kip’s problem has come to conclusion, and our final (private) email
is forwarded to the lists with permission.
It should be noted that Kip was importing CURRENT to a fork of
FreeBSD, and there was a potential merging problem that may have
caused a link failure.
M
> On
On 18/07/2015 03:57, Mark Johnston wrote:
> Author: markj
> Date: Sat Jul 18 00:57:30 2015
> New Revision: 285664
> URL: https://svnweb.freebsd.org/changeset/base/285664
>
> Log:
> Pass the lock object to lockstat_nsecs() and return immediately if
> LO_NOPROFILE is set. Some timecounter handle
On Sat, 18 Jul 2015, Mark Johnston wrote:
Log:
Pass the lock object to lockstat_nsecs() and return immediately if
LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
we don't want to recurse if lockstat probes are enabled.
It is an error to call timecounter code from a
Author: trasz
Date: Sat Jul 18 12:03:17 2015
New Revision: 285671
URL: https://svnweb.freebsd.org/changeset/base/285671
Log:
uefisign(8) ships with 10.2.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/uefisign/uefisign.8
Modified: head/usr.sbin/uefis
Author: trasz
Date: Sat Jul 18 12:03:51 2015
New Revision: 285672
URL: https://svnweb.freebsd.org/changeset/base/285672
Log:
fstyp(8) ships with 10.2.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/fstyp/fstyp.8
Modified: head/usr.sbin/fstyp/fstyp.8
Author: trasz
Date: Sat Jul 18 12:17:59 2015
New Revision: 285673
URL: https://svnweb.freebsd.org/changeset/base/285673
Log:
Add CARP events description to devd.conf(5).
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/devd/devd.conf.5
Modified: head/sbin
Author: trasz
Date: Sat Jul 18 12:24:54 2015
New Revision: 285674
URL: https://svnweb.freebsd.org/changeset/base/285674
Log:
Document suspend/resume notification in devd.conf(5).
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/devd/devd.conf.5
Modified:
Author: trasz
Date: Sat Jul 18 12:25:47 2015
New Revision: 285675
URL: https://svnweb.freebsd.org/changeset/base/285675
Log:
Remove a comment in the wrong place.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/etc/devd.conf
Modified: head/etc/devd.conf
==
On 07/18/15 01:26, Bruce Evans wrote:
On Fri, 17 Jul 2015, Pedro Giffuni wrote:
...
The compiler warning is this:
...
===> lib/libsqlite3 (obj,depend,all,install)
cc1: warnings being treated as errors
/scratch/tmp/pfg/head/lib/libsqlite3/../../contrib/sqlite3/sqlite3.c:
In function 'walInde
Author: trasz
Date: Sat Jul 18 15:27:12 2015
New Revision: 285676
URL: https://svnweb.freebsd.org/changeset/base/285676
Log:
Expand sysctl descriptions in iscsi(4) and ctl(4).
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man4/ctl.4
head/share/man
Author: luigi
Date: Sat Jul 18 15:28:32 2015
New Revision: 285677
URL: https://svnweb.freebsd.org/changeset/base/285677
Log:
fix a typo in a comment
Modified:
head/sys/netinet/ip_var.h
Modified: head/sys/netinet/ip_var.h
===
Author: ian
Date: Sat Jul 18 16:56:51 2015
New Revision: 285678
URL: https://svnweb.freebsd.org/changeset/base/285678
Log:
Deselect the sd card before re-selecting it when working around a problem
with some cards that causes them to become deselected after probing for
switch capabilities. T
Author: allanjude (doc committer)
Date: Sat Jul 18 18:49:44 2015
New Revision: 285679
URL: https://svnweb.freebsd.org/changeset/base/285679
Log:
Add support for two workarounds for known issues booting GPT in legacy mode
on some hardware
For Lenovo laptops with buggy bios (x220, t420, t520
Author: kib
Date: Sat Jul 18 19:59:29 2015
New Revision: 285680
URL: https://svnweb.freebsd.org/changeset/base/285680
Log:
Further cleanup after r285607.
Remove useless release semantic for some stores to it_need. For
stores where the release is needed, add a comment explaining why.
Author: jmg
Date: Sat Jul 18 20:19:51 2015
New Revision: 285681
URL: https://svnweb.freebsd.org/changeset/base/285681
Log:
revert r278579, this is in a different compile environment than the
kernel, and needs to be named cpu_id...
Pointed out by: Berislav Purgar
Modified:
head/sy
Author: jmg
Date: Sat Jul 18 20:21:25 2015
New Revision: 285682
URL: https://svnweb.freebsd.org/changeset/base/285682
Log:
other fixes to make boot2 compile for IXP... Properly end the asm
sections, and for some reason, main needs a prototype... If someone
has a better fix, I'm all ears...
On 18 Jul 2015, at 00:53, Pedro Giffuni wrote:
>
> On 07/17/15 17:26, Peter Jeremy wrote:
>> On 2015-Jul-16 22:07:14 +, "Pedro F. Giffuni" wrote:
>>> Log:
>> ...
>>> sqlite: clean a couple of invocations of memcpy(3)
>>>Found almost accidentally by our native gcc when enhanced with
>>>
Author: jmg
Date: Sat Jul 18 22:47:46 2015
New Revision: 285683
URL: https://svnweb.freebsd.org/changeset/base/285683
Log:
move the prototype to the lib.h header.. This makes more sense, and
it's an API between boot2.c and arm_init.S which calls it..
Modified:
head/sys/boot/arm/ixp425/boot
On Sat, Jul 18, 2015 at 08:55:07PM +1000, Bruce Evans wrote:
> On Sat, 18 Jul 2015, Mark Johnston wrote:
>
> > Log:
> > Pass the lock object to lockstat_nsecs() and return immediately if
> > LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
> > we don't want to recurse if
Author: marius
Date: Sun Jul 19 00:38:19 2015
New Revision: 285684
URL: https://svnweb.freebsd.org/changeset/base/285684
Log:
- Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},
fixing parallel builds.
- Don't build gdb/gdbtui/kgdb or libreadline when MK_BINUTILS
21 matches
Mail list logo