summaryrefslogtreecommitdiff
path: root/games/mille/mille.c
AgeCommit message (Expand)Author
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2016-01-08ANSIfy mille(6)mestre
2016-01-08Headers cleanup and also the following:mestre
2016-01-07Some basic code maintenance in games/tb
2015-11-30The usual deal for a curses game with the possibility of saving a game:tb
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-01-19normalize formattingTheo de Raadt
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
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
1998-09-22NetBSD changes and further fixes (reformatted man page, better handling ofPaul Janzen
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