Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify igmp_sysctl to directly return error in default case | 2020-08-17 | 1 | -5/+1 | |
| | | | | | | | This replaces a piece of observationally identical code which was much more complicated. ok mpi@ | ||||
* | Pass down the address family through the pr_input calls. This | 2017-04-14 | 1 | -2/+2 | |
| | | | | | allows to simplify code used for both IPv4 and IPv6. OK mikeb@ deraadt@ | ||||
* | Change the IPv4 pr_input function to the way IPv6 is implemented, | 2017-01-29 | 1 | -2/+2 | |
| | | | | | | | to get rid of struct ip6protosw and some wrapper functions. It is more consistent to have less different structures. The divert_input functions cannot be called anyway, so remove them. OK visa@ mpi@ | ||||
* | Since raw_input() and route_input() are gone from pr_input, we can | 2017-01-25 | 1 | -2/+2 | |
| | | | | | | make the variable parameters of the protocol input functions fixed. Also add the proto to make it similar to IPv6. OK mpi@ guenther@ millert@ | ||||
* | convert igmp_stat into per-cpu counters | 2017-01-04 | 1 | -2/+24 | |
| | | | | | | | | it follows the same pattern used in previous conversions. from Dimitris Papastamos (thank you). ok mpi@ | ||||
* | use arc4random_uniform() for random number requests that are not a | 2008-04-18 | 1 | -2/+2 | |
| | | | | | | | | | power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@ | ||||
* | add sysctl entry points into various network layers, in particular to | 2007-12-14 | 1 | -1/+17 | |
| | | | | provide netstat(1) with data it needs; ok claudio reyk | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Remove commons; inspired by netbsd. | 2003-02-12 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -7/+7 | |
| | |||||
* | Inclusion protection. | 2001-06-09 | 1 | -2/+6 | |
| | |||||
* | use arc4random() | 1997-02-05 | 1 | -2/+2 | |
| | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -2/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+81 | |