| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check if string is not NULL, not *string, before setting *string. | Brian Feldman | 2002-02-27 | 1 | -2/+2 | 
| | | | | | Notes: svn path=/head/; revision=91428 | ||||
| * | Add __FBSDID()s to libutil | Matthew Dillon | 2001-09-30 | 1 | -2/+4 | 
| | | | | | Notes: svn path=/head/; revision=84225 | ||||
| * | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | Robert Watson | 2001-03-19 | 1 | -7/+7 | 
| | | | | | | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74436 | ||||
| * | o To support new EA interface with explicit namespaces, introduce two | Robert Watson | 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 Notes: svn path=/head/; revision=74274 | |||||
