Author: ngie
Date: Thu Mar 23 07:36:38 2017
New Revision: 315829
URL: https://svnweb.freebsd.org/changeset/base/315829
Log:
Try polishing up iflib manpages a bit (basically all the low hanging fruit)
igor:
- Fix typos.
- Delete trailing whitespace.
manlint:
- Use .Fo/.Fc/.Fa when
Hi Kostik,
2017-03-23 0:00 GMT+01:00 Konstantin Belousov :
> On Wed, Mar 22, 2017 at 03:16:24PM +0100, Ed Schouten wrote:
>> Similarly, I seem to remember CloudABI's brandinfos set compat_3_brand
>> for a similar reason: it seems to be required by imgact_elf.c. Would
>> we also want to change that
Author: mmel
Date: Thu Mar 23 08:15:11 2017
New Revision: 315843
URL: https://svnweb.freebsd.org/changeset/base/315843
Log:
Revert r315800, it was committed with invalid (unsaved) commit log.
Modified:
head/sys/arm/nvidia/tegra_sdhci.c
Modified: head/sys/arm/nvidia/tegra_sdhci.c
Author: mmel
Date: Thu Mar 23 08:16:53 2017
New Revision: 315845
URL: https://svnweb.freebsd.org/changeset/base/315845
Log:
Restore original (pre r315760) naming for Tegra SDHCI device.
Newbus handles multiple equally named device classes without problems,
so there is no reason to use sli
Author: des
Date: Thu Mar 23 08:34:30 2017
New Revision: 315850
URL: https://svnweb.freebsd.org/changeset/base/315850
Log:
The original author abused Nd (one-line description, used by makewhatis)
for its side effect of producing an en-dash. This broke whatis with
newer versions of mdocml.
Author: avg
Date: Thu Mar 23 08:57:04 2017
New Revision: 315851
URL: https://svnweb.freebsd.org/changeset/base/315851
Log:
move thread switch tracing from mi_switch to sched_switch
This is done so that the thread state changes during the switch
are not confused with the thread state chang
Author: avg
Date: Thu Mar 23 08:59:17 2017
New Revision: 315852
URL: https://svnweb.freebsd.org/changeset/base/315852
Log:
zfs: add zio_buf_alloc_nowait and use it in vdev_queue_aggregate
This way we can avoid blocking the whole queue in the low memory
situations. It's better to sacrific
On Thu, Mar 23, 2017 at 08:43:20AM +0100, Ed Schouten wrote:
> Hi Kostik,
>
> 2017-03-23 0:00 GMT+01:00 Konstantin Belousov :
> > On Wed, Mar 22, 2017 at 03:16:24PM +0100, Ed Schouten wrote:
> >> Similarly, I seem to remember CloudABI's brandinfos set compat_3_brand
> >> for a similar reason: it s
Author: avg
Date: Thu Mar 23 09:13:21 2017
New Revision: 315853
URL: https://svnweb.freebsd.org/changeset/base/315853
Log:
zfs_putpages: use TXG_WAIT
Explicit looping using TXG_NOWAIT is more verbose and may harm performance
under heavy load because of multiple waits.
MFC after:1
Author: hselasky
Date: Thu Mar 23 10:48:10 2017
New Revision: 315856
URL: https://svnweb.freebsd.org/changeset/base/315856
Log:
Add support for ratelimited printouts in the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/compat/linu
Author: mav
Date: Thu Mar 23 10:50:45 2017
New Revision: 315857
URL: https://svnweb.freebsd.org/changeset/base/315857
Log:
Remove "UNMAPPED" messages printed on da periph attach.
I think this message is not very useful for end user. Also its formatting
does not match other messages print
On Thu, 23 Mar 2017, [UTF-8] Dag-Erling Sm??rgrav wrote:
Log:
The original author abused Nd (one-line description, used by makewhatis)
for its side effect of producing an en-dash. This broke whatis with
newer versions of mdocml. Use \(en instead.
Nd (or is it mumble-dash?) is broken for a
Author: avg
Date: Thu Mar 23 11:59:17 2017
New Revision: 315858
URL: https://svnweb.freebsd.org/changeset/base/315858
Log:
aacraid: rework r315083 for a clean build with and without AACRAID_DEBUG
r315083 essentially reverted r263954 which was made for a good reason,
but didn't take into a
On Thu, Mar 23, 2017 at 08:43:20AM +0100, Ed Schouten wrote:
> Thanks! I just gave the patch a try, but the comparison added to
> imgact_elf.c now causes the brandinfo to be skipped entirely. Attached
> is a patch that does work for me.
>
> Index: sys/kern/imgact_elf.c
> ==
Author: hselasky
Date: Thu Mar 23 13:28:16 2017
New Revision: 315859
URL: https://svnweb.freebsd.org/changeset/base/315859
Log:
Function macros are preferred in the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/compat/linuxkpi/com
Author: ed
Date: Thu Mar 23 14:09:45 2017
New Revision: 315860
URL: https://svnweb.freebsd.org/changeset/base/315860
Log:
Don't require the presence of the compat_3_brand.
The existing ELF image activator requires the brandinfo to provide such
a string unconditionally, even if the executa
Author: ed
Date: Thu Mar 23 14:12:21 2017
New Revision: 315861
URL: https://svnweb.freebsd.org/changeset/base/315861
Log:
Stop providing the compat_3_brand.
As of r315860, the ELF image activator works fine for CloudABI without it.
Reviewed by: kib
MFC after:2 weeks
Modified:
Author: rwatson
Date: Thu Mar 23 14:35:21 2017
New Revision: 315862
URL: https://svnweb.freebsd.org/changeset/base/315862
Log:
In libcasper, prefer to send a function index or service name over the IPC
channel to a zygote process, rather than sending a function pointer or
service pointer. T
On Thu, Mar 23, 2017 at 3:48 AM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Thu Mar 23 10:48:10 2017
> New Revision: 315856
> URL: https://svnweb.freebsd.org/changeset/base/315856
>
> Log:
> Add support for ratelimited printouts in the LinuxKPI.
>
> ...
--- head/sys/compat/linuxkpi/c
On 03/23/17 16:21, Conrad Meyer wrote:
Hi Hans,
Is there any reason to use this hand-rolled thing to limit ratelimited
logging instead of ppsratecheck()?
I can convert the code into using ppsratecheck(). I wasn't aware about
that function.
--HPS
___
Author: hselasky
Date: Thu Mar 23 16:01:51 2017
New Revision: 315863
URL: https://svnweb.freebsd.org/changeset/base/315863
Log:
Add proper error checking for the string to number conversion
functions in the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologi
Author: hselasky
Date: Thu Mar 23 16:23:55 2017
New Revision: 315864
URL: https://svnweb.freebsd.org/changeset/base/315864
Log:
Use ppsratecheck() for ratelimiting in the LinuxKPI.
Suggested by: cem @
MFC after:1 week
Sponsored by: Mellanox Technologies
Modi
On Thu, Mar 23, 2017 at 4:21 AM, Bruce Evans wrote:
> On Thu, 23 Mar 2017, [UTF-8] Dag-Erling Smørgrav wrote:
>
>> Log:
>> The original author abused Nd (one-line description, used by makewhatis)
>> for its side effect of producing an en-dash. This broke whatis with
>> newer versions of mdocml
On Thu, Mar 23, 2017 at 02:36:51AM +, Warner Losh wrote:
> Author: imp
> Date: Thu Mar 23 02:36:51 2017
> New Revision: 315773
> URL: https://svnweb.freebsd.org/changeset/base/315773
>
> Log:
> Implement quote escaping. String values may now contain " if you
> it is preceded by \.
>
>
Author: landonf
Date: Thu Mar 23 19:29:12 2017
New Revision: 315866
URL: https://svnweb.freebsd.org/changeset/base/315866
Log:
[mips/broadcom]: Early boot NVRAM support
Add support for early boot access to NVRAM variables, using a new
bhnd_nvram_data_getvar_direct() API to support zero-al
On Thu, 2017-03-23 at 19:58 +0100, Roman Divacky wrote:
> On Thu, Mar 23, 2017 at 02:36:51AM +, Warner Losh wrote:
> >
> > Author: imp
> > Date: Thu Mar 23 02:36:51 2017
> > New Revision: 315773
> > URL: https://svnweb.freebsd.org/changeset/base/315773
> >
> > Log:
> > Implement quote escap
Author: glebius
Date: Thu Mar 23 19:54:41 2017
New Revision: 315867
URL: https://svnweb.freebsd.org/changeset/base/315867
Log:
Remove Solaris 2.6 syscalls selector.
Discussed with: kib
Modified:
head/sys/i386/i386/machdep.c
Modified: head/sys/i386/i386/machdep.c
==
Author: mav
Date: Thu Mar 23 21:11:55 2017
New Revision: 315869
URL: https://svnweb.freebsd.org/changeset/base/315869
Log:
Remove write-only crn field from struct isp_pcmd.
MFC after:2 weeks
Modified:
head/sys/dev/isp/isp_freebsd.c
head/sys/dev/isp/isp_freebsd.h
Modified: head/sys
Author: mav
Date: Thu Mar 23 21:18:10 2017
New Revision: 315870
URL: https://svnweb.freebsd.org/changeset/base/315870
Log:
isp field in struct isp_pcmd is also unused.
MFC after:2 weeks
Modified:
head/sys/dev/isp/isp_freebsd.h
Modified: head/sys/dev/isp/isp_freebsd.h
===
On 3/21/17 11:53 AM, Toomas Soome wrote:
On 21. märts 2017, at 17:15, Ian Lepore wrote:
On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote:
On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote:
Author: tsoome
Date: Mon Mar 20 22:20:17 2017
New Revision: 315653
URL: https:
Author: delphij
Date: Thu Mar 23 22:06:06 2017
New Revision: 315871
URL: https://svnweb.freebsd.org/changeset/base/315871
Log:
MFV r315791: ntp 4.2.8p10.
Added:
head/contrib/ntp/sntp/harden/
- copied from r315791, vendor/ntp/dist/sntp/harden/
head/contrib/ntp/sntp/m4/ntp_harden.m4
Author: landonf
Date: Thu Mar 23 22:12:14 2017
New Revision: 315872
URL: https://svnweb.freebsd.org/changeset/base/315872
Log:
Add a workaround for the BCM4706's dangling core region EROM entries.
Approved by: adrian (mentor, implicit)
Modified:
head/sys/dev/bhnd/bcma/bcma_erom.c
Modif
Author: landonf
Date: Thu Mar 23 22:14:08 2017
New Revision: 315873
URL: https://svnweb.freebsd.org/changeset/base/315873
Log:
Add Northstar/BCM4706 core ID for ChipCommon.
Approved by: adrian (mentor, implicit)
Modified:
head/sys/dev/bhnd/cores/chipc/chipc.c
Modified: head/sys/dev/bhn
> On 3/21/17 11:53 AM, Toomas Soome wrote:
> >
> >> On 21. m?rts 2017, at 17:15, Ian Lepore wrote:
> >>
> >> On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote:
> >>> On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote:
> >>>
>
> Author: tsoome
> Date: Mon Mar 20 2
Author: mm
Date: Fri Mar 24 00:02:12 2017
New Revision: 315876
URL: https://svnweb.freebsd.org/changeset/base/315876
Log:
MFV r315875:
Sync libarchive with vendor.
Vendor changes (FreeBSD-related):
- store extended attributes with extattr_set_link() if no fd is provided
- add extended
Author: eri
Date: Fri Mar 24 00:55:16 2017
New Revision: 315877
URL: https://svnweb.freebsd.org/changeset/base/315877
Log:
Correct handling of ALTQ with epair(4) interfaces but presenting that ALTQ(9)
is supported.
Approved by: ae
MFC after:2 weeks
Modified:
head/sys/net/if_epair
Author: kevlo
Date: Fri Mar 24 01:23:07 2017
New Revision: 315878
URL: https://svnweb.freebsd.org/changeset/base/315878
Log:
Don't initialize if_output to ether_output(), ether_ifattach() does it for
us already. While here, remove NOTYET code since if_watchdog is no longer
used.
Review
Author: jhibbits
Date: Fri Mar 24 01:30:18 2017
New Revision: 315879
URL: https://svnweb.freebsd.org/changeset/base/315879
Log:
Switch qoriq_gpio over to using ofw_bus_search_compatible
This will make it easier to add more compatibility strings in the future, if
necessary.
Modified:
he
Author: jhibbits
Date: Fri Mar 24 01:52:10 2017
New Revision: 315880
URL: https://svnweb.freebsd.org/changeset/base/315880
Log:
Don't bother checking core version
We already constrain by SoC, so there's no need to check the core version,
too.
Modified:
head/sys/powerpc/mpc85xx/mpc85xx_g
In message <1490297671.58015.102.ca...@freebsd.org>, Ian Lepore writes:
> On Thu, 2017-03-23 at 19:58 +0100, Roman Divacky wrote:
> > On Thu, Mar 23, 2017 at 02:36:51AM +, Warner Losh wrote:
> > >
> > > Author: imp
> > > Date: Thu Mar 23 02:36:51 2017
> > > New Revision: 315773
> > > URL: http
40 matches
Mail list logo