| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR} | Ruslan Ermilov | 2002-07-12 | 1 | -2/+2 |
| * | Complete rewrite, once again. | Joerg Wunsch | 2002-07-11 | 5 | -339/+720 |
| * | Set NO_WERROR to ignore the following warning which is emitted on | Bruce Evans | 2002-07-11 | 1 | -0/+1 |
| * | Bring getconf back in from the cold. | Peter Wemm | 2002-07-11 | 1 | -2/+0 |
| * | Correct a comment: Typing in the root password at the "Key:" prompt | Dima Dorfman | 2002-07-10 | 1 | -2/+2 |
| * | Fix indentation: Don't use space where tabs will do; specifically, | Dima Dorfman | 2002-07-10 | 1 | -30/+30 |
| * | Remove tcsetpgrp() stuff across suspend/continue because it cause upper level | Andrey A. Chernov | 2002-07-09 | 1 | -3/+1 |
| * | Add definitions for the industry-standard DLT density codes. | Joerg Wunsch | 2002-07-09 | 2 | -0/+10 |
| * | The rate between EUR and USD has never been as large as our old value | Joerg Wunsch | 2002-07-09 | 1 | -2/+2 |
| * | Add ability to only beep when mail arrives. | Johan Karlsson | 2002-07-09 | 2 | -10/+22 |
| * | Add DIAGNOSTICS section to describe exit values. | Johan Karlsson | 2002-07-09 | 1 | -0/+12 |
| * | Make cspace()'s second argument const. Make `escapes' in lputs() const. | Tim J. Robbins | 2002-07-08 | 2 | -3/+4 |
| * | Silence WARNS=4 by passing a non-const buffer to regerror(). Since it | Tim J. Robbins | 2002-07-08 | 1 | -1/+1 |
| * | Remove a debug output statement. | Robert Drehmel | 2002-07-07 | 1 | -4/+0 |
| * | - Fix the code in sbuf_need() to double the allocation size until | Robert Drehmel | 2002-07-07 | 1 | -9/+17 |
| * | Don't depend on pollution in <limits.h> for the definition of | Mike Barcroft | 2002-07-05 | 1 | -0/+1 |
| * | Correct the History section; uniq(1) appeared at least as early as V3. | Tim J. Robbins | 2002-07-05 | 1 | -4/+5 |
| * | Remove redundant description of input_file and output_file arguments. | Tim J. Robbins | 2002-07-05 | 1 | -4/+0 |
| * | Use err instead of errx when malloc fails. "malloc" is not a helpful | Tim J. Robbins | 2002-07-05 | 3 | -7/+13 |
| * | Restore copyright and RCSID. | Johan Karlsson | 2002-07-04 | 1 | -6/+11 |
| * | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | Tim J. Robbins | 2002-07-04 | 1 | -1/+1 |
| * | Reconnect whereis | Johan Karlsson | 2002-07-03 | 1 | -0/+1 |
| * | Switch to c version | Johan Karlsson | 2002-07-03 | 1 | -1/+1 |
| * | compact synopsis | Johan Karlsson | 2002-07-03 | 2 | -3/+2 |
| * | Remove -p flag. | Johan Karlsson | 2002-07-03 | 2 | -33/+16 |
| * | Add __FBSDID. | Johan Karlsson | 2002-07-03 | 1 | -7/+2 |
| * | Change to NetBSDs version of whereis. | Johan Karlsson | 2002-07-03 | 2 | -86/+160 |
| * | Disconnect whereis while importing version from NetBSD | Johan Karlsson | 2002-07-03 | 1 | -1/+0 |
| * | Note that two carriage returns aren't required after entering the | Tim J. Robbins | 2002-07-03 | 1 | -2/+3 |
| * | Avoid checking whether each line is the last line of the file when we don't | Tim J. Robbins | 2002-07-03 | 3 | -25/+29 |
| * | Don't let the pattern space become null if the `x' command is used when the | Tim J. Robbins | 2002-07-03 | 1 | -0/+2 |
| * | mdoc(7) police: added missing markup bits, lowercased argument names. | Ruslan Ermilov | 2002-07-03 | 1 | -5/+7 |
| * | fixed typo. | SUZUKI Shinsuke | 2002-07-03 | 1 | -2/+2 |
| * | Fix grammar in 1 sentence | Tom Rhodes | 2002-07-02 | 1 | -3/+3 |
| * | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | Ruslan Ermilov | 2002-07-02 | 1 | -8/+3 |
| * | Add -g option, which restricts printing of the gecos fields to just the user's | Jonathan Mini | 2002-07-02 | 5 | -5/+23 |
| * | Back out my minorly disputed and possibly not well thought out changes to how | Juli Mallett | 2002-07-01 | 1 | -7/+7 |
| * | Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring. | Mark Murray | 2002-07-01 | 1 | -12/+13 |
| * | Add my DoB | Johan Karlsson | 2002-07-01 | 1 | -0/+1 |
| * | Declare environ as char **environ like in environ(7), not char *environ[]. | Tim J. Robbins | 2002-07-01 | 1 | -1/+1 |
| * | Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied). | Juli Mallett | 2002-06-30 | 2 | -174/+0 |
| * | Minor cleanup: ANSI C function declarations, use argc after getopt(3) to check | Juli Mallett | 2002-06-30 | 1 | -11/+12 |
| * | Make it possible to have this (basename(1)) perform basename(3) on multiple | Juli Mallett | 2002-06-30 | 2 | -8/+50 |
| * | Consistently wrap CSRG SCM ID. | David E. O'Brien | 2002-06-30 | 3 | -4/+6 |
| * | Handle relative and absolute pathnames (anything with a `/' in it) in the same | Tim J. Robbins | 2002-06-30 | 1 | -1/+1 |
| * | Treat empty PATH elements as "." for tradition and consistency with the | Tim J. Robbins | 2002-06-30 | 1 | -1/+3 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -2/+2 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 109 | -208/+222 |
| * | Untie help and sccs from the build. sccs has been repo copied into | Juli Mallett | 2002-06-29 | 7 | -3689/+0 |
| * | Avoid truncating filenames with snprintf(). | Tim J. Robbins | 2002-06-29 | 1 | -2/+5 |