Commit Graph

47 Commits

Author SHA1 Message Date
rmind
530320c25b Mention kmem(9). 2009-08-03 19:57:40 +00:00
joerg
cfac7cbf5d Reorder .Bl and .Pp so make it clear that the space goes before the
list.
2009-03-09 17:29:25 +00:00
ad
a3caa093d1 Tweak text. 2008-12-29 12:18:12 +00:00
cegger
e2017bb870 MALLOC and FREE macros no longer exists. 2008-12-19 13:41:03 +00:00
ad
0efea177e3 Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
martin
11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
yamt
1872c2a033 discourage the new use of malloc(9). 2008-03-24 08:24:48 +00:00
alc
9abba19570 kills a few `caddr_t' occurences still present in manpage 2007-07-30 22:48:46 +00:00
ad
53d643b5f7 - kcont was removed.
- Replace some references to tsleep.
2007-07-14 10:52:47 +00:00
pooka
3f2dd92fb2 document MALLOC_JUSTDEFINE and MALLOC_JUSTDEFINE_LIMIT 2007-03-29 16:29:37 +00:00
wiz
54c03147a4 Whitespace nit. 2007-02-17 08:50:04 +00:00
rmind
ede64e5874 - Add link to memoryallocators(9) in kmem_*(9), vmem(9), uvm(9), malloc(9),
pool(9) and pool_cache(9) manuals.
- Sort uvm(9) "SEE ALSO" section.
2007-02-16 23:13:05 +00:00
wiz
3b77a7cb28 Document that free does not handle NULL. Addresses PR 28063. 2004-11-07 16:44:37 +00:00
wiz
a89230d697 Bump date for last. 2003-07-16 12:04:26 +00:00
dbj
f2bb8b7816 fix description of type declaration of "type" argument to free(9) 2003-07-16 08:13:34 +00:00
yamt
b509ec99bb explicitly note MALLOC-free and malloc-FREE is ok. 2003-06-19 15:11:49 +00:00
wiz
472351e13d Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
83de4abed2 Use "its" instead of "it's" where appropriate.
From Soren Jacobsen in PR 20730.
2003-03-15 23:48:27 +00:00
wiz
6c3d6d7f8f Typo fix. 2003-02-01 12:52:49 +00:00
thorpej
09d0041ce2 Update for extensibe malloc types. 2003-02-01 06:27:23 +00:00
itojun
40606ab8f2 switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag
implementation.  it will simplify porting across *bsd (such as kame/altq),
and make us more synchronized.  from Joel Wilsson
2003-01-17 08:11:49 +00:00
wiz
770eef2122 New sentence, new line. 2002-10-14 13:43:14 +00:00
yamt
e3dec71c5b note that MALLOC is intended to be used with a constant size. 2002-06-27 17:31:25 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
nathanw
0244dbad00 Reserve the SA malloc type on the trunk. 2002-01-12 00:00:39 +00:00
deberg
2549a25553 sync type list with <sys/malloc.h> 2002-01-07 01:00:31 +00:00
ad
079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
wiz
04b24f8e2a Misc fixes. 2001-12-04 23:42:02 +00:00
jdolecek
7851c7aacd document M_CANFAIL 2001-12-04 20:39:02 +00:00
wiz
c503012367 Sort sections. 2001-11-18 23:00:10 +00:00
lukem
69e1926249 document M_PIPE, M_AGP, M_PROP 2001-11-17 03:54:36 +00:00
lukem
576eed5512 Add new malloc(9) flag M_ZERO - zeros memory before returning.
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
2001-11-17 03:50:27 +00:00
wiz
7da30c83ac Change xref for vmstat(8) to vmstat(1).
Whitespace, punctuation and spelling fixes while I'm here.
2001-05-06 23:48:31 +00:00
pooka
7cf18877e8 make this reflect the current state found in malloc.h 2001-02-17 22:21:05 +00:00
wiz
987c42ae1c some whitespace cleanup 2000-12-24 02:52:53 +00:00
kristerw
1e851441fb Fixed typos (from OpenBSD) 1999-11-18 18:12:52 +00:00
oster
2dad94c947 Note M_RAIDFRAME. 1999-09-08 02:58:09 +00:00
garbled
e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
mycroft
6bb985323b Fix formatting errors (bad sentence breaks). 1999-03-06 22:09:29 +00:00
pk
6648745358 Add a few more memory types. 1998-07-29 22:07:14 +00:00
ross
7c7c171d13 Add David Brownlee's new intro pages, with editing. (PR #534[23])
Also, while here, expand apparently incorrectly .Dd month abbreviations.
(I thought about doing this in tmac/doc-common...heh...that would have
allowed a possible reverse map back to abbreviations.)
1998-04-22 07:14:30 +00:00
mrg
c12c7ee684 add missing .Nm sections 1997-11-11 10:06:37 +00:00
jtc
516fb1f380 Fix tipo inherited from old version of TNF copyright form.
s/REGENTS/FOUNDATION/.
1997-10-08 21:59:52 +00:00
kleink
6ff446d37c Sync with <sys/malloc.h>. 1997-08-02 23:29:15 +00:00
lukem
5d37ffa7eb fix the the typos 1996-11-10 23:58:22 +00:00
lukem
e0a2103855 fix typo 1996-10-30 05:29:54 +00:00
pk
071070a4af kernel memory allocator 1996-06-16 23:20:53 +00:00