Author: kevans
Date: Sat Jan 25 05:52:31 2020
New Revision: 357109
URL: https://svnweb.freebsd.org/changeset/base/357109
Log:
Regenerate ibcs2 sysent targets, NFC
Direct commit; these hadn't been regenerated in a wihle, and it's nice to
see no diff going forward in case these get tweaked
Author: kevans
Date: Sat Jan 25 05:52:31 2020
New Revision: 357109
URL: https://svnweb.freebsd.org/changeset/base/357109
Log:
Regenerate ibcs2 sysent targets, NFC
Direct commit; these hadn't been regenerated in a wihle, and it's nice to
see no diff going forward in case these get tweaked
Author: kevans
Date: Sat Jan 25 05:47:56 2020
New Revision: 357108
URL: https://svnweb.freebsd.org/changeset/base/357108
Log:
MFC r355473, r356540, r356604, r356868, r356937: sysent improvements
The main motivation here being .ORDER to render -jN > 1 harmless; svr4/ibcs2
targets were also
Author: kevans
Date: Sat Jan 25 05:47:56 2020
New Revision: 357108
URL: https://svnweb.freebsd.org/changeset/base/357108
Log:
MFC r355473, r356540, r356604, r356868, r356937: sysent improvements
The main motivation here being .ORDER to render -jN > 1 harmless; svr4/ibcs2
targets were also
Author: kevans
Date: Sat Jan 25 05:17:44 2020
New Revision: 357107
URL: https://svnweb.freebsd.org/changeset/base/357107
Log:
MFC r354968, r354976: Introduce, but do not use, bsd.sysdir.mk
[Some sysent bits use bsd.sysdir.mk now, but I don't see a point in
converting existing stuff]
Author: kevans
Date: Sat Jan 25 05:17:44 2020
New Revision: 357107
URL: https://svnweb.freebsd.org/changeset/base/357107
Log:
MFC r354968, r354976: Introduce, but do not use, bsd.sysdir.mk
[Some sysent bits use bsd.sysdir.mk now, but I don't see a point in
converting existing stuff]
Author: kevans
Date: Sat Jan 25 04:57:26 2020
New Revision: 357106
URL: https://svnweb.freebsd.org/changeset/base/357106
Log:
MFC r352919: Update cloudabi(32|64) sysents with "make sysent".
Additionally, I've added svr4 which still exists in this branch.
Modified:
stable/11/Makefile.inc1
Author: kevans
Date: Sat Jan 25 04:48:46 2020
New Revision: 357105
URL: https://svnweb.freebsd.org/changeset/base/357105
Log:
MFC r328560: Don't use an .OBJDIR for 'make sysent'.
Modified:
stable/11/sys/amd64/linux/Makefile
stable/11/sys/amd64/linux32/Makefile
stable/11/sys/compat/cloudab
Author: kevans
Date: Sat Jan 25 03:52:16 2020
New Revision: 357104
URL: https://svnweb.freebsd.org/changeset/base/357104
Log:
lua: add modules.loaded hook
This may be used for the local module to hook in and load any additional
modules that it wants, since it can't modify the modules tabl
Author: kevans
Date: Sat Jan 25 03:02:45 2020
New Revision: 357103
URL: https://svnweb.freebsd.org/changeset/base/357103
Log:
loader.lua: re-arrange to load local.lua *after* config loading
The major problem with the current ordering is that loader.conf may contain
all of the magic we nee
Author: glebius
Date: Sat Jan 25 00:06:18 2020
New Revision: 357102
URL: https://svnweb.freebsd.org/changeset/base/357102
Log:
Enter the network epoch in RX processing taskqueue.
Modified:
head/sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
Modified: head/sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
===
Author: tuexen
Date: Fri Jan 24 22:50:23 2020
New Revision: 357101
URL: https://svnweb.freebsd.org/changeset/base/357101
Log:
Don't delay the ACK for a TCP segment with the CWR flag set.
This allows the data sender to increase the CWND faster.
Submitted by: Richard Scheffenegger
Author: tuexen
Date: Fri Jan 24 22:37:53 2020
New Revision: 357100
URL: https://svnweb.freebsd.org/changeset/base/357100
Log:
The server side of TCP fast open relies on the delayed ACK timer to allow
including user data in the SYN-ACK. When DSACK support was added in
r347382, an immediate AC
Author: dim
Date: Fri Jan 24 22:13:08 2020
New Revision: 357098
URL: https://svnweb.freebsd.org/changeset/base/357098
Log:
Tag llvm-project release/10.x llvmorg-10-init-17538-gd11abddb32f.
Added:
vendor/llvm-project/llvmorg-10-init-17538-gd11abddb32f/
- copied from r357097, vendor/llvm-p
Author: dim
Date: Fri Jan 24 22:11:32 2020
New Revision: 357097
URL: https://svnweb.freebsd.org/changeset/base/357097
Log:
Vendor import of llvm-project release/10.x
llvmorg-10-init-17538-gd11abddb32f.
Added:
vendor/llvm-project/release-10.x/clang/include/clang/AST/ExprConcepts.h
(conten
Author: glebius
Date: Fri Jan 24 21:56:10 2020
New Revision: 357094
URL: https://svnweb.freebsd.org/changeset/base/357094
Log:
Enter the network epoch when rack_output() is called in setsockopt(2).
Modified:
head/sys/netinet/tcp_stacks/rack.c
Modified: head/sys/netinet/tcp_stacks/rack.c
Author: glebius
Date: Fri Jan 24 21:04:33 2020
New Revision: 357093
URL: https://svnweb.freebsd.org/changeset/base/357093
Log:
Enter the network epoch in USB WiFi drivers when processing input
mbuf queues.
Submitted by: Idwer Vollering
Modified:
head/sys/dev/otus/if_otus.c
head/sys/
[ Charset UTF-8 unsupported, converting... ]
> Author: emaste
> Date: Fri Jan 24 14:40:37 2020
> New Revision: 357079
> URL: https://svnweb.freebsd.org/changeset/base/357079
>
> Log:
> revert r356990 to reapply with correct commit message
>
> Requested by: rgrimes
Thank you.
> Modif
Author: melifaro
Date: Fri Jan 24 20:35:41 2020
New Revision: 357092
URL: https://svnweb.freebsd.org/changeset/base/357092
Log:
Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.
In libalias, a new flag PKT_ALIAS_UNREGISTERED_RFC6598 is added.
This is like PKT_ALIA
In message <7d7db96d-26b1-1d2b-9f8d-a3f8fbe8c...@selasky.org>, Hans Petter
Sela
sky writes:
> On 2020-01-24 18:05, Gleb Smirnoff wrote:
> > On Fri, Jan 24, 2020 at 10:24:53AM +0100, Hans Petter Selasky wrote:
> > H> What you want to do here is right, but how it is implemented is wrong,
> > H> in m
On 0124T1006, Gleb Smirnoff wrote:
> On Fri, Jan 24, 2020 at 11:57:55AM +, Edward Tomasz Napierala wrote:
> E> Author: trasz
> E> Date: Fri Jan 24 11:57:55 2020
> E> New Revision: 357075
> E> URL: https://svnweb.freebsd.org/changeset/base/357075
> E>
> E> Log:
> E> Add kern_unmount() and use
Author: kib
Date: Fri Jan 24 19:42:53 2020
New Revision: 357091
URL: https://svnweb.freebsd.org/changeset/base/357091
Log:
Handle a race of collapse with a retrying fault.
Both vm_object_scan_all_shadowed() and vm_object_collapse_scan() might
observe an invalid page left in the default ba
On 2020-01-24 18:05, Gleb Smirnoff wrote:
On Fri, Jan 24, 2020 at 10:24:53AM +0100, Hans Petter Selasky wrote:
H> What you want to do here is right, but how it is implemented is wrong,
H> in my opinion.
H>
H> 1) Remove intr_epoch_batch. Most network drivers use interrupt
H> moderation, and a time
25.01.2020 1:06, Gleb Smirnoff wrote:
> E> Author: trasz
> E> Date: Fri Jan 24 11:57:55 2020
> E> New Revision: 357075
> E> URL: https://svnweb.freebsd.org/changeset/base/357075
> E>
> E> Log:
> E> Add kern_unmount() and use in Linuxulator. No functional changes.
>
> Just out of curiosity: wh
On Fri, Jan 24, 2020 at 11:57:55AM +, Edward Tomasz Napierala wrote:
E> Author: trasz
E> Date: Fri Jan 24 11:57:55 2020
E> New Revision: 357075
E> URL: https://svnweb.freebsd.org/changeset/base/357075
E>
E> Log:
E> Add kern_unmount() and use in Linuxulator. No functional changes.
Just out
Author: glebius
Date: Fri Jan 24 17:24:02 2020
New Revision: 357090
URL: https://svnweb.freebsd.org/changeset/base/357090
Log:
re(4) uses taskqueue to process input packets. Enter network epoch
in there.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
=
Author: kevans
Date: Fri Jan 24 17:15:31 2020
New Revision: 357089
URL: https://svnweb.freebsd.org/changeset/base/357089
Log:
MFC 356951: posix_spawn: mark error as volatile
In the case of an error, the RFSPAWN'd thread will write back to psa->error
with the correct exit code. Mark this a
Author: kevans
Date: Fri Jan 24 17:15:31 2020
New Revision: 357089
URL: https://svnweb.freebsd.org/changeset/base/357089
Log:
MFC 356951: posix_spawn: mark error as volatile
In the case of an error, the RFSPAWN'd thread will write back to psa->error
with the correct exit code. Mark this a
Author: glebius
Date: Fri Jan 24 17:11:54 2020
New Revision: 357088
URL: https://svnweb.freebsd.org/changeset/base/357088
Log:
ath(4) processing input packets in taskqueue. Enter network epoch
before calling ieee80211_input_mimo().
Modified:
head/sys/dev/ath/if_ath_rx.c
Modified: head/sys
Author: br
Date: Fri Jan 24 17:10:21 2020
New Revision: 357087
URL: https://svnweb.freebsd.org/changeset/base/357087
Log:
Include the PCI stack to the riscv GENERIC kernel.
It will be used by an upcoming PCI root complex driver.
Sponsored by: DARPA, AFRL
Modified:
head/sys/conf/file
On Fri, Jan 24, 2020 at 10:24:53AM +0100, Hans Petter Selasky wrote:
H> What you want to do here is right, but how it is implemented is wrong,
H> in my opinion.
H>
H> 1) Remove intr_epoch_batch. Most network drivers use interrupt
H> moderation, and a timeout of 1000 iterations can easily become
Author: br
Date: Fri Jan 24 16:50:51 2020
New Revision: 357086
URL: https://svnweb.freebsd.org/changeset/base/357086
Log:
Enable NEW_PCIB on riscv.
Sponsored by: DARPA, AFRL
Modified:
head/sys/riscv/conf/DEFAULTS
head/sys/riscv/include/resource.h
Modified: head/sys/riscv/conf/DEFAULTS
Author: br
Date: Fri Jan 24 16:43:49 2020
New Revision: 357085
URL: https://svnweb.freebsd.org/changeset/base/357085
Log:
o Move the software context struct to a header file.
o Make the pci_host_generic_acpi_attach() globally visible.
o Declare a new driver class.
These will be used by
Author: kevans
Date: Fri Jan 24 16:43:02 2020
New Revision: 357084
URL: https://svnweb.freebsd.org/changeset/base/357084
Log:
caroot: use bsd.obj.mk, not bsd.prog.mk
This directory stages certdata into .OBJDIR and processes it, but does not
actually build a prog-shaped object; bsd.obj.mk
Author: br
Date: Fri Jan 24 16:08:06 2020
New Revision: 357083
URL: https://svnweb.freebsd.org/changeset/base/357083
Log:
Move the ECAM macroses to the header file.
These will be used by other PCI root complex drivers.
Sponsored by: DARPA, AFRL
Modified:
head/sys/dev/pci/pci_host_ge
Author: kevans
Date: Fri Jan 24 15:29:33 2020
New Revision: 357082
URL: https://svnweb.freebsd.org/changeset/base/357082
Log:
MFC r352948-r352951, r353002, r353066, r353070: caroot infrastructure
Infrastructure only -- no plans in place currently to commit any certs to
these branches.
Author: kevans
Date: Fri Jan 24 15:29:33 2020
New Revision: 357082
URL: https://svnweb.freebsd.org/changeset/base/357082
Log:
MFC r352948-r352951, r353002, r353066, r353070: caroot infrastructure
Infrastructure only -- no plans in place currently to commit any certs to
these branches.
Author: markj
Date: Fri Jan 24 14:58:02 2020
New Revision: 357081
URL: https://svnweb.freebsd.org/changeset/base/357081
Log:
Revert r357050.
It seems to have introduced a couple of regressions.
Reported by: cy, pho
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_
Author: emaste
Date: Fri Jan 24 14:41:51 2020
New Revision: 357080
URL: https://svnweb.freebsd.org/changeset/base/357080
Log:
Tag NLS aliases with pkgbase package
POSIX and en_US.US_ASCII are aliases (symlinks) to the C locale. They were
not previously tagged with a pkgbase pacakge. Add
Author: emaste
Date: Fri Jan 24 14:40:37 2020
New Revision: 357079
URL: https://svnweb.freebsd.org/changeset/base/357079
Log:
revert r356990 to reapply with correct commit message
Requested by: rgrimes
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
=
Author: eadler
Date: Fri Jan 24 14:22:09 2020
New Revision: 357078
URL: https://svnweb.freebsd.org/changeset/base/357078
Log:
MFC r355647:
[showmount] implement long options
add long options support to showmount. Where mappings exist use the GNU
names for said options.
Author: hselasky
Date: Fri Jan 24 13:05:53 2020
New Revision: 357077
URL: https://svnweb.freebsd.org/changeset/base/357077
Log:
Implement mmget_not_zero() in the LinuxKPI.
Submitted by: Austin Shafer
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/compat/
On 2020-01-23 02:47, Gleb Smirnoff wrote:
Author: glebius
Date: Thu Jan 23 01:47:43 2020
New Revision: 357012
URL: https://svnweb.freebsd.org/changeset/base/357012
Log:
Stop entering the network epoch in ether_input(), unless driver
is marked with IFF_NEEDSEPOCH.
Modified:
head/sys/net
Author: trasz
Date: Fri Jan 24 12:08:23 2020
New Revision: 357076
URL: https://svnweb.freebsd.org/changeset/base/357076
Log:
Make linux(4) handle MAP_32BIT.
This unbreaks Mono (mono-devel-4.6.2.7+dfsg-1ubuntu1 from Ubuntu Bionic);
previously would crash on "amd64_is_imm32" assert.
MF
Author: trasz
Date: Fri Jan 24 11:57:55 2020
New Revision: 357075
URL: https://svnweb.freebsd.org/changeset/base/357075
Log:
Add kern_unmount() and use in Linuxulator. No functional changes.
Reviewed by: kib
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Rev
On 2020-01-23 09:36, Hans Petter Selasky wrote:
On 2020-01-23 02:24, Gleb Smirnoff wrote:
Author: glebius
Date: Thu Jan 23 01:24:47 2020
New Revision: 357004
URL: https://svnweb.freebsd.org/changeset/base/357004
Log:
Enter the network epoch for interrupt handlers of INTR_TYPE_NET.
Provide
Author: n_hibma
Date: Fri Jan 24 11:22:33 2020
New Revision: 357074
URL: https://svnweb.freebsd.org/changeset/base/357074
Log:
Fix a few spacing issues to make the page more readable.
Modified:
head/share/man/man4/netmap.4
Modified: head/share/man/man4/netmap.4
==
On 2020-01-23 09:36, Hans Petter Selasky wrote:
On 2020-01-23 02:24, Gleb Smirnoff wrote:
Author: glebius
Date: Thu Jan 23 01:24:47 2020
New Revision: 357004
URL: https://svnweb.freebsd.org/changeset/base/357004
Log:
Enter the network epoch for interrupt handlers of INTR_TYPE_NET.
Provide
48 matches
Mail list logo