index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
monop
/
execute.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2016-09-11
Callers of time(3) should #include <time.h>.
Theo Buehler
2016-01-08
ANSIfy monop(6)
mestre
2016-01-08
Headers cleanup and removal where suitable
mestre
2015-08-22
remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...
Theo de Raadt
2014-12-08
okan noticed this was actually calling the cfree turd.
Ted Unangst
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
Theo de Raadt
2002-07-28
Tidy the code, follow the rules more closely (and document where we diverge),
Paul Janzen
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1998-11-29
Minor changes from NetBSD
Paul Janzen
1998-09-20
rand -> random; handle EOF; don't overflow on user input; check for calloc()
Paul Janzen
1995-10-18
initial import of NetBSD tree
Theo de Raadt