Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-05-25 | incompatibilities with 4.2 are no longer interesting | Ted Unangst |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-08 | Actually enforce what was done on rev 1.11: | mestre |
2016-02-18 | finish conversion select -> poll, error messages count too, sloppy theo. | Marc Espie |
2016-02-05 | pledge(2) for talk(1): | mestre |
2016-02-01 | Remove unused headers and sort the remaining | mestre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-06-02 | - document SIGINT, because of its zero return value | Jason McIntyre |
2013-12-11 | remove unused include dating from the pre-termios code and accidentally | Christian Weisgerber |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2010-10-28 | more roff adjustments; | Jason McIntyre |
2010-10-21 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-08-12 | some inconsequential cleanups. ok deraadt | Ted Unangst |
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 |