summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use %jd in format string and cast argument to intmax_t instead of usingtjr2002-10-062-4/+3
* Fix format string errors relating mainly to the use of %qu to print off_t's.tjr2002-10-064-9/+15
* Oops, the previous version was a last minute test version with off_tbde2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.bde2002-10-031-1/+1
* Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.fanf2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.jhb2002-10-024-25/+22
* Use %d in a printf() format string and cast the argument to int instead oftjr2002-10-021-1/+1
* Return the ``u''trhodes2002-10-011-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includetjr2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundtjr2002-10-011-190/+23
* It is now safe to remove WARNS=0 and WFORMAT=0.mux2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)tjr2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.mux2002-10-011-5/+6
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringtjr2002-10-011-0/+2
* Use the %t format modifier to print differences betweenmux2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2tjr2002-10-011-2/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()tjr2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete bytjr2002-10-014-41/+1
* Callers of error() don't need to supply a program name prefix in thetjr2002-09-301-6/+6
* Allow a left parenthesis before patterns in case blocks. POSIX requirestjr2002-09-301-0/+2
* Allow empty case/esac statements; POSIX requires this, and recent versionstjr2002-09-301-2/+2
OpenPOWER on IntegriCloud