Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
old PR and the fix is mostly unchanged).
|
|
SOMAXCONN (kern.somaxconn), SOMINCONN (kern.sominconn), and TCPTV_KEEP_INIT
(net.inet.tcp.keepinittime). when this is not enough (ie. overfull), start
doing tail drop, but slightly prefer the same port.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This needed changes in config, so if your kernel uses BOOT_CONFIG you need
to rebuild config before a new kernel can be built. -moj
|
|
|
|
|
|
|
|
|
|
|
|
|
|
given by -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to modern day sources by rees@umich.edu
|
|
|
|
The old pipes can be used with the "OLD_PIPE" config option.
|
|
|
|
|
|
|
|
|
|
mouse@Collatz.McRCIM.McGill.EDU
|
|
|
|
|
|
|
|
|
|
explorer@flame.org
|
|
|
|
|
|
|
|
Enable CTL_FS processing by sysctl(3)
Add CTL_FS request to disable clearing SUID / SGID bit when a files owner
or group is changed by root
Make sysctl(8) understand CTL_FS requests
|
|
Lose the SGID bit if group changes in {,f}chown
|
|
|
|
|
|
|
|
|
|
|