summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidderaadt1997-08-311-9/+3
| | | | | | | and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion.
* do not allow SO_SNDBUF/SO_RCVBUF len 0deraadt1997-02-211-2/+2
|
* `solve' the syn bomb problem as well as currently known; add sysctl's forderaadt1996-09-201-2/+2
| | | | | | 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.
* change to so_uid, also fix a missing credential found by dmderaadt1996-08-241-1/+2
|
* From NetBSD: 960217 mergeniklas1996-03-031-11/+14
|
* initial import of NetBSD treederaadt1995-10-181-0/+781