| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the zombie part of previous commit | charnier | 2003-04-15 | 1 | -1/+1 |
* | Correct style bugs. Don't skip zombies in cputime(), according to Bruce, | charnier | 2003-04-14 | 1 | -58/+42 |
* | Include <signal.h> instead of depending on namespace pollution in | bde | 2003-04-13 | 1 | -1/+2 |
* | Fixed some style bugs in rev.1.44. | bde | 2003-04-13 | 1 | -3/+2 |
* | Display residency and sleep times (re and sl fields) larger than 127 as 127. | tjr | 2003-04-12 | 3 | -3/+6 |
* | Refer to 1003.1-2001 in the Standards section now that TC1 allows the | tjr | 2003-04-12 | 1 | -4/+4 |
* | Document the -L and -P options as being mutually exclusive. | tjr | 2003-04-12 | 1 | -2/+2 |
* | Document the -L and -P options to the cd and pwd commands as being | tjr | 2003-04-12 | 1 | -3/+3 |
* | Use the correct data type and qualifier for signal flag. | mdodd | 2003-04-07 | 2 | -2/+2 |
* | Add a SIGINFO handler. | mdodd | 2003-04-07 | 4 | -0/+45 |
* | 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 |