Author: ngie
Date: Sun Feb 12 08:36:47 2017
New Revision: 313679
URL: https://svnweb.freebsd.org/changeset/base/313679
Log:
Use SRCTOP/OBJTOP relative paths where possible; use :H manipulation in lieu
of ../ elsewhere
This simplifies pathing in make/displayed output
MFC after:1 w
Author: mjg
Date: Sun Feb 12 09:49:44 2017
New Revision: 313683
URL: https://svnweb.freebsd.org/changeset/base/313683
Log:
lockmgr: implement fast path
The main lockmgr routine takes 8 arguments which makes it impossible to
tail-call it by the intermediate vop_stdlock/unlock routines.
On Sun, Feb 12, 2017 at 06:56:33AM +, Ermal Luçi wrote:
> Author: eri
> Date: Sun Feb 12 06:56:33 2017
> New Revision: 313675
> URL: https://svnweb.freebsd.org/changeset/base/313675
>
> Log:
> Committed without approval from mentor.
>
> Reported by:gnn
>
What exactly does this
Author: dchagin
Date: Sun Feb 12 15:22:50 2017
New Revision: 313684
URL: https://svnweb.freebsd.org/changeset/base/313684
Log:
Fix r313284.
Members of the syscall argument structures are padded to a word size. So,
for COMPAT_LINUX32 we should convert user supplied system call arguments
On 12 Feb 2017, at 6:10, Glen Barber wrote:
> On Sun, Feb 12, 2017 at 06:56:33AM +, Ermal Luçi wrote:
>> Author: eri
>> Date: Sun Feb 12 06:56:33 2017
>> New Revision: 313675
>> URL: https://svnweb.freebsd.org/changeset/base/313675
>>
>> Log:
>> Committed without approval from mentor.
>>
>
In message <201702120656.v1c6uxp1008...@repo.freebsd.org>,
=?UTF-8?Q?Ermal_Lu=c
3=a7i?= writes:
> Author: eri
> Date: Sun Feb 12 06:56:33 2017
> New Revision: 313675
> URL: https://svnweb.freebsd.org/changeset/base/313675
>
> Log:
> Committed without approval from mentor.
This commit log messa
In message <53d3a92c-6c64-4c0c-a5e6-b659bfa13...@neville-neil.com>, "George
Nev
ille-Neil" writes:
> This is an OpenPGP/MIME signed message (RFC 3156 and 4880).
>
> --=_MailMate_399D2B93-4FB8-4736-9FAB-586EA5CE5549_=
> Content-Type: text/plain; charset=utf-8; markup=markdown
> Content-Transfer-En
On Sun, Feb 12, 2017 at 08:24:26AM -0800, Cy Schubert wrote:
> In message <53d3a92c-6c64-4c0c-a5e6-b659bfa13...@neville-neil.com>, "George
> Neville-Neil" writes:
> > This is an OpenPGP/MIME signed message (RFC 3156 and 4880).
> > On 12 Feb 2017, at 6:10, Glen Barber wrote:
> > > On Sun, Feb 12, 2
Author: avg
Date: Sun Feb 12 19:40:59 2017
New Revision: 313686
URL: https://svnweb.freebsd.org/changeset/base/313686
Log:
check remaining space in zfs implementations of vptocnp
PR: 216939
Submitted by: Iouri V. Ivliev
MFC after:1 week
Modified:
head/sys/cddl/contrib/
Author: avg
Date: Sun Feb 12 19:45:30 2017
New Revision: 313687
URL: https://svnweb.freebsd.org/changeset/base/313687
Log:
remove l2_padding_needed statistic from zfs arc
It became obsolete when the Compressed ARC support was committed.
MFC after:1 week
Modified:
head/sys/cddl/c
Author: kib
Date: Sun Feb 12 20:54:31 2017
New Revision: 313688
URL: https://svnweb.freebsd.org/changeset/base/313688
Log:
Switch copyout_map() to use vm_mmap_object() instead of vm_mmap().
This is both a microoptimization and a move of the consumer to more
commonly used vm function.
Author: kib
Date: Sun Feb 12 21:05:44 2017
New Revision: 313690
URL: https://svnweb.freebsd.org/changeset/base/313690
Log:
Consistently handle negative or wrapping offsets in the mmap(2) syscalls.
For regular files and posix shared memory, POSIX requires that
[offset, offset + size) range
Author: sbruno
Date: Sun Feb 12 23:06:41 2017
New Revision: 313691
URL: https://svnweb.freebsd.org/changeset/base/313691
Log:
Only trigger em_local_timer on queue index 0. This was causing continuous
em_local_timer() executions during normal operation and was very likely
to cause a lock up
Author: kib
Date: Mon Feb 13 00:39:43 2017
New Revision: 313692
URL: https://svnweb.freebsd.org/changeset/base/313692
Log:
Style: wrap long line.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/compat/freebsd32/freebsd32_misc.c
Modified: head/sys/compat/fr
Author: kib
Date: Mon Feb 13 00:40:55 2017
New Revision: 313693
URL: https://svnweb.freebsd.org/changeset/base/313693
Log:
Remove MPSAFE and ARGUSED annotations, ANSI-fy syscall handlers.
Discussed with: alc
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
he
Author: avos
Date: Mon Feb 13 02:15:56 2017
New Revision: 313694
URL: https://svnweb.freebsd.org/changeset/base/313694
Log:
iwi: add 12-14 2GHz channels into channel list.
Return full channel list via iwi_getradiocaps() method
(ieee80211_init_channels() was replaced with iwi_getradiocaps(
16 matches
Mail list logo