| Commit message (Expand) | Author | Age | Files | Lines |
* | Document how to clear flags with negative-logic, currently only | johan | 2003-03-24 | 1 | -4/+9 |
* | The .Nm utility | charnier | 2003-03-24 | 1 | -2/+3 |
* | Flush the output buffers before forking a child process to avoid | tjr | 2003-03-17 | 1 | -0/+1 |
* | ssize_t is not required to be the same width as size_t by the | ru | 2003-03-15 | 1 | -4/+6 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 2 | -4/+5 |
* | Add an -o filename option to have the output written to a file. | marcel | 2003-03-15 | 2 | -6/+22 |
* | WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead of | markm | 2003-02-27 | 8 | -47/+50 |
* | Third attempt at removing machdep.h and using ALIGN from <sys/param.h>. | marcel | 2003-02-24 | 3 | -101/+54 |
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -31/+22 |
* | Grammar. | ru | 2003-02-23 | 1 | -1/+1 |
* | We can simplify this Makefile down to a single line now. | obrien | 2003-02-19 | 1 | -4/+0 |
* | Add an example to help one manually set the date on one machine taking the out | obrien | 2003-02-18 | 1 | -0/+5 |
* | chflags(1) repo copied, usr.bin->bin. | obrien | 2003-02-18 | 1 | -0/+1 |
* | Revert ALIGN change for the second and last time. I can't figure out | tjr | 2003-02-18 | 3 | -6/+56 |
* | Second attempt at removing machdep.h and using ALIGN from <sys/param.h>. | tjr | 2003-02-17 | 3 | -56/+6 |
* | Temporarily back out machdep.h/ALIGN changes. It seems that on sparc64, | tjr | 2003-02-16 | 3 | -4/+54 |
* | Use the ALIGN macro from <sys/param.h> instead of defining our own | tjr | 2003-02-14 | 3 | -54/+4 |
* | 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 |