Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relinquish exclusive TTY access when tip(1) or cu(1) exit. | bms | 2008-05-03 | 4 | -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 enable | jb | 2007-11-18 | 1 | -1/+1 |
| | | | | -Werror at higher WARNS levels like we did before gcc4 was imported. | ||||
* | Replace rev. 1.9 with patch from OpenBSD. | pav | 2007-05-12 | 1 | -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 handled | pav | 2007-05-12 | 1 | -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. | jls | 2007-02-23 | 1 | -1/+5 |
| | | | | | | Approved by: philip Submitted by: ale PR: bin/108775 | ||||
* | Fixed the -# option to work as documented in a manpage. | ru | 2006-09-07 | 1 | -8/+20 |
| | |||||
* | Bump WARNS level to 3. | ru | 2006-09-01 | 1 | -1/+1 |
| | | | | OK'ed by: make universe | ||||
* | Fix markup (in the same way as it was fixed in tip.1) and thus | ru | 2006-08-31 | 1 | -135/+171 |
| | | | | make the diffs against tip.1 minimal (as in OpenBSD). | ||||
* | Fix compilation warnings (up to level 3). | ru | 2006-08-31 | 8 | -12/+14 |
| | |||||
* | Document the undocumented change in OpenBSD: the ${raisechar} | ru | 2006-08-31 | 1 | -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 should | ru | 2006-08-31 | 1 | -140/+179 |
| | | | | be viewed relative to revision 1.24). | ||||
* | Remove some dust. | ru | 2006-08-31 | 1 | -65/+0 |
| | |||||
* | Resolve merge conflicts. | ru | 2006-08-31 | 28 | -1164/+1033 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r161751, | ru | 2006-08-31 | 1 | -0/+470 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import OpenBSD's tip(1) as of today | ru | 2006-08-31 | 29 | -1048/+1441 |
| | | |||||
| * | Import of OpenBSD's tip (which was the tip code of a month ago, modulo | markm | 2001-12-20 | 28 | -1443/+1538 |
| | | | | | | | | OpenBSD commits). | ||||
| * | This commit was manufactured by cvs2svn to create branch 'bsd'. | cvs2svn | 1995-03-31 | 28 | -0/+6859 |
| | | |||||
* | | Fix an erroneous description of the file descriptor assignments for | jdp | 2005-11-02 | 1 | -5/+3 |
| | | | | | | | | | | | | the "~C" command. MFC After: 1 week | ||||
* | | - Remove MLINKS to nonexistant manpages | brueffer | 2005-07-14 | 1 | -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 an | stefanf | 2004-05-06 | 2 | -2/+2 |
| | | | | | | | | | | | | invocation with a wrong number of arguments. Approved by: das (mentor) | ||||
* | | Fixed misspellings of 0 as NULL. Fixed some nearby style bugs. | bde | 2004-03-14 | 1 | -1/+2 |
| | | |||||
* | | Baud rate capability is `br', not `ba'. | hmp | 2003-09-06 | 1 | -1/+1 |
| | | | | | | | | | | PR: docs/56426 Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.ORG> | ||||
* | | make prototpyes match functions, and declare things static as needed | imp | 2003-04-06 | 9 | -21/+29 |
| | | |||||
* | | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
| | | |||||
* | | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
| | | | | | | | | Approved by: re | ||||
* | | tip(1) no longer uses modems(5). | ru | 2002-11-27 | 1 | -143/+0 |
| | | | | | | | | | | Reviewed by: markm Approved by: re | ||||
* | | Really merge from OpenBSD import (should have been done a year ago). | ru | 2002-11-27 | 1 | -185/+300 |
| | | | | | | | | | | Reviewed by: markm Approved by: re | ||||
* | | Merge from import. The import was done ages ago, and this diff has been | markm | 2002-07-19 | 1 | -153/+199 |
| | | | | | | | | carried since then. | ||||
* | | Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR} | ru | 2002-07-12 | 1 | -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 > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
| | | |||||
* | | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -18/+27 |
| | | |||||
* | | Don't attempt to chflags(1) non-existent executable. | ru | 2002-04-17 | 1 | -0/+2 |
| | | |||||
* | | remove __P | imp | 2002-03-22 | 3 | -66/+66 |
| | | |||||
* | | Fix merge conflicts, and because this still has a zillion warnings, | markm | 2001-12-20 | 41 | -3556/+1248 |
| | | | | | | | | | | | | protect the build with a WARNS=2. Fix the build. | ||||
* | | Bring files back from the dead prior to remote commit to fix import | markm | 2001-12-20 | 2 | -0/+154 |
| | | | | | | | | conflicts. | ||||
* | | ${BINDIR} already has the leading slash. | ru | 2001-11-27 | 1 | -1/+1 |
| | | |||||
* | | After some CVS surgery to remove an unwise commit, restore some | markm | 2001-11-26 | 1 | -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. | ru | 2001-09-12 | 1 | -1/+1 |
| | | |||||
* | | Make sure that all non-root-owned binaries in standard system | dillon | 2001-09-09 | 1 | -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 abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
| | | | | | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 6 | -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. | dd | 2001-07-15 | 2 | -13/+13 |
| | | |||||
* | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| | | |||||
* | | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -3/+3 |
| | | | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | | If the user exists abruptly, tip's "tipout" child can hang around | phk | 2001-05-24 | 2 | -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. | ru | 2001-03-27 | 1 | -2/+2 |
| | | |||||
* | | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -6/+6 |
| | | |||||
* | | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+2 |
| | | |||||
* | | Fix typo reported by Rich Morin <rdm@cfcl.com> on -doc mailing list. | phantom | 2000-12-14 | 1 | -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. | ru | 2000-11-20 | 2 | -18/+18 |
| | |