Age | Commit message (Expand) | Author |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
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-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | replace beforeinstall target with LINKS; rot13 becomes a hardlink to | Okan Demirmen |
2014-07-13 | calling this "encryption" makes me cringe. "slightly obfuscated" is better. | Ted Unangst |
2014-07-13 | if not seeded explicitly, use arc4random instead. ok deraadt | Ted Unangst |
2014-07-13 | long live BSD, SYSV is dead! | Ted Unangst |
2014-07-12 | mlarkin found disabled code to print a battleship. improve it and enable. | Ted Unangst |
2014-07-12 | Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42 | Theo de Raadt |
2014-07-03 | Mark functions calling exit(3) as __dead. | Ingo Schwarze |
2014-07-01 | Fix typo in Hoare quote | Philip Guenther |
2014-05-25 | use calloc. from Benjamin Baier | Ted Unangst |
2014-05-09 | Various cleanup in incard(): | Ingo Schwarze |
2014-05-09 | Fix a mini-bug reported by pjanzen@: | Ingo Schwarze |
2014-05-09 | pjanzen pointed out that case is irrelevant, so document it; while here, | Jason McIntyre |
2014-05-09 | KNF: unify style and reduce indentation in get_line(), no binary change | Ingo Schwarze |
2014-05-09 | After entering an invalid three-letter card name, one letter card names | Ingo Schwarze |
2014-05-09 | Various cleanup: | Ingo Schwarze |
2014-05-08 | Do not read from index -1 of an array. | Ingo Schwarze |
2014-04-25 | This manual was lacking it's most important section, HISTORY. | Ingo Schwarze |
2014-04-25 | Security is square, gaming is hip, | Ingo Schwarze |
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 |