summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-27Remove IPF references; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27use proper size for swappingMichael Shalayeff
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
the new model removes direct references to the fields in ifp->if_snd, and defines the following macros to manipulate ifp->if_snd. IFQ_ENQUEUE(ifq, m, pktattr, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) the new model also enforces some rules regarding how to use these macros. details are descrined in http://www.csl.sony.co.jp/~kjc/software/altq-new-design.txt
2001-06-27last oneNathan Binkert
2001-06-27missed oneNathan Binkert
2001-06-27ALTQ base modifications to the kernel.Kenjiro Cho
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface.
2001-06-27KNFAngelos D. Keromytis
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-27recieve -> receiveNathan Binkert
2001-06-27stupid american riverTheo de Raadt
2001-06-27Use TAILQ_FOREACH() instead of hand-crafted for loops.Angelos D. Keromytis
2001-06-27Don't bzero() after doing a TAILQ_INIT()...Angelos D. Keromytis
2001-06-27import ALTQ, alternate queueing support, from KAME.Kenjiro Cho
ALTQ allows to switch various queueing disciplines on output network interfaces.
2001-06-27remove excess protoTheo de Raadt
2001-06-27option UVM is not needed anymoreArtur Grabowski
2001-06-27SWAPPAGER and DEVPAGER are distant memories from the past.Artur Grabowski
2001-06-27alternative instruction format handlingJason Wright
2001-06-27uvm is no longer an option.Artur Grabowski
2001-06-27Not used, kill.Artur Grabowski
2001-06-27no vnode_pager.hArtur Grabowski
2001-06-27Remove old vm.Artur Grabowski
2001-06-27Indentation.Angelos D. Keromytis
2001-06-27heh.Artur Grabowski
2001-06-27Die!Artur Grabowski
2001-06-27Remove junk from headers, just leave enough for UVM.Artur Grabowski
2001-06-27kill old vmArtur Grabowski
2001-06-27remove old vmArtur Grabowski
2001-06-27zap old vmArtur Grabowski
2001-06-27Zap old vm.Artur Grabowski
2001-06-27When determining whether there's a pending acquire wrt a policy, lookAngelos D. Keromytis
at the acquires associated with the policy only.
2001-06-27Attach IPsec acquire state to policy entries, and relevant cleanups.Angelos D. Keromytis
2001-06-27Initialize acquire state list in newly allocated policy.Angelos D. Keromytis
2001-06-27Also link acquire state to the relevant IPsec policy.Angelos D. Keromytis
2001-06-27kill old vmArtur Grabowski
2001-06-27kill old vmArtur Grabowski
2001-06-27use + not = and 0-9Michael Shalayeff
2001-06-27whack old vmArtur Grabowski
2001-06-27rip old vmArtur Grabowski
2001-06-27state counter changesTheo de Raadt
2001-06-27big KNFTheo de Raadt
2001-06-27old vm no moreArtur Grabowski
2001-06-27zap old vmArtur Grabowski
2001-06-27fix constraint, no idea how did it workMichael Shalayeff
2001-06-27implement 64 bit swap and fix constraints on othersMichael Shalayeff
2001-06-27Hold on to m0->m_pkthdr.len (just being pendantic)Angelos D. Keromytis
2001-06-27no more old VMArtur Grabowski
2001-06-27fix mac pool_get panics on forks - ok art@Bob Beck
2001-06-27remove unneccessary check in ioctlTheo de Raadt
2001-06-27No more old VM on amiga.Artur Grabowski
2001-06-27Update comment.Angelos D. Keromytis