On Thu, 01-Feb-2018 at 16:53:08 +, Alexander Motin wrote:
> Author: mav
> Date: Thu Feb 1 16:53:08 2018
> New Revision: 328692
> URL: https://svnweb.freebsd.org/changeset/base/328692
>
> Log:
> MFC r322995 (by imp):
> Add new compile-time option NVME_USE_NVD that sets the default value
W
Author: glebius
Date: Fri Feb 9 04:45:39 2018
New Revision: 329058
URL: https://svnweb.freebsd.org/changeset/base/329058
Log:
Fix boot_pages exhaustion on machines with many domains and cores, where
size of UMA zone allocation is greater than page size. In this case zone
of zones can not us
Author: mav
Date: Fri Feb 9 03:06:45 2018
New Revision: 329056
URL: https://svnweb.freebsd.org/changeset/base/329056
Log:
MFC r328450: Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
I suppose it should make this code NUMA-aware with recent NUMA drop-in,
trying to allocate shared
Author: mav
Date: Fri Feb 9 03:07:12 2018
New Revision: 329057
URL: https://svnweb.freebsd.org/changeset/base/329057
Log:
MFC r328611: Try to preallocate receive memory early.
We may not have enough contiguous memory later, when NTB connection get
established. It is quite likely that NT
Author: imp
Date: Fri Feb 9 00:36:55 2018
New Revision: 329054
URL: https://svnweb.freebsd.org/changeset/base/329054
Log:
Set script.lang in the environment to either 'forth' or 'simple' to
reflect what scripting language was compiled into the loader. I
anticipate that being able to find th
Author: vangyzen
Date: Fri Feb 9 00:13:05 2018
New Revision: 329053
URL: https://svnweb.freebsd.org/changeset/base/329053
Log:
Fix ICMPv6 redirects
icmp6_redirect_input() validates that a redirect packet came from the
current gateway for the respective destination. To do this, it compar
Author: mckusick
Date: Thu Feb 8 23:14:24 2018
New Revision: 329052
URL: https://svnweb.freebsd.org/changeset/base/329052
Log:
Include files missed in 329051.
Modified:
head/sbin/fsck_ffs/fsck.h
head/sbin/fsck_ffs/globs.c
head/sbin/fsck_ffs/main.c
Modified: head/sbin/fsck_ffs/fsck.h
===
Author: mckusick
Date: Thu Feb 8 23:06:58 2018
New Revision: 329051
URL: https://svnweb.freebsd.org/changeset/base/329051
Log:
The goal of this change is to prevent accidental foot shooting by
folks running filesystems created on check-hash enabled kernels
(which I will call "new") on a non
Author: imp
Date: Thu Feb 8 22:59:51 2018
New Revision: 329050
URL: https://svnweb.freebsd.org/changeset/base/329050
Log:
Fix build of userboot.so
Since it's not possible to unset a variable easily, create a new
variable 'PIC' to signal that we are creating a shared object that we
want
Author: dim
Date: Thu Feb 8 21:11:48 2018
New Revision: 329033
URL: https://svnweb.freebsd.org/changeset/base/329033
Log:
Pull in r324594 from upstream clang trunk (by Alexander Ivchenko):
Fix for #31362 - ms_abi is implemented incorrectly for values >=16
bytes.
Summary:
T
Author: brooks
Date: Thu Feb 8 20:09:42 2018
New Revision: 329025
URL: https://svnweb.freebsd.org/changeset/base/329025
Log:
Modernize nfssvc(2) registartion.
Use syscall_helper_register() to register syscalls and do it through the
module interface rather than sysinit.
This pattern
)
+++ head/ObsoleteFiles.inc Thu Feb 8 19:55:03 2018(r329024)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180208: remove c_rehash(1)
+OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz
# 20180206: remove gdbtui
OLD_FILES+=usr/bin/gdbtui
# 20180201: Obsolete forth files
Author: markj
Date: Thu Feb 8 19:28:51 2018
New Revision: 329023
URL: https://svnweb.freebsd.org/changeset/base/329023
Log:
Use vm_page_unwire_noq() instead of directly modifying page wire counts.
No functional change intended.
Reviewed by: alc, kib (previous revision)
MFC after:
Author: jkim
Date: Thu Feb 8 19:26:52 2018
New Revision: 329022
URL: https://svnweb.freebsd.org/changeset/base/329022
Log:
MFV: r329021
Belatedly remove an empty directory.
Deleted:
head/crypto/openssl/doc/man3/
Modified:
Directory Properties:
head/crypto/openssl/ (props changed)
_
On 02/08/2018 14:15, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Feb 8 19:15:51 2018
> New Revision: 329021
> URL: https://svnweb.freebsd.org/changeset/base/329021
>
> Log:
> Belatedly remove an empty directory.
>
> It briefly appeared in 1.0.2l and removed in 1.0.2m.
>
> https://gi
Author: jkim
Date: Thu Feb 8 19:15:51 2018
New Revision: 329021
URL: https://svnweb.freebsd.org/changeset/base/329021
Log:
Belatedly remove an empty directory.
It briefly appeared in 1.0.2l and removed in 1.0.2m.
https://github.com/openssl/openssl/commit/720aa0f
Deleted:
vendor-cry
Author: kevans
Date: Thu Feb 8 17:14:56 2018
New Revision: 329020
URL: https://svnweb.freebsd.org/changeset/base/329020
Log:
MFC r309062: Release laundered vnode pages to the head of the inactive
queue.
The swap pager enqueues laundered pages near the head of the inactive queue
to avoi
Author: imp
Date: Thu Feb 8 17:07:27 2018
New Revision: 329019
URL: https://svnweb.freebsd.org/changeset/base/329019
Log:
Move to tabs for indentation and to 8-space notches, per style(9).
4 space indentation with a mix of tabs and spaces is a hassle. Update
to project-standard hard-tabs
Ping?
Ed committed a band-aid, but we need to get this fixed.
On Wed, Jan 31, 2018 at 03:20:46PM +, Roger Pau Monné wrote:
> On Mon, Jan 29, 2018 at 09:24:28AM +, Wojciech Macek wrote:
> > Modified: head/stand/common/load_elf.c
> > =
Author: pfg
Date: Thu Feb 8 14:53:34 2018
New Revision: 329018
URL: https://svnweb.freebsd.org/changeset/base/329018
Log:
su_data: correct macro expansion.
Protect su_data() users from strange macro expansion.
Obtained from:linux libtirpc
Modified:
head/lib/libc/rpc/svc_dg.
Author: np
Date: Thu Feb 8 14:39:07 2018
New Revision: 329017
URL: https://svnweb.freebsd.org/changeset/base/329017
Log:
iw_cxgbe: Manually backport changes related to QP flush. This fixes a
panic where poll_cq sees an empty RQ while processing an incoming SEND
for a QP that is being taken
On Thu, Feb 8, 2018 at 3:32 AM, Rodney W. Grimes
wrote:
>> On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote:
>> > Author: kevans
>> > Date: Thu Feb 8 02:50:47 2018
>> > New Revision: 329011
>> > URL: https://svnweb.freebsd.org/changeset/base/329011
>> >
>> > Log:
> Log:
> MFC Loader fixe
Author: avg
Date: Thu Feb 8 13:22:40 2018
New Revision: 329016
URL: https://svnweb.freebsd.org/changeset/base/329016
Log:
remove a duplicate assignment
There should be no functional change.
MFC after:1 week
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops
> On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote:
> > Author: kevans
> > Date: Thu Feb 8 02:50:47 2018
> > New Revision: 329011
> > URL: https://svnweb.freebsd.org/changeset/base/329011
> >
> > Log:
Log:
MFC Loader fixes, 2016q4: r307322,r307323,...
This helps to see things easier in t
Author: rpokala
Date: Thu Feb 8 09:24:23 2018
New Revision: 329015
URL: https://svnweb.freebsd.org/changeset/base/329015
Log:
jedec_ts(4) uses a sysctl format specifier of "IK4", to indicate that it
reports milliKelvin. However, sysctl(8) on stable/10 only knows about "IK",
without a numeri
25 matches
Mail list logo