On Tue, 8 Aug 2017, Alan Somers wrote:
Log:
Make p1003_1b.aio_listio_max a tunable
p1003_1b.aio_listio_max is now a tunable. Its value is reflected in the
sysctl of the same name, and the sysconf(3) variable _SC_AIO_LISTIO_MAX.
Its value will be bounded from below by the compile-time consta
Author: des
Date: Wed Aug 9 07:24:58 2017
New Revision: 322300
URL: https://svnweb.freebsd.org/changeset/base/322300
Log:
Correct sysctl names.
Modified:
head/sys/netinet/in.h
Modified: head/sys/netinet/in.h
==
---
On Tue, 8 Aug 2017, Emmanuel Vadot wrote:
On Tue, 8 Aug 2017 23:55:52 +1000 (EST)
Bruce Evans wrote:
On Tue, 8 Aug 2017, Emmanuel Vadot wrote:
Log:
vmstat: Always emit a space after the free-memory column
When displaying in non-human form, if the free-memory number
is large (more than 7
Author: mav
Date: Wed Aug 9 09:13:15 2017
New Revision: 322302
URL: https://svnweb.freebsd.org/changeset/base/322302
Log:
Do not loose CCB flags after r320493.
There is at least CAM_UNLOCKED that should be kept.
MFC after:3 days
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified:
On Wed, 9 Aug 2017 18:44:19 +1000 (EST)
Bruce Evans wrote:
> On Tue, 8 Aug 2017, Emmanuel Vadot wrote:
>
> > On Tue, 8 Aug 2017 23:55:52 +1000 (EST)
> > Bruce Evans wrote:
> >
> >> On Tue, 8 Aug 2017, Emmanuel Vadot wrote:
> >>
> >>> Log:
> >>> vmstat: Always emit a space after the free-memory
Author: hselasky
Date: Wed Aug 9 10:27:21 2017
New Revision: 322304
URL: https://svnweb.freebsd.org/changeset/base/322304
Log:
Add support for RX and TX statistics when the mlx4en(4) PCI device
is in VF or SRIOV mode typically in a virtual machine environment.
Submitted by: Sephe
Author: hselasky
Date: Wed Aug 9 10:30:55 2017
New Revision: 322305
URL: https://svnweb.freebsd.org/changeset/base/322305
Log:
Increment queue drops in the network statistics when transmitted packets
are dropped by the mlx4en(4) driver.
Submitted by: Sepherosa Ziehau
MFC after
Author: hselasky
Date: Wed Aug 9 10:32:51 2017
New Revision: 322306
URL: https://svnweb.freebsd.org/changeset/base/322306
Log:
Print maximum MTU when trying to set invalid MTU in the mlx4en(4) driver.
Useful for debugging.
Submitted by: Sepherosa Ziehau
MFC after:3
Author: oleg
Date: Wed Aug 9 10:46:34 2017
New Revision: 322307
URL: https://svnweb.freebsd.org/changeset/base/322307
Log:
Fix comment typo.
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_ether.c
==
Author: mav
Date: Wed Aug 9 12:03:12 2017
New Revision: 322308
URL: https://svnweb.freebsd.org/changeset/base/322308
Log:
Add new Intel Lewisburg and Union Point chipset PCI IDs.
While there, polish some old AHCI ones, since they are still reused.
MFC after:1 week
Modified:
hea
Author: mav
Date: Wed Aug 9 12:21:17 2017
New Revision: 322309
URL: https://svnweb.freebsd.org/changeset/base/322309
Log:
Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.
This is shorter and unifies naming with later chipsets.
MFC after:1 week
Modified:
head/sys/de
Author: ae
Date: Wed Aug 9 12:24:07 2017
New Revision: 322310
URL: https://svnweb.freebsd.org/changeset/base/322310
Log:
Add to if_enc(4) ability to capture packets via BPF after pfil processing.
New flag 0x4 can be configured in net.enc.[in|out].ipsec_bpf_mask.
When it is set, if_enc(4)
Author: jonathan
Date: Wed Aug 9 13:25:27 2017
New Revision: 322314
URL: https://svnweb.freebsd.org/changeset/base/322314
Log:
Add birthday information for jonathan@.
As requested by mckusick@...
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar
Author: mav
Date: Wed Aug 9 13:46:16 2017
New Revision: 322316
URL: https://svnweb.freebsd.org/changeset/base/322316
Log:
Missing remanant of 322309.
MFC after:1 week
Modified:
head/sys/dev/ahci/ahci_pci.c
Modified: head/sys/dev/ahci/ahci_pci.c
=
Author: imp
Date: Wed Aug 9 16:15:24 2017
New Revision: 322318
URL: https://svnweb.freebsd.org/changeset/base/322318
Log:
Mark geom classes as deprecated.
geom_bsd, geom_mbr and geom_sunlabel have been obsolete since Marcel
Moolenaar's geom_part was in FreeBSD 7. They haven't been in GEN
Author: imp
Date: Wed Aug 9 16:37:37 2017
New Revision: 322319
URL: https://svnweb.freebsd.org/changeset/base/322319
Log:
Also provide a warning for geom_fox.
Differential Review: https://reviews.freebsd.org/D11935
Requested by: jhb@
MFC After: 3 days
Modified:
head/sys/geom/geom_fo
On Tuesday, August 08, 2017 08:17:07 PM Jeremie Le Hen wrote:
> Author: jlh
> Date: Tue Aug 8 20:17:07 2017
> New Revision: 322277
> URL: https://svnweb.freebsd.org/changeset/base/322277
>
> Log:
> rwho/ruptime/rwhod shouldn't be gated by RCMDS.
>
> As peter@ points out in pr/220953:
> "
On 08/09/2017 00:09, Dexuan Cui wrote:
> Hi jkim,
> The patch breaks FreeBSD VM on Hyper-V.
>
> identify_hypervisor() is moved from identify_cpu() to an earlier place, but
> the global
> variable cpu_feature2 used by the function is still initialized in
> identify_cpu().
>
> I'm not sure about
Author: dim
Date: Wed Aug 9 17:32:39 2017
New Revision: 322320
URL: https://svnweb.freebsd.org/changeset/base/322320
Log:
Upgrade our copies of clang, llvm and libc++ to r310316 from the
upstream release_50 branch.
MFC after:2 months
X-MFC-with: r321369
Modified:
head/contrib/
> From: owner-src-committ...@freebsd.org [mailto:owner-src-
> committ...@freebsd.org] On Behalf Of Jung-uk Kim
> Sent: Wednesday, August 9, 2017 10:03
> To: Dexuan Cui ; src-committ...@freebsd.org; svn-src-
> a...@freebsd.org; svn-src-head@freebsd.org
> Cc: Yanmin Qiao ; Hongjiang Zhang
>
> Subjec
Author: glebius
Date: Wed Aug 9 17:48:38 2017
New Revision: 322321
URL: https://svnweb.freebsd.org/changeset/base/322321
Log:
Plug uninitialized stack variable leak in sendfile(2).
Reported by: Ilja Van Sprundel
Submitted by: Domagoj Stolfa
MFC after:1 week
Security: unini
Author: kevans
Date: Wed Aug 9 18:06:27 2017
New Revision: 322322
URL: https://svnweb.freebsd.org/changeset/base/322322
Log:
libusb(3): Expose device caps as libusb_bos_descriptor::dev_capability
Some libusb consumers in Linux-land (in this case, libusb4java) expect a
dev_capability memb
Author: jkim
Date: Wed Aug 9 18:09:09 2017
New Revision: 322323
URL: https://svnweb.freebsd.org/changeset/base/322323
Log:
Split identify_cpu() into two functions for amd64 as we do for i386. This
reduces diff between amd64 and i386. Also, it fixes a regression introduced
in r322076, i.e.
Author: kevans
Date: Wed Aug 9 18:15:07 2017
New Revision: 322324
URL: https://svnweb.freebsd.org/changeset/base/322324
Log:
capsicum_helpers: Add FIODTYPE to default ioctls allowed
FIODTYPE will be needed by hexdump(1) to speed up the -s flag on devices
that should be able to support fs
Author: emaste
Date: Wed Aug 9 18:23:46 2017
New Revision: 322325
URL: https://svnweb.freebsd.org/changeset/base/322325
Log:
cat: fix build with -DNO_UDOM_SUPPORT
Sponsored by: The FreeBSD Foundation
Modified:
head/bin/cat/cat.c
Modified: head/bin/cat/cat.c
Author: emaste
Date: Wed Aug 9 19:09:23 2017
New Revision: 322326
URL: https://svnweb.freebsd.org/changeset/base/322326
Log:
lldb: Make i386-*-freebsd expression work on JIT path
* Enable i386 ABI creation for freebsd
* Added an extra argument in ABISysV_i386::PrepareTrivialCall for mmap
Author: gjb
Date: Wed Aug 9 19:16:54 2017
New Revision: 322327
URL: https://svnweb.freebsd.org/changeset/base/322327
Log:
Add a dependency on the kernel package for the runtime package.
The idea here is that, provided upstream pkg(8) maintainers accept
the proposed change, the kernel.ucl
Author: ae
Date: Wed Aug 9 19:58:38 2017
New Revision: 322328
URL: https://svnweb.freebsd.org/changeset/base/322328
Log:
Make user supplied data checks a bit stricter.
key_msg2sp() is used for parsing data from setsockopt(IP[V6]_IPSEC_POLICY)
call. This socket option is usually used to c
Author: rlibby
Date: Wed Aug 9 20:13:49 2017
New Revision: 322329
URL: https://svnweb.freebsd.org/changeset/base/322329
Log:
i386/boot2: -fno-asynchronous-unwind-tables for gcc
The amd64 build of boot2 was failing with gcc 6.3.0 due to being more
than 1 kB too large. It was apparently ge
Author: kevans
Date: Wed Aug 9 21:44:55 2017
New Revision: 322330
URL: https://svnweb.freebsd.org/changeset/base/322330
Log:
Add myself to calendar.freebsd
Requested by: mckusick
Approved by: emaste (mentor)
Differential Revision:https://reviews.freebsd.org/D11936
Modified:
Author: davidcs
Date: Wed Aug 9 22:18:49 2017
New Revision: 322331
URL: https://svnweb.freebsd.org/changeset/base/322331
Log:
Provide compile to choose receive processing in either Ithread or Taskqueue
Thread.
Modified:
head/sys/dev/qlnx/qlnxe/qlnx_os.c
head/sys/dev/qlnx/qlnxe/qlnx_ver.h
Author: rlibby
Date: Wed Aug 9 22:58:42 2017
New Revision: 322332
URL: https://svnweb.freebsd.org/changeset/base/322332
Log:
Pick 'Remove external linkage for spin_adaptive' from upstream jemalloc
Apply the changes from upstream jemalloc 048c6679. This is actually not
quite a cherry pic
Author: rlibby
Date: Thu Aug 10 02:15:40 2017
New Revision: 322335
URL: https://svnweb.freebsd.org/changeset/base/322335
Log:
Add myself (rlibby) to calendar.freebsd
Reported by: mckusick
Approved by: markj (mentor)
Differential Revision:https://reviews.freebsd.org/D11947
Mod
Author: sbruno
Date: Thu Aug 10 02:55:22 2017
New Revision: 322336
URL: https://svnweb.freebsd.org/changeset/base/322336
Log:
Add sbruno@ birthday information.
Reported by: mckusick
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/cal
Author: sbruno
Date: Thu Aug 10 03:11:05 2017
New Revision: 322337
URL: https://svnweb.freebsd.org/changeset/base/322337
Log:
Export IFCAP_HWSTATS so that we don't experience double stats counting
on iflib enabled devices.
PR: 220198
Submitted by: Matt Macy
Reported by: Be
Author: sbruno
Date: Thu Aug 10 03:43:23 2017
New Revision: 322338
URL: https://svnweb.freebsd.org/changeset/base/322338
Log:
Don't leak mbufs if clusers exceeds the number of segments. This would
leak mbufs over time causing crashes.
PR: 221202
Submitted by: Matt Macy
Rep
36 matches
Mail list logo