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.pager.c
Age
Commit message (
Expand
)
Author
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-09-27
Annotate funcs with __attribute__((printf(...))) and clean up the fallout:
Philip Guenther
2014-03-11
Match bwrite()'s prototype with write()'s, zapping a lint comment
Philip Guenther
2011-03-16
Use the help pager code, but repair it in various ways.
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-06-03
remove unused variable
Charles Longeau
2009-06-01
Fix fgets handling.
Ray Lai
2009-06-01
Style, inspired by NetBSD.
Ray Lai
2007-09-14
remove some warnings:
Charles Longeau
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-02-21
- Pass full buffer size to fgets.
Ray Lai
2005-05-01
use setresgid() to drop privs, it is simply a better and less ambiguous API;
Damien Miller
2003-05-19
De-register, ANSIfy, clean up.
Paul Janzen
2003-05-07
Major strings rework. Ok pjanzen@
Thierry Deval
2003-03-16
hack is free
Camiel Dobbelaar
2001-08-06
Nothing but comments after #endif and #else; heko@iki.fi
Paul Janzen
2001-01-28
$OpenBSD$
Niklas Hallqvist
2000-08-02
$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
Todd C. Miller
1999-08-16
use O_* defines for open(2) flags and include fcntl.h
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-12-22
proper gid revoke
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt