aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip
Commit message (Expand)AuthorAgeFilesLines
* If the user exists abruptly, tip's "tipout" child can hang aroundPoul-Henning Kamp2001-05-242-1/+14
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-6/+6
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+2
* Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.Alexey Zelkin2000-12-141-4/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-18/+18
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-4/+2
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-147-8/+15
* Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.Brian S. Dean2000-03-152-4/+26
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Fix a 'tip' core dump caused by a null pointer dereference whenBrian S. Dean2000-02-221-1/+1
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2818-18/+18
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
* Rename a function to avoid conflict with the new syscall 'pwrite'.Dmitrij Tejblum1999-04-044-18/+18
* Some 64bit portability fixes.Doug Rabson1998-10-032-5/+8
* Makefile.inc was conditionally setting vars already set by bsd.own.mkDavid E. O'Brien1998-09-212-5/+8
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+2
* Fix a few typos.Steve Price1998-06-271-3/+4
* sizeof(foo - 1) isn't the same as sizeof(foo) - 1.Warner Losh1998-06-091-3/+3
* o Use snprintf rather than sprintf.Warner Losh1998-06-093-11/+12
* Remove special global tags support; we don't do it that way anymore.Eivind Eklund1998-03-261-2/+0
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-184-7/+7
* Removed a buffer overflow in args().Eivind Eklund1997-08-262-35/+38
* Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAXWarner Losh1997-08-254-11/+11
* Fix buffer overflow. prompt didn't get a size for its buffer,Warner Losh1997-08-223-20/+25
* Add prototypes, usage(). Use err(3).Philippe Charnier1997-08-1817-69/+240
* kill the undeadPeter Wemm1997-07-1323-5708/+0
* This commit was generated by cvs2svn to compensate for changes in r27241,Bruce Evans1997-07-0623-0/+5708
|\
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-0623-0/+5708
* Typo fix.Masafumi Max NAKANE1997-06-141-1/+1
* Include types.h before libutil.hJordan K. Hubbard1997-05-111-0/+1
* Add support for GLOBAL style tags.Jordan K. Hubbard1997-04-131-0/+2
* Fixed DPADD.Bruce Evans1997-04-011-2/+2
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-312-2/+6
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-301-4/+2
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
* Do not claim that tip is also called cu.Peter Wemm1996-09-191-21/+2
* Fixed DPADD.Bruce Evans1996-09-051-1/+2
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-4/+4
* Here's a patch that fixes the problem with modem syncronizationPaul Traina1996-03-051-2/+2
* Eliminate multiply uucplock.c copiesAndrey A. Chernov1996-03-042-146/+3
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-3023-5708/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-305-1200/+0
* Make tip recognize EOF in more cases.Poul-Henning Kamp1995-11-261-6/+17
* We wouldn't want to kill init if our parent died...Poul-Henning Kamp1995-10-091-2/+4
* Die if we get errors from the tty.Poul-Henning Kamp1995-10-061-3/+5
* Rename PATH_LOCK to PATH_UUCPLOCKAndrey A. Chernov1995-09-231-1/+1
* Use new _PATH_LOCKAndrey A. Chernov1995-09-202-2/+2