| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | uma: Add UMA_ZONE_UNMANAGED | Hans Petter Selasky | 2022-02-24 | 1 | -1/+7 |
* | zone.9: Remove documentation of non-existent NUMA configuration flags | Mark Johnston | 2022-01-21 | 1 | -20/+0 |
* | uma: Introduce per-domain reclamation functions | Mark Johnston | 2021-04-28 | 1 | -1/+13 |
* | Document that uma_zfree_pcpu() allows NULL now | Kristof Provost | 2021-03-19 | 1 | -1/+17 |
* | Fix function name in zone.9 | Warner Losh | 2020-08-20 | 1 | -3/+3 |
* | Remove free_domain() and uma_zfree_domain(). | Mark Johnston | 2020-08-04 | 1 | -8/+1 |
* | uma: add UMA_ZONE_CONTIG, and a default contig_alloc | Ryan Libby | 2020-02-04 | 1 | -7/+7 |
* | uma: reorganize flags | Ryan Libby | 2020-01-09 | 1 | -20/+12 |
* | Revise the page cache size policy. | Mark Johnston | 2019-11-22 | 1 | -7/+4 |
* | Extend uma_reclaim() to permit different reclamation targets. | Mark Johnston | 2019-09-01 | 1 | -1/+31 |
* | Update and clean up the UMA man page. | Mark Johnston | 2019-08-30 | 1 | -91/+264 |
* | Make UMA and malloc(9) return non-executable memory in most cases. | Jonathan T. Looney | 2018-06-13 | 1 | -1/+10 |
* | Document new NUMA related syscalls and utility options. | Jeff Roberson | 2018-03-24 | 1 | -3/+26 |
* | Fix formatting errors that resulted in apropos(1) output looking weird. | Edward Tomasz Napierala | 2018-03-17 | 1 | -4/+4 |
* | UMA_ZONE_REFCNT was removed. | Gleb Smirnoff | 2017-04-26 | 1 | -15/+1 |
* | Fix a bunch of "sentence not on new line" warnings in section 9. | Edward Tomasz Napierala | 2016-06-08 | 1 | -2/+4 |
* | Spelling fixes supplied by pfg@, detected with codespell, plus | Warren Block | 2016-05-01 | 1 | -1/+1 |
* | Read-only is hyphenated when it modifies a noun. | Warner Losh | 2016-01-16 | 1 | -1/+1 |
* | Add a safety net to reclaim mbufs when one of the mbuf zones become | Jonathan T. Looney | 2015-12-20 | 1 | -3/+14 |
* | Fix various mdoc issues and some EOL whitespace. | Christian Brueffer | 2014-12-21 | 1 | -1/+1 |
* | use .Mt to mark up email addresses consistently (part6) | Baptiste Daroussin | 2014-06-26 | 1 | -3/+3 |
* | Provide macros that allow easily export uma(9) zone limits and | Gleb Smirnoff | 2014-02-07 | 1 | -1/+38 |
* | Remove contractions. | Joel Dahl | 2013-04-11 | 1 | -1/+1 |
* | Merge from projects/counters: UMA_ZONE_PCPU zones. | Gleb Smirnoff | 2013-04-08 | 1 | -0/+17 |
* | Document some flags to the uma_zcreate(). Not all flags are documented, | Gleb Smirnoff | 2013-03-21 | 1 | -0/+54 |
* | Document uma_find_refcnt(). | Gleb Smirnoff | 2013-03-21 | 1 | -1/+11 |
* | Implemented uma_zone_set_warning(9) function that sets a warning, which | Pawel Jakub Dawidek | 2012-12-07 | 1 | -2/+15 |
* | Make it clear that NULL can only be returned when M_NOWAIT was used. | Edward Tomasz Napierala | 2012-10-28 | 1 | -4/+6 |
* | Fix various typos in manual pages. | Glen Barber | 2012-02-25 | 1 | -2/+2 |
* | Globally replace u_int*_t from (non-contributed) man pages. | Ed Schouten | 2012-02-12 | 1 | -1/+1 |
* | Re-encode files from ISO-8859-1 to UTF-8 | Ulrich Spörlein | 2011-05-22 | 1 | -1/+1 |
* | uma_zfree(zone, NULL) should do nothing, to match free(9). | Matthew D Fleming | 2010-10-19 | 1 | -0/+7 |
* | Change uma_zone_set_max to return the effective value of "nitems" after | Lawrence Stewart | 2010-10-16 | 1 | -4/+4 |
* | - Simplify implementation of uma_zone_get_max. | Lawrence Stewart | 2010-10-16 | 1 | -9/+30 |
* | Document the _arg versions of the uma_zalloc and uma_zfree functions. | Remko Lodder | 2008-06-19 | 1 | -1/+18 |
* | Bump document date for the previous change. | Ruslan Ermilov | 2006-10-21 | 1 | -1/+1 |
* | Remove long untrue note about storing state information inside free items. | Konstantin Belousov | 2006-10-02 | 1 | -19/+1 |
* | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -1/+1 |
* | Document uma_zone_set_max and its non-obvious behaviour. | Hartmut Brandt | 2003-07-21 | 1 | -2/+21 |
* | Various mdoc(7) fixes: | Hiten Pandya | 2003-05-31 | 1 | -1/+1 |
* | mdoc(7) police: scheduled sweep. | Ruslan Ermilov | 2002-11-29 | 1 | -7/+16 |
* | Flesh out the description of the uma_zcreate callback function arguements | Alfred Perlstein | 2002-11-18 | 1 | -0/+35 |
* | mdoc(7) police: Fix SYNOPSIS, bump document date. | Ruslan Ermilov | 2002-05-30 | 1 | -7/+9 |
* | Add description for uma_zcreate(). | Jeroen Ruigrok van der Werven | 2002-05-18 | 1 | -0/+12 |
* | Chase the sources and document the change of wait to flags, which are | Jeroen Ruigrok van der Werven | 2002-04-30 | 1 | -8/+4 |
* | Remove references to zinit() which does not exist anymore. | Jeroen Ruigrok van der Werven | 2002-04-30 | 1 | -13/+2 |
* | Document the zone allocator is now a slab allocator. | Jeroen Ruigrok van der Werven | 2002-04-30 | 1 | -0/+8 |
* | Document uma_zalloc() behaviour. | Jeroen Ruigrok van der Werven | 2002-04-30 | 1 | -2/+15 |
* | Update function arguments to what is current used. | Jeroen Ruigrok van der Werven | 2002-04-30 | 1 | -3/+3 |