summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-06-27no more cpu_set_init_frameart2-40/+2
2001-06-27no more fork braindamageart2-22/+3
2001-06-27UVM is no longer an optionart1-4/+1
2001-06-27clean cruft.art1-16/+1
2001-06-27vm_pageout.h bye bye.art2-73/+1
2001-06-27primes was renamed to moduli, ok deraadtwilfried1-2/+2
2001-06-27Very important endian fix :-)niklas1-2/+2
2001-06-27add the ALTQ device to the rest of the architectures.kjc11-12/+44
2001-06-27-Wall cleanup; ok millert@jasoni1-5/+8
2001-06-27ALTQ'ify network drivers.kjc42-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-27IPFILTER->NPFangelos1-2/+2
2001-06-27convert to getopt(3)markus1-49/+40
2001-06-27Actually, remove local0 entry (pflog) -- logging is not done this wayangelos1-2/+1
anymore.
2001-06-27IPF cleanup; openbsd@davidkrause.comangelos3-25/+4
2001-06-27mips_cachealias is no moreart1-5/+1
2001-06-27Add prototype for getprogname() and setprogname()hin1-1/+5
2001-06-27Remove IPF; openbsd@davidkrause.comangelos1-3/+1
2001-06-27MNN is no longer an option.art20-327/+22
2001-06-27IPF bye bye; openbsd@davidkrause.com, ok niklas@angelos1-8/+1
2001-06-27Another symetric -> symmetricnate1-2/+2
2001-06-27UVM is no longer an optionart17-492/+21
2001-06-27Remove IPF references; openbsd@davidkrause.comangelos1-6/+1
2001-06-27use proper size for swappingmickey2-10/+10
2001-06-27introduce the ALTQ queue macros into sys/net files.kjc14-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-27last onenate1-3/+3
2001-06-27missed onenate1-3/+3
2001-06-27Bye bye!art24-4436/+0
2001-06-27kill libkvm.oldart1-11/+2
2001-06-27ALTQ base modifications to the kernel.kjc7-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-27KNFangelos1-20/+22
2001-06-27UVM is no longer an option.art40-100/+40
2001-06-27recieve -> receivenate21-46/+46
2001-06-27s/generate_additional_parameters/rsa_generate_additional_parameters/markus4-10/+10
http://www.humppa.com/
2001-06-27stupid american riverderaadt1-2/+3
2001-06-27Use TAILQ_FOREACH() instead of hand-crafted for loops.angelos1-5/+3
2001-06-27use cyberflex_inq_class to inquire class.markus1-5/+5
2001-06-27Don't bzero() after doing a TAILQ_INIT()...angelos1-3/+2
2001-06-27import ALTQ, alternate queueing support, from KAME.kjc33-0/+16677
ALTQ allows to switch various queueing disciplines on output network interfaces.
2001-06-27remove excess protoderaadt1-2/+1
2001-06-27sockaddr2text w/o HAVE_GETNAMEINFOho1-5/+17
2001-06-27option UVM is not needed anymoreart2-6/+2
2001-06-27SWAPPAGER and DEVPAGER are distant memories from the past.art1-4/+1
2001-06-27alternative instruction format handlingjason1-1/+8
2001-06-27uvm is no longer an option.art1-41/+24
2001-06-27Not used, kill.art3-212/+0
2001-06-27no vnode_pager.hart1-1/+1
2001-06-27Remove old vm.art30-486/+31
2001-06-27Indentation.angelos1-4/+3
2001-06-27heh.art1-115/+0
2001-06-27Die!art17-15059/+0