| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a debug output statement. | robert | 2002-07-07 | 1 | -4/+0 |
* | - Fix the code in sbuf_need() to double the allocation size until | robert | 2002-07-07 | 1 | -9/+17 |
* | Don't depend on pollution in <limits.h> for the definition of | mike | 2002-07-05 | 1 | -0/+1 |
* | Correct the History section; uniq(1) appeared at least as early as V3. | tjr | 2002-07-05 | 1 | -4/+5 |
* | Remove redundant description of input_file and output_file arguments. | tjr | 2002-07-05 | 1 | -4/+0 |
* | Use err instead of errx when malloc fails. "malloc" is not a helpful | tjr | 2002-07-05 | 3 | -7/+13 |
* | Restore copyright and RCSID. | johan | 2002-07-04 | 1 | -6/+11 |
* | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | tjr | 2002-07-04 | 1 | -1/+1 |
* | Reconnect whereis | johan | 2002-07-03 | 1 | -0/+1 |
* | Switch to c version | johan | 2002-07-03 | 1 | -1/+1 |
* | compact synopsis | johan | 2002-07-03 | 2 | -3/+2 |
* | Remove -p flag. | johan | 2002-07-03 | 2 | -33/+16 |
* | Add __FBSDID. | johan | 2002-07-03 | 1 | -7/+2 |
* | Change to NetBSDs version of whereis. | johan | 2002-07-03 | 2 | -86/+160 |
* | Disconnect whereis while importing version from NetBSD | johan | 2002-07-03 | 1 | -1/+0 |
* | Note that two carriage returns aren't required after entering the | tjr | 2002-07-03 | 1 | -2/+3 |
* | Avoid checking whether each line is the last line of the file when we don't | tjr | 2002-07-03 | 3 | -25/+29 |
* | Don't let the pattern space become null if the `x' command is used when the | tjr | 2002-07-03 | 1 | -0/+2 |
* | mdoc(7) police: added missing markup bits, lowercased argument names. | ru | 2002-07-03 | 1 | -5/+7 |
* | fixed typo. | suz | 2002-07-03 | 1 | -2/+2 |
* | Fix grammar in 1 sentence | trhodes | 2002-07-02 | 1 | -3/+3 |
* | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | ru | 2002-07-02 | 1 | -8/+3 |
* | Add -g option, which restricts printing of the gecos fields to just the user's | mini | 2002-07-02 | 5 | -5/+23 |
* | Back out my minorly disputed and possibly not well thought out changes to how | jmallett | 2002-07-01 | 1 | -7/+7 |
* | Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring. | markm | 2002-07-01 | 1 | -12/+13 |
* | Add my DoB | johan | 2002-07-01 | 1 | -0/+1 |
* | Declare environ as char **environ like in environ(7), not char *environ[]. | tjr | 2002-07-01 | 1 | -1/+1 |
* | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied). | jmallett | 2002-06-30 | 2 | -174/+0 |
* | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check | jmallett | 2002-06-30 | 1 | -11/+12 |
* | Make it possible to have this (basename(1)) perform basename(3) on multiple | jmallett | 2002-06-30 | 2 | -8/+50 |
* | Consistently wrap CSRG SCM ID. | obrien | 2002-06-30 | 3 | -4/+6 |
* | Handle relative and absolute pathnames (anything with a `/' in it) in the same | tjr | 2002-06-30 | 1 | -1/+1 |
* | Treat empty PATH elements as "." for tradition and consistency with the | tjr | 2002-06-30 | 1 | -1/+3 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 109 | -208/+222 |
* | Untie help and sccs from the build. sccs has been repo copied into | jmallett | 2002-06-29 | 7 | -3689/+0 |
* | Avoid truncating filenames with snprintf(). | tjr | 2002-06-29 | 1 | -2/+5 |
* | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | ache | 2002-06-28 | 1 | -3/+1 |
* | Refer to utilities, not commands, for consistency with env(1), nice(1), etc. | tjr | 2002-06-28 | 2 | -8/+8 |
* | Document the fairly obvious effects of the PATH environment variable. | tjr | 2002-06-28 | 3 | -1/+25 |
* | Discourage use of env(1)'s "-" flag by moving its description to the | tjr | 2002-06-28 | 2 | -6/+8 |
* | Overwrite "term" from login.conf(5) for any known TERM | ache | 2002-06-28 | 1 | -2/+9 |
* | Add my entry to the mojo file. | dillon | 2002-06-28 | 1 | -0/+1 |
* | add my entry. | cjh | 2002-06-28 | 1 | -0/+1 |
* | Increment morefiles, balance braces. This should really be using getopt(3). | jmallett | 2002-06-27 | 1 | -2/+3 |
* | Instead of not using argc and doing other great evil, check for no arguments | jmallett | 2002-06-27 | 1 | -5/+6 |
* | Update my name here, pointed out by grep(1). | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Indicate that the semicolon that terminates argument lists should be in | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make limits(1) aware of the new vmemoryuse resource limit. | dillon | 2002-06-26 | 2 | -16/+37 |