summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add the "wordexp" shell built-in command which will be used to implementtjr2002-12-263-0/+24
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
* mdoc(7) police: markup nit.ru2002-12-231-1/+1
* Use '\033' rather than '\e' as the latter is a gccism.dwmalone2002-12-221-1/+1
* pathconf() and acl_get_file() follow links so they cannot be used totjr2002-12-191-0/+8
* Improve handling of symlink targets when listing MAC labels: don'trwatson2002-12-181-6/+13
* Remove undocumented behavior (return current work dir if no pathjohan2002-12-181-5/+2
* - use MAXPATHLEN per realpath(3)johan2002-12-181-2/+2
* The code uses trapsasync, however the manual page uses asynctraps. Fix thetrhodes2002-12-171-1/+1
* Document `trap EXIT` and `trap SIGNAME`.fanf2002-12-171-1/+4
* When job control is disabled, never show the job id when reporting thetjr2002-12-141-1/+2
* Capitalize ASCII code names.ru2002-12-051-1/+3
* mdoc(7) police:ru2002-11-262-2/+2
* mdoc(7) police: In DESCRIPTION, list the options in pure alphabeticalru2002-11-251-14/+17
* mdoc(7) police: markup fixes.ru2002-11-251-6/+9
* mdoc(7) police: markup fixes.ru2002-11-251-3/+3
* Minimal take on previous commit -- remove getopt and printf. Static sizenjl2002-11-141-15/+9
* Back out previous commit since there is controversy about changing so muchnjl2002-11-141-24/+30
* Remove getopt and strtol dependencies, reducing size of static exe.njl2002-11-131-30/+24
* Put echo on a diet, removing unnecessary use of stdio and getopt.njl2002-11-131-9/+8
* Use warn() instead of perror() or fprintf() where appropriate.tjr2002-11-062-14/+8
* Cross-reference setfacl(1).tjr2002-11-041-0/+1
* - Consistent use of warn() vs. perror().tjr2002-11-032-9/+10
* Print a `+' character after the standard UNIX permission fields in longtjr2002-11-032-2/+73
* The hw.availpages sysctl has an unsigned long value now, fix the retrievaltmm2002-11-012-2/+3
* o Remove $Id$ from copyright; there's $FreeBSD$,marcel2002-11-012-18/+8
* Do not print a header line if it would be empty; required by 1003.1-2001.tjr2002-10-311-0/+9
* Delete worthless comments.tjr2002-10-301-5/+1
* Create a small library function, check_utility_compat(3), to determinewollman2002-10-282-32/+34
* Do not include <sys/syslimits.h> directly; it is not intended for generalwollman2002-10-271-1/+0
* Attempt improved use of fts results: use the correct path to therwatson2002-10-241-4/+14
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherrwatson2002-10-247-238/+69
* Use the MAC interface to list process MAC labels rather than usingrwatson2002-10-248-172/+58
* Fix for changed getbsize arg type.markm2002-10-231-3/+4
* Be consistent about declaring a function "static", and consistentmarkm2002-10-231-3/+3
* Constify, staticify, rationalise types and fix other related warnings.markm2002-10-231-8/+8
* Constify to squash some warnings.markm2002-10-232-2/+2
* Staticify for lint.markm2002-10-181-2/+2
* Constify and staticify for lint.markm2002-10-183-6/+6
* Print non-printing characters in directory names, as well as file names,tjr2002-10-183-5/+9
* Avoid accidentally making "-h" a synonym for "fc".tjr2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision wheredd2002-10-181-7/+9
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-163-169/+6
* Do not strip CTL* escapes from redirection filenames in argstr(); theytjr2002-10-081-1/+1
* Clean up use of <stdarg.h> macros: always call va_end after va_start,tjr2002-10-061-2/+6
* Ensure all va_starts have a matching va_end.tjr2002-10-061-1/+1
* While removing a memory leak, rev 1.32 introduced acharnier2002-10-061-16/+11
* /dev/sa0 is the default tape device, not /dev/rst0.tjr2002-10-062-6/+6
* Disallow empty condition parts of "if", "while" and "until" compoundtjr2002-10-061-3/+6
OpenPOWER on IntegriCloud