aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip
Commit message (Expand)AuthorAgeFilesLines
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.Bruce M Simpson2008-05-034-0/+12
* Reduce the WARNS levels in a couple of places so that we can enableJohn Birrell2007-11-181-1/+1
* Replace rev. 1.9 with patch from OpenBSD.Pav Lucistnik2007-05-121-3/+3
* Fix crash when using 'du' capability: NULL return of strpbrk was not handledPav Lucistnik2007-05-121-2/+2
* Make cu/tip handle when $HOME is not set in the environment.Jordan Sissel2007-02-231-1/+5
* Fixed the -# option to work as documented in a manpage.Ruslan Ermilov2006-09-071-8/+20
* Bump WARNS level to 3.Ruslan Ermilov2006-09-011-1/+1
* Fix markup (in the same way as it was fixed in tip.1) and thusRuslan Ermilov2006-08-311-135/+171
* Fix compilation warnings (up to level 3).Ruslan Ermilov2006-08-316-10/+11
* Document the undocumented change in OpenBSD: the ${raisechar}Ruslan Ermilov2006-08-311-2/+1
* Actually merge OpenBSD changes and local changes (a diff shouldRuslan Ermilov2006-08-311-140/+179
* Resolve merge conflicts.Ruslan Ermilov2006-08-3118-819/+762
* This commit was generated by cvs2svn to compensate for changes in r161751,Ruslan Ermilov2006-08-311-0/+470
|\
| * Import OpenBSD's tip(1) as of todayvendor/OpenBSDRuslan Ermilov2006-08-3119-706/+1168
* | Fix an erroneous description of the file descriptor assignments forJohn Polstra2005-11-021-5/+3
* | - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-2/+2
* | Use a proper protoype to declare interp() and move it to tip.h. Fix anStefan Farfeleder2004-05-062-2/+2
* | Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.Bruce Evans2004-03-141-1/+2
* | Baud rate capability is `br', not `ba'.Hiten Pandya2003-09-061-1/+1
* | make prototpyes match functions, and declare things static as neededWarner Losh2003-04-065-17/+20
* | mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* | Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* | tip(1) no longer uses modems(5).Ruslan Ermilov2002-11-271-143/+0
* | Really merge from OpenBSD import (should have been done a year ago).Ruslan Ermilov2002-11-271-185/+300
* | Merge from import. The import was done ages ago, and this diff has beenMark Murray2002-07-191-153/+199
* | Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}Ruslan Ermilov2002-07-121-2/+2
* | More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
* | Use `The .Nm utility'Philippe Charnier2002-04-201-18/+27
* | Don't attempt to chflags(1) non-existent executable.Ruslan Ermilov2002-04-171-0/+2
* | remove __PWarner Losh2002-03-222-65/+65
* | Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-2020-1748/+886
|\|
| * Import of OpenBSD's tip (which was the tip code of a month ago, moduloMark Murray2001-12-2018-0/+4409
* Bring files back from the dead prior to remote commit to fix importMark Murray2001-12-201-0/+148
* ${BINDIR} already has the leading slash.Ruslan Ermilov2001-11-271-1/+1
* After some CVS surgery to remove an unwise commit, restore someMark Murray2001-11-261-2/+7
* Fixed some of style bugs.Ruslan Ermilov2001-09-121-1/+1
* Make sure that all non-root-owned binaries in standard systemMatthew Dillon2001-09-091-0/+1
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-262-8/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-152-13/+13
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+3
* 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-145-6/+9