Age | Commit message (Expand) | Author |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-09 | remove unused function | Charles Longeau |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-05-31 | synchronize usage and synopsis. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | - note some apps which are xpg4, not posix | Jason McIntyre |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2006-10-29 | Plug a mem leak. Found in one of my trees. Forgat where it came from; most | Otto Moerbeek |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2004-08-04 | .Xr talkd 8; from Scott Francis (PR #3884); | Jason McIntyre |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-03-02 | use socklen_t and better socket() checks. from Andrey Matveev | Ted Unangst |
2003-10-01 | handle failed strdup; reported by jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | retry for ECONNABORTED too | Theo de Raadt |
2003-08-11 | use poll to replace the fd_set overflows. some input from fgsch; millert ok | Theo de Raadt |
2003-07-10 | add missing includes | David Krause |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-09 | spelling; from jmc at prioris dot mini dot pw dot edu dot pl. | Federico G. Schwindt |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-06-21 | o Resize nicely when we receive SIGWINCH | Todd C. Miller |
2002-06-20 | Add a -s option to enable the smooth scrolling in revision 1.10 | Todd C. Miller |
2002-06-20 | undo last commit; deraadt@ | Oleg Safiullin |
2002-06-20 | scrolling support. | Oleg Safiullin |
2002-06-02 | KNF | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-05 | select for a more accurate size; millert ok | Theo de Raadt |
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2000-12-31 | Redress PR 1547. Provide an option to pass high characters without | Hugh Graham |
2000-12-30 | Allow printing characters > 0x80, thus permitting other charsets | Angelos D. Keromytis |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-19 | Better wording. | Aaron Campbell |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-06 | Some section re-ordering. | Aaron Campbell |
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-03-23 | Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion | Todd C. Miller |
1999-03-23 | Use cbreak(), not crmode() since crmode is just #define'd to cbreak | Todd C. Miller |
1999-03-22 | pronoun agreement | Paul Janzen |
1999-03-03 | Print fatal errors to stderr after curses has finished instead of printing to... | Todd C. Miller |
1999-03-03 | kill bogus comment | Todd C. Miller |
1998-12-20 | add some parens for clarity | Todd C. Miller |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1998-08-31 | s/CKILL/VKILL/, a todd miller bug special apparently | Theo de Raadt |