aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFC: revert getbsize's headerlenp argument back to an int *.David E. O'Brien2003-01-081-4/+3
* MFC error report part of rev 1.3 and rev 1.4Johan Karlsson2002-12-191-6/+3
* MFC revision 1.64: Avoid spurious warning messages for broken symbolic linksTim J. Robbins2002-12-191-0/+8
* MFC ls.c:1.72:Robert Watson2002-12-191-6/+13
* Document `trap EXIT` and `trap SIGNAME`.Tony Finch2002-12-171-1/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.cvs2svn2002-12-137-687/+0
* Capitalize ASCII code names.Ruslan Ermilov2002-12-051-1/+3
* mdoc(7) police:Ruslan Ermilov2002-11-262-2/+2
* mdoc(7) police: In DESCRIPTION, list the options in pure alphabeticalRuslan Ermilov2002-11-251-14/+17
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-251-6/+9
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-251-3/+3
* Minimal take on previous commit -- remove getopt and printf. Static sizeNate Lawson2002-11-141-15/+9
* Back out previous commit since there is controversy about changing so muchNate Lawson2002-11-141-24/+30
* Remove getopt and strtol dependencies, reducing size of static exe.Nate Lawson2002-11-131-30/+24
* Put echo on a diet, removing unnecessary use of stdio and getopt.Nate Lawson2002-11-131-9/+8
* Use warn() instead of perror() or fprintf() where appropriate.Tim J. Robbins2002-11-062-14/+8
* Cross-reference setfacl(1).Tim J. Robbins2002-11-041-0/+1
* - Consistent use of warn() vs. perror().Tim J. Robbins2002-11-032-9/+10
* Print a `+' character after the standard UNIX permission fields in longTim J. Robbins2002-11-032-2/+73
* The hw.availpages sysctl has an unsigned long value now, fix the retrievalThomas Moestl2002-11-012-2/+3
* o Remove $Id$ from copyright; there's $FreeBSD$,Marcel Moolenaar2002-11-012-18/+8
* Do not print a header line if it would be empty; required by 1003.1-2001.Tim J. Robbins2002-10-311-0/+9
* Delete worthless comments.Tim J. Robbins2002-10-301-5/+1
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-282-32/+34
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-271-1/+0
* Attempt improved use of fts results: use the correct path to theRobert Watson2002-10-241-4/+14
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-247-238/+69
* Use the MAC interface to list process MAC labels rather than usingRobert Watson2002-10-248-172/+58
* Fix for changed getbsize arg type.Mark Murray2002-10-231-3/+4
* Be consistent about declaring a function "static", and consistentMark Murray2002-10-231-3/+3
* Constify, staticify, rationalise types and fix other related warnings.Mark Murray2002-10-231-8/+8
* Constify to squash some warnings.Mark Murray2002-10-232-2/+2
* Staticify for lint.Mark Murray2002-10-181-2/+2
* Constify and staticify for lint.Mark Murray2002-10-183-6/+6
* Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-10-183-5/+9
* Avoid accidentally making "-h" a synonym for "fc".Tim J. Robbins2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision whereDima Dorfman2002-10-181-7/+9
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-163-169/+6
* Do not strip CTL* escapes from redirection filenames in argstr(); theyTim J. Robbins2002-10-081-1/+1
* Clean up use of <stdarg.h> macros: always call va_end after va_start,Tim J. Robbins2002-10-061-2/+6
* Ensure all va_starts have a matching va_end.Tim J. Robbins2002-10-061-1/+1
* While removing a memory leak, rev 1.32 introduced aPhilippe Charnier2002-10-061-16/+11
* /dev/sa0 is the default tape device, not /dev/rst0.Tim J. Robbins2002-10-062-6/+6
* Disallow empty condition parts of "if", "while" and "until" compoundTim J. Robbins2002-10-061-3/+6
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-062-4/+3
* Fix format string errors relating mainly to the use of %qu to print off_t's.Tim J. Robbins2002-10-064-9/+15
* Oops, the previous version was a last minute test version with off_tBruce Evans2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.Bruce Evans2002-10-031-1/+1
* Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.Tony Finch2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-024-25/+22