summaryrefslogtreecommitdiff
path: root/games/quiz/quiz.c
AgeCommit message (Expand)Author
2018-08-24Remove a few too early pledge(2)s on games/ and apply them a little bit laterRicardo Mestre
2016-03-07- General changes:mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-07Some basic code maintenance in games/tb
2016-01-04More cleanup and sorting on header sectionmestre
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-12-06Treat quiz the same way as the other games and try to preserve the looktb
2015-10-25just dump the help on stdout with messing about with a pager.Ted Unangst
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-03Repair long group handling; Alf Schlichting, PR 4164Theo de Raadt
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2006-11-02Don't check buf[strlen(buf) - 1] on empty strings.Ray Lai
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2003-07-06add a comment that an strncpy should not be converted to an strlcpy;Anil Madhavapeddy
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
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
1999-10-02Clean up the string handling to avoid segfaults when the regexp routinesPaul Janzen
1999-06-10jsm28@cam.ac.uk : handle PAGER in a manner consistent with thePaul Janzen
1999-03-27use const where appropriate; jsm28@cam.ac.ukPaul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1997-07-08fixes; netbsdTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt