History log of /openbsd/games/hack/hack.bones.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 77f90040 03-Jun-2023 op <op@openbsd.org>

drop `uptodate()' check from hack(6)

hack(6) scrapes $PATH to find its executable and compare the mtime to
the save file and bone file. If the game is newer than those, they're
not loaded.

Drop th

drop `uptodate()' check from hack(6)

hack(6) scrapes $PATH to find its executable and compare the mtime to
the save file and bone file. If the game is newer than those, they're
not loaded.

Drop this feature. /usr/games is not in the default $PATH anymore, and
the format for those file didn't change since the import.

Diff from Anton Konyahin (me [at] konyahin [dot] xyz)

show more ...


# df69c215 28-Jun-2019 deraadt <deraadt@openbsd.org>

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

show more ...


# aed906e4 09-Jan-2016 mestre <mestre@openbsd.org>

This diff is rather large, but it's just simply removing unnecessary headers
, remove some lint-style comments, add missing void to functions without args,
also some function prototypes (extern) were

This diff is rather large, but it's just simply removing unnecessary headers
, remove some lint-style comments, add missing void to functions without args,
also some function prototypes (extern) were missing their args, so I added them
as they were defined in hack.h

OK tb@ on separate diffs

show more ...


# f24baa2d 11-Nov-2015 deraadt <deraadt@openbsd.org>

creat() -> open equiv; from Frederic Nowak


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 4a5fbbc4 19-May-2003 pjanzen <pjanzen@openbsd.org>

De-register, ANSIfy, clean up.


# 846311fc 07-May-2003 tdeval <tdeval@openbsd.org>

Major strings rework. Ok pjanzen@


# d25013f2 16-Mar-2003 camield <camield@openbsd.org>

hack is free

Thanks to Andries Brouwer, Jay Fenlason and the folks at CWI for their
efforts.

http://www.cwi.nl/~aeb/games/hack/hack.html

ok deraadt@


# 54da88e4 06-Aug-2001 pjanzen <pjanzen@openbsd.org>

Nothing but comments after #endif and #else; heko@iki.fi


# d0b779f3 28-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 6cd28e42 16-Aug-1999 millert <millert@openbsd.org>

use O_* defines for open(2) flags and include fcntl.h


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree