aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma.h
Commit message (Expand)AuthorAgeFilesLines
* Well, it seems that I pre-maturely removed the "All rights reserved"Bosko Milekic2005-02-161-3/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add my copyright and update Jeff's copyright on UMA source files,Bosko Milekic2004-12-261-2/+4
* * Add a "how" argument to uma_zone constructors and initialization functionsBrian Feldman2004-08-021-4/+8
* Fix a comment above uma_zsecond_create(), describing its arguments.Bosko Milekic2004-06-011-3/+3
* Bring in mbuma to replace mballoc.Bosko Milekic2004-05-311-3/+75
* - Fix the silly flag situation in UMA. Remove redundant ZFLAG/ZONE flagsJeff Roberson2003-09-191-1/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Fix typo in comments (misspelled "necessary").Sheldon Hearn2002-10-221-2/+2
* - Use my freebsd email alias in the copyright.Jeff Roberson2002-09-191-2/+1
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.Jeff Roberson2002-09-181-6/+11
* Void functions cannot return values.Mark Murray2002-07-181-1/+1
* - Remove bogus use of kmem_alloc that was inherited from the old zoneJeff Roberson2002-06-191-1/+0
* - Introduce the new M_NOVM option which tells uma to only check the currentlyJeff Roberson2002-06-171-0/+1
* - Changed the size element of uma_zctor_args to be size_t instead of int.Andrew R. Reiter2002-05-021-1/+1
* Move the implementation of M_ZERO into UMA so that it can be passed toJeff Roberson2002-04-301-6/+5
* Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's ownJeff Roberson2002-04-291-0/+1
* Implement uma_zdestroy(). It's prototype changed slightly. I decided that IJeff Roberson2002-04-081-7/+2
* Spelling correction; s/seperate/separate/gJeff Roberson2002-04-071-1/+1
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.Jeff Roberson2002-03-201-0/+10
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-0/+420