| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the "wordexp" shell built-in command which will be used to implement | tjr | 2002-12-26 | 3 | -0/+24 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
* | mdoc(7) police: markup nit. | ru | 2002-12-23 | 1 | -1/+1 |
* | Use '\033' rather than '\e' as the latter is a gccism. | dwmalone | 2002-12-22 | 1 | -1/+1 |
* | pathconf() and acl_get_file() follow links so they cannot be used to | tjr | 2002-12-19 | 1 | -0/+8 |
* | Improve handling of symlink targets when listing MAC labels: don't | rwatson | 2002-12-18 | 1 | -6/+13 |
* | Remove undocumented behavior (return current work dir if no path | johan | 2002-12-18 | 1 | -5/+2 |
* | - use MAXPATHLEN per realpath(3) | johan | 2002-12-18 | 1 | -2/+2 |
* | The code uses trapsasync, however the manual page uses asynctraps. Fix the | trhodes | 2002-12-17 | 1 | -1/+1 |
* | Document `trap EXIT` and `trap SIGNAME`. | fanf | 2002-12-17 | 1 | -1/+4 |
* | When job control is disabled, never show the job id when reporting the | tjr | 2002-12-14 | 1 | -1/+2 |
* | Capitalize ASCII code names. | ru | 2002-12-05 | 1 | -1/+3 |
* | mdoc(7) police: | ru | 2002-11-26 | 2 | -2/+2 |
* | mdoc(7) police: In DESCRIPTION, list the options in pure alphabetical | ru | 2002-11-25 | 1 | -14/+17 |
* | mdoc(7) police: markup fixes. | ru | 2002-11-25 | 1 | -6/+9 |
* | mdoc(7) police: markup fixes. | ru | 2002-11-25 | 1 | -3/+3 |
* | Minimal take on previous commit -- remove getopt and printf. Static size | njl | 2002-11-14 | 1 | -15/+9 |
* | Back out previous commit since there is controversy about changing so much | njl | 2002-11-14 | 1 | -24/+30 |
* | Remove getopt and strtol dependencies, reducing size of static exe. | njl | 2002-11-13 | 1 | -30/+24 |
* | Put echo on a diet, removing unnecessary use of stdio and getopt. | njl | 2002-11-13 | 1 | -9/+8 |
* | Use warn() instead of perror() or fprintf() where appropriate. | tjr | 2002-11-06 | 2 | -14/+8 |
* | Cross-reference setfacl(1). | tjr | 2002-11-04 | 1 | -0/+1 |
* | - Consistent use of warn() vs. perror(). | tjr | 2002-11-03 | 2 | -9/+10 |
* | Print a `+' character after the standard UNIX permission fields in long | tjr | 2002-11-03 | 2 | -2/+73 |
* | The hw.availpages sysctl has an unsigned long value now, fix the retrieval | tmm | 2002-11-01 | 2 | -2/+3 |
* | o Remove $Id$ from copyright; there's $FreeBSD$, | marcel | 2002-11-01 | 2 | -18/+8 |
* | Do not print a header line if it would be empty; required by 1003.1-2001. | tjr | 2002-10-31 | 1 | -0/+9 |
* | Delete worthless comments. | tjr | 2002-10-30 | 1 | -5/+1 |
* | Create a small library function, check_utility_compat(3), to determine | wollman | 2002-10-28 | 2 | -32/+34 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+0 |
* | Attempt improved use of fts results: use the correct path to the | rwatson | 2002-10-24 | 1 | -4/+14 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 7 | -238/+69 |
* | Use the MAC interface to list process MAC labels rather than using | rwatson | 2002-10-24 | 8 | -172/+58 |
* | Fix for changed getbsize arg type. | markm | 2002-10-23 | 1 | -3/+4 |
* | Be consistent about declaring a function "static", and consistent | markm | 2002-10-23 | 1 | -3/+3 |
* | Constify, staticify, rationalise types and fix other related warnings. | markm | 2002-10-23 | 1 | -8/+8 |
* | Constify to squash some warnings. | markm | 2002-10-23 | 2 | -2/+2 |
* | Staticify for lint. | markm | 2002-10-18 | 1 | -2/+2 |
* | Constify and staticify for lint. | markm | 2002-10-18 | 3 | -6/+6 |
* | Print non-printing characters in directory names, as well as file names, | tjr | 2002-10-18 | 3 | -5/+9 |
* | Avoid accidentally making "-h" a synonym for "fc". | tjr | 2002-10-18 | 1 | -1/+1 |
* | Output "human-readable" values with a non-0 precision where | dd | 2002-10-18 | 1 | -7/+9 |
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 3 | -169/+6 |
* | Do not strip CTL* escapes from redirection filenames in argstr(); they | tjr | 2002-10-08 | 1 | -1/+1 |
* | Clean up use of <stdarg.h> macros: always call va_end after va_start, | tjr | 2002-10-06 | 1 | -2/+6 |
* | Ensure all va_starts have a matching va_end. | tjr | 2002-10-06 | 1 | -1/+1 |
* | While removing a memory leak, rev 1.32 introduced a | charnier | 2002-10-06 | 1 | -16/+11 |
* | /dev/sa0 is the default tape device, not /dev/rst0. | tjr | 2002-10-06 | 2 | -6/+6 |
* | Disallow empty condition parts of "if", "while" and "until" compound | tjr | 2002-10-06 | 1 | -3/+6 |