summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix buffer overflow. prompt didn't get a size for its buffer,imp1997-08-223-20/+25
| | | | | so it could overflow it. Also made some filenames MAXPATHLEN long rather than 80 long.
* Add prototypes, usage(). Use err(3).charnier1997-08-1817-69/+240
|
* kill the undeadpeter1997-07-1323-5708/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-0623-0/+5708
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-0623-0/+5708
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-3023-5708/+0
| |
* | Typo fix.max1997-06-141-1/+1
| | | | | | | | | | PR: 3869 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* | Include types.h before libutil.hjkh1997-05-111-0/+1
| |
* | Add support for GLOBAL style tags.jkh1997-04-131-0/+2
| |
* | Fixed DPADD.bde1997-04-011-2/+2
| |
* | Remove the syslog stuff, and allow various return valuesbrian1997-03-312-2/+6
| | | | | | | | | | | | | | | | | | in uu_lock(). Add uu_lockerr() for turning the results of uu_lock into something printable. Remove bogus section in man page about race conditions allowing both processes to get the lock. Include libutil.h and use uu_lock() correctly where it should. Suggested by: ache@freebsd.org
* | Move uucplock into libutil and create a manual page.brian1997-03-301-4/+2
| |
* | Sort cross references.wosch1997-01-151-2/+2
| |
* | Do not claim that tip is also called cu.peter1996-09-191-21/+2
| | | | | | | | Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639
* | Fixed DPADD.bde1996-09-051-1/+2
| |
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-2/+2
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-4/+4
| | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* | Here's a patch that fixes the problem with modem syncronizationpst1996-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko <ambrisko@tcs.com>
* | Eliminate multiply uucplock.c copiesache1996-03-042-146/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3023-5708/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | recording cvs-1.6 file deathpeter1995-12-305-1200/+0
| |
* | Make tip recognize EOF in more cases.phk1995-11-261-6/+17
| |
* | We wouldn't want to kill init if our parent died...phk1995-10-091-2/+4
| | | | | | | | Spotted by: davidg
* | Die if we get errors from the tty.phk1995-10-061-3/+5
| |
* | Rename PATH_LOCK to PATH_UUCPLOCKache1995-09-231-1/+1
| |
* | Use new _PATH_LOCKache1995-09-202-2/+2
| | | | | | | | Fix bug: pid was not assigned
* | Remove trailing whitespace.rgrimes1995-05-3015-83/+83
| |
* | Fix nested comments for -Wcomment warnings.rgrimes1995-05-092-2/+2
| |
* | Greatly clean up the Makefiles and add a Makefile.inc to more obviouslyjkh1995-04-013-15/+20
| | | | | | | | advertise tip's choice of location and perms.
* | I must have been very sleepy last night, sigh..jkh1995-03-311-3/+9
| | | | | | | | | | | | | | 1. Nuke out the aculib files that crept in somehow by mistake. 2. Fix the ${.CURDIR} path so that this stuff actually compiles. It actually compiled for me before the commit, but I must have had something short-cutting the bug.
* | Tom Gray's new tip changes to support a modem capabilities database andjkh1995-03-3143-49/+9179
| | | | | | | | | | fixes to many assorted bugs and misfeatures. Submitted by: Tom Gray - DCA <dcasba@rain.org>
* | Use ASCII lock instead of BINARY one.ache1994-12-191-22/+15
| |
* | Use proper LOCKDIR nameache1994-12-191-1/+1
| |
* | Don't install as 'cu', it breaks Taylor 'cu' installed in the sameache1994-12-041-2/+0
| | | | | | | | directory. Taylor 'cu' is much more powerful than this cheap 'tip'
* | I finally had enough of tip not recognizing carrier loss. now it does.phk1994-09-293-0/+17
| |
* | If you used tip to start SLIP, tip would fail to write to the ttyphk1994-09-251-0/+2
| | | | | | | | after slattach was started. Now tip knows to die when it gets ENODEV...
* | Reviewed by:ats1994-09-041-1/+1
| | | | | | | | | | Submitted by: Add back the baud rates above 19200, as we have them already under 1.1.x.
* | This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-272-0/+79
|\ \ | |/ |/| | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+79
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2729-0/+6948
OpenPOWER on IntegriCloud