Author: ed
Date: Sun May 19 07:44:01 2013
New Revision: 250806
URL: http://svnweb.freebsd.org/changeset/base/250806
Log:
Remove lint case for _Thread_local.
I added this block, knowing that lint does not support _Thread_local.
When linting, we could argue that we don't care about TLS (yet
On Sun, May 19, 2013 at 07:44:02AM +, Ed Schouten wrote:
> Author: ed
> Date: Sun May 19 07:44:01 2013
> New Revision: 250806
> URL: http://svnweb.freebsd.org/changeset/base/250806
>
> Log:
> Remove lint case for _Thread_local.
>
> I added this block, knowing that lint does not support
Author: tuexen
Date: Sun May 19 16:06:43 2013
New Revision: 250809
URL: http://svnweb.freebsd.org/changeset/base/250809
Log:
Initialize the fibnum for outgoing packets to 0. This avoids
crashing due to the usage of uninitialized fibnum.
This bugs became visiable after
http://svnweb.freebsd
Author: andrew
Date: Sun May 19 16:25:09 2013
New Revision: 250810
URL: http://svnweb.freebsd.org/changeset/base/250810
Log:
Add a comment explaining why stack_capture is empty for EABI and clang.
While here add a comment pointing out that, while r11 is not the frame
pointer on EABI as th
Author: markj
Date: Sun May 19 17:14:36 2013
New Revision: 250812
URL: http://svnweb.freebsd.org/changeset/base/250812
Log:
Re-introduce another part of r249367. This commit fixes a register leak in
dt_cg_ptrsize() and generally cleans up some of the error handling around
register allocation
Author: melifaro
Date: Sun May 19 19:19:01 2013
New Revision: 250813
URL: http://svnweb.freebsd.org/changeset/base/250813
Log:
Finish r85740 : Make IPv6 netmask has address family set.
This pleases routing daemons like bird.
MFC after:2 weeks
Modified:
head/sys/netinet6/in6.c
Modi
Author: melifaro
Date: Sun May 19 19:42:46 2013
New Revision: 250815
URL: http://svnweb.freebsd.org/changeset/base/250815
Log:
Really fix netmask address family this time.
MFC with: r250813
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/netinet6/in6.c
=
Author: pjd
Date: Sun May 19 23:28:28 2013
New Revision: 250816
URL: http://svnweb.freebsd.org/changeset/base/250816
Log:
Protect SDT_PROBE() with do { } while (0) loop.
Modified:
head/sys/sys/sdt.h
Modified: head/sys/sys/sdt.h
Author: pjd
Date: Sun May 19 23:29:22 2013
New Revision: 250817
URL: http://svnweb.freebsd.org/changeset/base/250817
Log:
Use SDT_PROBE1() instead of SDT_PROBE().
Modified:
head/sys/kern/kern_priv.c
Modified: head/sys/kern/kern_priv.c
=
Author: pjd
Date: Sun May 19 23:30:24 2013
New Revision: 250818
URL: http://svnweb.freebsd.org/changeset/base/250818
Log:
Style nits.
Modified:
head/sys/kern/kern_priv.c
Modified: head/sys/kern/kern_priv.c
==
--- hea
Author: mav
Date: Mon May 20 00:33:54 2013
New Revision: 250819
URL: http://svnweb.freebsd.org/changeset/base/250819
Log:
Fix vdc->Secondary_Element_Count metadata field access from 16 to 8 bit.
In some cases it could cause kernel panic during failed drive replacement.
Reported by: trasz
Author: markj
Date: Mon May 20 02:10:18 2013
New Revision: 250820
URL: http://svnweb.freebsd.org/changeset/base/250820
Log:
Remove a block of code that was not intended to be part of the previous
revision.
X-MFC with: r250812
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/comm
On Thu, Feb 21, 2013 at 06:49:12AM +, Alexey Dokuchaev wrote:
> On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote:
> > New Revision: 247086
> > URL: http://svnweb.freebsd.org/changeset/base/247086
> >
> > Log:
> > Correct comment about use of pmtimer, and the real reason it isn't
>
Author: pfg
Date: Mon May 20 03:15:25 2013
New Revision: 250823
URL: http://svnweb.freebsd.org/changeset/base/250823
Log:
grep: change some int types.
Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is
14 matches
Mail list logo