| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=91428
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
- if (!var) -> if (var == NULL)
o spelling fix (althouh -> although)
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=91035
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
- if (!var) -> if (var == NULL)
  - return val; -> return (val);
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=91034
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=91033
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=91032
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
- if (!var) -> if (var == NULL)
  - return val; -> return (val);
o update copyright
Notes:
    svn path=/head/; revision=90781
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=89953
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
o update copyright dates.
Reviewed by:	rwatson
Notes:
    svn path=/head/; revision=89831
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
PR:		33660
Submitted by:	Rich Morin <rdm@cfcl.com>, Tom Rhodes <darklogik@pittgoth.com>
Notes:
    svn path=/head/; revision=89028
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
o Document the following capabilities: CAP_NET_ADMIN, CAP_SYS_RAWIO,
  CAP_SYS_ADMIN, and CAP_SYS_TTY_CONFIG.
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
Notes:
    svn path=/head/; revision=88430
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
extattr namespace routines to the libc/posix1e directory.  While
  the extattr calls are not strictly POSIX.1e, POSIX.1e wasn't
  strictly ever approved, so I think that's OK.
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=86452
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=84423
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=84422
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=84306
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=84225
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=83327
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
o Removed whitespace at EOL
o Removed hard sentence breaks
o Added cap_size() to the NAME section
o Normalized .Nd descriptions
o Fixed the abuses of .Nm and .Va
o Fixed some DESCRIPTION texts
o Fixed the RETURN VALUES and ERRORS texts to look more traditional
Reviewed by:	tmm
Notes:
    svn path=/head/; revision=83079
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
support.
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=83050
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
sys/capability.h--this compiled fine on i386 where (int) and (ssize_t)
  are the same, but broke on Alpha where they differ.
Submitted by:		Mike Barcroft <mike@FreeBSD.org>
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82828
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
o Attach cap_copy_ext.3 and cap_copy_int.3 to the install, and link
  cap_size.3 to cap_copy_ext.3.
Submitted by:		tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82707
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted by:	yar
Notes:
    svn path=/head/; revision=82642
 | 
| | 
| 
| 
| 
| 
| 
| 
|  | 
Submitted by:		tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82617
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
sys/capability.h now.
Submitted by:		tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82616
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
support functions:
     cap_subset_np()    - Is cap1 a subset of cap2
     cap_equal_np()     - Is cap1 equal to cap2
o Introduce implementations of POSIX.1e capability support functions:
     cap_copy_ext()     - Externalize capability
     cap_copy_int()     - Internalize capability
     cap_size()         - Determine size required for cap_copy_ext()
Submitted by:		tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82614
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
documented by POSIX.1e, and understand the opaque capability structures.
  Introduce support in the userland POSIX.1e library for a
  _CAPABILITY_NEEDMACROS define to remove these macros from the normal
  namespace, but allow the libc functions to use them.
Submitted by:	tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82511
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
an exception to it.
Submitted by:	tmm
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=82321
 | 
| | 
| 
| 
| 
| 
| 
|  | 
MFC after:	2 weeks
Notes:
    svn path=/head/; revision=81969
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Reviewed by:	ru
Notes:
    svn path=/head/; revision=81629
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Reviewed by:	ru
Notes:
    svn path=/head/; revision=81352
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=79754
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=79531
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=79454
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=79366
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=78748
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
extattr_namespace_to_string.
Reviewed by:	rwatson
Notes:
    svn path=/head/; revision=78738
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=78686
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
xntpd.8 --> ntpd.8
acl_delete_perms.3 --> acl_delete_perm.3
getname.2 --> getsockname.2
MFC after:	1 week
Notes:
    svn path=/head/; revision=77973
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=76673
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted by:	Alex Zepeda <jazepeda@pacbell.net>
Notes:
    svn path=/head/; revision=76346
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=76055
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
required by POSIX.1e.  This maintains the current 'struct acl'
  in the kernel while providing the generic external acl_t
  interface required to complete the ACL editing library.
o Add the acl_get_entry() function.
o Convert the existing ACL utilities, getfacl and setfacl, to
  fully make use of the ACL editing library.
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=75928
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
the stubs do errno assignments and return -1 in this case, so that errno
would end up with this value.
Approved by:	rwatson
Notes:
    svn path=/head/; revision=75924
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=75670
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=75660
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=75543
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
ID's to be stored in the ACL.
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=75526
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
permission is in a permission set, required for third-party
applications such as Samba.
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=75492
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
ACL_UNDEFINED_TAG, ACL_UNDEFINED_ID, ACL_FIRST_ENTRY, ACL_NEXT_ENTRY
Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=75490
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Obtained from:	TrustedBSD Project
Notes:
    svn path=/head/; revision=75434
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
ACL_PERM_EXEC  -> ACL_EXECUTE
  ACL_PERM_READ  -> ACL_READ
  ACL_PERM_WRITE -> ACL_WRITE
Obtained from:	TrustedBSD
Notes:
    svn path=/head/; revision=75404
 |