| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
* | stty sane should set the echo bits. | phk | 2004-11-02 | 1 | -1/+1 |
* | When listing the special $ variables, ($!, $#, etc) list them as $! | alfred | 2004-11-01 | 1 | -12/+16 |
* | Correct a typo and make the documentation more mdoc(7) complaint. | delphij | 2004-11-01 | 1 | -3/+3 |
* | Add -I, an option that asks for confirmation once if recursively | delphij | 2004-10-28 | 2 | -5/+70 |
* | The previous commit added code to rm(1) to warn about and remove any | des | 2004-10-04 | 1 | -1/+2 |
* | Markup fixes. | des | 2004-10-04 | 1 | -4/+4 |
* | Find out how flame-proof my underwear really is. | des | 2004-10-04 | 2 | -1/+25 |
* | Whitespace cleanup. | des | 2004-10-04 | 1 | -4/+4 |
* | chflags compiles with WARNS?=6. | stefanf | 2004-10-03 | 1 | -0/+1 |
* | Garbage collect a variable whose value was never read. | stefanf | 2004-10-03 | 1 | -5/+4 |
* | Attempting to unset an undefined variable or function should not be | des | 2004-09-27 | 2 | -2/+2 |
* | Don't read the byte at *argv[strlen(*argv) + 1]. | das | 2004-09-24 | 1 | -1/+1 |
* | Group equivalent flags together and delete the `aliases' section. | keramida | 2004-09-21 | 1 | -13/+8 |
* | Add a "fillchar" command line argument to dd(1) that permits the user | rwatson | 2004-08-15 | 5 | -2/+32 |
* | Change the behaviour of `-v' so that, e.g., stepping a month back | yar | 2004-08-09 | 2 | -1/+30 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
* | Now that we have gcc 3.4, we can flip ia64 to using a dynamically linked | gordon | 2004-08-06 | 1 | -1/+1 |
* | Allow for capital letters as size suffixes. | pjd | 2004-07-31 | 1 | -8/+20 |
* | Currently if a mount point is not accessible by the calling user, | csjp | 2004-07-20 | 2 | -6/+18 |
* | Use warn() instead of perror(). | tjr | 2004-07-20 | 2 | -4/+4 |
* | Give the most awesome example of how to parse the output of date | alfred | 2004-07-17 | 1 | -0/+8 |
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
* | KANJI and DSPMBYTE are now "on" by default in the tcsh 6.13.00 distribution. | mp | 2004-07-11 | 2 | -24/+34 |
* | Document missing multibyte character handling in utilities specified | tjr | 2004-07-03 | 4 | -4/+20 |
* | Clarify: test compares strings by binary value, not "ASCII value". | tjr | 2004-07-03 | 1 | -3/+3 |
* | Deal with double whitespace. | ru | 2004-07-03 | 9 | -21/+23 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 18 | -156/+302 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -1/+1 |
* | Change the "rtprio" format so it prints an informative string for | gad | 2004-06-27 | 1 | -0/+3 |
* | Improve checking for `ps -t <dev>', and give better error messages when | gad | 2004-06-27 | 1 | -8/+16 |
* | Don't continue if the '-C' option (a-la GNUtar; commited in options.c | obrien | 2004-06-25 | 1 | -1/+3 |
* | Fix a bug I introduced by some last-minute changes in -r 1.102. I ended | gad | 2004-06-24 | 1 | -1/+1 |
* | Rework the logic for `-t <tty>', such that it accepts "ttyp0" and "console", | gad | 2004-06-24 | 1 | -15/+43 |
* | Change "struct varent" to use the standard queue(8) macros, instead of | gad | 2004-06-23 | 5 | -32/+25 |
* | Add a check for defunct processes in saveuser(), so the output for "args" | gad | 2004-06-23 | 1 | -10/+18 |
* | Avoid padding the value of "ucomm" when it is the last column in the line. | gad | 2004-06-23 | 1 | -1/+4 |
* | Make sure the value of "upr" (scheduling priority on return from system call) | gad | 2004-06-23 | 3 | -3/+15 |
* | Include the `-c' option in the usage() message. | gad | 2004-06-23 | 1 | -1/+1 |
* | In the sorting routine, sort by thread-id if two processes have the same PID. | gad | 2004-06-23 | 1 | -0/+2 |
* | Fix some style bugs I introduced pointed out by bde. Also add a blank | dwmalone | 2004-06-23 | 1 | -15/+23 |
* | Use nanoseconds and then lexicographic ordering when the seconds of | dwmalone | 2004-06-22 | 1 | -6/+42 |
* | Get rid of a cast to '(void) ' on the return of a call to strcpy. | gad | 2004-06-22 | 1 | -1/+1 |
* | Oops. Undo that last 'const' change. It expects similar changes to some | gad | 2004-06-22 | 2 | -13/+11 |
* | Add 'const' to a few places. | gad | 2004-06-22 | 2 | -11/+13 |
* | When displaying the "COMMAND" field for system-processes and/or kernel | gad | 2004-06-22 | 2 | -1/+4 |
* | Have `ps' return the cputimes for zombies, with the assumption that | gad | 2004-06-21 | 1 | -1/+1 |
* | Add the `-O emul' format option, which prints the name of the system-call | gad | 2004-06-20 | 3 | -0/+13 |
* | From SUSv3: | gad | 2004-06-20 | 1 | -1/+1 |
* | Add new output-format keywords of LWP and NLWP, which show the thread-id | gad | 2004-06-20 | 1 | -0/+8 |