aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip
Commit message (Collapse)AuthorAgeFilesLines
* Flush the scriptfile whenever we see a non-graphical character to getPoul-Henning Kamp2011-05-101-5/+11
| | | | | | | | more real-time logging, without forcing a write(2) on every single character. Notes: svn path=/head/; revision=221727
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
| | | | | | | | | PR: docs/154934 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218965
* Relinquish exclusive TTY access when tip(1) or cu(1) exit.Bruce M Simpson2008-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 Notes: svn path=/head/; revision=178736
* Reduce the WARNS levels in a couple of places so that we can enableJohn Birrell2007-11-181-1/+1
| | | | | | | -Werror at higher WARNS levels like we did before gcc4 was imported. Notes: svn path=/head/; revision=173716
* Replace rev. 1.9 with patch from OpenBSD.Pav Lucistnik2007-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 Notes: svn path=/head/; revision=169514
* Fix crash when using 'du' capability: NULL return of strpbrk was not handledPav Lucistnik2007-05-121-2/+2
| | | | | | | | | | PR: bin/108368 Reported by: Ivo Hazmuk <ivo@vutbr.cz> Submitted by: rdivacky MFC after: 2 weeks Notes: svn path=/head/; revision=169504
* Make cu/tip handle when $HOME is not set in the environment.Jordan Sissel2007-02-231-1/+5
| | | | | | | | | Approved by: philip Submitted by: ale PR: bin/108775 Notes: svn path=/head/; revision=166911
* Fixed the -# option to work as documented in a manpage.Ruslan Ermilov2006-09-071-8/+20
| | | | Notes: svn path=/head/; revision=162124
* Bump WARNS level to 3.Ruslan Ermilov2006-09-011-1/+1
| | | | | | | OK'ed by: make universe Notes: svn path=/head/; revision=161826
* Fix markup (in the same way as it was fixed in tip.1) and thusRuslan Ermilov2006-08-311-135/+171
| | | | | | | make the diffs against tip.1 minimal (as in OpenBSD). Notes: svn path=/head/; revision=161784
* Fix compilation warnings (up to level 3).Ruslan Ermilov2006-08-318-12/+14
| | | | Notes: svn path=/head/; revision=161781
* Document the undocumented change in OpenBSD: the ${raisechar}Ruslan Ermilov2006-08-311-2/+1
| | | | | | | | | is no longer set to ^A by default, it's unset. Reported by: imp, sam Notes: svn path=/head/; revision=161763
* Actually merge OpenBSD changes and local changes (a diff shouldRuslan Ermilov2006-08-311-140/+179
| | | | | | | be viewed relative to revision 1.24). Notes: svn path=/head/; revision=161762
* Remove some dust.Ruslan Ermilov2006-08-311-65/+0
| | | | Notes: svn path=/head/; revision=161755
* Resolve merge conflicts.Ruslan Ermilov2006-08-3128-1164/+1033
| | | | Notes: svn path=/head/; revision=161754
* This commit was generated by cvs2svn to compensate for changes in r161751,Ruslan Ermilov2006-08-311-0/+470
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=161752
| * Import OpenBSD's tip(1) as of todayvendor/OpenBSDRuslan Ermilov2006-08-3129-1048/+1441
| | | | | | | | Notes: svn path=/cvs2svn/branches/bsd/; revision=161751
* | Fix an erroneous description of the file descriptor assignments forJohn Polstra2005-11-021-5/+3
| | | | | | | | | | | | | | | | | | the "~C" command. MFC After: 1 week Notes: svn path=/head/; revision=151962
* | - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-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 Notes: svn path=/head/; revision=148011
* | 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-66/+66
| | | | | | | | Notes: svn path=/head/; revision=92922
* | Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-2041-3556/+1248
|\| | | | | | | | | | | | | | | | | 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