| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minimal take on previous commit -- remove getopt and printf. Static size | Nate Lawson | 2002-11-14 | 1 | -15/+9 |
| * | Back out previous commit since there is controversy about changing so much | Nate Lawson | 2002-11-14 | 1 | -24/+30 |
| * | Remove getopt and strtol dependencies, reducing size of static exe. | Nate Lawson | 2002-11-13 | 1 | -30/+24 |
| * | Put echo on a diet, removing unnecessary use of stdio and getopt. | Nate Lawson | 2002-11-13 | 1 | -9/+8 |
| * | Use warn() instead of perror() or fprintf() where appropriate. | Tim J. Robbins | 2002-11-06 | 2 | -14/+8 |
| * | Cross-reference setfacl(1). | Tim J. Robbins | 2002-11-04 | 1 | -0/+1 |
| * | - Consistent use of warn() vs. perror(). | Tim J. Robbins | 2002-11-03 | 2 | -9/+10 |
| * | Print a `+' character after the standard UNIX permission fields in long | Tim J. Robbins | 2002-11-03 | 2 | -2/+73 |
| * | The hw.availpages sysctl has an unsigned long value now, fix the retrieval | Thomas Moestl | 2002-11-01 | 2 | -2/+3 |
| * | o Remove $Id$ from copyright; there's $FreeBSD$, | Marcel Moolenaar | 2002-11-01 | 2 | -18/+8 |
| * | Do not print a header line if it would be empty; required by 1003.1-2001. | Tim J. Robbins | 2002-10-31 | 1 | -0/+9 |
| * | Delete worthless comments. | Tim J. Robbins | 2002-10-30 | 1 | -5/+1 |
| * | Create a small library function, check_utility_compat(3), to determine | Garrett Wollman | 2002-10-28 | 2 | -32/+34 |
| * | Do not include <sys/syslimits.h> directly; it is not intended for general | Garrett Wollman | 2002-10-27 | 1 | -1/+0 |
| * | Attempt improved use of fts results: use the correct path to the | Robert Watson | 2002-10-24 | 1 | -4/+14 |
| * | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | Robert Watson | 2002-10-24 | 7 | -238/+69 |
| * | Use the MAC interface to list process MAC labels rather than using | Robert Watson | 2002-10-24 | 8 | -172/+58 |
| * | Fix for changed getbsize arg type. | Mark Murray | 2002-10-23 | 1 | -3/+4 |
| * | Be consistent about declaring a function "static", and consistent | Mark Murray | 2002-10-23 | 1 | -3/+3 |
| * | Constify, staticify, rationalise types and fix other related warnings. | Mark Murray | 2002-10-23 | 1 | -8/+8 |
| * | Constify to squash some warnings. | Mark Murray | 2002-10-23 | 2 | -2/+2 |
| * | Staticify for lint. | Mark Murray | 2002-10-18 | 1 | -2/+2 |
| * | Constify and staticify for lint. | Mark Murray | 2002-10-18 | 3 | -6/+6 |
| * | Print non-printing characters in directory names, as well as file names, | Tim J. Robbins | 2002-10-18 | 3 | -5/+9 |
| * | Avoid accidentally making "-h" a synonym for "fc". | Tim J. Robbins | 2002-10-18 | 1 | -1/+1 |
| * | Output "human-readable" values with a non-0 precision where | Dima Dorfman | 2002-10-18 | 1 | -7/+9 |
| * | Dekerberise. The corresponding userland stuff has been dekerberised | Mark Murray | 2002-10-16 | 3 | -169/+6 |
| * | Do not strip CTL* escapes from redirection filenames in argstr(); they | Tim J. Robbins | 2002-10-08 | 1 | -1/+1 |
| * | Clean up use of <stdarg.h> macros: always call va_end after va_start, | Tim J. Robbins | 2002-10-06 | 1 | -2/+6 |
| * | Ensure all va_starts have a matching va_end. | Tim J. Robbins | 2002-10-06 | 1 | -1/+1 |
| * | While removing a memory leak, rev 1.32 introduced a | Philippe Charnier | 2002-10-06 | 1 | -16/+11 |
| * | /dev/sa0 is the default tape device, not /dev/rst0. | Tim J. Robbins | 2002-10-06 | 2 | -6/+6 |
| * | Disallow empty condition parts of "if", "while" and "until" compound | Tim J. Robbins | 2002-10-06 | 1 | -3/+6 |
| * | Use %jd in format string and cast argument to intmax_t instead of using | Tim J. Robbins | 2002-10-06 | 2 | -4/+3 |
| * | Fix format string errors relating mainly to the use of %qu to print off_t's. | Tim J. Robbins | 2002-10-06 | 4 | -9/+15 |
| * | Oops, the previous version was a last minute test version with off_t | Bruce Evans | 2002-10-03 | 1 | -1/+1 |
| * | Use a non-bogus type for representing the values of offsets in structs. | Bruce Evans | 2002-10-03 | 1 | -1/+1 |
| * | Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12. | Tony Finch | 2002-10-03 | 1 | -1/+1 |
| * | Catch up to SMTX -> SLOCK changes. | John Baldwin | 2002-10-02 | 4 | -25/+22 |
| * | Use %d in a printf() format string and cast the argument to int instead of | Tim J. Robbins | 2002-10-02 | 1 | -1/+1 |
| * | Return the ``u'' | Tom Rhodes | 2002-10-01 | 1 | -1/+1 |
| * | Back out experimental changes to fmtstr() that I didn't mean to include | Tim J. Robbins | 2002-10-01 | 1 | -1/+9 |
| * | Replace a home-grown printf() clone with a fwopen() wrapper around | Tim J. Robbins | 2002-10-01 | 1 | -188/+21 |
| * | It is now safe to remove WARNS=0 and WFORMAT=0. | Maxime Henrion | 2002-10-01 | 1 | -2/+0 |
| * | Restore "not found" error message when searching for (or executing) | Tim J. Robbins | 2002-10-01 | 1 | -2/+8 |
| * | - Don't use quad_t when we really mean rlim_t. | Maxime Henrion | 2002-10-01 | 1 | -5/+6 |
| * | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | Tim J. Robbins | 2002-10-01 | 1 | -0/+2 |
| * | Use the %t format modifier to print differences between | Maxime Henrion | 2002-10-01 | 2 | -2/+2 |
| * | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | Tim J. Robbins | 2002-10-01 | 1 | -2/+0 |
| * | Remove some kind of profiling support that required the 4.2BSD monitor() | Tim J. Robbins | 2002-10-01 | 1 | -12/+0 |