aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* malloc(9): update names and hardlinksMitchell Horne2022-10-191-3/+14
* Document when zfree(9) was added to FreeBSD.David E. O'Brien2022-02-171-0/+4
* malloc(9): Document/complete aligned variantsAdam Fenn2021-08-261-1/+24
* MFC c743a6bd4fc0:Hans Petter Selasky2021-03-231-1/+12
* malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik2020-11-021-6/+12
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-1/+10
* Remove free_domain() and uma_zfree_domain().Mark Johnston2020-08-041-5/+1
* Add zfree to zero allocation before freeMatt Macy2020-02-161-0/+15
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-301-10/+17
* Make UMA and malloc(9) return non-executable memory in most cases.Jonathan T. Looney2018-06-131-1/+6
* Document new NUMA related syscalls and utility options.Jeff Roberson2018-03-241-0/+12
* malloc(9): Change nominal size to size_t to match standard CConrad Meyer2018-01-241-4/+4
* malloc.9: Fix minor typo from rewording in r327796Conrad Meyer2018-01-101-1/+1
* mallocarray(9): panic if the requested allocation would overflowConrad Meyer2018-01-101-6/+5
* Introduce mallocarray() in the kernelKristof Provost2018-01-071-0/+19
* Fix issues found by mandoc -Tlint.Christian Brueffer2016-01-081-1/+1
* Consistently enforce the restriction against calling malloc/free when in aJonathan T. Looney2015-11-191-1/+8
* Misc mdoc fixes:Joel Dahl2014-11-231-6/+6
* Remove notes about historical mbuf(9) allocator flags from documentation.Gleb Smirnoff2014-01-161-12/+1
* Remove trailing whitespace.Joel Dahl2012-11-161-1/+1
* M_USE_RESERVE is no longer deprecated. It is once again supported.Alan Cox2012-11-161-8/+7
* Put parenthesis around sizeof args.Kevin Lo2012-07-171-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* update .DdKip Macy2012-01-281-1/+1
* document M_NODUMP flagKip Macy2012-01-281-0/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-20/+2
* s/M_TRYWAIT/M_WAIT/Ruslan Ermilov2008-03-251-1/+1
* Xref memguard(9)Christian Brueffer2005-02-221-0/+1
* Sort sections.Ruslan Ermilov2005-01-211-16/+16
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* Cross-reference contigmalloc(9).Joseph Koshy2004-03-061-0/+1
* Back out previous commit due to objections.Dag-Erling Smørgrav2004-02-161-6/+5
* Document the change in M_WAITOK semantics.Dag-Erling Smørgrav2004-02-161-5/+6
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-3/+3
* Rename the section 'locking considerations' into 'context'.Hartmut Brandt2003-06-121-10/+5
* Assorted mdoc(7), grammar, spelling, and punctuation fixes.Ruslan Ermilov2003-05-211-19/+25
* malloc(9) types can be used to identify multiple allocations.Hiten Pandya2003-05-061-0/+1
* Forced commit to fill in the fields below for the last commit. AlsoHartmut Brandt2003-04-101-1/+1
* Explicitely document the locking requirements for the malloc interface.Hartmut Brandt2003-04-091-69/+67
* Return bits which were removed in revision 1.28.Tom Rhodes2003-02-241-0/+19
* The .Fn functionPhilippe Charnier2003-02-051-4/+7
* Catch up to WAIT/NOWAIT cleanup.Alfred Perlstein2003-01-211-19/+0
* Add required commas that were ommitted in the previous delta; theSheldon Hearn2003-01-191-1/+1
* Document lock order reversals possible when calling allocation functionsAlfred Perlstein2003-01-181-0/+16
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. TheyRobert Watson2003-01-181-0/+11
* Spelling: s/then/than/ where appropriate.Ruslan Ermilov2002-12-241-1/+1
* mdoc(7) police: fixed some wording, kill whitespace at EOL.Ruslan Ermilov2002-03-181-4/+6
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.Archie Cobbs2002-03-131-11/+74