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
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
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: 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
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 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
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: 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: 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: 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: 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: 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 19:06:14 2015
New Revision: 286859
URL: https://svnweb.freebsd.org/changeset/base/286859
Log:
MFC r286260:
Remove the mtx_sleep() from the kqueue f_event filter.
The filter is called from the network hot path and must not sleep.
The filter runs wit
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: loos
Date: Mon Aug 17 18:43:39 2015
New Revision: 286856
URL: https://svnweb.freebsd.org/changeset/base/286856
Log:
MFC r286140:
Remove the sleep from the buffer allocation routine.
The buffer must be allocated (or even changed) before the interface is set
and thus, there
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: kib
Date: Mon Aug 17 18:36:16 2015
New Revision: 286854
URL: https://svnweb.freebsd.org/changeset/base/286854
Log:
MFC r286777:
Comment only change, fix grammar and somewhat clarify the action.
Modified:
stable/10/sys/x86/iommu/intel_idpgtbl.c
Directory Properties:
stable/10/ (p
Author: kib
Date: Mon Aug 17 18:34:54 2015
New Revision: 286853
URL: https://svnweb.freebsd.org/changeset/base/286853
Log:
MFC r286582:
Pre-resolve symbols required for the deferred signal processing.
Modified:
stable/10/lib/libthr/thread/thr_rtld.c
stable/10/lib/libthr/thread/thr_sig.c
D
Author: kib
Date: Mon Aug 17 18:33:16 2015
New Revision: 286852
URL: https://svnweb.freebsd.org/changeset/base/286852
Log:
MFC r286228:
Clear the IA32_MISC_ENABLE MSR bit on APs.
Modified:
stable/10/sys/amd64/amd64/mp_machdep.c
stable/10/sys/amd64/include/md_var.h
stable/10/sys/i386/i38
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: loos
Date: Mon Aug 17 18:21:18 2015
New Revision: 286850
URL: https://svnweb.freebsd.org/changeset/base/286850
Log:
MFC r286139:
Do not allocate the buffers at opening of the descriptor, because once
the buffer is allocated we are committed to a particular buffer method
(B
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: 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: 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: 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 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
I’d like to inquire if it’s possible to purchase advertising space on your
website.
If there is any space available please let me know and we could discuss
further details.
Looking forward to your positive reply.
Thanks,
Lauraine
___
svn-src-all@freeb
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: ed
Date: Mon Aug 17 12:51:46 2015
New Revision: 286843
URL: https://svnweb.freebsd.org/changeset/base/286843
Log:
MFC r285715:
Add an API for easily creating userspace threads in kernelspace.
This change refactors the existing create_thread() function to be more
generic
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: 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 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: glebius
Date: Mon Aug 17 10:03:23 2015
New Revision: 286841
URL: https://svnweb.freebsd.org/changeset/base/286841
Log:
Merge r283612:
Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3
with fresh firmware. The low level code is based on code provided by
M
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
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
==
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:
+
36 matches
Mail list logo