Age | Commit message (Expand) | Author |
2004-04-28 | carp stats cleanup: | Ryan Thomas McBride |
2004-04-28 | Removing some erroneous \n junk and a little KNF. ok & tested krw@ | Marco Peereboom |
2004-04-28 | spacing | Theo de Raadt |
2004-04-28 | pfsync stats fixups: | Ryan Thomas McBride |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |
2004-04-28 | point out that pfsync_send_bus and pfsync_sendout must be called in splnet() | Philipp Buehler |
2004-04-27 | validate the sequence numbers on TCP resets are an exact match. check is only | Mike Frantzen |
2004-04-27 | Require NULL oldp when dropping a connection. | Otto Moerbeek |
2004-04-27 | irregardless -> irrespective; | Jason McIntyre |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-26 | sf works now (for reasonable amounts of ram at least). ok deraadt@ | Ted Unangst |
2004-04-26 | vaddr_t casts for vtophys, works on amd64. ok deraadt@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-04-26 | change tcpdrop to require newp instead of oldp; suggested by otto | Markus Friedl |
2004-04-26 | - allow the user to force the TCP mss below the fail-safe 216 with a low | Mike Frantzen |
2004-04-26 | oh we need to model check and not crank > 256 for older cards... do that later | Theo de Raadt |
2004-04-26 | Fix RCSID | Miod Vallat |
2004-04-26 | Start factorizing luna88k and mvme88k common parts. | Miod Vallat |
2004-04-26 | - make the k field in struct bpf_insn unsigned, as promised in the | Otto Moerbeek |
2004-04-26 | this driver had 256 clusters for receive buffers. move to 512, to increase | Theo de Raadt |
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 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan Thomas McBride |
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 | minor cleanups | Theo de Raadt |
2004-04-26 | anchor refcounting. ok dhartmei@ mcbride@ | Cedric Berger |
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 | only use um_cred for lookups, fixes pr 745. | Ted Unangst |
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 | 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 | 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 | Simplify cpu_number() - adding a shortcut depending upon the board type | Miod Vallat |
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl |
2004-04-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-25 | fix typos/spelling in comments, from pedro martelletto | Jolan Luff |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-25 | sync 'other' in test6, too. | Philipp Buehler |
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback |
2004-04-25 | sync with NetBSD, mostly a Lite2 merge. | Brad Smith |