Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt | |
2003-09-20 | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | Todd C. Miller | |
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page. | |||
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre | |
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :) | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy | |
in biz31 for consistency. millert@ ok | |||
2003-04-04 | some easy string fixes; tdeval ok | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-01-28 | Document the rest of cu's options; from Andrey Smagin | Todd C. Miller | |
We should probably split tip and cu into separate man pages with the common bits included. | |||
2003-01-10 | case; jmc | Federico G. Schwindt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-29 | Don't hard-code a list of allowed baud rates. Instead, accept | Todd C. Miller | |
anything but check the return value of tcsetattr() and error out if it fails. This way we accept any baud rate the serial driver will support. mickey@ OK | |||
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt | |
2002-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
2002-05-03 | Typo; from Andrey Smagin (andrey at smagin dot com), thanks! | Miod Vallat | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-10 | Correctly handle pority settings on commandline. | Miod Vallat | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-10-24 | kill register | Todd C. Miller | |
2001-09-26 | Wall cleanup w/ some fixes; ok millert | Peter Valchev | |
2001-09-24 | Use setboolean for -h flag instead of casting things by hand. | Todd C. Miller | |
2001-09-23 | for cu, default to 9600 baud rate instead of 1200 | Peter Valchev | |
mention what the default is in the man page ok millert | |||
2001-09-17 | document flags for cu | Theo de Raadt | |
2001-09-17 | ensure that DV has a /dev/ in it | Theo de Raadt | |
2001-09-17 | handle names without / in them | Theo de Raadt | |
2001-09-10 | remove bogus #include <getopt.h> | Todd C. Miller | |
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2001-09-09 | fix typo in function prototype | Todd C. Miller | |
2001-09-09 | Add ~v escape to print all variables and their values. | Todd C. Miller | |
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning. | |||
2001-09-09 | Link cu to tip now that UUCP is a port. | Todd C. Miller | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback | |
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@ | |||
2001-07-31 | add a space after the no space | Hugh Graham | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-04-12 | Minor nits: | Todd C. Miller | |
"lower case" -> "lowecase", "upper case" -> "uppercase", "file system" -> "filesystem" | |||
2001-04-12 | Change tip default from even parity to no parity which is more in line | Todd C. Miller | |
with user expectations. | |||
2000-12-17 | data base -> database | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |