Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | PMAP_NEW is no longer an option on sparc. | Artur Grabowski | |
2001-06-27 | Add commented out ises driver. RNG works. | Hakan Olsson | |
2001-06-27 | do not try to update ipv6 default route if i'm not an autoconfigured host, | Jun-ichiro itojun Hagino | |
on nd6_detach (= interface removal). | |||
2001-06-27 | use proper icmp define | Niels Provos | |
2001-06-27 | add -z flag for zeroing statistics. -s status no longer resets anything | Kjell Wooding | |
2001-06-27 | add microtime, which seems to have gotten lost. | Kjell Wooding | |
2001-06-27 | Aue works fine, add it. | Dale Rahn | |
kue was not added to ramdisk kernel, add it too. | |||
2001-06-27 | uvm_useracc is not necessary now that uvm_vslock knows how to fail. | Artur Grabowski | |
2001-06-27 | UVM is default | Niklas Hallqvist | |
2001-06-27 | no more cpu_set_init_frame | Artur Grabowski | |
2001-06-27 | no more fork braindamage | Artur Grabowski | |
2001-06-27 | clean cruft. | Artur Grabowski | |
2001-06-27 | vm_pageout.h bye bye. | Artur Grabowski | |
2001-06-27 | Very important endian fix :-) | Niklas Hallqvist | |
2001-06-27 | add the ALTQ device to the rest of the architectures. | Kenjiro Cho | |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
2001-06-27 | IPFILTER->NPF | Angelos D. Keromytis | |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | mips_cachealias is no more | Artur Grabowski | |
2001-06-27 | MNN is no longer an option. | Artur Grabowski | |
2001-06-27 | Remove IPF; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | Angelos D. Keromytis | |
2001-06-27 | Another symetric -> symmetric | Nathan Binkert | |
2001-06-27 | Remove IPF references; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-27 | use proper size for swapping | Michael Shalayeff | |
2001-06-27 | introduce 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-27 | last one | Nathan Binkert | |
2001-06-27 | missed one | Nathan Binkert | |
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 | |