summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-04-26nfs_poll cannot simply be defined to seltrue so use a stub nfs_pollTodd C. Miller
2004-04-26change tcpdrop to require newp instead of oldp; suggested by ottoMarkus Friedl
2004-04-26- allow the user to force the TCP mss below the fail-safe 216 with a lowMike Frantzen
2004-04-26oh we need to model check and not crank > 256 for older cards... do that laterTheo de Raadt
2004-04-26Fix RCSIDMiod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat
2004-04-26- make the k field in struct bpf_insn unsigned, as promised in theOtto Moerbeek
2004-04-26this driver had 256 clusters for receive buffers. move to 512, to increaseTheo de Raadt
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-26Allocate rx buffer mbuf clusters at ifconfig time, release them when theRyan Thomas McBride
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-26minor cleanupsTheo de Raadt
2004-04-26anchor refcounting. ok dhartmei@ mcbride@Cedric Berger
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-25only use um_cred for lookups, fixes pr 745.Ted Unangst
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-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-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-25Simplify cpu_number() - adding a shortcut depending upon the board typeMiod Vallat
2004-04-25change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadtMarkus Friedl
2004-04-25add TCPCTL_DROP; ok deraadt, cedric, grange, ...Markus Friedl
2004-04-25Make it clear that we will give each target an openings value equal toKenneth R Westerback
2004-04-25kill unbounded string op. deraadt okJun-ichiro itojun Hagino
2004-04-25fix typos/spelling in comments, from pedro martellettoJolan Luff
2004-04-25radix tree with multipath support. from kame. deraadt okJun-ichiro itojun Hagino
2004-04-25sync 'other' in test6, too.Philipp Buehler
2004-04-25Rework SCSI_POLL/INQUIRY logic to make it more readable, not least byKenneth R Westerback
2004-04-25sync with NetBSD, mostly a Lite2 merge.Brad Smith
2004-04-25don't add PF_GENERATED tag to synproxy generated packets for the secondDaniel Hartmeier
2004-04-25undo "oops" commit on 1.14 (radix_mpath).Jun-ichiro itojun Hagino
2004-04-25indentation fixJun-ichiro itojun Hagino
2004-04-24Add "probability xxx" rule modifier. ok deraadt@Cedric Berger
2004-04-24Insane people can't spell insane correctly.Miod Vallat
2004-04-24G/c CD_BOOT and the last related debug printf.Miod Vallat
2004-04-24Do not ignore vs_poll() return value.Miod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-24be careful about option lengths. ok henning@ mcbride@Mike Frantzen
2004-04-24sync to Niels Provos' version. avoid unused variable warning in RB_NEXT()Mike Frantzen
2004-04-24Define wscons device ids for the Luna devices.Miod Vallat
2004-04-23use CMSG macros. netbsd via pedro marteletto.Ted Unangst