| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a cast to `void *' before casting to a pointer to a structure | Robert Drehmel | 2002-08-02 | 1 | -5/+8 |
| * | Don't depend on namespace pollution from <netinet/in_pcb.h>. | Dag-Erling Smørgrav | 2002-08-01 | 1 | -0/+2 |
| * | Implement the -l and -c options, which I'd forgotten. | Dag-Erling Smørgrav | 2002-08-01 | 1 | -6/+17 |
| * | Rewrite sockstat(1) in C. | Dag-Erling Smørgrav | 2002-07-31 | 4 | -257/+596 |
| * | Fix some bugs in in-place editing: | Tony Finch | 2002-07-30 | 1 | -28/+26 |
| * | Ignore leading semicolons on commands; required by SUSv3. | Tim J. Robbins | 2002-07-30 | 1 | -2/+8 |
| * | When translating and -C is specified, behave as if the complemented set was | Tim J. Robbins | 2002-07-29 | 1 | -0/+26 |
| * | When translating and the -c option is specified, handle the case where the | Tim J. Robbins | 2002-07-29 | 1 | -6/+11 |
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 6 | -10/+10 |
| * | Ignore -C, -p, and -S options of install(1) when used with the -d | Ruslan Ermilov | 2002-07-29 | 1 | -1/+1 |
| * | fetch(1) is WARNS-5 clean (tested on i386 and Alpha) | Dag-Erling Smørgrav | 2002-07-28 | 1 | -0/+1 |
| * | Use strtol(3) instead of a home-grown version, and fix a "possibly | Dag-Erling Smørgrav | 2002-07-28 | 1 | -36/+24 |
| * | Add enough consts to keep everyone happy. | David Malone | 2002-07-28 | 1 | -1/+1 |
| * | Don't reuse a const char * when we really want a char *. | David Malone | 2002-07-28 | 1 | -5/+7 |
| * | Improve WARNS situation for kdump: | David Malone | 2002-07-28 | 1 | -45/+58 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 9 | -54/+31 |
| * | The return value of snprintf should be always nonnegative, so it should | David Malone | 2002-07-28 | 1 | -1/+1 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 2 | -39/+14 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -14/+7 |
| * | ANSify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -10/+7 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -6/+3 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -4/+2 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 10 | -46/+18 |
| * | ANSIify function definitions to avoid some warnings. | David Malone | 2002-07-28 | 1 | -11/+5 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -30/+16 |
| * | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 1 | -7/+4 |
| * | Search the include path for the argument to -f, to make lives easier for | Juli Mallett | 2002-07-28 | 1 | -6/+13 |
| * | Add a -v option that prevents switching virtual terminals while this | Dima Dorfman | 2002-07-28 | 2 | -13/+47 |
| * | Print a warning when we are given two scripts for one target. This is neither | Juli Mallett | 2002-07-28 | 1 | -0/+4 |
| * | Clarify J.S. Bach's life: he was only born once, and he died in Leipzig. | Greg Lehey | 2002-07-28 | 1 | -3/+3 |
| * | Back out jmallett's realpath changes. They break a set of makefiles that | Warner Losh | 2002-07-26 | 1 | -0/+28 |
| * | Use sigaction(2) instead of signal(3) to avoid the signal handler being | Tim J. Robbins | 2002-07-26 | 1 | -3/+10 |
| * | Define all paths in pathnames.h | Johan Karlsson | 2002-07-25 | 2 | -2/+6 |
| * | Give an example showing how to change the mesg status of terminals | Tim J. Robbins | 2002-07-25 | 1 | -0/+10 |
| * | style(9): - Put a space after the 'return' keyword. | Robert Drehmel | 2002-07-24 | 1 | -5/+7 |
| * | Use an ANSI-C function definition rather than a | Robert Drehmel | 2002-07-24 | 1 | -3/+1 |
| * | - Add a COMPATIBILITY section explaining that the default | Robert Drehmel | 2002-07-24 | 1 | -2/+12 |
| * | Allow selection of the affected terminal using redirection | Robert Drehmel | 2002-07-24 | 2 | -1/+10 |
| * | Teach whereis(1) about games. | Johan Karlsson | 2002-07-24 | 3 | -5/+9 |
| * | Widen struct sockbuf's sb_timeo member to int from short. With | John Polstra | 2002-07-24 | 8 | -13/+13 |
| * | Revert previous delta for cut(1) and calendar(1) as they were not applied | Tom Rhodes | 2002-07-23 | 2 | -3/+11 |
| * | Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU | Juli Mallett | 2002-07-23 | 1 | -3/+0 |
| * | Dependencies are delimited by space not tab. | Ruslan Ermilov | 2002-07-23 | 1 | -2/+2 |
| * | Handle directories correctly. | Eric Melville | 2002-07-23 | 1 | -3/+6 |
| * | Revert last commit. Sorry for breaking things | Tom Rhodes | 2002-07-22 | 1 | -10/+10 |
| * | MFC: Fix some grammar, greater reduce diffs to HEAD | Tom Rhodes | 2002-07-22 | 3 | -21/+13 |
| * | add -4 and -6 option to be able to specify an address family. | Hajimu UMEMOTO | 2002-07-22 | 3 | -4/+22 |
| * | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE. | Robert Drehmel | 2002-07-22 | 1 | -3/+2 |
| * | - Use MAXLOGNAME - 1 instead of UT_NAMESIZE. | Robert Drehmel | 2002-07-22 | 1 | -11/+5 |
| * | Correct syntax error, remove the unescaped newline between "||" and the | Tim J. Robbins | 2002-07-22 | 1 | -4/+2 |