summaryrefslogtreecommitdiff
path: root/games/fish/fish.c
AgeCommit message (Collapse)Author
2004-11-29ansi. ok deraadt@Jonathan Gray
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-31No dm -> no need to revoke setegid.Paul Janzen
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-04-08Handle EOF more cleanlyPaul Janzen
2000-04-08Fix the card shuffle/draw algorithm. Patch only slightlyPaul Janzen
modified from that given by John Darrow in NetBSD PR 9651.
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'.
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html).
1999-03-26Buffer overflow fix (from FreeBSD)Paul Janzen
1998-08-22Revoke gid (!) and minor tidyingPaul Janzen
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt