Am Sat, 17 Mar 2018 01:48:27 + (UTC)
Ed Maste schrieb:
> Author: emaste
> Date: Sat Mar 17 01:48:27 2018
> New Revision: 331083
> URL: https://svnweb.freebsd.org/changeset/base/331083
>
> Log:
> Prefix UFS symbols with UFS_ to reduce namespace pollution
>
> Followup to r313780. Also
On Sat, 17 Mar 2018, Ed Maste wrote:
Log:
Prefix UFS symbols with UFS_ to reduce namespace pollution
Followup to r313780. Also prefix ext2's and nandfs's versions with
EXT2_ and NANDFS_.
S_IFMT is already MI. So this churnge is mostly wrong unless file
systems do the identity translation
Author: trasz
Date: Sat Mar 17 11:41:06 2018
New Revision: 331094
URL: https://svnweb.freebsd.org/changeset/base/331094
Log:
Fix formatting errors that resulted in apropos(1) output looking weird.
MFC after:2 weeks
Modified:
head/lib/libmd/sha512.3
head/share/man/man9/cnv.9
head/
Author: emaste
Date: Sat Mar 17 12:59:55 2018
New Revision: 331095
URL: https://svnweb.freebsd.org/changeset/base/331095
Log:
Revert r313780 (UFS_ prefix)
Modified:
head/lib/libufs/inode.c
head/sbin/dump/main.c
head/sbin/dump/traverse.c
head/sbin/fsck_ffs/dir.c
head/sbin/fsck_ffs/fsut
Author: emaste
Date: Sat Mar 17 14:50:20 2018
New Revision: 331096
URL: https://svnweb.freebsd.org/changeset/base/331096
Log:
Move assym.s to DPSRCS in vmbus module
assym.s is only to be included by other .s files, and should not
actually be assembled by itself.
Modified:
head/sys/modu
Author: imp
Date: Sat Mar 17 16:04:06 2018
New Revision: 331097
URL: https://svnweb.freebsd.org/changeset/base/331097
Log:
Only take out the periph lock when we're modifying the flags of the
softc for an async unit attention. CAM locks, sometimes, the periph
lock and other times does not. We
Author: melifaro
Date: Sat Mar 17 17:05:48 2018
New Revision: 331098
URL: https://svnweb.freebsd.org/changeset/base/331098
Log:
Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration.
Current arp/nd code relies on the feedback from the datapath indicating
that the entry is still us
Author: imp
Date: Sat Mar 17 17:18:46 2018
New Revision: 331102
URL: https://svnweb.freebsd.org/changeset/base/331102
Log:
Use kern.opts.mk instead of bsd.own.mk (which includes src.opts.mk)
here.
Modified:
head/sys/modules/iser/Makefile
Modified: head/sys/modules/iser/Makefile
===
Author: imp
Date: Sat Mar 17 17:18:37 2018
New Revision: 331100
URL: https://svnweb.freebsd.org/changeset/base/331100
Log:
Remove commented out code to generate opt_inet*.h. That's handled
automatically by kern.opts.mk now. Include that instead.
Modified:
head/sys/modules/netgraph/checksum/
Author: imp
Date: Sat Mar 17 17:18:29 2018
New Revision: 331099
URL: https://svnweb.freebsd.org/changeset/base/331099
Log:
Add EFI to kernel options.
Some parts of MI modules will soon depend on whether EFI is available
or not. Add EFI to the list of kernel options so we can use it in
t
Author: imp
Date: Sat Mar 17 17:18:41 2018
New Revision: 331101
URL: https://svnweb.freebsd.org/changeset/base/331101
Log:
Use FreeBSD-current conventions for building options rather than
FreeBSD 10 conventions: inlude kern.opts.mk.
Modified:
head/sys/modules/netmap/Makefile
Modified: head
Author: asomers
Date: Sat Mar 17 17:48:21 2018
New Revision: 331103
URL: https://svnweb.freebsd.org/changeset/base/331103
Log:
aio: add an ATF test case for aio_fsync error conditions
Modified:
head/tests/sys/aio/aio_test.c
Modified: head/tests/sys/aio/aio_test.c
Author: asomers
Date: Sat Mar 17 17:52:47 2018
New Revision: 331104
URL: https://svnweb.freebsd.org/changeset/base/331104
Log:
aio_kqueue_test: fix the build when DEBUG=1
Also, make the debug output more verbose
Modified:
head/tests/sys/aio/aio_kqueue_test.c
Modified: head/tests/sys/aio
Author: asomers
Date: Sat Mar 17 17:56:08 2018
New Revision: 331105
URL: https://svnweb.freebsd.org/changeset/base/331105
Log:
audit(4): fix a typo in a comment
no functional change
Modified:
head/sys/security/audit/audit_bsm_klib.c
Modified: head/sys/security/audit/audit_bsm_klib.c
===
Author: jeff
Date: Sat Mar 17 18:14:49 2018
New Revision: 331106
URL: https://svnweb.freebsd.org/changeset/base/331106
Log:
Move the dirty queues inside the per-domain structure. This resolves a bug
where we had not hit global dirty limits but a single queue was starved
for space by dirty b
Author: mjg
Date: Sat Mar 17 19:26:33 2018
New Revision: 331109
URL: https://svnweb.freebsd.org/changeset/base/331109
Log:
locks: slightly depessimize lockstat
The slow path is always taken when lockstat is enabled. This induces
rdtsc (or other) calls to get the cycle count even when ther
On Tue, Mar 13, 2018 at 9:00 PM, Conrad Meyer wrote:
> Author: cem
> Date: Wed Mar 14 03:00:17 2018
> New Revision: 330894
> URL: https://svnweb.freebsd.org/changeset/base/330894
>
> Log:
> Update to Zstandard 1.3.3
>
> Includes patch to conditionalize use of __builtin_clz(ll) on
> __has_buil
Author: trasz
Date: Sat Mar 17 21:58:41 2018
New Revision: 331113
URL: https://svnweb.freebsd.org/changeset/base/331113
Log:
Xr crashinfo(8) from savecore(8).
MFC after:2 weeks
Modified:
head/sbin/savecore/savecore.8
Modified: head/sbin/savecore/savecore.8
==
Thanks for letting me know. I'll be able to take a look this weekend.
Best,
Conrad
On Sat, Mar 17, 2018 at 2:49 PM, Alan Somers wrote:
> On Tue, Mar 13, 2018 at 9:00 PM, Conrad Meyer wrote:
>>
>> Author: cem
>> Date: Wed Mar 14 03:00:17 2018
>> New Revision: 330894
>> URL: https://svnweb.freeb
Author: cem
Date: Sun Mar 18 03:42:57 2018
New Revision: 331115
URL: https://svnweb.freebsd.org/changeset/base/331115
Log:
lib(private)zstd: Fix riscv build
Link __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtime
apparently lacks such intrinsics.
Broken in r33089
20 matches
Mail list logo