On Thu, 19 Nov 2015, Jonathan T. Looney wrote:
On 11/19/15, 12:58 PM, "John Baldwin" wrote:
Note that if you are going to document in each section 9 manpage which
APIs
are not safe to call in a critical section, you will need to update just
about every section 9 manpage. A more prudent approa
Author: rodrigc
Date: Fri Nov 20 05:15:34 2015
New Revision: 291090
URL: https://svnweb.freebsd.org/changeset/base/291090
Log:
Convert vmstat to use libxo.
This patch was based on this patch:
https://github.com/Juniper/libxo/blob/master/patches/vmstat.patch
by Phil Shafer at Juniper
Author: rodrigc
Date: Fri Nov 20 03:24:04 2015
New Revision: 291089
URL: https://svnweb.freebsd.org/changeset/base/291089
Log:
Copy README into /usr/tests
Add a few sentences describing how to run the tests.
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D4224
Author: marius
Date: Fri Nov 20 02:23:35 2015
New Revision: 291088
URL: https://svnweb.freebsd.org/changeset/base/291088
Log:
Avoid a NULL pointer dereference in bounce_bus_dmamap_sync() when the
map has been created via bounce_bus_dmamem_alloc(). Even for coherent
DMA - which bus_dmamem_all
Author: bdrewery
Date: Fri Nov 20 00:22:55 2015
New Revision: 291087
URL: https://svnweb.freebsd.org/changeset/base/291087
Log:
META MODE: Don't stage INTERNALPROGs.
This is only for sys/boot. INTERNALPROG is not a build tool, it is just a way
to generate OBJS from a list of SRCS and use
Author: bdrewery
Date: Thu Nov 19 22:54:37 2015
New Revision: 291086
URL: https://svnweb.freebsd.org/changeset/base/291086
Log:
Remove unsupported ia64.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/share/mk/local.meta.sys.mk
head/targets/pseudo/userland/Makefile.depend
Author: cem
Date: Thu Nov 19 19:53:09 2015
New Revision: 291084
URL: https://svnweb.freebsd.org/changeset/base/291084
Log:
if_ntb: Add Xeon link watchdog register writes
This feature is disabled by default. To enable it, tune
hw.if_ntb.enable_xeon_watchdog to non-zero.
If enabled, w
Author: cem
Date: Thu Nov 19 19:53:19 2015
New Revision: 291085
URL: https://svnweb.freebsd.org/changeset/base/291085
Log:
if_ntb: Initialize if_mtu to the correct MTU
Lower the payload data (IP) portion of the MTU from 0x1 to
IP_MAXPACKET (0x) to avoid panicing the IP stack.
On 11/19/15, 12:58 PM, "John Baldwin" wrote:
>On Thursday, November 19, 2015 02:04:53 PM Jonathan T. Looney wrote:
>> This change clarifies the language of the malloc(9) man page to
>>clarify
>> the restriction against calling the malloc() family of functions
>> while in a critical section
On Thu, Nov 19, 2015 at 09:58:45AM -0800, John Baldwin wrote:
> On Thursday, November 19, 2015 02:04:53 PM Jonathan T. Looney wrote:
> > Author: jtl
> > Date: Thu Nov 19 14:04:53 2015
> > New Revision: 291074
> > URL: https://svnweb.freebsd.org/changeset/base/291074
> >
> > Log:
> > Consistently
On Thursday, November 19, 2015 02:04:53 PM Jonathan T. Looney wrote:
> Author: jtl
> Date: Thu Nov 19 14:04:53 2015
> New Revision: 291074
> URL: https://svnweb.freebsd.org/changeset/base/291074
>
> Log:
> Consistently enforce the restriction against calling malloc/free when in a
> critical se
Warner Losh writes:
> Author: imp
> Date: Thu Nov 19 17:06:12 2015
> New Revision: 291079
> URL: https://svnweb.freebsd.org/changeset/base/291079
>
> Log:
> Add arm CPUTYPE values typically used on FreeBSD.
>
> Modified:
> head/share/mk/bsd.cpu.mk
Why not put together with x86 examples? See
Author: bdrewery
Date: Thu Nov 19 17:57:31 2015
New Revision: 291081
URL: https://svnweb.freebsd.org/changeset/base/291081
Log:
Rename checked-in 'includes' to 'includes.sh' to avoid colliding with share/mk
target 'make includes'.
The file is still installed to /usr/libexec/bsdconfig/incl
Author: mav
Date: Thu Nov 19 17:43:47 2015
New Revision: 291080
URL: https://svnweb.freebsd.org/changeset/base/291080
Log:
Another round of port scanner rewrite.
This change simplifies and unifies port adding/updating for loop and
fabric scanners. It also fixes problems with scanning res
Author: imp
Date: Thu Nov 19 17:06:12 2015
New Revision: 291079
URL: https://svnweb.freebsd.org/changeset/base/291079
Log:
Add arm CPUTYPE values typically used on FreeBSD.
Modified:
head/share/mk/bsd.cpu.mk
Modified: head/share/mk/bsd.cpu.mk
=
Author: tuexen
Date: Thu Nov 19 16:46:00 2015
New Revision: 291078
URL: https://svnweb.freebsd.org/changeset/base/291078
Log:
Fix a bug where an SCTP association was moved back to SHUTDOWN_SENT
state when the user issued a shutdown() call.
MFC after:1 week
Modified:
head/sys/netine
Author: jtl
Date: Thu Nov 19 14:04:53 2015
New Revision: 291074
URL: https://svnweb.freebsd.org/changeset/base/291074
Log:
Consistently enforce the restriction against calling malloc/free when in a
critical section.
uma_zalloc_arg()/uma_zalloc_free() may acquire a sleepable lock on the
Author: araujo
Date: Thu Nov 19 13:36:53 2015
New Revision: 291073
URL: https://svnweb.freebsd.org/changeset/base/291073
Log:
If a NIS server has long entries on its database that is bigger than
1024 specified on YPMAXRECORD the ypmatch can get in an infinite retry
loop when is requesting th
Author: hselasky
Date: Thu Nov 19 12:55:43 2015
New Revision: 291072
URL: https://svnweb.freebsd.org/changeset/base/291072
Log:
Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by
default and add a manual page for mlx5en. The mlx5 module contains
shared code for both infin
Author: smh
Date: Thu Nov 19 12:03:11 2015
New Revision: 291071
URL: https://svnweb.freebsd.org/changeset/base/291071
Log:
Fix zfs(8) set options
Fix zfs(8) not formatting due to wrong macro (Oc) in the syntax for the new
zfs set multiple dataset properties option.
PR: 2046
Author: hselasky
Date: Thu Nov 19 10:28:51 2015
New Revision: 291070
URL: https://svnweb.freebsd.org/changeset/base/291070
Log:
Style changes, mostly automated.
Differential Revision:https://reviews.freebsd.org/D4179
Submitted by: Daria Genzel
Sponsored by: Mellanox Technologie
Author: hselasky
Date: Thu Nov 19 10:23:10 2015
New Revision: 291069
URL: https://svnweb.freebsd.org/changeset/base/291069
Log:
Accumulate out of RX buffers into a 64-bit value and subtract out of
RX buffers from number of received packets.
Differential Revision:https://reviews.fr
Author: hselasky
Date: Thu Nov 19 10:18:13 2015
New Revision: 291068
URL: https://svnweb.freebsd.org/changeset/base/291068
Log:
Maintain the "hw_lro" configuration variable correctly.
Setting sysctl devconf.hw_lro may fail if the net device lro is
turned off. Due to the nature of our
Author: hselasky
Date: Thu Nov 19 10:10:52 2015
New Revision: 291067
URL: https://svnweb.freebsd.org/changeset/base/291067
Log:
Print cable name, if cable type is not recognized.
Differential Revision:https://reviews.freebsd.org/D4180
Submitted by: Mark Bloch
Sponsored by: Mell
Author: mav
Date: Thu Nov 19 08:04:05 2015
New Revision: 291061
URL: https://svnweb.freebsd.org/changeset/base/291061
Log:
Improve locking of sg_threadcount.
MFC after:1 week
Modified:
head/sys/rpc/svc.c
Modified: head/sys/rpc/svc.c
==
25 matches
Mail list logo