Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze | |
escape it when it appears on a macro line. | |||
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther | |
and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX ok deraadt@ | |||
2014-03-11 | lint is dead (long live the lint!) | Philip Guenther | |
Declare play() and pl_main() as __dead, to solve the original problem | |||
2014-02-11 | clean up AUTHORS section, no content change: | Ingo Schwarze | |
* add missing .An * do not use .nf and .fi in mdoc(7) code * avoid bare TAB outside literal context * remove pointless .Ss from Jan Stary <hans at stare dot cz>, tweaked by me | |||
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber | |
tweaks and ok millert@, ok deraadt@ | |||
2013-01-17 | macro fixes; | Jason McIntyre | |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2011-11-06 | union wait is dead, ancient history; stop using it | Philip Guenthe | |
ok deraadt@ | |||
2011-06-20 | Do not compare a `char' variable to EOF, which does not fit if `char' defaults | Miod Vallat | |
to unsigned (e.g. arm, powerpc); ok guenther@ matthew@ looks good deraadt@ | |||
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze | |
who asked me to commit because he is just running out of the door. | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-07-09 | promote correct style for error checking | Eric Faurot | |
ok tedu@ deraadt@ krw@ | |||
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-04-02 | tidy up synopsis and sort options; from Igor Sobrado | Jason McIntyre | |
2006-11-02 | Check fgets failure and clarify character checks. | Ray Lai | |
OK moritz@. | |||
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst | |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2004-12-17 | fix an off-by-one and a case of snprintf() misuse. | Moritz Jodeit | |
ok pjanzen@, henning@ | |||
2004-12-06 | typo from pjanzen@ | Jason McIntyre | |
2004-04-27 | typo and remove some Ns hacks no longer needed; | Jason McIntyre | |
2003-09-05 | add some spacing after displays; | Jason McIntyre | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-06 | convert some strncpy->strlcpy | Anil Madhavapeddy | |
pjanzen@ ok | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | section reorder; | Jason McIntyre | |
2003-04-25 | string cleanup; ok millert | Theo de Raadt | |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2002-12-09 | fix va_end; openbsd@davidkrause.com | Theo de Raadt | |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller | |
good enough for games but we should at least use a decent seed. pjanzen@ OK | |||
2002-06-11 | no more err(3) newlines in games; ok pjanzen@ | Jason Peel | |
2002-05-31 | crmode -> cbreak | Paul Janzen | |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | abs() is defined by ANSI C -- don't use a macro for it | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller | |
which now has a different meaning. | |||
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen | |
2001-09-19 | mdocify and clean up | Paul Janzen | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-03-09 | resize a buffer for long usernames; ianm@cit.uws.edu.au | Paul Janzen | |
2001-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2000-01-03 | extern rather than linker commons; jsm@netbsd.org | Paul Janzen | |
1999-06-13 | Don't barf on ^D during initial questions | Paul Janzen | |
1999-03-27 | Fix rev 1.4 | Paul Janzen | |