summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip
Commit message (Collapse)AuthorAgeFilesLines
* A number of places in the source tree still reference cuad.* aftereadler2012-12-081-2/+2
| | | | | | | | | | | sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
* Make tip exit if the device disappears, for instance when unpluggingphk2012-01-282-3/+4
| | | | | | | | or resetting USB serial devices. Somebody[tm] should rewrite tip(1) to use two thread instead of two processes or maybe even use that new-fangled "select(2)" or positively futuristic "poll(2)" system call.
* Spelling fixes for usr.bin/uqs2011-12-301-2/+2
|
* Flush the scriptfile whenever we see a non-graphical character to getphk2011-05-101-5/+11
| | | | | more real-time logging, without forcing a write(2) on every single character.
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
| | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.bms2008-05-034-0/+12
| | | | | | | | | Previously they would have left TIOCEXCL enabled, requiring either a reboot or use of tip/cu as the root user. Observed when running QEMU with character devices redirected to pty instances. MFC after: 2 weeks
* Reduce the WARNS levels in a couple of places so that we can enablejb2007-11-181-1/+1
| | | | -Werror at higher WARNS levels like we did before gcc4 was imported.
* Replace rev. 1.9 with patch from OpenBSD.pav2007-05-121-3/+3
| | | | | | Submitted by: Ray Lai <ray@cyth.net> Obtained from: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tip/acu.c.diff?r1=1.13&r2=1.14 MFC after: 1 week
* Fix crash when using 'du' capability: NULL return of strpbrk was not handledpav2007-05-121-2/+2
| | | | | | | PR: bin/108368 Reported by: Ivo Hazmuk <ivo@vutbr.cz> Submitted by: rdivacky MFC after: 2 weeks
* Make cu/tip handle when $HOME is not set in the environment.jls2007-02-231-1/+5
| | | | | | Approved by: philip Submitted by: ale PR: bin/108775
* Fixed the -# option to work as documented in a manpage.ru2006-09-071-8/+20
|
* Bump WARNS level to 3.ru2006-09-011-1/+1
| | | | OK'ed by: make universe
* Fix markup (in the same way as it was fixed in tip.1) and thusru2006-08-311-135/+171
| | | | make the diffs against tip.1 minimal (as in OpenBSD).
* Fix compilation warnings (up to level 3).ru2006-08-318-12/+14
|
* Document the undocumented change in OpenBSD: the ${raisechar}ru2006-08-311-2/+1
| | | | | | is no longer set to ^A by default, it's unset. Reported by: imp, sam
* Actually merge OpenBSD changes and local changes (a diff shouldru2006-08-311-140/+179
| | | | be viewed relative to revision 1.24).
* Remove some dust.ru2006-08-311-65/+0
|
* Resolve merge conflicts.ru2006-08-3128-1164/+1033
|
* This commit was generated by cvs2svn to compensate for changes in r161751,ru2006-08-311-0/+470
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD's tip(1) as of todayru2006-08-3129-1048/+1441
| |
| * Import of OpenBSD's tip (which was the tip code of a month ago, modulomarkm2001-12-2028-1443/+1538
| | | | | | | | OpenBSD commits).
| * This commit was manufactured by cvs2svn to create branch 'bsd'.cvs2svn1995-03-3128-0/+6859
| |
* | Fix an erroneous description of the file descriptor assignments forjdp2005-11-021-5/+3
| | | | | | | | | | | | the "~C" command. MFC After: 1 week
* | - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-2/+2
| | | | | | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* | 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
OpenPOWER on IntegriCloud