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
/
hack
/
hack.unix.c
Age
Commit message (
Expand
)
Author
2023-09-06
remove uneeded function decls
Jonathan Gray
2023-06-03
drop `uptodate()' check from hack(6)
Omar Polo
2021-12-15
The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...
Theo de Raadt
2016-09-11
Callers of time(3) should #include <time.h>.
Theo Buehler
2016-03-15
execl(3) calls must have the last argument casted to (char *)NULL
mestre
2016-01-09
Remove several casts to (char *) 0 and replace them by NULL
mestre
2016-01-09
This diff is rather large, but it's just simply removing unnecessary headers
mestre
2015-11-11
creat() -> open equiv; from Frederic Nowak
Theo de Raadt
2014-11-16
Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,
Philip Guenther
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2003-05-19
De-register, ANSIfy, clean up.
Paul Janzen
2003-05-07
Major strings rework. Ok pjanzen@
Thierry Deval
2003-04-06
2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen
Theo de Raadt
2003-03-16
hack is free
Camiel Dobbelaar
2002-12-06
Replace things like srandom(time(NULL)) with srandomdev(3). random(3)
Todd C. Miller
2001-08-06
Nothing but comments after #endif and #else; heko@iki.fi
Paul Janzen
2001-01-28
$OpenBSD$
Niklas Hallqvist
1999-08-16
use O_* defines for open(2) flags and include fcntl.h
Todd C. Miller
1998-07-26
o Fix Y2K buffer overflow.
imp
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-05-26
fixed the "/* in comments" problem.
fn
1996-02-17
From netbsd:
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt