summaryrefslogtreecommitdiff
path: root/games/sail
AgeCommit message (Expand)Author
2014-03-11lint is dead (long live the lint!)Philip Guenther
2014-02-11clean up AUTHORS section, no content change:Ingo Schwarze
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2013-01-17macro fixes;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
2011-06-20Do not compare a `char' variable to EOF, which does not fit if `char' defaultsMiod Vallat
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-07-09promote correct style for error checkingEric Faurot
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02tidy up synopsis and sort options; from Igor SobradoJason McIntyre
2006-11-02Check fgets failure and clarify character checks.Ray Lai
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2004-12-17fix an off-by-one and a case of snprintf() misuse.Moritz Jodeit
2004-12-06typo from pjanzen@Jason McIntyre
2004-04-27typo and remove some Ns hacks no longer needed;Jason McIntyre
2003-09-05add some spacing after displays;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-07-10add missing includesDavid Krause
2003-07-06convert some strncpy->strlcpyAnil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-30section reorder;Jason McIntyre
2003-04-25string cleanup; ok millertTheo de Raadt
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-12-09fix va_end; openbsd@davidkrause.comTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-06-11no more err(3) newlines in games; ok pjanzen@Jason Peel
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16abs() is defined by ANSI C -- don't use a macro for itTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-07To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGNTodd C. Miller
2001-11-17fixes from mpech@prosoft.org.lvPaul Janzen
2001-09-19mdocify and clean upPaul Janzen
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-03-09resize a buffer for long usernames; ianm@cit.uws.edu.auPaul Janzen
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2000-01-03extern rather than linker commons; jsm@netbsd.orgPaul Janzen
1999-06-13Don't barf on ^D during initial questionsPaul Janzen
1999-03-27Fix rev 1.4Paul Janzen
1999-03-26fix sizeof/strlen typo and limit scanf length; from FreeBSDPaul Janzen
1999-01-18Only use __attribute__ if __GNUC__ is definedPaul Janzen