Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | ALTQ 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-27 | KNF | Angelos D. Keromytis | |
2001-06-27 | UVM is no longer an option. | Artur Grabowski | |
2001-06-27 | recieve -> receive | Nathan Binkert | |
2001-06-27 | stupid american river | Theo de Raadt | |
2001-06-27 | Use TAILQ_FOREACH() instead of hand-crafted for loops. | Angelos D. Keromytis | |
2001-06-27 | Don't bzero() after doing a TAILQ_INIT()... | Angelos D. Keromytis | |
2001-06-27 | import ALTQ, alternate queueing support, from KAME. | Kenjiro Cho | |
ALTQ allows to switch various queueing disciplines on output network interfaces. | |||
2001-06-27 | remove excess proto | Theo de Raadt | |
2001-06-27 | option UVM is not needed anymore | Artur Grabowski | |
2001-06-27 | SWAPPAGER and DEVPAGER are distant memories from the past. | Artur Grabowski | |
2001-06-27 | alternative instruction format handling | Jason Wright | |
2001-06-27 | uvm is no longer an option. | Artur Grabowski | |
2001-06-27 | Not used, kill. | Artur Grabowski | |
2001-06-27 | no vnode_pager.h | Artur Grabowski | |
2001-06-27 | Remove old vm. | Artur Grabowski | |
2001-06-27 | Indentation. | Angelos D. Keromytis | |
2001-06-27 | heh. | Artur Grabowski | |
2001-06-27 | Die! | Artur Grabowski | |
2001-06-27 | Remove junk from headers, just leave enough for UVM. | Artur Grabowski | |
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | remove old vm | Artur Grabowski | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-27 | Zap old vm. | Artur Grabowski | |
2001-06-27 | When determining whether there's a pending acquire wrt a policy, look | Angelos D. Keromytis | |
at the acquires associated with the policy only. | |||
2001-06-27 | Attach IPsec acquire state to policy entries, and relevant cleanups. | Angelos D. Keromytis | |
2001-06-27 | Initialize acquire state list in newly allocated policy. | Angelos D. Keromytis | |
2001-06-27 | Also link acquire state to the relevant IPsec policy. | Angelos D. Keromytis | |
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | kill old vm | Artur Grabowski | |
2001-06-27 | use + not = and 0-9 | Michael Shalayeff | |
2001-06-27 | whack old vm | Artur Grabowski | |
2001-06-27 | rip old vm | Artur Grabowski | |
2001-06-27 | state counter changes | Theo de Raadt | |
2001-06-27 | big KNF | Theo de Raadt | |
2001-06-27 | old vm no more | Artur Grabowski | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-27 | fix constraint, no idea how did it work | Michael Shalayeff | |
2001-06-27 | implement 64 bit swap and fix constraints on others | Michael Shalayeff | |
2001-06-27 | Hold on to m0->m_pkthdr.len (just being pendantic) | Angelos D. Keromytis | |
2001-06-27 | no more old VM | Artur Grabowski | |
2001-06-27 | fix mac pool_get panics on forks - ok art@ | Bob Beck | |
2001-06-27 | remove unneccessary check in ioctl | Theo de Raadt | |
2001-06-27 | No more old VM on amiga. | Artur Grabowski | |
2001-06-27 | Update comment. | Angelos D. Keromytis | |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-27 | typo | Dug Song | |
2001-06-27 | use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ↵ | Michael Shalayeff | |
couple of minor knits | |||
2001-06-27 | for other protocols, keep correct track of match stats | Niels Provos | |
2001-06-27 | "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |