Author: jhibbits
Date: Wed Apr 8 04:37:11 2015
New Revision: 281262
URL: https://svnweb.freebsd.org/changeset/base/281262
Log:
Clean up printtrap a little.
* Sort exceptions
* Add printing of ESR on book-e, and only print DSISR on AIM
Modified:
head/sys/powerpc/powerpc/trap.c
Modifie
Author: jhibbits
Date: Wed Apr 8 04:35:26 2015
New Revision: 281261
URL: https://svnweb.freebsd.org/changeset/base/281261
Log:
Add DTrace support for Book-E PowerPC.
Book-E got DTrace support for free with r281096&related. This adds the bits
to
the db_trap_glue() to support FBT.
R
Author: eadler
Date: Wed Apr 8 04:01:02 2015
New Revision: 281260
URL: https://svnweb.freebsd.org/changeset/base/281260
Log:
newvers.sh: remove 'X' hack from shell script
Reviewed by: allanjude, Daniel O'Connor
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
===
Author: markj
Date: Wed Apr 8 02:43:05 2015
New Revision: 281258
URL: https://svnweb.freebsd.org/changeset/base/281258
Log:
Add a DTRACEFLAGS variable, which can be used to pass additional variables
to dtrace(1) invocations during a build. This change includes -C in the
default flags, which
Author: markj
Date: Wed Apr 8 02:36:37 2015
New Revision: 281257
URL: https://svnweb.freebsd.org/changeset/base/281257
Log:
libdtrace: add support for lazyload mode.
Passing "-x lazyload" to dtrace -G during compilation causes dtrace(1) to
not link drti.o into the output object file, so
Author: kib
Date: Wed Apr 8 01:55:22 2015
New Revision: 281254
URL: https://svnweb.freebsd.org/changeset/base/281254
Log:
Account for the offset of the page run when allocating the
dmar_map_entry. Non-zero offset both increases the required mapping
size, which is handled in dmar_bus_dmamap
Author: jhibbits
Date: Wed Apr 8 00:32:39 2015
New Revision: 281243
URL: https://svnweb.freebsd.org/changeset/base/281243
Log:
Fix powerpc setjmp FPR saving/restoring.
X-MFC-With: r279784
Modified:
head/lib/libc/powerpc/gen/_setjmp.S
head/lib/libc/powerpc/gen/setjmp.S
head/lib/lib
Author: jhibbits
Date: Wed Apr 8 00:31:33 2015
New Revision: 281242
URL: https://svnweb.freebsd.org/changeset/base/281242
Log:
Unbreak book-e, broken by the trap.c merge (missed this file).
Modified:
head/sys/powerpc/booke/locore.S
Modified: head/sys/powerpc/booke/locore.S
=
Author: adrian
Date: Tue Apr 7 23:09:34 2015
New Revision: 281239
URL: https://svnweb.freebsd.org/changeset/base/281239
Log:
Move the IPv4 reassembly queue locking from a single lock to be per-bucket
(global).
This significantly improves performance on multi-core servers where there
is
Author: emaste
Date: Tue Apr 7 21:41:26 2015
New Revision: 281238
URL: https://svnweb.freebsd.org/changeset/base/281238
Log:
Add EFI boot1 for i386
loader.efi still needs work, but boot1.efi now builds.
Differential Revision:https://reviews.freebsd.org/D2244
Reviewed by: rp
Author: emaste
Date: Tue Apr 7 21:34:49 2015
New Revision: 281237
URL: https://svnweb.freebsd.org/changeset/base/281237
Log:
EFI: use common reloc.c for all architectures
Much of this file is common to the architectures we support, so share
an implementation by adding a little #ifdef-ery
Author: erj
Date: Tue Apr 7 21:31:17 2015
New Revision: 281236
URL: https://svnweb.freebsd.org/changeset/base/281236
Log:
ifmedia changes:
- Extend the number of available subtypes for Ethernet media by using some
of the ifmedia word's option bits to help denote subtypes. As a result, th
Author: kp
Date: Tue Apr 7 20:29:03 2015
New Revision: 281234
URL: https://svnweb.freebsd.org/changeset/base/281234
Log:
Evaluate packet size after the firewall had its chance
Defer the packet size check until after the firewall has had a look at it.
This
means that the firewall now has
Author: delphij
Date: Tue Apr 7 20:20:09 2015
New Revision: 281229
URL: https://svnweb.freebsd.org/changeset/base/281229
Log:
Mitigate Local Denial of Service with IPv6 Router Advertisements
and log attack attempts.
Submitted by: hrs
Security: FreeBSD-SA-15:09.nd6
Security: C
Author: delphij
Date: Tue Apr 7 20:20:03 2015
New Revision: 281228
URL: https://svnweb.freebsd.org/changeset/base/281228
Log:
Improve patch for SA-15:04.igmp to solve a potential buffer overflow.
Reported by: bde
Submitted by: oshogbo
Modified:
head/sys/netinet/igmp.c
Modified: head
Author: hselasky
Date: Tue Apr 7 19:39:23 2015
New Revision: 281226
URL: https://svnweb.freebsd.org/changeset/base/281226
Log:
Revert r281220 and r281024, so that the new content added and its
wording can be more properly discussed. Spelling fix made is kept.
Suggested by: gleb @
MFC a
Author: markj
Date: Tue Apr 7 19:37:49 2015
New Revision: 281225
URL: https://svnweb.freebsd.org/changeset/base/281225
Log:
Add B_KVAALLOC and B_UNMAPPED to the buf flag name list.
Differential Revision:https://reviews.freebsd.org/D1895
Submitted by: Conrad Meyer
MFC af
Author: emaste
Date: Tue Apr 7 19:31:29 2015
New Revision: 281223
URL: https://svnweb.freebsd.org/changeset/base/281223
Log:
compiler-rt: add floatditf and floatunditf
These are long integer (di_int/du_int) to quad precision floating point
conversions. They may be reworked based on upstr
Author: emaste
Date: Tue Apr 7 19:28:53 2015
New Revision: 281221
URL: https://svnweb.freebsd.org/changeset/base/281221
Log:
compiler-rt: Implement multc3 - quad-precision complex multiplication
This may be reworked based on upstream discussion. This version is here
to support arm64 worl
On Tue, Apr 07, 2015 at 06:52:00PM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Tue Apr 7 18:52:00 2015
H> New Revision: 281220
H> URL: https://svnweb.freebsd.org/changeset/base/281220
H>
H> Log:
H> Just briefly mention about the dangers of non-random IP IDs.
H> A full in de
Author: hselasky
Date: Tue Apr 7 18:52:00 2015
New Revision: 281220
URL: https://svnweb.freebsd.org/changeset/base/281220
Log:
Just briefly mention about the dangers of non-random IP IDs.
A full in depth explanation belongs somewhere else.
Suggested by: gleb @
MFC after:1 week
Mod
On 04/07/15 18:42, Gleb Smirnoff wrote:
Hans,
4 days ago I asked you to back this out, and my request was
ignored. Can you please back this out now?
Yes, it is an interesting stuff, but doesn't belong to the
documentation. If you strongly disagree with me, I'd suggest
to advocate Mike Si
Author: pfg
Date: Tue Apr 7 18:06:46 2015
New Revision: 281216
URL: https://svnweb.freebsd.org/changeset/base/281216
Log:
patch: Bring small updates from OpenBSD
Prevent null pointer dereference on empty input files when diff requires
a specific version.
Fix division by zero for fil
Author: takawata
Date: Tue Apr 7 16:48:23 2015
New Revision: 281210
URL: https://svnweb.freebsd.org/changeset/base/281210
Log:
Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKED
This will fix build.
Modified:
head/lib/libbluetooth/bluetooth.c
head/lib/libbluetooth/dev.c
Hans,
4 days ago I asked you to back this out, and my request was
ignored. Can you please back this out now?
Yes, it is an interesting stuff, but doesn't belong to the
documentation. If you strongly disagree with me, I'd suggest
to advocate Mike Silbersack, who is author of the code. If he
a
Author: allanjude (doc committer)
Date: Tue Apr 7 15:56:08 2015
New Revision: 281209
URL: https://svnweb.freebsd.org/changeset/base/281209
Log:
Fix missing AUTHOR section for jot(1), rs(1), and lam(1)
PR: 196786
Differential Revision:https://reviews.freebsd.org/D2115
Author: brueffer
Date: Tue Apr 7 15:32:25 2015
New Revision: 281206
URL: https://svnweb.freebsd.org/changeset/base/281206
Log:
Add a missing comma.
Submitted by: danfe
Modified:
head/share/man/man4/amdtemp.4
Modified: head/share/man/man4/amdtemp.4
==
> On 07 Apr 2015, at 13:36, Bjoern A. Zeeb wrote:
>
>
>> On 07 Apr 2015, at 10:22 , Takanori Watanabe wrote:
>>
>> Author: takawata
>> Date: Tue Apr 7 10:22:56 2015
>> New Revision: 281198
>> URL: https://svnweb.freebsd.org/changeset/base/281198
>>
>> Log:
>> Initial Bluetooth LE support.
>>
Author: andrew
Date: Tue Apr 7 15:12:03 2015
New Revision: 281204
URL: https://svnweb.freebsd.org/changeset/base/281204
Log:
Get the fdt uart driver working on arm64, there is no machine/fdt.h, and
the default shift should be 2 for the SoCs we support.
Sponsored by: The FreeBSD Foundatio
Author: pfg
Date: Tue Apr 7 14:47:27 2015
New Revision: 281203
URL: https://svnweb.freebsd.org/changeset/base/281203
Log:
Make use of allocation attributes in system headers.
Start using 'alloc_size' attribute in the allocator functions.
This is useful as it helps the compiler generate w
Author: tuexen
Date: Tue Apr 7 14:33:03 2015
New Revision: 281202
URL: https://svnweb.freebsd.org/changeset/base/281202
Log:
The code says "or", not "either or". So fix the documentation.
MFC after: 1 week
Modified:
head/usr.bin/sockstat/sockstat.1
Modified: head/usr.bin/sockstat/socks
On 04/06/15 23:26, Eitan Adler wrote:
On 6 April 2015 at 21:17, Pedro F. Giffuni wrote:
Author: pfg
Date: Tue Apr 7 01:17:29 2015
New Revision: 281181
URL: https://svnweb.freebsd.org/changeset/base/281181
Log:
sort(1): Cleanups and a small memory leak.
Remove useless check for leadin
On Mon, 2015-04-06 at 18:42 -0700, Devin Teske wrote:
> > On Apr 6, 2015, at 6:34 PM, Alexey Dokuchaev wrote:
> >
> > On Mon, Apr 06, 2015 at 11:16:04PM +, Devin Teske wrote:
> >> New Revision: 281178
> >> URL: https://svnweb.freebsd.org/changeset/base/281178
> >>
> >> Log:
> >> Partially r
Author: andrew
Date: Tue Apr 7 13:17:28 2015
New Revision: 281201
URL: https://svnweb.freebsd.org/changeset/base/281201
Log:
We will have fueword on arm64, mark as such in machine/param.h.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/include/param.h
Modified: head/sys/
Author: andrew
Date: Tue Apr 7 12:42:06 2015
New Revision: 281200
URL: https://svnweb.freebsd.org/changeset/base/281200
Log:
Fix uart_fdt_get_clock. It should have beed using the cell variable passed
in, not value on the stack.
Modified:
head/sys/dev/uart/uart_bus_fdt.c
Modified: head/sys
> On 07 Apr 2015, at 10:22 , Takanori Watanabe wrote:
>
> Author: takawata
> Date: Tue Apr 7 10:22:56 2015
> New Revision: 281198
> URL: https://svnweb.freebsd.org/changeset/base/281198
>
> Log:
> Initial Bluetooth LE support.
>
> Note that sockaddr_l2cap structure is changed , check socket
Author: mav
Date: Tue Apr 7 10:25:27 2015
New Revision: 281199
URL: https://svnweb.freebsd.org/changeset/base/281199
Log:
Remove hard limits on number of accepting NFS connections.
Limits of 5 connections set long ago creates problems for SPEC benchmark.
Make the NFS follow system-wide m
Author: takawata
Date: Tue Apr 7 10:22:56 2015
New Revision: 281198
URL: https://svnweb.freebsd.org/changeset/base/281198
Log:
Initial Bluetooth LE support.
Note that sockaddr_l2cap structure is changed , check socket address
to initialize new structure member and define L2CAP_SOCKET_CHE
Author: andrew
Date: Tue Apr 7 09:52:14 2015
New Revision: 281197
URL: https://svnweb.freebsd.org/changeset/base/281197
Log:
Add the start of libc and libstand for arm64. Not all of the machine
dependent functions have been implemented, but this is enough for world.
Differential Revision
Author: jmg
Date: Tue Apr 7 09:00:03 2015
New Revision: 281196
URL: https://svnweb.freebsd.org/changeset/base/281196
Log:
add the define to properly guard this header..
Sponsored by: Netflix, Inc.
Modified:
head/sys/opencrypto/gmac.h
Modified: head/sys/opencrypto/gmac.h
===
On 2015-04-07 08:33:17 (+0200), Hans Ottevanger wrote:
> On 04/06/15 21:05, Kristof Provost wrote:
> > Author: kp
> > Date: Mon Apr 6 19:05:00 2015
> > New Revision: 281164
> > URL: https://svnweb.freebsd.org/changeset/base/281164
> >
> > Log:
> >pf: Skip firewall for refragmented ip6 packets
41 matches
Mail list logo