| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct reference to the obsolete vadvise() to madvise() (with appropriate | kris | 1999-06-30 | 1 | -5/+5 |
* | Don't continue if parsing failed when -f is in use. Exit with nonzero value. | cracauer | 1999-06-25 | 1 | -3/+2 |
* | Undo some of the reversions from previous revisions, and attempt to | kris | 1999-06-21 | 1 | -52/+83 |
* | This is the second round of dd(1) changes. Some changes made/reversed by | green | 1999-06-20 | 7 | -83/+108 |
* | Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t, | green | 1999-06-19 | 7 | -105/+104 |
* | Changes from OpenBSD: | kris | 1999-06-07 | 3 | -16/+27 |
* | Use .Dq instead of ``'' in manpage | kris | 1999-05-28 | 2 | -8/+23 |
* | getopt(3) returns -1 not EOF. | imp | 1999-05-23 | 1 | -2/+2 |
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 1 | -2/+2 |
* | the month and three days are up for -hackers and the 24hrs for -committers. | jmg | 1999-05-14 | 2 | -20/+34 |
* | Grammatical fixes. | kris | 1999-05-12 | 1 | -5/+5 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 57 | -163/+169 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 2 | -2/+9 |
* | .Xr chflags 1 , | hoek | 1999-04-27 | 1 | -1/+2 |
* | First set of fixes to keep egcs happy. These include {} around single | imp | 1999-04-25 | 11 | -26/+34 |
* | Reverted some more of rev.1.9 (emphasize that -H != -h). | bde | 1999-04-25 | 1 | -1/+6 |
* | Quick fix to allow transfer files >2GB. | dt | 1999-04-25 | 1 | -3/+3 |
* | Revert part of the previous commit. Keep the example that shows how the | nik | 1999-04-24 | 1 | -0/+18 |
* | Next approach to make loops in interactive interruptable. | cracauer | 1999-04-21 | 4 | -13/+17 |
* | Typo fix. | max | 1999-04-19 | 1 | -3/+3 |
* | Change description of file(1) following symlinks to the truth (namely, | nik | 1999-04-14 | 1 | -28/+16 |
* | Remove my temporary detection for PR 7059, Tor Egge fixed this bug. | cracauer | 1999-04-13 | 1 | -5/+1 |
* | During variable expansion, the internal representation of the expression | tegge | 1999-04-13 | 1 | -5/+5 |
* | Fix typo in source-explaining comment. | cracauer | 1999-04-12 | 1 | -2/+2 |
* | Add a guarded abort() for the problem in PR bin/7059 (no fix so far, | cracauer | 1999-04-12 | 1 | -17/+33 |
* | When a variable expansion is enclosed in double quotes, the internal | tegge | 1999-04-09 | 2 | -16/+56 |
* | Update p_flags doc. | peter | 1999-04-06 | 1 | -3/+1 |
* | Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability. | peter | 1999-04-06 | 1 | -2/+4 |
* | In interactive shells, break loops to the topmost level when a child | cracauer | 1999-04-03 | 1 | -1/+6 |
* | Implement -a flag. A test shell script can be found at | cracauer | 1999-04-03 | 2 | -4/+5 |
* | -T was missing in the synopsis line. | cracauer | 1999-04-02 | 1 | -2/+2 |
* | On FreeBSD/alpha, ps(1) does not correctly report process start times | wpaul | 1999-04-01 | 1 | -1/+40 |
* | The immediate execution of traps I introduced in September 1998 (to | cracauer | 1999-04-01 | 4 | -7/+23 |
* | sh doesn't support <> redirections. | brian | 1999-03-31 | 1 | -4/+2 |
* | Support seconds with -v. | brian | 1999-03-09 | 3 | -13/+55 |
* | Don't emit usage() message when no arguments given to -f. This | jkh | 1999-02-25 | 1 | -2/+5 |
* | Clean up some .Os macro uses: quotes are not needed, multiple arguments | fenner | 1999-02-15 | 1 | -2/+2 |
* | Removed occurrences of consecutive repeated words (such as "the the"). | alex | 1999-02-12 | 1 | -2/+2 |
* | Fix synopsis to match 1003.2. Add text describing the way in which | wollman | 1999-01-28 | 1 | -10/+19 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -8/+1 |
* | Example "19%y" changed to "%Y" to discourage poor usage. | danny | 1999-01-13 | 1 | -2/+2 |
* | Re-enable the options in ps(1) that were disabled with the Linux | julian | 1999-01-13 | 1 | -1/+6 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -1/+3 |
* | Add references to test(1) and expr(1). | jkoshy | 1998-12-18 | 1 | -1/+4 |
* | Add cross-references to test(1) and expr(1) respectively. | jkoshy | 1998-12-18 | 2 | -2/+8 |
* | Cleaning out old stuff from one of my source trees: | peter | 1998-12-16 | 1 | -5/+14 |
* | Free memory from setmode. | imp | 1998-12-16 | 1 | -2/+3 |
* | Use getcwd in stead of using getwd so that we try harder to avoid | imp | 1998-12-16 | 1 | -2/+2 |
* | Free memory obtained from setmode. | imp | 1998-12-16 | 2 | -2/+4 |
* | Don't put compiler warning flags in leaf Makefiles. | bde | 1998-12-07 | 2 | -4/+2 |