Age | Commit message (Expand) | Author |
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 |
1998-08-18 | Some changes inspired by FreeBSD... | Todd C. Miller |
1998-08-18 | kill bogus cast to struct sgttyb * | Todd C. Miller |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-04-28 | NetBSD-based -Wall cleanup | Paul Janzen |
1998-04-27 | Historically, talk pays no attention to hostnames, so if you've typed | Paul Janzen |
1997-11-30 | treat \n and \r the same on input | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-02-01 | Catches luser/typo when "@" is the first character of first argument | jkatz |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1996-10-21 | talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.de | Theo de Raadt |