| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix slight disorder that broke sorting. Put in bold warning about the | sobomax | 2003-02-05 | 1 | -2/+3 |
* | Add FBSDID. | charnier | 2003-02-05 | 1 | -1/+3 |
* | Display elapsed time (-o etime) using [[dd-]hh:]mm:ss, which according to | charnier | 2003-02-05 | 5 | -4/+24 |
* | Enclose sccsid according to style(9). | charnier | 2003-02-05 | 2 | -5/+7 |
* | Remove another unused doc Makefile. | trhodes | 2003-02-04 | 1 | -8/+0 |
* | Cross ref chflags(1). | trhodes | 2003-02-04 | 1 | -0/+1 |
* | Improve the layout of the description of the various parameter expansion | fanf | 2003-02-03 | 1 | -0/+2 |
* | Remove now unnecessary main() prototype. | mux | 2003-01-29 | 1 | -1/+0 |
* | Ensure that the TTY file descriptor is greater than or equal to 10 so that | tjr | 2003-01-27 | 1 | -1/+14 |
* | Don't call DIOCWLABEL on disks, it is not implemented, and calling it | phk | 2003-01-26 | 1 | -7/+1 |
* | Make this compile with DEBUG defined now that WARNS=0 has been removed | tjr | 2003-01-21 | 3 | -2/+4 |
* | Reference maclabel(7). | chris | 2003-01-20 | 1 | -1/+3 |
* | kenv(1) has been repo copied from usr.bin to bin. | obrien | 2003-01-20 | 1 | -0/+1 |
* | Per-variable\ entry headers, to allow the 'ps -otime -otime=FOO' or similar | jmallett | 2003-01-19 | 4 | -11/+19 |
* | When inserting a non-user-specified (e.g. not via -o or -O) format, don't dupe | jmallett | 2003-01-19 | 3 | -16/+39 |
* | Refer to the process label as proclabel, as there is a function called label, | jmallett | 2003-01-18 | 1 | -10/+10 |
* | realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX. | johan | 2003-01-15 | 1 | -1/+1 |
* | Make the "tarcp" example more direct. | obrien | 2003-01-10 | 1 | -5/+5 |
* | Do not strip CTL* escapes from redirection filenames in exptilde(), | tjr | 2003-01-08 | 1 | -4/+4 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 12 | -23/+23 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -240/+240 |
* | Back out rev 1.44; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -4/+3 |
* | Add "-h" arguments to getfacl and setfacl, which behave in a manner | rwatson | 2002-12-30 | 5 | -20/+49 |
* | 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 |