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