summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-06-17 21:36:21 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-06-17 21:36:21 +0000
commitb69f31113a8ed5bd63523b0ac817b6a04b36cd56 (patch)
tree3a4b6ffc409cd65a9afee771d0a9cdc86509613f /share/man/man9
parentee96316bb78c8a4c7dc8cd351f06703fb9961fc0 (diff)
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@
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/VOP_LOOKUP.948
-rw-r--r--share/man/man9/malloc.94
2 files changed, 2 insertions, 50 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index f087cce9369..8706b54d4d7 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: VOP_LOOKUP.9,v 1.15 2005/06/09 02:59:12 jaredy Exp $
+.\" $OpenBSD: VOP_LOOKUP.9,v 1.16 2005/06/17 21:36:20 drahn Exp $
.\"
.\" Copyright (c) 2003 Ted Unangst
.\" All rights reserved.
@@ -92,16 +92,6 @@
.Fa "struct proc *p"
.Fc
.Ft int
-.Fo VOP_GETEXTATTR
-.Fa "struct vnode *vp"
-.Fa "int attrnamespace"
-.Fa "const char *name"
-.Fa "struct uio *uio"
-.Fa "size_t *size"
-.Fa "struct ucred *cred"
-.Fa "struct proc *p"
-.Fc
-.Ft int
.Fo VOP_INACTIVE
.Fa "struct vnode *vp"
.Fa "struct proc *p"
@@ -252,15 +242,6 @@
.Fa "struct proc *p"
.Fc
.Ft int
-.Fo VOP_SETEXTATTR
-.Fa "struct vnode *vp"
-.Fa "int attrnamespace"
-.Fa "const char *name"
-.Fa "struct uio *uio"
-.Fa "struct ucred *cred"
-.Fa "struct proc *p"
-.Fc
-.Ft int
.Fo VOP_STRATEGY
.Fa "struct buf *bp"
.Fc
@@ -481,33 +462,6 @@ or should not be changed by
Upon success of obtaining or changing the attributes, zero is returned;
otherwise, an appropriate error code is returned.
.Pp
-.It Fn VOP_GETEXTATTR vp attrnamespace name uio size cred p
-.It Fn VOP_SETEXTATTR vp attrnamespace name uio cred p
-.Fn VOP_GETEXTATTR
-and
-.Fn VOP_SETEXTATTR
-are called to get and set named extended file attributes (see
-.Xr extattr 9 ) .
-.Fa vp
-is the vnode for which to get or set the attribute.
-It must be locked.
-.Fa attrnamespace
-is an integer describing whether the attribute belongs in the
-user or system namespace.
-.Fa name
-is the extended attribute to get or set.
-.Fa uio
-is a
-.Xr uio 9
-structure with the userland address containing the userland data.
-.Fn VOP_GETEXTATTR
-will return the actual length of the attribute in
-.Fa size
-if it is
-.No non- Ns Dv NULL .
-.Fa cred
-is a pointer to the credentials used to access the file.
-.Pp
.It Fn VOP_INACTIVE vp p
Notify the underlying file system that the locked vnode
.Fa vp
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 6b830dba27e..4003617d435 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.32 2005/04/15 13:30:51 tom Exp $
+.\" $OpenBSD: malloc.9,v 1.33 2005/06/17 21:36:20 drahn Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -250,8 +250,6 @@ USB device driver.
USB host controller.
.It Dv M_MEMDESC
Memory range.
-.It Dv M_UFS_EXTATTR
-UFS Extended Attributes.
.It Dv M_CREDENTIALS
.Xr ipsec 4
related credentials.