summaryrefslogtreecommitdiffstats
path: root/games/robots/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-2/+1
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses amestre2018-08-231-1/+5
* if your dying scream would escape the death field, realign to stay withintedu2017-05-281-2/+5
* - General changes:mestre2016-03-071-2/+2
* Some basic code maintenance in games/tb2016-01-071-3/+2
* More cleanup and sorting on header sectionmestre2016-01-041-2/+10
* Drop pledge("getpw") and pwd.h and use the now usualtb2015-12-041-2/+2
* Move scorefile to $HOME. The nice implementation of the score filetb2015-11-291-10/+21
* Improve robots(6) by using timespec*() functions, replacing gettimeofday()rzalamena2015-08-261-2/+1
* select() to poll() conversionsderaadt2014-11-031-2/+1
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* use setresgid() to drop privs, it is simply a better and less ambiguous API;djm2005-05-011-5/+6
* sort options + sync usage();jmc2005-04-101-3/+3
* ansi. ok deraadt@jsg2004-11-291-9/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* crmode -> cbreakpjanzen2002-05-311-3/+3
* de-registerpjanzen2002-05-311-5/+5
* Remove unused function; jsm@netbsd.orgpjanzen2000-01-211-9/+2
* Enable realtime mode, use native curses functions when available, tidy manpjanzen1999-12-181-54/+63
* More largely NetBSD-inspired code cleanuppjanzen1998-08-221-17/+12
* Scorefile bugfix and minor code cleaning, some from NetBSDpjanzen1998-07-091-44/+41
* add tags to changed fileskstailey1997-02-051-0/+1
* fix highscore without breaking securitykstailey1997-02-051-1/+16
* r?index -> strr?chrmillert1997-01-171-1/+1
* proper gid revokederaadt1996-12-221-2/+4
* initial import of NetBSD treederaadt1995-10-181-0/+199