summaryrefslogtreecommitdiff
path: root/usr.bin/tip/cmds.c
AgeCommit message (Expand)Author
2013-06-02PR/47877: Michael van Elst: Disable and enable software flow control properlychristos
2012-02-24Add explicit continue to empty loop body.joerg
2012-02-23while (...);joerg
2011-09-06Use __dead. Make a bunch of local functions static.joerg
2006-12-14pass lint; from Anon Ymouschristos
2006-12-14kill the (void)&foo; from Anon Ymouschristos
2006-10-22sprinkle volatile.christos
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-04-03Use closefrom, don't iterate over file descriptors from 3 to 20.tls
2006-04-03Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between thetls
2006-04-03Redo the previous in the tip sanctioned way :-)christos
2006-04-03For the benefit of our 64-bit ports, we need to cast via intptr_t whenhe
2006-04-03Pass a little lint.christos
2006-04-03delinting. more needed. (lint found some real bugs that I haven't fixed yet.)perry
2006-04-03The ~C / ~+ command is no longer optional.tls
2006-04-03Remove support for uucp style locking.perry
2006-04-03ANSIfy decls, de-__P, clean trailing whitespaceperry
2006-04-02Oddly enough, smashing CRTSCTS into the terminal input flags doesn't dotls
2006-04-02If we might have two links, we'd better print our program name when wetls
2006-03-29pull the following change from OpenBSDyamt
2004-04-23constify and warns = 3christos
2004-03-11getfl() and cu_take() write a file locally. Open a file with O_RDWR.uebayasi
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1998-12-19creat->open O_CREATchristos
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-12- KNFmrg
1998-06-30Rename an internal function who's name collides w/ pwrite(2).thorpej
1997-11-22* fix a long-term annoyance with tip: if raisechar or force are set tolukem
1997-11-22WARNSify, KNFify, using ANSI string functions, cleanup .Nm usagelukem
1997-02-11give buffers lengths; use strdup.mrg
1995-10-29Convert to termios (from Scott Reynolds; PR#1621).pk
1995-09-26Fix crash with null eofwrite capabilityand lseek/off_t bug; PR #1346jtc
1994-12-24headers, casts, and use of time_tcgd
1994-12-08Merged with 4.4lite.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd