Age | Commit message (Expand) | Author |
2023-10-10 | Print non-literal string with "%s" | Theo Buehler |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-10-23 | if both stdout and stderr are redirected to a non-tty, pledge(2) will kill | Ricardo Mestre |
2016-09-12 | If boardspec doesn't consist entirely of lower case letters, there will be | Theo Buehler |
2016-09-12 | fix init, from randy hartman; ok tb@ | Otto Moerbeek |
2016-09-11 | Callers of time(3) should #include <time.h>. | Theo Buehler |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <time.h> for time() and perhaps other functions | Philip Guenther |
2016-03-07 | - General changes: | mestre |
2016-01-10 | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre |
2016-01-10 | Remove unnecessary headers | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2015-12-27 | remove unused variables | Charles Longeau |
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games sect... | mestre |
2015-11-30 | pledge "stdio rpath tty" for boggle. | tb |
2015-11-05 | ctype functions take unsigned char values. | Philip Guenther |
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc |
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc |
2015-09-12 | use .Cm rather than .Ar for fixed string arguments | Ingo Schwarze |
2014-12-04 | Stop people from cheating. Especially those that believe in FIPS, they | Theo de Raadt |
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 |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-05-21 | correct number of total words on the "Score:" line | Ingo Schwarze |
2008-08-12 | Fix a typo in a comment. From dawedawe@gmx.de. | Marc Balmer |
2008-08-04 | Accept 'q' or 'Q' for quit at the --More-- prompt. | Todd C. Miller |
2008-04-05 | No need to say BSD only, this is OpenBSD. Also, remove part about | Todd C. Miller |
2008-03-26 | Bomb out if we cannot read the input. This happens when select | Todd C. Miller |
2008-03-24 | remove dependency on recalloc() | Todd C. Miller |
2008-03-20 | Add single line descriptions for the -B and -c flags. | Todd C. Miller |
2008-03-20 | Update usage in help file. | Todd C. Miller |
2008-03-20 | Remove a bug that I fixed. | Todd C. Miller |
2008-03-20 | Make the bog code generic enough to handle arbitrary NxN grids and | Todd C. Miller |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-12-24 | fix program name in usage, use __progname | Martin Reindl |
2006-04-11 | even better; tobias@bugol.de | Theo de Raadt |
2006-04-11 | oops | Theo de Raadt |
2006-04-10 | atoi() -> strtonum(), also better handling of /0 problem spotted by | Theo de Raadt |
2006-04-03 | typo; from tobias stoeckmann | Jason McIntyre |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt |