Age | Commit message (Expand) | Author |
2010-09-21 | Add assertwaitok(9) to declare code paths that assume they can sleep. | Matthew Dempsky |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2009-09-05 | sync comment to reality, off-page page headers go into | Thordur I. Bjornsson |
2009-08-26 | add commented out options for PAGEFASTRECYCLE, KVA_GUARDPAGES, shuffle VFSDEBUG | Thordur I. Bjornsson |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-09 | Use an RB tree instead of a SPLAY tree for the page headers tree. | Thordur I. Bjornsson |
2009-07-30 | We enable POOL_DEBUG (except in a release) | Theo de Raadt |
2009-06-24 | turn off POOL_DEBUG as we go into release; pointed out by mpf | Theo de Raadt |
2009-06-12 | rework pool_get() a bit so that if you call if with a constructor set | Owain Ainsworth |
2009-06-04 | POOL_DEBUG and DIAGNOSTIC should be better friends | Theo de Raadt |
2009-06-04 | the POOL_DEBUG checks needed to be more friendly with DIAGNOSTIC | Theo de Raadt |
2009-06-04 | enable POOL_DEBUG again just for the hackathon. | Owain Ainsworth |
2009-05-31 | Move splassert checks from pool_do_get to pool_get(). Since the former | Miod Vallat |
2009-04-22 | initialise the constructor and destructor function pointers to NULL | David Gwynne |
2009-02-17 | ensure all pi_magic checks are inside DIAGNOSTIC | Theo de Raadt |
2009-02-16 | at tedu's request, bring back the basic single "first word" PI_MAGIC check | Theo de Raadt |
2009-02-16 | Disable pool debug stuff for the release (it has a performance hit, but | Theo de Raadt |
2008-12-23 | i got emptypages and fullpages mixed up in pool_walk. this now shows items | David Gwynne |
2008-12-23 | add pool_walk as debug code. | David Gwynne |
2008-12-23 | record the offset into each pool page that item allocations actually begin | David Gwynne |
2008-12-04 | Put back the support for pools > PAGE_SIZE. This time the compare function | Artur Grabowski |
2008-11-25 | Back out the large page pools for now. The compare function is | Artur Grabowski |
2008-11-25 | Make sure that equal elements always compare equal. Logic error spotted | Artur Grabowski |
2008-11-24 | Protect kmem_map allocations with splvm. | Artur Grabowski |
2008-11-24 | Allow allocations larger than PAGE_SIZE from pools. | Artur Grabowski |
2008-11-22 | Do deadbeef-style protection in pools too, by default, even though it it | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-10-24 | yet again i prove unable to commit what i really wanted. spotted by deraadt | Ted Unangst |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | oldnointr pool allocator is no longer used or necessary. | Artur Grabowski |
2008-05-16 | unsigned -> u_int and warnmess -> warnmsg | Thordur I. Bjornsson |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2007-12-11 | remove an overlooked simple_lock everybody likes to point out to me. | Ted Unangst |
2007-12-11 | release the pool mutex if we may sleep in the backend | Ted Unangst |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-08-16 | I don't really know what I was thinking when I wrote this. Not only does the | Artur Grabowski |
2007-05-28 | some remnants of the timestamping code i missed | Ted Unangst |
2007-05-28 | remove time from pool header. it slows us down quite a bit, and it's | Ted Unangst |
2007-05-28 | add a pool_setipl function, which allows setting an appropriate ipl | Ted Unangst |
2007-04-23 | Clean up an obsolete allocator. | Artur Grabowski |
2007-04-12 | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, | Miod Vallat |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2006-11-17 | typos from bret lambert; | Jason McIntyre |