summaryrefslogtreecommitdiff
path: root/games/mille/mille.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-10-17synchronize synopsis and usage.Igor Sobrado
2006-12-24fix program name in usage, use __prognameMartin Reindl
2006-10-31usage information goes to stderrMartin Reindl
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-12-06Replace 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-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2001-09-03Tidying, some from NetBSD.Paul Janzen
2001-03-08whack exit(-#)Theo de Raadt
2000-04-07Remove unused ifdef missed previouslyPaul Janzen
1999-09-25Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thePaul Janzen
Linux bsd-games package and NetBSD. Mainly using 'const'.
1998-09-22NetBSD changes and further fixes (reformatted man page, better handling ofPaul Janzen
user input).
1998-03-26Quit rather than crashing if screen is too smallPaul Janzen
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-06-02Update for modern curses implementationThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt