Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make usage match options. | dwmalone | 2002-07-27 | 1 | -1/+1 |
| | | | | Approved by: rwatson | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -1/+2 |
| | |||||
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -5/+5 |
| | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> | ||||
* | NAI DBA update. | rwatson | 2002-03-14 | 1 | -1/+1 |
| | |||||
* | Update license. | rwatson | 2002-02-10 | 1 | -1/+3 |
| | |||||
* | Teach getextattr to query the EA size and allocate appropriate sized | rwatson | 2002-02-10 | 2 | -10/+37 |
| | | | | | | buffers before reading the memory. Arguably, the failure modes here are poor, but we can now read >2k EAs. Also, update the copyrights and licenses while I'm here. | ||||
* | Update userland tools to reflect extattr API changes. | rwatson | 2002-02-10 | 1 | -5/+6 |
| | | | | | | | | Note that getextattr has not yet been updated to dynamically allocate a read buffer, although that can now be done. Obtained from: TrustedBSD Project Sponsored by: NAI Labs | ||||
* | WARNS=2 and style(9) cleanup: | jedgar | 2001-12-04 | 2 | -5/+6 |
| | | | | | | | | | o prototype usage() o move BUFSIZE define above the functions o nuke externs that are defined in unistd.h Approved by: rwatson Obtained from: TrustedBSD Project | ||||
* | o Reflect moving of extattr_namespace calls to libc from libutil; no | rwatson | 2001-11-16 | 1 | -3/+0 |
| | | | | | | | longer need to link libutil into command-line extended attribute utilities. Obtained from: TrustedBSD Project | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -0/+1 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | Remove GCC'isms in CFLAGS. | obrien | 2001-07-20 | 1 | -1/+0 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: fixed formatting bug in rev. 1.10. | ru | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | Xref to extattr(2) and extattr(3). | dd | 2001-06-24 | 1 | -1/+2 |
| | |||||
* | Xref extattr_get_file(2). | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | Add a namespace argument to one of the examples. | dd | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Fix LDADD and add missing DPADD. | ru | 2001-03-27 | 1 | -2/+4 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 2 | -7/+7 |
| | | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project | ||||
* | o Update getextattr and setextattr utilities to take into account the | rwatson | 2001-03-15 | 3 | -10/+23 |
| | | | | | | | | revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Add the '-l' option which prints string attribute followed by a file name. | bp | 2000-05-11 | 2 | -10/+26 |
| | | | | Reviewed by: rwatson, sheldonh | ||||
* | Minor mdoc markup fixes. | sheldonh | 2000-05-10 | 1 | -6/+7 |
| | | | | Reviewed by: maintainer | ||||
* | Minor man page formatting changes and improvements. | rwatson | 2000-04-17 | 1 | -2/+5 |
| | | | | Suggested by: chris | ||||
* | Code compiles and installs 100% better if included in the Makefile. | rwatson | 2000-04-16 | 1 | -0/+7 |
| | | | | Suggested by: Voices in my head. | ||||
* | Introduce userland utilities to set and get extended attributes. These | rwatson | 2000-04-16 | 2 | -0/+203 |
utilities do not present the world's greatest interface, and will undoubtably change soon. However, they do let people experiment with extended attributes, and provide samples of how to use the syscalls. Obtained from: TrustedBSD |