summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Document "chdir" builtin.dd2001-04-281-0/+4
* Fixed a typo.ru2001-04-271-1/+1
* Put a note that `-h' and `-n' is non-standard and provided only forsobomax2001-04-271-1/+6
* Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNUsobomax2001-04-262-14/+53
* Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.kris2001-04-2610-80/+82
* Reduce diffs with OpenBSD:kris2001-04-2617-466/+468
* Use mkstemp() for secure tempfile creation instead of tempnam()kris2001-04-264-17/+39
* o Separate acl_t into internal and external representations asjedgar2001-04-245-98/+168
* mdoc(7) police: normalize .Nd.ru2001-04-182-2/+2
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-1711-36/+37
* Convert getfacl to the ACL editing library functions. getfacl shouldjedgar2001-04-131-23/+71
* Correct some markupbrian2001-04-121-2/+4
* Introduce -osid and -otsidbrian2001-04-112-0/+8
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-9/+9
* ``|'' should be more binding than ``!'' so that this isn't broken:brian2001-04-091-2/+13
* Remove tsess for now.brian2001-04-071-2/+0
* Update documentation in line with what the code doesbrian2001-04-071-9/+1
* The sess column went away last December with v1.26 of keyword.cbrian2001-04-071-1/+1
* setfacl and getfacl no longer need to link against libposix1e, since ittmm2001-04-042-4/+0
* A much better (more correct) fix for handling ``!'' charactersbrian2001-04-041-23/+40
* Handle ``!'' characters when they appear as second and subsequentbrian2001-04-041-0/+3
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inru2001-04-031-1/+1
* Remove a comment which seemed to confuse makewhatis:ben2001-03-291-1/+0
* MAN[1-9] -> MAN.ru2001-03-275-6/+4
* Fix error reporting of delayed send errors.fenner2001-03-261-1/+1
* mdoc(7) police: fix markup and some spelling.ru2001-03-232-66/+99
* Silence minor cc warningache2001-03-211-1/+1
* Use nl_langinfo instead of %Efache2001-03-211-6/+16
* Use nl_langinfo instead of %Efache2001-03-211-6/+7
* Remove extra CFLAGSjedgar2001-03-201-2/+1
* Remove extra CFLAGS and redundant SRCSjedgar2001-03-201-2/+1
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)jedgar2001-03-192-3/+0
* o Missed in addition of setfacl.h in setfacl(1)rwatson2001-03-191-0/+76
* o Missed in prior commit: getfacl(1) Makefilerwatson2001-03-191-0/+9
* o Enable getfacl(1) and setfacl(1)rwatson2001-03-191-0/+2
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsrwatson2001-03-1910-0/+1284
* DIS -> ISOache2001-03-175-7/+7
* Make it clear that the -v option doesn't actually set the date.dd2001-03-161-2/+3
* Revert this file back to how it was in the STABLE branch, this means:asmodai2001-03-051-1/+1
* Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-051-8/+1
* implement OCRNL, ONOCR, and ONLRETassar2001-03-043-0/+19
* Small optimization: set use_ampm only when neededache2001-03-033-4/+6
* Use AM/PM time only when available in localeache2001-03-023-4/+9
* POSIX wrote:ru2001-03-023-30/+11
* The 'X' permission symbol is specified by POSIX.2, so don't say that itben2001-03-011-4/+2
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-282-2/+2
* Fix style bug I introduced with rev 1.13 (rcsid after includes).obrien2001-02-281-5/+7
* Add rcsid.obrien2001-02-271-0/+6
* Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.ru2001-02-222-2/+2
* Do not coredump if no options are supplied. (ps -o,)jlemon2001-02-141-1/+1
OpenPOWER on IntegriCloud