aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs (mainly disorderd prototypes).Bruce Evans1999-09-111-14/+9
* Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3Bruce Evans1999-09-111-11/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a contigfree() as a corollary to contigmalloc() as it's not clearPeter Wemm1999-08-101-1/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Renamed M_KERNEL to a more appropriate M_USE_RESERVE.Matthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-4/+6
* Have MALLOC_DECLARE() initialize malloc types explicitly, and have themPeter Wemm1998-11-101-4/+10
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-081-3/+5
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-3/+1
* Removed one `const' from the declaration of `ks_shortdesc'. The pointerBruce Evans1997-12-051-11/+12
* Moved declaration of M_IOV to a less bogus place. It belongs inBruce Evans1997-12-051-1/+8
* Some fixes from John Hood:John Dyson1997-12-051-2/+3
* shuffle structs for better cacheline behavior.David Greenman1997-12-041-9/+9
* Remove the long description from the in-kernel datastructure.Poul-Henning Kamp1997-10-281-3/+5
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-43/+7
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-44/+14
* Remove all traces of M_VFSCONF, which were for all practicalPoul-Henning Kamp1997-10-111-2/+1
* Remove a bunch of unused malloc types.Poul-Henning Kamp1997-10-101-24/+10
* Make malloc more extensible. The malloc type is now a pointer toPoul-Henning Kamp1997-10-101-189/+104
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-1/+7
* Fixed staticization. buckets[] was staticized but was still declaredBruce Evans1997-09-161-7/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+4
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofJohn Dyson1997-08-051-2/+4
* This is an upgrade so that the kernel supports the AIO calls fromJohn Dyson1997-07-061-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Reserve 4 malloc types for generic geometry handling.Poul-Henning Kamp1996-12-291-2/+10
* Remove the kernel FD_SETSIZE limit for select().Sujal Patel1996-08-201-2/+4
* Add separate kmalloc classes for BIO buffers and Ktrace info.Poul-Henning Kamp1996-08-041-2/+6
* This is the `netkey' kernel key-management service (the PF_KEY analogueGarrett Wollman1996-06-141-2/+4
* removed:Poul-Henning Kamp1996-05-021-4/+4
* Merge in Lite2: resolve manifest constant numbering in favor of leastJeffrey Hsu1996-03-111-20/+25
* Added a `boundary' arg to vm_alloc_page_contig(). Previously the onlyBruce Evans1996-01-271-3/+8
* malloc.h: add sysctl class.Poul-Henning Kamp1995-12-021-2/+4
* Remove bogus (caddr_t) casts from FREE macros; they can obscure seriousGarrett Wollman1995-09-141-5/+7
* Reviewed by: no-one yet, but non-intrusiveJulian Elischer1995-04-201-2/+10
* Add M_DEVS for list of saved isa_device'sUgen J.S. Antsilevich1995-03-121-3/+7
* Calling semantics for kmem_malloc() have been changed...and the thirdDavid Greenman1995-02-021-1/+2
* Added M_GZIP for the imgact_gzip code. The gzip-code is likely to be usedPoul-Henning Kamp1994-10-041-2/+4
* Added msdosfs.Doug Rabson1994-09-191-2/+8
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+3
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+306