| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <errno.h> where needed. Kill extern int errno;. | imp | 2000-04-14 | 7 | -8/+15 |
* | Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip. | bsd | 2000-03-15 | 2 | -4/+26 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Fix a 'tip' core dump caused by a null pointer dereference when | bsd | 2000-02-22 | 1 | -1/+1 |
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 18 | -18/+18 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 2 | -0/+2 |
* | Rename a function to avoid conflict with the new syscall 'pwrite'. | dt | 1999-04-04 | 4 | -18/+18 |
* | Some 64bit portability fixes. | dfr | 1998-10-03 | 2 | -5/+8 |
* | Makefile.inc was conditionally setting vars already set by bsd.own.mk | obrien | 1998-09-21 | 2 | -5/+8 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+2 |
* | Fix a few typos. | steve | 1998-06-27 | 1 | -3/+4 |
* | sizeof(foo - 1) isn't the same as sizeof(foo) - 1. | imp | 1998-06-09 | 1 | -3/+3 |
* | o Use snprintf rather than sprintf. | imp | 1998-06-09 | 3 | -11/+12 |
* | Remove special global tags support; we don't do it that way anymore. | eivind | 1998-03-26 | 1 | -2/+0 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 4 | -7/+7 |
* | Removed a buffer overflow in args(). | eivind | 1997-08-26 | 2 | -35/+38 |
* | Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX | imp | 1997-08-25 | 4 | -11/+11 |
* | Fix buffer overflow. prompt didn't get a size for its buffer, | imp | 1997-08-22 | 3 | -20/+25 |
* | Add prototypes, usage(). Use err(3). | charnier | 1997-08-18 | 17 | -69/+240 |
* | kill the undead | peter | 1997-07-13 | 23 | -5708/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 23 | -0/+5708 |
|\ |
|
| * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, | bde | 1997-07-06 | 23 | -0/+5708 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 23 | -5708/+0 |
* | | Typo fix. | max | 1997-06-14 | 1 | -1/+1 |
* | | Include types.h before libutil.h | jkh | 1997-05-11 | 1 | -0/+1 |
* | | Add support for GLOBAL style tags. | jkh | 1997-04-13 | 1 | -0/+2 |
* | | Fixed DPADD. | bde | 1997-04-01 | 1 | -2/+2 |
* | | Remove the syslog stuff, and allow various return values | brian | 1997-03-31 | 2 | -2/+6 |
* | | Move uucplock into libutil and create a manual page. | brian | 1997-03-30 | 1 | -4/+2 |
* | | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
* | | Do not claim that tip is also called cu. | peter | 1996-09-19 | 1 | -21/+2 |
* | | Fixed DPADD. | bde | 1996-09-05 | 1 | -1/+2 |
* | | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
* | | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -4/+4 |
* | | Here's a patch that fixes the problem with modem syncronization | pst | 1996-03-05 | 1 | -2/+2 |
* | | Eliminate multiply uucplock.c copies | ache | 1996-03-04 | 2 | -146/+3 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 23 | -5708/+0 |
* | | recording cvs-1.6 file death | peter | 1995-12-30 | 5 | -1200/+0 |
* | | Make tip recognize EOF in more cases. | phk | 1995-11-26 | 1 | -6/+17 |
* | | We wouldn't want to kill init if our parent died... | phk | 1995-10-09 | 1 | -2/+4 |
* | | Die if we get errors from the tty. | phk | 1995-10-06 | 1 | -3/+5 |
* | | Rename PATH_LOCK to PATH_UUCPLOCK | ache | 1995-09-23 | 1 | -1/+1 |
* | | Use new _PATH_LOCK | ache | 1995-09-20 | 2 | -2/+2 |
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 15 | -83/+83 |
* | | Fix nested comments for -Wcomment warnings. | rgrimes | 1995-05-09 | 2 | -2/+2 |
* | | Greatly clean up the Makefiles and add a Makefile.inc to more obviously | jkh | 1995-04-01 | 3 | -15/+20 |
* | | I must have been very sleepy last night, sigh.. | jkh | 1995-03-31 | 1 | -3/+9 |
* | | Tom Gray's new tip changes to support a modem capabilities database and | jkh | 1995-03-31 | 43 | -49/+9179 |
* | | Use ASCII lock instead of BINARY one. | ache | 1994-12-19 | 1 | -22/+15 |