Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 1 | -0/+1 |
| | | | | the function definition. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Check if string is not NULL, not *string, before setting *string. | green | 2002-02-27 | 1 | -2/+2 |
| | |||||
* | Add __FBSDID()s to libutil | dillon | 2001-09-30 | 1 | -2/+4 |
| | |||||
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -7/+7 |
| | | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project | ||||
* | o To support new EA interface with explicit namespaces, introduce two | rwatson | 2001-03-15 | 1 | -0/+75 |
utility functions which convert between string namespace names and numeric constants used by the interface. Right now, two namespaces are supported, EXTATTR_NAMESPACE_SYSTEM ("system") and EXTATTR_NAMESPACE_USER ("user"). These functions are used by various userland EA utilities, rather than hard coding the routines all over the place. Obtained from: TrustedBSD Project |