diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-14 10:31:55 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-14 10:31:55 +0000 |
commit | 4c678fe1f0e0aeb1fb865ed7c87d9ba9428eeac2 (patch) | |
tree | b74711236e275e839e7147376e031f9d230273b9 /share | |
parent | 3758398433809b87c7ce0c7759b97084f4915e67 (diff) |
Eliminate some unused malloc(9) type defines. Also get rid of the
mysterious and unused mbtypes[] array in mbuf.h.
ok tedu@, deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/malloc.9 | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 6ee1ffb0b06..549e57efa6b 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.45 2010/03/08 21:57:39 oga Exp $ +.\" $OpenBSD: malloc.9,v 1.46 2010/07/14 10:31:54 matthew Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 8 2010 $ +.Dd $Mdocdate: July 14 2010 $ .Dt MALLOC 9 .Os .Sh NAME @@ -116,8 +116,6 @@ The following types are currently defined: .Bl -tag -offset indent -width XXXXXXXXXXXXXX -compact .It Dv M_FREE Should be on free list. -.It Dv M_MBUF -Mbuf memory. .It Dv M_DEVBUF Device driver memory. .It Dv M_DEBUG @@ -145,8 +143,6 @@ VFS mount structs. NFS request headers. .It Dv M_NFSMNT NFS mount structures. -.It Dv M_NFSNODE -NFS vnode private part. .It Dv M_VNODE Dynamically allocated vnodes. .It Dv M_CACHE @@ -183,8 +179,6 @@ MFS vnode private part. Export host address structures. .It Dv M_NFSSVC NFS server structures. -.It Dv M_NFSUID -NFS uid mapping structures. .It Dv M_NFSD NFS server daemon structures. .It Dv M_IPMOPTS @@ -245,20 +239,12 @@ data buffers. related credentials. .It Dv M_PACKET_TAGS Packet-attached information tags. -.It Dv M_1394CTL -IEEE 1394 control structures. -.It Dv M_1394DATA -IEEE 1394 data buffers. .It Dv M_EMULDATA Per process emulation data. .It Dv M_IP6OPT IPv6 options. .It Dv M_IP6NDP IPv6 neighbour discovery structures. -.It Dv M_IP6RR -IPv6 router renumbering prefix. -.It Dv M_RR_ADDR -IPv6 router renumbering interface identifiers. .It Dv M_TEMP Miscellaneous temporary data buffers. .It Dv M_NTFSMNT |