Age | Commit message (Expand) | Author |
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt |
2005-04-08 | ~. was not being marked up properly; | Jason McIntyre |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre |
2005-03-11 | PR 4135: detect illegal frame sizes; fix file transfer when using | Otto Moerbeek |
2005-02-17 | Fix case where we were testing on AC, but operating on FD. The changed code | Aaron Campbell |
2004-11-07 | space before punctuation when passed to macro; | Jason McIntyre |
2004-11-07 | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | Otto Moerbeek |
2004-05-26 | if one process is killed, kill the other ourself; various ok | Theo de Raadt |
2004-02-20 | bring back old cdelay & ldelay code, make it work; millert ok | Theo de Raadt |
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 |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy |
2003-04-04 | some easy string fixes; tdeval ok | Theo de Raadt |
2003-03-11 | files with dead .Xr's; | Jason McIntyre |
2003-01-28 | Document the rest of cu's options; from Andrey Smagin | Todd C. Miller |
2003-01-10 | case; jmc | Federico G. Schwindt |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
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 |
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 |
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 |
2002-02-10 | Correctly handle pority settings on commandline. | Miod Vallat |
2001-11-19 | kill more registers | Mike Pechkin |
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 |
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 |
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 |
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback |
2001-07-31 | add a space after the no space | Hugh Graham |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt |