Author: tuexen
Date: Sat Mar 23 22:56:03 2019
New Revision: 345461
URL: https://svnweb.freebsd.org/changeset/base/345461
Log:
Limit the size of messages sent on 1-to-many style SCTP sockets with the
SCTP_SENDALL flag. Allow also only one operation per SCTP endpoint.
This fixes an issue fo
Author: tuexen
Date: Sat Mar 23 22:46:29 2019
New Revision: 345460
URL: https://svnweb.freebsd.org/changeset/base/345460
Log:
Limit the number of bytes which can be queued for SCTP sockets.
This is joint work with rrs@.
Reported by: syzbot+307f167f9bc214f09...@syzkaller.appspotmail.
Author: tuexen
Date: Sat Mar 23 21:36:59 2019
New Revision: 345458
URL: https://svnweb.freebsd.org/changeset/base/345458
Log:
Add sysctl variable net.inet.tcp.rexmit_initial for setting RTO.Initial
used by TCP.
Reviewed by: rrs@, 0mp@
Sponsored by: Netflix, Inc.
Diffe
Author: rpokala
Date: Sat Mar 23 19:53:15 2019
New Revision: 345457
URL: https://svnweb.freebsd.org/changeset/base/345457
Log:
Add descriptions for sysctls in kern_mib.c and sysctl.3 which lack them.
r343532 noted the difference between "hw.realmem" and "hw.physmem", which I
was previousl
On Sat, Mar 23, 2019 at 12:53 PM Konstantin Belousov
wrote:
> On Sat, Mar 23, 2019 at 06:32:24PM +, Warner Losh wrote:
> > Author: imp
> > Date: Sat Mar 23 18:32:24 2019
> > New Revision: 345455
> > URL: https://svnweb.freebsd.org/changeset/base/345455
> >
> > Log:
> > Add device xz. This w
On Sat, Mar 23, 2019 at 06:32:24PM +, Warner Losh wrote:
> Author: imp
> Date: Sat Mar 23 18:32:24 2019
> New Revision: 345455
> URL: https://svnweb.freebsd.org/changeset/base/345455
>
> Log:
> Add device xz. This was somehow missed in the last round.
Because the config has #NO_UNIVERSE comm
Author: imp
Date: Sat Mar 23 18:32:28 2019
New Revision: 345456
URL: https://svnweb.freebsd.org/changeset/base/345456
Log:
Remove duplicate options.
Modified:
head/sys/mips/conf/DIR-825C1
Modified: head/sys/mips/conf/DIR-825C1
=
Author: imp
Date: Sat Mar 23 18:32:24 2019
New Revision: 345455
URL: https://svnweb.freebsd.org/changeset/base/345455
Log:
Add device xz. This was somehow missed in the last round.
Submitted by: Brandon Bergren
Modified:
head/sys/mips/conf/DIR-825C1
Modified: head/sys/mips/conf/DIR-825C
On Sat, 23 Mar 2019, Bruce Evans wrote:
I now have an almost perfect skew measuring program. It has a variance of
about 2 cycles.
Output on i4790k (only for CPU 0 vs CPU [1-7], since nothing different
happens for the general CPU i vs CPU j comparison):
XX(min/avg/max/sd)
XX | CPU
Author: kib
Date: Sat Mar 23 16:36:18 2019
New Revision: 345452
URL: https://svnweb.freebsd.org/changeset/base/345452
Log:
ASLR: check for max_addr after applying randomization, not before.
Otherwise resulting address from vm_map_find() migh not satisfy the
upper limit. For instance, it
Author: ae
Date: Sat Mar 23 15:41:32 2019
New Revision: 345450
URL: https://svnweb.freebsd.org/changeset/base/345450
Log:
Add ability to automatically load ipfw_nat64, ipfw_nptv6 and ipfw_pmod
modules by declaring corresponding variables in rc.conf. Also document
them in rc.conf(5).
Sub
Author: dim
Date: Sat Mar 23 14:10:05 2019
New Revision: 345449
URL: https://svnweb.freebsd.org/changeset/base/345449
Log:
Pull in r356809 from upstream llvm trunk (by Eli Friedman):
[ARM] Don't form "ands" when it isn't scheduled correctly.
In r322972/r323136, the iteration here w
Author: trasz
Date: Sat Mar 23 13:41:14 2019
New Revision: 345448
URL: https://svnweb.freebsd.org/changeset/base/345448
Log:
Remove trunc_page_ps() and round_page_ps() macros. This completes
the undoing of r100384.
Reviewed by: kib
MFC after:2 weeks
Sponsored by: DARPA, AFRL
D
Author: kib
Date: Sat Mar 23 10:13:01 2019
New Revision: 345442
URL: https://svnweb.freebsd.org/changeset/base/345442
Log:
Add UPDATING note for geom_uzip(4)/xz, and bump geom_uzip(4) man page date.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/UPDATING
hea
Author: tuexen
Date: Sat Mar 23 09:56:41 2019
New Revision: 345441
URL: https://svnweb.freebsd.org/changeset/base/345441
Log:
Fix a KASSERT() in tcp_output().
When checking the length of the headers at this point, the IP level
options have not been added to the mbuf chain.
So don't take
Author: mw
Date: Sat Mar 23 05:13:51 2019
New Revision: 345438
URL: https://svnweb.freebsd.org/changeset/base/345438
Log:
Allow using TPM as entropy source.
TPM has a built-in RNG, with its own entropy source.
The driver was extended to harvest 16 random bytes from TPM every 10 seconds.
In message <20190323.125853.93885646440204179@allbsd.org>, Hiroki
Sato writ
es:
> Security_Multipart(Sat_Mar_23_12_58_53_2019_110)--
> Content-Type: Text/Plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Cy Schubert wrote
> in <201903220130.x2m1uq0p042...@repo.freebsd.org>:
Author: jhibbits
Date: Sat Mar 23 03:23:20 2019
New Revision: 345435
URL: https://svnweb.freebsd.org/changeset/base/345435
Log:
powernv: Add Hypervisor Maintenance Interrupt handler
Attempting to build www/firefox on POWER9 resulted in a HMI exception being
thrown, a fatal trap currently.
18 matches
Mail list logo