OpenBSD CVS

CVS log for src/share/man/man9/malloc.9


[BACK] Up to [local] / src / share / man / man9

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.72 / (download) - annotate - [select for diffs], Fri Jan 19 15:10:27 2024 UTC (4 months, 2 weeks ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.71: +3 -3 lines
Diff to previous 1.71 (colored)

M_PINSYSCALL is for pinsyscalls(2), not pinsyscall(2)

Revision 1.71 / (download) - annotate - [select for diffs], Tue Dec 19 14:40:04 2023 UTC (5 months, 2 weeks ago) by deraadt
Branch: MAIN
Changes since 1.70: +5 -2 lines
Diff to previous 1.70 (colored)

add a malloc type for pinsyscall arrays

Revision 1.70 / (download) - annotate - [select for diffs], Mon Jul 3 06:45:44 2023 UTC (11 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.69: +11 -7 lines
Diff to previous 1.69 (colored)

Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, such
that the former's text comes from the latter's comments.  Rationalize
capitalization, whitespace, and plural-vs-singular.  Mark things for
for automation in the future.

Prompted by loss of sync from the addition of M_IFGROUP and M_PF
Previously worked up in discussion with schwarze@ and jmc@

ok deraadt@, miod@, jmc@

Revision 1.69 / (download) - annotate - [select for diffs], Fri Mar 17 19:44:15 2023 UTC (14 months, 2 weeks ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.68: +4 -2 lines
Diff to previous 1.68 (colored)

Document M_LOG flag; from Peter J. Philipp.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Feb 3 17:18:22 2022 UTC (2 years, 4 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.67: +2 -12 lines
Diff to previous 1.67 (colored)

Delete unused/obsolete M_* type values.

ok miod@ mpi@

Revision 1.67 / (download) - annotate - [select for diffs], Thu Feb 7 15:11:38 2019 UTC (5 years, 3 months ago) by visa
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.66: +5 -2 lines
Diff to previous 1.66 (colored)

Add lock stack trace saving for witness(4).

This lets witness(4) save a stack trace on each lock acquisition.
The saved traces can be viewed in ddb(4) when showing the currently
held locks, which may help when debugging incorrect locking.

Sample output:

ddb{0}> show all locks
Process 63836 (rm) thread 0xffff8000221e52c8 (435004)
exclusive rrwlock inode r = 0 (0xfffffd8119a092c0) locked @ /usr/src/sys/ufs/ufs/ufs_vnops.c:1547
#0  witness_lock+0x419
#1  _rw_enter+0x2bb
#2  _rrw_enter+0x42
#3  VOP_LOCK+0x3f
#4  vn_lock+0x36
#5  vfs_lookup+0xa1
#6  namei+0x2b3
#7  dounlinkat+0x85
#8  syscall+0x338
#9  Xsyscall+0x128
exclusive kernel_lock &kernel_lock r = 1 (0xffffffff81e6a5f0) locked @ /usr/src/sys/arch/amd64/amd64/intr.c:525
#0  witness_lock+0x419
#1  syscall+0x2b6
#2  Xsyscall+0x128

The saving adds overhead, so it is not enabled by default. It can be
taken into use by setting sysctl kern.witness.locktrace=1 at runtime
or by defining WITNESS_LOCKTRACE in the kernel configuration.

Feedback and OK anton@

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 18 17:52:18 2019 UTC (5 years, 4 months ago) by visa
Branch: MAIN
Changes since 1.65: +9 -5 lines
Diff to previous 1.65 (colored)

Add missing types, and fix incorrect names.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Nov 27 09:23:44 2017 UTC (6 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.64: +2 -68 lines
Diff to previous 1.64 (colored)

Remove MALLOC_DEBUG left overs.

From Klemens Nanni.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Oct 27 16:11:00 2017 UTC (6 years, 7 months ago) by visa
Branch: MAIN
Changes since 1.63: +2 -4 lines
Diff to previous 1.63 (colored)

Allocate IPv6 reassembly structs using pools instead of malloc(),
and drop the now redundant allocation type M_FTABLE.

OK mikeb@, bluhm@, mpi@

Revision 1.63 / (download) - annotate - [select for diffs], Mon Nov 14 03:23:45 2016 UTC (7 years, 6 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.62: +5 -2 lines
Diff to previous 1.62 (colored)

M_COUNTERS is a thing

Revision 1.62 / (download) - annotate - [select for diffs], Mon Aug 24 15:33:49 2015 UTC (8 years, 9 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.61: +1 -3 lines
Diff to previous 1.61 (colored)

Rename M_RTABLE bucket into "rtable" to match the code and kill unused
M_BWMETER.

ok mikeb@

Revision 1.61 / (download) - annotate - [select for diffs], Wed Nov 19 05:42:26 2014 UTC (9 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.60: +9 -3 lines
Diff to previous 1.60 (colored)

document when to pass free() a size, and hey -- if it is impossible track
it down, that is ok, you can pass 0. (but it is slower)

Revision 1.60 / (download) - annotate - [select for diffs], Sun Nov 2 05:16:43 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
Changes since 1.59: +18 -4 lines
Diff to previous 1.59 (colored)

tweak wording and update panic messages

Revision 1.59 / (download) - annotate - [select for diffs], Wed Aug 20 11:23:42 2014 UTC (9 years, 9 months ago) by mikeb
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Remove userland bits related to the crypto(4) interface;  ok deraadt

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jul 23 06:22:28 2014 UTC (9 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

tweak previous;

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 23 02:30:12 2014 UTC (9 years, 10 months ago) by dlg
Branch: MAIN
Changes since 1.56: +43 -29 lines
Diff to previous 1.56 (colored)

document mallocarray like malloc throughout the page. better describe
what M_CANFAIL means for each.

motivation and initial diff from doug hogan

Revision 1.56 / (download) - annotate - [select for diffs], Sat Jul 12 18:51:10 2014 UTC (9 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.55: +5 -3 lines
Diff to previous 1.55 (colored)

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Jul 12 10:47:21 2014 UTC (9 years, 10 months ago) by tedu
Branch: MAIN
Changes since 1.54: +1 -5 lines
Diff to previous 1.54 (colored)

remove bluetooth malloc types

Revision 1.54 / (download) - annotate - [select for diffs], Thu Jul 10 19:35:38 2014 UTC (9 years, 10 months ago) by matthew
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

Oops, fix man page typo.

thx Jean-Philippe Ouellet

Revision 1.53 / (download) - annotate - [select for diffs], Thu Jul 10 19:33:16 2014 UTC (9 years, 10 months ago) by matthew
Branch: MAIN
Changes since 1.52: +18 -5 lines
Diff to previous 1.52 (colored)

Add mallocarray(9)

While here, change malloc(9)'s size argument from "unsigned long" to
"size_t".

ok tedu

Revision 1.52 / (download) - annotate - [select for diffs], Thu Apr 3 04:10:34 2014 UTC (10 years, 2 months ago) by lteo
Branch: MAIN
Changes since 1.51: +8 -4 lines
Diff to previous 1.51 (colored)

Sync malloc(9) M_* types with sys/malloc.h

Revision 1.51 / (download) - annotate - [select for diffs], Thu Mar 27 07:28:35 2014 UTC (10 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.50: +8 -6 lines
Diff to previous 1.50 (colored)

tweak previous; help/ok dlg

Revision 1.50 / (download) - annotate - [select for diffs], Wed Mar 26 06:05:07 2014 UTC (10 years, 2 months ago) by dlg
Branch: MAIN
Changes since 1.49: +15 -2 lines
Diff to previous 1.49 (colored)

CONTEXT for malloc.

feels a bit clumsy, hopefully jmc can help.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Jul 4 17:39:45 2013 UTC (10 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.48: +5 -2 lines
Diff to previous 1.48 (colored)

free(null) works

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 4 19:27:09 2013 UTC (11 years ago) by schwarze
Branch: MAIN
Changes since 1.47: +4 -4 lines
Diff to previous 1.47 (colored)

Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 6 15:42:56 2012 UTC (12 years, 2 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.46: +0 -2 lines
Diff to previous 1.46 (colored)

Remove raidframe related references.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jul 14 10:31:54 2010 UTC (13 years, 10 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.45: +2 -16 lines
Diff to previous 1.45 (colored)

Eliminate some unused malloc(9) type defines.  Also get rid of the
mysterious and unused mbtypes[] array in mbuf.h.

ok tedu@, deraadt@

Revision 1.45 / (download) - annotate - [select for diffs], Mon Mar 8 21:57:39 2010 UTC (14 years, 3 months ago) by oga
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.44: +8 -5 lines
Diff to previous 1.44 (colored)

Don't mention that M_WAITOK is defined to be zero, readers do not need
to know that.

ok jmc@, though i'm tempted to remove the whole bit about being the same
as having no other flags specified as well.

Prompted by a discussion with deraadt and tedu.

Revision 1.44 / (download) - annotate - [select for diffs], Sun Jan 3 16:43:46 2010 UTC (14 years, 5 months ago) by schwarze
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Neither .Pp nor unqualified text are allowed at the top level of .Bl;
instead, .It is required.  Thus, move .Pp and text before the .Bl,
and remove the .Pp altogether where it is not needed.

Syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@, and sobrado@ also supports the direction.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 11 09:07:16 2008 UTC (15 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.42: +25 -21 lines
Diff to previous 1.42 (colored)

- update the list of types
- some text improvements
- remember systat(1)

ok otto

Revision 1.42 / (download) - annotate - [select for diffs], Tue Sep 2 21:42:05 2008 UTC (15 years, 9 months ago) by chl
Branch: MAIN
Changes since 1.41: +4 -22 lines
Diff to previous 1.41 (colored)

remove last bits of MALLOC/FREE

spotted by and initial patch from espie@, with inputs from jmc@

ok espie@ jmc@

Revision 1.41 / (download) - annotate - [select for diffs], Thu Jun 26 05:42:08 2008 UTC (15 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.40: +2 -9 lines
Diff to previous 1.40 (colored)

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

Revision 1.40 / (download) - annotate - [select for diffs], Fri Sep 7 10:31:10 2007 UTC (16 years, 9 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored)

Document M_ZERO.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jun 1 05:37:14 2007 UTC (17 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.38: +1 -7 lines
Diff to previous 1.38 (colored)

remove crufty adosfs.  everytime we try to change a vfs layer interface,
adosfs has the issue and in an entirely different way.  noone uses this
code so this is hte best way to handle the problem
diff from pedro who went to sleep but we need to move ahead; ok thib

Revision 1.38 / (download) - annotate - [select for diffs], Thu May 31 19:20:00 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

convert to new .Dd format;

Revision 1.37 / (download) - annotate - [select for diffs], Tue Feb 13 18:14:01 2007 UTC (17 years, 3 months ago) by mk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

It's not M1394CTL and M1394DATA.  It's M_1394CTL and M_1394DATA.

ok brad

Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 14 22:03:00 2005 UTC (18 years, 5 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored)

Make ext2fs use a memory pool to allocate inodes, okay tedu@

Revision 1.35 / (download) - annotate - [select for diffs], Thu Aug 18 14:32:23 2005 UTC (18 years, 9 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.34: +10 -9 lines
Diff to previous 1.34 (colored)

document M_WAITOK as a separate flag rather than a note to M_NOWAIT

help from and ok jmc@ ok deraadt@ no objections art@

Revision 1.34 / (download) - annotate - [select for diffs], Sat Aug 6 17:04:07 2005 UTC (18 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.33: +27 -14 lines
Diff to previous 1.33 (colored)

Document M_CANFAIL and sync M_xxx types;
prodded by beck@, feedback jmc@, ok deraadt@

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jun 17 21:36:20 2005 UTC (18 years, 11 months ago) by drahn
Branch: MAIN
Changes since 1.32: +1 -3 lines
Diff to previous 1.32 (colored)

Extended Attributes was a piece to get to ACLs, however ACLs have not
been worked on, so EA is pointless to maintain. go ahead jmc@

Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 15 13:30:51 2005 UTC (19 years, 1 month ago) by tom
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31 (colored)

Missing space

ok jmc@

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 30 23:25:59 2005 UTC (19 years, 2 months ago) by pedro
Branch: MAIN
Changes since 1.30: +7 -1 lines
Diff to previous 1.30 (colored)

mention new udf malloc types, okay deraadt@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jan 14 19:34:05 2004 UTC (20 years, 4 months ago) by grange
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.29: +1 -3 lines
Diff to previous 1.29 (colored)

Get rid of M_LOCKF and use pool for allocating lockf structures.
 From NetBSD.

Tested by many people, ok art@.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jul 11 13:47:41 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

fix some lists and macros;

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 21 01:05:09 2003 UTC (20 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.27: +25 -25 lines
Diff to previous 1.27 (colored)

make type descriptions generally plural.
Vfs -> VFS, Adosfs -> ADOSFS, etc.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jun 21 00:57:43 2003 UTC (20 years, 11 months ago) by tedu
Branch: MAIN
Changes since 1.26: +21 -1 lines
Diff to previous 1.26 (colored)

document new malloc type EMULDATA and missing NTFS types.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 6 20:56:32 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL
- use .Ox for OpenBSD, .Fx for FreeBSD

Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 17 05:08:39 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

typos;

md5(9): ok tedu@

Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 2 16:04:19 2003 UTC (21 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23 (colored)

nfs -> NFS

Revision 1.23 / (download) - annotate - [select for diffs], Mon Feb 24 03:55:05 2003 UTC (21 years, 3 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.22: +16 -85 lines
Diff to previous 1.22 (colored)

sync with reality

ok art@

Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 20 06:10:27 2002 UTC (21 years, 5 months ago) by art
Branch: MAIN
Changes since 1.21: +10 -11 lines
Diff to previous 1.21 (colored)

Reword the DEBUGGING section to get rid of second person forms.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Dec 20 06:05:31 2002 UTC (21 years, 5 months ago) by art
Branch: MAIN
Changes since 1.20: +7 -4 lines
Diff to previous 1.20 (colored)

Document M_DEBUG.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 28 08:28:20 2002 UTC (21 years, 9 months ago) by tdeval
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

RAIDframe spelling. ok art@

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jul 17 11:49:36 2002 UTC (21 years, 10 months ago) by art
Branch: MAIN
Changes since 1.18: +10 -10 lines
Diff to previous 1.18 (colored)

malloc debug variables have changed.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 17 15:52:56 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.17: +13 -3 lines
Diff to previous 1.17 (colored)

Document ranges.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 28 22:14:23 2001 UTC (22 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

speling; jsyn@nthought.com

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 14 05:11:40 2001 UTC (23 years ago) by angelos
Branch: MAIN
Changes since 1.15: +33 -20 lines
Diff to previous 1.15 (colored)

Sync with reality (M_SYSCTL is not yet committed, but it's coming)

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 14 22:55:12 2001 UTC (23 years, 1 month ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.14: +5 -1 lines
Diff to previous 1.14 (colored)

Mention that MALLOC should only be used for allocations with a constant size.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 1 16:11:25 2001 UTC (23 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was
frozen at that time.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 12 18:06:00 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

General man page cleanups, mostly to remove trailing whitespace, hard
sentence breaks, and other such things.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 25 13:46:06 2000 UTC (23 years, 11 months ago) by pjanzen
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

comma splice

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 7 10:02:56 2000 UTC (24 years ago) by art
Branch: MAIN
Changes since 1.10: +10 -1 lines
Diff to previous 1.10 (colored)

Document how 'show malloc' in ddb can be used to find out what went wrong.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 6 20:33:18 2000 UTC (24 years ago) by aaron
Branch: MAIN
Changes since 1.9: +16 -13 lines
Diff to previous 1.9 (colored)

Some minor corrections.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 6 20:18:54 2000 UTC (24 years ago) by art
Branch: MAIN
Changes since 1.8: +39 -1 lines
Diff to previous 1.8 (colored)

Document MALLOC_DEBUG.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 5 20:53:11 1999 UTC (24 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

The .Bl -tag flag expects a -width argument.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Sep 23 04:12:07 1999 UTC (24 years, 8 months ago) by alex
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Typo fixes.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 2 17:28:06 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Minor fusses: OpenBSD tag, misused macros, codes references path.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 30 20:23:59 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

Missed include

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 30 17:35:29 1999 UTC (24 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.3: +70 -5 lines
Diff to previous 1.3 (colored)

More accurate messages, add missing types.
Complete SYNOPSIS.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 2 20:11:52 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

consistent .Dd usage; proper format is: .Dd Month DD, YYYY

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 9 02:28:54 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

the the

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 1 23:41:09 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN

kernel malloc()/MALLOC() man page from NetBSD

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.