aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip
Commit message (Collapse)AuthorAgeFilesLines
* MFC 1.24: Fix an erroneous description of the file descriptor assignmentsJohn Polstra2005-11-041-5/+3
| | | | | | | for the "~C" command. Notes: svn path=/stable/6/; revision=152036
* MFC:Christian Brueffer2005-07-171-2/+2
| | | | | | | | | | | - Remove MLINKS to nonexistant manpages - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them Approved by: re (hrs) Notes: svn path=/stable/6/; revision=148098
* Use a proper protoype to declare interp() and move it to tip.h. Fix anStefan Farfeleder2004-05-062-2/+2
| | | | | | | | | invocation with a wrong number of arguments. Approved by: das (mentor) Notes: svn path=/head/; revision=129004
* Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.Bruce Evans2004-03-141-1/+2
| | | | Notes: svn path=/head/; revision=126961
* Baud rate capability is `br', not `ba'.Hiten Pandya2003-09-061-1/+1
| | | | | | | | PR: docs/56426 Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG> Notes: svn path=/head/; revision=119808
* make prototpyes match functions, and declare things static as neededWarner Losh2003-04-069-21/+29
| | | | Notes: svn path=/head/; revision=113163
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
| | | | Notes: svn path=/head/; revision=108257
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* tip(1) no longer uses modems(5).Ruslan Ermilov2002-11-271-143/+0
| | | | | | | | Reviewed by: markm Approved by: re Notes: svn path=/head/; revision=107306
* Really merge from OpenBSD import (should have been done a year ago).Ruslan Ermilov2002-11-271-185/+300
| | | | | | | | Reviewed by: markm Approved by: re Notes: svn path=/head/; revision=107305
* Merge from import. The import was done ages ago, and this diff has beenMark Murray2002-07-191-153/+199
| | | | | | | carried since then. Notes: svn path=/head/; revision=100358
* Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}Ruslan Ermilov2002-07-121-2/+2
| | | | | | | | | | is only defined after <bsd.prog.mk> is included, and .if make(1) conditionals are evaluted on the first pass. Spotted by: Michael Bretterklieber <mbretter@jawa.at> Notes: svn path=/head/; revision=99874
* More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=96704
* Use `The .Nm utility'Philippe Charnier2002-04-201-18/+27
| | | | Notes: svn path=/head/; revision=95124
* Don't attempt to chflags(1) non-existent executable.Ruslan Ermilov2002-04-171-0/+2
| | | | Notes: svn path=/head/; revision=94933
* remove __PWarner Losh2002-03-223-64/+64
| | | | Notes: svn path=/head/; revision=92922
* Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-2041-3549/+1241
|\ | | | | | | | | | | | | | | | | protect the build with a WARNS=2. Fix the build. Notes: svn path=/head/; revision=88276
| * Import of OpenBSD's tip (which was the tip code of a month ago, moduloMark Murray2001-12-2028-0/+6954
| | | | | | | OpenBSD commits). Notes: svn path=/cvs2svn/branches/bsd/; revision=88273
* Bring files back from the dead prior to remote commit to fix importMark Murray2001-12-202-0/+154
| | | | | | | conflicts. Notes: svn path=/head/; revision=88275
* ${BINDIR} already has the leading slash.Ruslan Ermilov2001-11-271-1/+1
| | | | Notes: svn path=/head/; revision=86952
* After some CVS surgery to remove an unwise commit, restore someMark Murray2001-11-261-2/+7
| | | | | | | | | | | post-UUCP-removal stuff: 1) Link cu(1) to tip(1). 2) Force removal of system immutable bit. (Was needed by UUCP's insecure cu(1). Notes: svn path=/head/; revision=86924
* Fixed some of style bugs.Ruslan Ermilov2001-09-121-1/+1
| | | | Notes: svn path=/head/; revision=83367
* Make sure that all non-root-owned binaries in standard systemMatthew Dillon2001-09-091-0/+1
| | | | | | | | | | | | paths are chflaged 'schg' to prevent exploit vectors when run by cron, by a root user, or by a user other then the one owning the binary. This applies to most of the uucp binaries, cu, tip, and man (man was already installed properly). MFC will occur when approved. Notes: svn path=/head/; revision=83238
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-266-20/+30
| | | | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=80381
* Remove whitespace at EOL.Dima Dorfman2001-07-152-13/+13
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
| | | | Notes: svn path=/head/; revision=79535
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+3
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* If the user exists abruptly, tip's "tipout" child can hang aroundPoul-Henning Kamp2001-05-242-1/+14
| | | | | | | | | | | | | | forever. Since the lock file doesn't get cleaned up, this prevents other users from accessing the target device. (phk adds: Man, this has been bugging me for YEARS!) PR: 12528 Submitted by: Craig Leres leres@ee.lbl.gov MFC after: 1 week Notes: svn path=/head/; revision=77120
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
| | | | Notes: svn path=/head/; revision=74848
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-6/+6
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+2
| | | | Notes: svn path=/head/; revision=70197
* Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.Alexey Zelkin2000-12-141-4/+5
| | | | | | | | Correct .Xr macro usage. Also fix few more typos while I'm here. Notes: svn path=/head/; revision=70026
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-18/+18
| | | | Notes: svn path=/head/; revision=68963
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-4/+2
| | | | Notes: svn path=/head/; revision=68575
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-147-8/+15
| | | | | | | Minor warnings in tip corrected. Notes: svn path=/head/; revision=59217
* Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.Brian S. Dean2000-03-152-4/+26
| | | | Notes: svn path=/head/; revision=58095
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* Fix a 'tip' core dump caused by a null pointer dereference whenBrian S. Dean2000-02-221-1/+1
| | | | | | | | | | | sending a file to the remote system. PR: bin/15660 Reviewed by: jkh Approved by: jkh Notes: svn path=/head/; revision=57386
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
| | | | Notes: svn path=/head/; revision=51287
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2818-18/+18
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-0/+2
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Rename a function to avoid conflict with the new syscall 'pwrite'.Dmitrij Tejblum1999-04-044-18/+18
| | | | Notes: svn path=/head/; revision=45314
* Some 64bit portability fixes.Doug Rabson1998-10-032-5/+8
| | | | Notes: svn path=/head/; revision=39915
* Makefile.inc was conditionally setting vars already set by bsd.own.mkDavid E. O'Brien1998-09-212-5/+8
| | | | | | | | which is read before tip's own Makefile is. Move those varables here where they will do some good. Notes: svn path=/head/; revision=39539
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+2
| | | | Notes: svn path=/head/; revision=37262
* Fix a few typos.Steve Price1998-06-271-3/+4
| | | | | | | | PR: 7092 Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=37202
* sizeof(foo - 1) isn't the same as sizeof(foo) - 1.Warner Losh1998-06-091-3/+3
| | | | | | | Pointed out by: Theo De Raadt. Notes: svn path=/head/; revision=36815
* o Use snprintf rather than sprintf.Warner Losh1998-06-093-11/+12
| | | | | | | | | o Revert gid to caller before a shell so we can run setgid. o minor style nits to make bruce happy :-) o use strncpy correctly. Notes: svn path=/head/; revision=36791
* Remove special global tags support; we don't do it that way anymore.Eivind Eklund1998-03-261-2/+0
| | | | Notes: svn path=/head/; revision=34893