Age | Commit message (Expand) | Author |
2014-03-30 | typo fix From: Josh Grosse; | Jason McIntyre |
2014-03-23 | some minor cleanup: | Jason McIntyre |
2014-03-23 | stop using libwrap. ok deraadt | Ted Unangst |
2014-03-11 | Match bwrite()'s prototype with write()'s, zapping a lint comment | Philip Guenther |
2014-03-11 | Welcome to 1989: we can ask for signed chars when we want them | Philip Guenther |
2014-03-11 | lint is dead (long live the lint!) | Philip Guenther |
2014-03-11 | lint is dead (long live the lint!) | Philip Guenther |
2014-02-16 | malcolm macdougall, not dacdougall; | Jason McIntyre |
2014-02-12 | remove an obsolete man(7) .TP macro that was forgotten | Ingo Schwarze |
2014-02-11 | clean up AUTHORS section, no content change: | Ingo Schwarze |
2014-01-28 | from pjanzen: | Jason McIntyre |
2014-01-28 | from pjanzen: | Jason McIntyre |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-11 | optarg/optind are declared in <unistd.h>, so kill the externs here | Philip Guenther |
2013-12-11 | typo fix from gavin atkinson, freebsd -r259189; | Jason McIntyre |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-10-25 | start_time should be time_t, not int since it holds the reasult of | Todd C. Miller |
2013-10-25 | Use arc4random_uniform() insead of rand() and modulus. | Todd C. Miller |
2013-10-15 | remove conditionals for ELF; prodding by patrick keshishian | Theo de Raadt |
2013-10-15 | no more a.out support here | Theo de Raadt |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-08-29 | Tournament mode uses a deterministic random seed for reproducible games. | Christian Weisgerber |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-07-17 | add missing .An and .Mt macro; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-02 | Correct obviously exchanged labels in the "computer warpcost" output and | Ingo Schwarze |
2013-05-09 | teenagers from *outer* space ("they blast the flesh off hunmans!"); | Jason McIntyre |
2013-04-05 | this doesn't need to be time_t ok deraadt | Ted Unangst |
2013-02-18 | typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively; | Jason McIntyre |
2013-02-10 | typo; fix from patrick keshishian | Jason McIntyre |
2013-01-17 | macro fixes; | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-24 | grammar fix; from Chris Petrik, freebsd pr 173868 | Jason McIntyre |
2012-11-17 | pjanzen spotted that my previous commit mistakenly omitted another | Jason McIntyre |
2012-11-16 | two spelling fixes; from John-Mark Gurney (freebsd -r243048); | Jason McIntyre |
2012-06-20 | typo; netbsd -r1.10 | Jason McIntyre |
2012-05-27 | make both -d options format the same, and zap that annoying full stop | Jason McIntyre |
2012-05-27 | Use an en-dash for 20-200, escape - used as arithmetic symbol. | Stuart Henderson |
2012-05-27 | Update for new -d default; tweaks+ok jmc@ | Stuart Henderson |
2012-05-27 | Teach rain(6) to calculate terminal delays in the same way as worms(6), | Stuart Henderson |
2012-05-24 | typos | Miod Vallat |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-12-28 | Add HISTORY section and more information regarding AUTHORS. | Ingo Schwarze |
2011-12-04 | Fix grammar and spelling in a Latin fortune. | Pascal Stumpf |
2011-11-20 | grammar fix, from jnemeth@netbsd (-r1.48); | Jason McIntyre |
2011-11-19 | +Cn:112:(285):Copernicium | Jason McIntyre |
2011-11-06 | union wait is dead, ancient history; stop using it | Philip Guenthe |