summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
Commit message (Collapse)AuthorAgeFilesLines
* Use a proper protoype to declare interp() and move it to tip.h. Fix anstefanf2004-05-062-2/+2
| | | | | | invocation with a wrong number of arguments. Approved by: das (mentor)
* Fixed misspellings of 0 as NULL. Fixed some nearby style bugs.bde2004-03-141-1/+2
|
* Baud rate capability is `br', not `ba'.hmp2003-09-061-1/+1
| | | | | PR: docs/56426 Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG>
* make prototpyes match functions, and declare things static as neededimp2003-04-069-21/+29
|
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
| | | | Approved by: re
* tip(1) no longer uses modems(5).ru2002-11-271-143/+0
| | | | | Reviewed by: markm Approved by: re
* Really merge from OpenBSD import (should have been done a year ago).ru2002-11-271-185/+300
| | | | | Reviewed by: markm Approved by: re
* Merge from import. The import was done ages ago, and this diff has beenmarkm2002-07-191-153/+199
| | | | carried since then.
* Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}ru2002-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>
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-18/+27
|
* Don't attempt to chflags(1) non-existent executable.ru2002-04-171-0/+2
|
* remove __Pimp2002-03-223-66/+66
|
* Fix merge conflicts, and because this still has a zillion warnings,markm2001-12-2041-3556/+1248
| | | | | | protect the build with a WARNS=2. Fix the build.
* Bring files back from the dead prior to remote commit to fix importmarkm2001-12-202-0/+154
| | | | conflicts.
* ${BINDIR} already has the leading slash.ru2001-11-271-1/+1
|
* After some CVS surgery to remove an unwise commit, restore somemarkm2001-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).
* Fixed some of style bugs.ru2001-09-121-1/+1
|
* Make sure that all non-root-owned binaries in standard systemdillon2001-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.
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-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>
* Remove whitespace at EOL.dd2001-07-152-13/+13
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+3
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* If the user exists abruptly, tip's "tipout" child can hang aroundphk2001-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
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-6/+6
|
* Prepare for mdoc(7)NG.ru2000-12-191-1/+2
|
* Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list.phantom2000-12-141-4/+5
| | | | | Correct .Xr macro usage. Also fix few more typos while I'm here.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-18/+18
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-4/+2
|
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-147-8/+15
| | | | Minor warnings in tip corrected.
* Resurrect the 'cdelay' and 'ldelay' features of /usr/bin/tip.bsd2000-03-152-4/+26
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Fix a 'tip' core dump caused by a null pointer dereference whenbsd2000-02-221-1/+1
| | | | | | | | sending a file to the remote system. PR: bin/15660 Reviewed by: jkh Approved by: jkh
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2818-18/+18
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Rename a function to avoid conflict with the new syscall 'pwrite'.dt1999-04-044-18/+18
|
* Some 64bit portability fixes.dfr1998-10-032-5/+8
|
* Makefile.inc was conditionally setting vars already set by bsd.own.mkobrien1998-09-212-5/+8
| | | | | which is read before tip's own Makefile is. Move those varables here where they will do some good.
* Don't assume that time_t is long.bde1998-06-291-2/+2
|
* Fix a few typos.steve1998-06-271-3/+4
| | | | | PR: 7092 Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp>
* sizeof(foo - 1) isn't the same as sizeof(foo) - 1.imp1998-06-091-3/+3
| | | | Pointed out by: Theo De Raadt.
* o Use snprintf rather than sprintf.imp1998-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.
* Remove special global tags support; we don't do it that way anymore.eivind1998-03-261-2/+0
|
* Many places in the code NULL is used in integer context, wherephk1997-09-184-7/+7
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Removed a buffer overflow in args().eivind1997-08-262-35/+38
| | | | | While I'm here, fix a bug with 'register' in conjunction with setjmp(), staticize and do some -Wall cleaning.
* Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAXimp1997-08-254-11/+11
| | | | | | | to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable buffer overflow in tipout.c. Reviewed by: millert@openbsd.org (tipout.c) Submitted by: millert@openbsd.org (rest of idea)
OpenPOWER on IntegriCloud