summaryrefslogtreecommitdiffstats
path: root/games/sail (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-283-7/+7
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* These games have been broken for the better part of a year, ever sincetb2016-09-091-2/+9
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-161-2/+4
* there's a resource leak here. missing a fclose(3) to kill the stream.gsoares2016-01-131-1/+2
* ANSIfy sail(6) plus some cleanupmestre2016-01-0821-232/+145
* Some basic code maintenance in games/tb2016-01-071-2/+2
* Include only needed header files per each source filemestre2015-12-3118-49/+94
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-3/+3
* Use __progname instead of hand-rolled parsing of argv[0].tb2015-12-161-5/+3
* In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt2015-11-241-2/+1
* Cast ctype functions' argument to unsigned char.mmcc2015-10-242-5/+5
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-242-5/+5
* Delete obsolete lint commentsguenther2015-09-272-5/+2
* Make -Wformat=2 happier with a few foo(str) -> foo("%s", str) fixesguenther2015-09-271-4/+4
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-222-4/+4
* Even though not callable, "Ed" is a macro name, so for clarity,schwarze2014-11-301-3/+3
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-164-11/+9
* lint is dead (long live the lint!)guenther2014-03-113-10/+7
* clean up AUTHORS section, no content change:schwarze2014-02-111-16/+13
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-292-4/+3
* macro fixes;jmc2013-01-171-3/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* union wait is dead, ancient history; stop using itguenther2011-11-061-3/+3
* Do not compare a `char' variable to EOF, which does not fit if `char' defaultsmiod2011-06-201-5/+7
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-4/+4
* dispense with some wacky escape sequences;jmc2010-03-261-11/+11
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2723-214/+23
* promote correct style for error checkingeric2009-07-091-3/+3
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* tidy up synopsis and sort options; from Igor Sobradojmc2007-04-021-7/+6
* Check fgets failure and clarify character checks.ray2006-11-021-4/+4
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-272-6/+6
* escape `.' at eol to avoid double spacing issue;jmc2005-03-121-2/+2
* fix an off-by-one and a case of snprintf() misuse.moritz2004-12-171-13/+14
* typo from pjanzen@jmc2004-12-061-2/+2
* typo and remove some Ns hacks no longer needed;jmc2004-04-271-4/+4
* add some spacing after displays;jmc2003-09-051-8/+11
* escape punctuation;jmc2003-09-021-4/+4
* add missing includesdavid2003-07-102-4/+6
* convert some strncpy->strlcpyavsm2003-07-062-11/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0329-197/+81
* section reorder;jmc2003-05-301-17/+17
* string cleanup; ok millertderaadt2003-04-251-3/+4
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-069-62/+79
* fix va_end; openbsd@davidkrause.comderaadt2002-12-091-3/+3
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* no more err(3) newlines in games; ok pjanzen@jsyn2002-06-111-3/+3
* crmode -> cbreakpjanzen2002-05-311-3/+3