/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
games/hack/
..
COPYRIGHT

hack is free

23 года назад
COPYRIGHT-JF

hack is free

23 года назад
Makefile

Feed more generated files to the clean target; joint work with naddy@

3 года назад
Makequest

Fix a path in Makequest and remove hack.sh (it never worked).

9 лет назад
Original_READ_ME

double words and spelling fixes ok pjanzen@

23 года назад
READ_ME

Fix a path in Makequest and remove hack.sh (it never worked).

9 лет назад
alloc.c

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

11 лет назад
config.h

Fix hack(6).

7 лет назад
data

Add a tab to blank line so hack(6) knows to print a blank line rather than ending there.

17 лет назад
date.h

hack is free

23 года назад
def.edog.h

hack is free

23 года назад
def.eshk.h

hack is free

23 года назад
def.flag.h

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

11 лет назад
def.func_tab.h

De-register, ANSIfy, clean up.

23 года назад
def.gen.h

hack is free

23 года назад
def.gold.h

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

11 лет назад
def.mkroom.h

hack is free

23 года назад
def.monst.h

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

11 лет назад
def.obj.h

hack is free

23 года назад
def.objclass.h

hack is free

23 года назад
def.objects.h

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

11 лет назад
def.permonst.h

hack is free

23 года назад
def.rm.h

hack is free

23 года назад
def.trap.h

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

11 лет назад
def.wseg.h

hack is free

23 года назад
hack.6

Avoid gendered language in man pages when not referring to a specific person. Rewrite or use singular they.

4 года назад
hack.Decl.c

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

11 лет назад
hack.apply.c

Remove several casts to (char *) 0 and replace them by NULL

11 лет назад
hack.bones.c

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

3 года назад
hack.c

remove uneeded function decls ok tb@

3 года назад
hack.cmd.c

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

11 лет назад
hack.do.c

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.

7 лет назад
hack.do_name.c

remove uneeded function decls ok tb@

3 года назад
hack.do_wear.c

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

11 лет назад
hack.dog.c

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

11 лет назад
hack.eat.c

Remove several casts to (char *) 0 and replace them by NULL

11 лет назад
hack.end.c

snprintf() format string should be literal avoid compiler silly warnings

9 лет назад
hack.engrave.c

Remove several casts to (char *) 0 and replace them by NULL

11 лет назад
hack.fight.c

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

11 лет назад
hack.fix

occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>. One of these was even in a string that got printed out.

25 лет назад
hack.h

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
hack.invent.c

Remove several casts to (char *) 0 and replace them by NULL

11 лет назад
hack.ioctl.c

Remove several casts to (char *) 0 and replace them by NULL

11 лет назад
hack.lev.c

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

11 лет назад
hack.main.c

remove uneeded function decls ok tb@

3 года назад
hack.makemon.c

remove uneeded function decls ok tb@

3 года назад
hack.mfndpos.h

hack is free

23 года назад
hack.mhitu.c

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

11 лет назад
hack.mklev.c

Fix build with -fno-common. OK deraadt@

6 лет назад
hack.mkmaze.c

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

11 лет назад
hack.mkobj.c

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

17 лет назад
hack.mkshop.c

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

11 лет назад
hack.mon.c

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

11 лет назад
hack.monst.c

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

11 лет назад
hack.o_init.c

Fix hack(6).

7 лет назад
hack.objnam.c

remove uneeded function decls ok tb@

3 года назад
hack.options.c

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

11 лет назад
hack.pager.c

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.

7 лет назад
hack.potion.c

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

11 лет назад
hack.pri.c

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

11 лет назад
hack.read.c

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

11 лет назад
hack.rip.c

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

11 лет назад
hack.rumors.c

Prefer fseek(3) over rewind(3) since the latter although it also calls fseek then additionally it calls clearerr(3) deliberately but we want to catch any error that may happen and this way we couldn't catch it

10 лет назад
hack.save.c

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.

7 лет назад
hack.search.c

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

11 лет назад
hack.shk.c

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

11 лет назад
hack.shknam.c

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

17 лет назад
hack.steal.c

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

11 лет назад
hack.termcap.c

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

11 лет назад
hack.timeout.c

Fix hack(6).

7 лет назад
hack.topl.c

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

11 лет назад
hack.track.c

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

11 лет назад
hack.trap.c

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

11 лет назад
hack.tty.c

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.

7 лет назад
hack.u_init.c

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

11 лет назад
hack.unix.c

remove uneeded function decls ok tb@

3 года назад
hack.vault.c

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

11 лет назад
hack.version.c

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

11 лет назад
hack.wield.c

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

11 лет назад
hack.wizard.c

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

11 лет назад
hack.worm.c

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

11 лет назад
hack.worn.c

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

17 лет назад
hack.zap.c

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

11 лет назад
help

Fix intercardinal directions in hack help.

5 лет назад
hh

Disable !-command to escape to a shell. You are supposed to play, press ^Z, or open up another terminal if there is something else to do.

11 лет назад
makedefs.c

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.

7 лет назад
pathnames.h

Use the help pager code, but repair it in various ways. (I had to fix the $PAGER support beyond the patch supplied by Simon) from Simon.Nicolussi@student.uibk.ac.at

15 лет назад
rnd.c

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

17 лет назад
rumors

spelling error, fixed by "snj", 21 years ago in some other repository

2 года назад