Age | Commit message (Expand) | Author |
2004-04-26 | Before enqueueing the packet, copy the contents of incoming clusters | Ryan Thomas McBride |
2004-04-26 | start with minimum recieve rings. when we ifconfig up, allocate more. | Theo de Raadt |
2004-04-26 | hide nonstandard struct from userland | Jun-ichiro itojun Hagino |
2004-04-26 | fix printing template neighbors | Henning Brauer |
2004-04-26 | need keylen too, markus | Henning Brauer |
2004-04-26 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan Thomas McBride |
2004-04-26 | do more careful altq bandwidth checking. | Kenjiro Cho |
2004-04-26 | Howe eye wysh eye cud spel. | Ryan Thomas McBride |
2004-04-26 | Prevent biases in arc4random() from disclosing the byte order of the firewall. | Ryan Thomas McBride |
2004-04-26 | The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 - | Ryan Thomas McBride |
2004-04-26 | double check that the carp* interfaces exist before knocking them down, | Theo de Raadt |
2004-04-26 | structs for ipsec, with markus | Henning Brauer |
2004-04-26 | minor cleanups | Theo de Raadt |
2004-04-26 | announce multiprotocol capabilities - IPv4 multicast for now | Henning Brauer |
2004-04-26 | Cleanup the decision function and take the age of the entry into account. | Claudio Jeker |
2004-04-26 | anchor refcounting. ok dhartmei@ mcbride@ | Cedric Berger |
2004-04-25 | better error logging in parse_capabilities() | Henning Brauer |
2004-04-25 | isprint() doesn't consider all whitespace to be printable so use | Todd C. Miller |
2004-04-25 | there's a slight difference between teh local and the remote sockaddr... | Henning Brauer |
2004-04-25 | sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same size | Henning Brauer |
2004-04-25 | spaces | Henning Brauer |
2004-04-25 | add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quad | Daniel Hartmeier |
2004-04-25 | correctly pritn netmask with template neighbors, prettify output overall, | Henning Brauer |
2004-04-25 | sync | Theo de Raadt |
2004-04-25 | permit multiple default route. from kame | Jun-ichiro itojun Hagino |
2004-04-25 | useless casts | Ted Unangst |
2004-04-25 | if you don't want the parent, don't use WANTPARENT. from pedro martelletto | Ted Unangst |
2004-04-25 | clean; ok beck | Theo de Raadt |
2004-04-25 | if remote-as was not configured, inherit the AS from the neighbors open | Henning Brauer |
2004-04-25 | only use um_cred for lookups, fixes pr 745. | Ted Unangst |
2004-04-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl |
2004-04-25 | use getnameinfo here too, itojun & markus ok | Henning Brauer |
2004-04-25 | check for input queue congestion on those as well and call if_congestion when | Henning Brauer |
2004-04-25 | prevent an endless loop with route-to lo0, fixes PR 3736, | Daniel Hartmeier |
2004-04-25 | Make authpf exec pfctl instead of sucking in code from pfctl | Bob Beck |
2004-04-25 | MINCLSIZE value now back to what 4.4bsd defined. markus ok | Jun-ichiro itojun Hagino |
2004-04-25 | sync | Theo de Raadt |
2004-04-25 | new axe; freebsd | Theo de Raadt |
2004-04-25 | reserve upper half of the (internal) ID space for cloned neighbors, claudio ok | Henning Brauer |
2004-04-25 | probability tests. | Cedric Berger |
2004-04-25 | get rid of a complete state tree walk at state expire while in splnet() | Philipp Buehler |
2004-04-25 | dont splx across functions | Philipp Buehler |
2004-04-25 | fix check wether local-address and neighbor are of same address family - | Henning Brauer |
2004-04-25 | Remove the no longer needed configure stuff in RDE. The peer list needs no | Claudio Jeker |
2004-04-25 | Simplify cpu_number() - adding a shortcut depending upon the board type | Miod Vallat |
2004-04-25 | use '|' as field separator, not ':' - for future IPv6 support | Jun-ichiro itojun Hagino |
2004-04-25 | avoid NULL deref; from danh@ | Markus Friedl |
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino |
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl |
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino |