summaryrefslogtreecommitdiffstats
path: root/games/atc (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix unmarked/ignored descriptive mix up;jmc2020-12-131-5/+5
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateespie2017-07-091-2/+2
* we're not shooting yacceptionespie2017-07-071-2/+1
* Nuke some excess whitespace.krw2017-01-201-4/+4
* Remove useless #ifndef in atc(6) and pom(6).fcambus2016-12-011-5/+1
* Callers of time(3) should #include <time.h>.tb2016-09-112-2/+4
* Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(),guenther2016-08-271-1/+2
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-161-3/+5
* remove -u? from usage();jmc2016-03-071-2/+2
* - General changes:mestre2016-03-072-12/+6
* ANSIfy grammar.y on atc(6), all other files already aremestre2016-01-091-15/+8
* add missing 'void'tb2016-01-082-4/+4
* Some basic code maintenance in games/tb2016-01-071-3/+3
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+1
* Remove unused filemestre2015-12-311-0/+0
* Include only needed header files per each source filemestre2015-12-3111-88/+65
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-3/+3
* Cleanup: pwd.h is no longer needed.tb2015-12-151-2/+1
* Replace 'arc4random() % range' by 'arc4random_uniform(range)'.tb2015-12-151-5/+14
* adjust width list: Ds is unfortunate here;jmc2015-11-291-2/+2
* Add pledge support and move score file to $HOME.tb2015-11-294-33/+40
* Remove operations that "touch" scorefiles at install time.deraadt2015-11-251-7/+1
* In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt2015-11-241-2/+1
* Convert hand-rolled option parsing to getopt(3).tb2015-11-201-46/+37
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-221-2/+2
* convert calloc/realloc pairs to reallocarraytedu2015-02-181-29/+13
* Do not memorialize cheaters in the high score file.deraadt2014-12-094-8/+9
* For now, these games still contain deterministic randomization (forderaadt2014-12-081-2/+2
* 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-162-5/+4
* obvious cases of missing .An;schwarze2014-09-081-3/+7
* if not seeded explicitly, use arc4random instead. ok deraadttedu2014-07-133-10/+26
* long live BSD, SYSV is dead!tedu2014-07-134-73/+6
* start_time should be time_t, not int since it holds the reasult ofmillert2013-10-252-4/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-279-87/+9
* Don't assume there will be a newline after calling fgets.ray2009-06-011-3/+4
* fix format stringchl2007-11-061-3/+3
* remove some warnings:chl2007-09-141-5/+3
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-6/+5
* Some more simple malloc(n * m) -> calloc(n, m) conversions.hshoexer2007-09-041-10/+10
* convert to new .Dd format;jmc2007-05-311-2/+2
* when updating atc(6) to split the -f and -g flags in two optionssobrado2007-04-131-4/+4
* let -f and -g be in different options even if the argumentsobrado2007-04-131-2/+3
* tidy up synopsis and usage(); from Igor Sobradojmc2007-04-022-10/+11
* make delayed turn commands not become immediate when there is aderaadt2006-11-071-6/+14
* Check for valid character before truncating string.ray2006-11-021-6/+13
* use .y and .l in SRCS, remove hand-crafted CLEANFILES since this isotto2006-06-301-3/+2
* fix number conversion logic; spotted by pat@; ok tedu@ pat@otto2006-03-311-6/+6