summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-27this copy for @powerpc, not @i386.Mike Pechkin
millert@ ok.
2001-06-27tree broke because of page not buildTheo de Raadt
2001-06-27no more vm/swap_pager.hTheo de Raadt
2001-06-27id -> IDAaron Campbell
2001-06-27Reference NULL using .Dv.Aaron Campbell
2001-06-27Correct order of SEE ALSO entries. Move HISTORY section before BUGS.Aaron Campbell
2001-06-27Improve markup and correct a malformed sentence.Aaron Campbell
2001-06-27sudo my assTheo de Raadt
2001-06-27Use .Pp, not a blank line.Aaron Campbell
2001-06-27Why was a very large chunk of code commited to the source tree withoutTheo de Raadt
checking if a make build of the entire system still works? How many other parts of the tree are now not going to build? All development has not stopped until this is fixed.
2001-06-27more Xr misuseTheo de Raadt
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-27Aue works fine, add it.Dale Rahn
kue was not added to ramdisk kernel, add it too.
2001-06-27more magic stuff to define'sEric Jackson
2001-06-27uvm_useracc is not necessary now that uvm_vslock knows how to fail.Artur Grabowski
2001-06-27UVM is defaultNiklas Hallqvist
2001-06-27Make the functions (which get linked in if <ctype.h> isn't #included) behavePaul Janzen
correctly. Also, don't let them segfault.
2001-06-27no more cpu_set_init_frameArtur Grabowski
2001-06-27no more fork braindamageArtur Grabowski
2001-06-27UVM is no longer an optionArtur Grabowski
2001-06-27clean cruft.Artur Grabowski
2001-06-27vm_pageout.h bye bye.Artur Grabowski
2001-06-27primes was renamed to moduli, ok deraadtPeter Stromberg
2001-06-27Very important endian fix :-)Niklas Hallqvist
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27-Wall cleanup; ok millert@jasoni
2001-06-27ALTQ'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-27IPFILTER->NPFAngelos D. Keromytis
2001-06-27convert to getopt(3)Markus Friedl
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27Actually, remove local0 entry (pflog) -- logging is not done this wayAngelos D. Keromytis
anymore.
2001-06-27IPF cleanup; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27mips_cachealias is no moreArtur Grabowski
2001-06-27Add prototype for getprogname() and setprogname()Hans Insulander
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27Remove IPF; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-27IPF bye bye; openbsd@davidkrause.com, ok niklas@Angelos D. Keromytis
2001-06-27Another symetric -> symmetricNathan Binkert
2001-06-27UVM is no longer an optionArtur Grabowski
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-27Bye bye!Artur Grabowski
2001-06-27kill libkvm.oldArtur Grabowski
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