Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-06-27 | no more cpu_set_init_frame | 2 | -40/+2 | ||
2001-06-27 | no more fork braindamage | 2 | -22/+3 | ||
2001-06-27 | UVM is no longer an option | 1 | -4/+1 | ||
2001-06-27 | clean cruft. | 1 | -16/+1 | ||
2001-06-27 | vm_pageout.h bye bye. | 2 | -73/+1 | ||
2001-06-27 | primes was renamed to moduli, ok deraadt | 1 | -2/+2 | ||
2001-06-27 | Very important endian fix :-) | 1 | -2/+2 | ||
2001-06-27 | add the ALTQ device to the rest of the architectures. | 11 | -12/+44 | ||
2001-06-27 | -Wall cleanup; ok millert@ | 1 | -5/+8 | ||
2001-06-27 | ALTQ'ify network drivers. | 42 | -210/+372 | ||
- 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 | 1 | -2/+2 | ||
2001-06-27 | convert to getopt(3) | 1 | -49/+40 | ||
2001-06-27 | Actually, remove local0 entry (pflog) -- logging is not done this way | 1 | -2/+1 | ||
anymore. | |||||
2001-06-27 | IPF cleanup; openbsd@davidkrause.com | 3 | -25/+4 | ||
2001-06-27 | mips_cachealias is no more | 1 | -5/+1 | ||
2001-06-27 | Add prototype for getprogname() and setprogname() | 1 | -1/+5 | ||
2001-06-27 | Remove IPF; openbsd@davidkrause.com | 1 | -3/+1 | ||
2001-06-27 | MNN is no longer an option. | 20 | -327/+22 | ||
2001-06-27 | IPF bye bye; openbsd@davidkrause.com, ok niklas@ | 1 | -8/+1 | ||
2001-06-27 | Another symetric -> symmetric | 1 | -2/+2 | ||
2001-06-27 | UVM is no longer an option | 17 | -492/+21 | ||
2001-06-27 | Remove IPF references; openbsd@davidkrause.com | 1 | -6/+1 | ||
2001-06-27 | use proper size for swapping | 2 | -10/+10 | ||
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | 14 | -166/+571 | ||
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 | 1 | -3/+3 | ||
2001-06-27 | missed one | 1 | -3/+3 | ||
2001-06-27 | Bye bye! | 24 | -4436/+0 | ||
2001-06-27 | kill libkvm.old | 1 | -11/+2 | ||
2001-06-27 | ALTQ base modifications to the kernel. | 7 | -15/+184 | ||
- 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 | 1 | -20/+22 | ||
2001-06-27 | UVM is no longer an option. | 40 | -100/+40 | ||
2001-06-27 | recieve -> receive | 21 | -46/+46 | ||
2001-06-27 | s/generate_additional_parameters/rsa_generate_additional_parameters/ | 4 | -10/+10 | ||
http://www.humppa.com/ | |||||
2001-06-27 | stupid american river | 1 | -2/+3 | ||
2001-06-27 | Use TAILQ_FOREACH() instead of hand-crafted for loops. | 1 | -5/+3 | ||
2001-06-27 | use cyberflex_inq_class to inquire class. | 1 | -5/+5 | ||
2001-06-27 | Don't bzero() after doing a TAILQ_INIT()... | 1 | -3/+2 | ||
2001-06-27 | import ALTQ, alternate queueing support, from KAME. | 33 | -0/+16677 | ||
ALTQ allows to switch various queueing disciplines on output network interfaces. | |||||
2001-06-27 | remove excess proto | 1 | -2/+1 | ||
2001-06-27 | sockaddr2text w/o HAVE_GETNAMEINFO | 1 | -5/+17 | ||
2001-06-27 | option UVM is not needed anymore | 2 | -6/+2 | ||
2001-06-27 | SWAPPAGER and DEVPAGER are distant memories from the past. | 1 | -4/+1 | ||
2001-06-27 | alternative instruction format handling | 1 | -1/+8 | ||
2001-06-27 | uvm is no longer an option. | 1 | -41/+24 | ||
2001-06-27 | Not used, kill. | 3 | -212/+0 | ||
2001-06-27 | no vnode_pager.h | 1 | -1/+1 | ||
2001-06-27 | Remove old vm. | 30 | -486/+31 | ||
2001-06-27 | Indentation. | 1 | -4/+3 | ||
2001-06-27 | heh. | 1 | -115/+0 | ||
2001-06-27 | Die! | 17 | -15059/+0 | ||