Age | Commit message (Expand) | Author |
2014-11-19 | We don't need no stinkin' non-new-curses code. Also eliminates a | Kenneth R Westerback |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-09-28 | I was mistaken: Nothing's wrong with contractions, they're just a normal | Ingo Schwarze |
2014-09-26 | Add missing .An macros (found with mandoc -Tlint) and | Ingo Schwarze |
2014-05-25 | use calloc. from Benjamin Baier | Ted Unangst |
2014-03-23 | some minor cleanup: | Jason McIntyre |
2014-03-23 | stop using libwrap. ok deraadt | Ted Unangst |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-01-17 | macro fixes; | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2008-10-02 | zap trailing whitespace; | Jason McIntyre |
2008-10-02 | spelling; Dieter Rauschenberger | Theo de Raadt |
2008-10-02 | Remove useless setsid() and setpgrp() calls and add -b option to | Todd C. Miller |
2008-06-20 | Fix erroneous variadics. Ok millert@ | Anders Magnusson |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-11-06 | fix format string | Charles Longeau |
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | tidy up synopis and usage(); sort options; from Igor Sobrado | Jason McIntyre |
2007-04-02 | sort options; from Igor Sobrado | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2005-04-21 | vsnprintf careful handling of -1; ok beck | Theo de Raadt |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre |
2004-01-16 | ISO C police: log and expl are reserved for the C library. | Marc Espie |
2003-12-28 | Fix two obvious thinkos in va_end() usage. | Marc Espie |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-07 | unknwown->unknown, spotted by miod@. now that we have an otto@, theo.c | Jolan Luff |
2003-06-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul Janzen |
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen |
2003-06-11 | New license from the official hunt release at | Paul Janzen |
2003-06-02 | Instead of saying "The Berkeley software License Agreement specifies | Todd C. Miller |
2003-05-20 | Fix broken .Xr and uncomment it. | Paul Janzen |
2003-03-11 | double words and spelling fixes | David Krause |
2003-03-06 | broken .Xr's; | Jason McIntyre |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-11-10 | SEE ALSO reordering; pjanzen ok. | Federico G. Schwindt |
2002-07-26 | Theo pointed out a vsnprintf() whose return value was being used | Paul Janzen |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-09-19 | isplayer -> is_player gets out of <ctype.h> namespace; jsm28@cam.ac.uk | Paul Janzen |
2001-08-18 | Formatting | Paul Janzen |
2001-06-25 | sync usage message with reality, alphabetize option order; ok pjanzen | Peter Valchev |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen |