86838)
+++ head/UPDATING Mon Aug 17 07:36:12 2015(r286839)
@@ -31,6 +31,21 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150817:
+
Author: glebius
Date: Mon Aug 17 09:18:54 2015
New Revision: 286840
URL: https://svnweb.freebsd.org/changeset/base/286840
Log:
Belatedly fix documentation on which interface to use as argument.
Modified:
head/usr.sbin/wlandebug/wlandebug.8
Modified: head/usr.sbin/wlandebug/wlandebug.8
==
El 16/08/15 a les 11.50, Konstantin Belousov ha escrit:
> On Sun, Aug 16, 2015 at 12:03:58PM +0300, Konstantin Belousov wrote:
>> On Sun, Aug 16, 2015 at 10:16:53AM +0200, Roger Pau Monn?? wrote:
>>> pmap_map_io_transient contains some of this logic, but it uses
>>> vmem_alloc (with M_WAITOK) inste
On Mon, Aug 17, 2015 at 09:18:54AM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Aug 17 09:18:54 2015
> New Revision: 286840
> URL: https://svnweb.freebsd.org/changeset/base/286840
>
> Log:
> Belatedly fix documentation on which interface to use as argument.
>
> Modified:
> head/u
Author: emaste
Date: Mon Aug 17 10:48:55 2015
New Revision: 286842
URL: https://svnweb.freebsd.org/changeset/base/286842
Log:
Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAP
For most cases they are equivalent, but BINUTILS_BOOTSTRAP is a
BROKEN_OPTION on arm64 as the in-tree GNU b
On Mon, Aug 17, 2015 at 12:47:06PM +0200, Baptiste Daroussin wrote:
B> > @@ -24,7 +24,7 @@
B> > .\"
B> > .\" $FreeBSD$
B> > .\"
B> > -.Dd July 17, 2009
B> > +.Dd August 17, 2015
B> > .Dt WLANDEBUG 8
B> > .Os
B> > .Sh NAME
B> > @@ -45,7 +45,7 @@ Running
B> > .Nm
B> > without any options will
Author: ed
Date: Mon Aug 17 13:07:12 2015
New Revision: 286844
URL: https://svnweb.freebsd.org/changeset/base/286844
Log:
Don't forget to invoke pre_execve() and post_execve().
CloudABI's proc_exec() was implemented before r282708 introduced
pre_execve() and post_execve(). Sync up by addi
Author: loos
Date: Mon Aug 17 16:51:37 2015
New Revision: 286845
URL: https://svnweb.freebsd.org/changeset/base/286845
Log:
Fix a few bugs when gpiobus is detaching:
- Detach the gpiobus and the gpioc devices from the GPIO controller.
- Fix the leak of gpiobus IRQ rman(9) region desc
Author: loos
Date: Mon Aug 17 17:01:26 2015
New Revision: 286846
URL: https://svnweb.freebsd.org/changeset/base/286846
Log:
Fix the build of gpiobus as a module.
Add the missing newbus interfaces and gpioc, which is part of basic gpiobus
framework.
Sponsored by: Rubicon Communication
Author: loos
Date: Mon Aug 17 17:09:57 2015
New Revision: 286847
URL: https://svnweb.freebsd.org/changeset/base/286847
Log:
gpioled(4) depends on gpiobus.
This fixes the loading of gpioled as a module.
Sponsored by: Rubicon Communications (Netgate)
Modified:
head/sys/dev/gpio/gpiole
Author: jhb
Date: Mon Aug 17 17:52:28 2015
New Revision: 286848
URL: https://svnweb.freebsd.org/changeset/base/286848
Log:
- Decode the arguments for several signal-related system calls: sigpending,
sigqueue, sigreturn, sigsuspend, sigtimedwait, sigwait, sigwaitinfo, and
thr_kill.
- Pr
Author: jhb
Date: Mon Aug 17 17:57:01 2015
New Revision: 286849
URL: https://svnweb.freebsd.org/changeset/base/286849
Log:
Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in a
socket type.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
=
Author: jah
Date: Mon Aug 17 18:28:40 2015
New Revision: 286851
URL: https://svnweb.freebsd.org/changeset/base/286851
Log:
Some cleanups to make the style of pmap_quick_enter_page() and
pmap_quick_remove_page() in arm/pmap-v6-new.c more consistent with the rest of
the file.
Submitted by:
Author: kib
Date: Mon Aug 17 18:42:45 2015
New Revision: 286855
URL: https://svnweb.freebsd.org/changeset/base/286855
Log:
XEN/amd64 may initiate i/o over the pages not mapped by the direct
map. Handle busdma bouncing and ata PIO accesses by using global
frame used by the current CPU locall
Author: jhb
Date: Mon Aug 17 18:47:39 2015
New Revision: 286857
URL: https://svnweb.freebsd.org/changeset/base/286857
Log:
Tidy the linux_socketcall decoding:
- Don't exit if get_struct() fails, instead print the raw pointer value to
match all other argument decoding cases.
- Use an xlat
Author: jhb
Date: Mon Aug 17 19:08:48 2015
New Revision: 286860
URL: https://svnweb.freebsd.org/changeset/base/286860
Log:
Use an xlat table and xlookup() instead of a home-rolled version for the
sigprocmask operation type.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/tru
Author: loos
Date: Mon Aug 17 23:03:54 2015
New Revision: 286862
URL: https://svnweb.freebsd.org/changeset/base/286862
Log:
Fix the copy of addresses passed from userland in table replace command.
The size2 is the maximum userland buffer size (used when the addresses are
copied back to us
Author: emaste
Date: Mon Aug 17 23:19:36 2015
New Revision: 286863
URL: https://svnweb.freebsd.org/changeset/base/286863
Log:
On arm64 disable three tests that hang or panic
Each issue has a PR open to track. This workaround allows us to run the
tests to investigate the failures and avoid
Author: adrian
Date: Mon Aug 17 23:35:31 2015
New Revision: 286864
URL: https://svnweb.freebsd.org/changeset/base/286864
Log:
Migrate ifp->if_softc -> ic->ic_softc.
Tested:
* Lenovo T400 (Intel 5300)
* make universe
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/i
Author: adrian
Date: Mon Aug 17 23:44:38 2015
New Revision: 286865
URL: https://svnweb.freebsd.org/changeset/base/286865
Log:
Convert more ifp->if_softc -> ic->ic_softc.
These should be a big no-op.
Tested:
* make universe
Modified:
head/sys/dev/bwi/if_bwi.c
head/sys/dev/bwn/
Author: jasone
Date: Tue Aug 18 00:21:25 2015
New Revision: 286866
URL: https://svnweb.freebsd.org/changeset/base/286866
Log:
Update jemalloc to version 4.0.0.
Added:
head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
(contents, props changed)
head/contrib/jemalloc
Author: marcel
Date: Tue Aug 18 00:47:02 2015
New Revision: 286867
URL: https://svnweb.freebsd.org/changeset/base/286867
Log:
Support frame buffers that are larger than the default screen
size as defined by VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT
(at this time 2048x1200). The default is
On Mon, Aug 17, 2015 at 5:21 PM, Jason Evans wrote:
> Author: jasone
> Date: Tue Aug 18 00:21:25 2015
> New Revision: 286866
> URL: https://svnweb.freebsd.org/changeset/base/286866
>
> Log:
> Update jemalloc to version 4.0.0.
Relnotes: yes!
Also, is there a summary of the changes that can be p
Author: marcel
Date: Tue Aug 18 01:53:41 2015
New Revision: 286868
URL: https://svnweb.freebsd.org/changeset/base/286868
Log:
Add 24 more page table pages we allocate on boot-up. 16MB slop
is a little tight in and by itself, but severily insufficient
when one needs to map a large frame buffe
Jason Evans writes:
> Author: jasone
> Date: Tue Aug 18 00:21:25 2015
> New Revision: 286866
> URL: https://svnweb.freebsd.org/changeset/base/286866
>
> Log:
> Update jemalloc to version 4.0.0.
Can you bump __FreeBSD_version for non-standard API changes? Some ports
like www/firefox may want to
Author: melifaro
Date: Tue Aug 18 06:16:19 2015
New Revision: 286869
URL: https://svnweb.freebsd.org/changeset/base/286869
Log:
Fix panic when handling non-inet arp message introduced in r286825.
Submitted by: delphij
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_e
Author: jasone
Date: Tue Aug 18 06:28:37 2015
New Revision: 286870
URL: https://svnweb.freebsd.org/changeset/base/286870
Log:
Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages.
Modified:
head/contrib/jemalloc/FREEBSD-upgrade
head/contrib/jemalloc/include/jemalloc/internal/size_classe
27 matches
Mail list logo