Age | Commit message (Expand) | Author |
2016-04-21 | Remove some incorrect and outdated references to pool debugging from pool.h | Mike Larkin |
2015-11-23 | add missing NAME entries; | Jason McIntyre |
2015-09-06 | Remove some lies and document that passing the PR_WAITOK flag to pmap_init(9) | Mark Kettenis |
2014-07-02 | tweak previous; | Jason McIntyre |
2014-07-02 | RETURN VALUES section | David Gwynne |
2014-07-02 | oops, extra newline | David Gwynne |
2014-07-02 | add a CONTEXT section. | David Gwynne |
2013-07-17 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2012-09-17 | Rework the description of the flags to pool_get(9) | Philip Guenthe |
2011-07-05 | a short note about PR_DEBUGCHK | Ted Unangst |
2010-03-08 | document PR_NOWAIT. | Owain Ainsworth |
2009-01-15 | no comma for last item in a NAME list; | Jason McIntyre |
2009-01-15 | Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7. | Owain Ainsworth |
2008-11-09 | remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year. | Chris Kuethe |
2008-10-27 | document pool_setipl. | David Gwynne |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-05-07 | Pool drains are gone, okay tedu@ | Pedro Martelletto |
2005-09-30 | add pool_set_drain_hook and pool_sethardlimit to .Nm; | Jason McIntyre |
2005-09-09 | grammar; | Jason McIntyre |
2005-09-09 | Fix the description of palloc, okay deraadt@ tedu@ | Pedro Martelletto |
2005-07-31 | Pools aren't fun, don't let people think they are. (fix argument name to | Christopher Pascoe |
2004-01-20 | notes on pool_cache. ok markus jmc a while back. | Ted Unangst |
2003-12-31 | remove obsolete reference to "storage" parameter; | Jason McIntyre |
2003-12-30 | sync with <pool.h> and remove a .Pp before a list; | Jason McIntyre |
2003-08-29 | add some includes, from Patrick Latifi via jmc@ | Ted Unangst |
2003-06-06 | - section reorder | Jason McIntyre |
2003-04-20 | typos; | Jason McIntyre |
2003-02-24 | of of | Theo de Raadt |
2002-12-20 | - fix one argument to pool_init. | Artur Grabowski |
2002-10-08 | formatting knit, fix a run-together phrase | Todd T. Fries |
2002-05-28 | man9/: | Mike Pechkin |
2002-04-03 | Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net> | Artur Grabowski |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-25 | Catch up to reality. | Artur Grabowski |
2001-10-29 | Unconfuse. | Marc Espie |
2001-10-04 | we don't like .Pp and blank lines before/after .Ss; | Mike Pechkin |
2001-08-21 | Typo: 'a architecture' -> 'an architecture | Kenneth R Westerback |
2001-06-23 | reflect reality. | Artur Grabowski |
2001-05-28 | It's actually "up-front". Alphabetical order for references at the | Angelos D. Keromytis |
2001-05-28 | "upfront" is not an English word. | Angelos D. Keromytis |
2001-05-27 | Fix "(seeUVM(9))" | Angelos D. Keromytis |
2001-05-27 | "If both ... is specified ..." is not proper english. | Angelos D. Keromytis |
2001-03-26 | Remove BUGS section since pool(9) will now work with old VM system. | Aaron Campbell |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell |
2000-12-22 | more typo fixes; aaron@ ok | Anil Madhavapeddy |
2000-10-12 | General man page cleanups, mostly to remove trailing whitespace, hard | Aaron Campbell |
2000-04-26 | pool manipulation routines; second take | Michael Shalayeff |