/netbsd-src/games/hack/ |
H A D | Makequest | 9 # make hack 13 HACKCSRC = hack.Decl.c\ 14 hack.apply.c hack.bones.c hack.c hack.cmd.c hack.do.c\ 15 hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c hack.end.c\ 16 hack.engrave.c hack.fight.c hack.invent.c hack.ioctl.c\ 17 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c\ 18 hack.mklev.c hack.mkmaze.c hack.mkobj.c hack.mkshop.c\ 19 hack.mon.c hack.monst.c hack.o_init.c hack.objnam.c\ 20 hack.options.c hack.pager.c hack.potion.c hack.pri.c\ 21 hack.read.c hack.rip.c hack.rumors.c hack.save.c\ [all …]
|
H A D | Makefile | 6 PROG= hack 8 DPSRCS+=hack.onames.h hack.h 9 SRCS+= alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \ 10 hack.do.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c \ 11 hack.end.c hack.engrave.c hack.fight.c hack.invent.c hack.ioctl.c \ 12 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \ 13 hack.mkmaze.c hack.mkobj.c hack.mkshop.c hack.mon.c hack.monst.c \ 14 hack.o_init.c hack.objnam.c hack.options.c hack.pager.c hack.potion.c \ 15 hack.pri.c hack.read.c hack.rip.c hack.rumors.c hack.save.c \ 16 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.terminfo.c \ [all …]
|
H A D | Original_READ_ME | 3 This is export hack, my first semester programming project. 6 1: create a hack uid, to own the top ten list, etc. 7 2: create a hack directory "/usr/lib/game/hack" is the default. 9 3: modify hack.main.c to use the new directory. 10 4: modify hack.main.c so it uses the new hack gid. Gid accounts can 13 5: recompile hack. 14 6: put it in games after making it set-uid hack. 19 If you don't use it, you will have to make extensive changes to hack.pri.c 38 hack.c General random stuff and things I never got around to moving. 39 hack.main.c main() and other random procedures, also the lock file stuff. [all …]
|
H A D | READ_ME | 18 Files for hack: 19 hack The actual game 21 news Tells about recent changes in hack, or bugs found ... 23 data Auxiliary file used by hack to give you the names 33 hack.sh A shell script. 34 (We have hack.sh in /usr/games/hack and 35 hack in /usr/games/lib/hackdir/hack and all the other 36 hack stuff in /usr/games/lib/hackdir - perhaps this 49 How to install hack: 58 2. The program hack resides in a directory so that it is executable [all …]
|
H A D | hack.fix | 1 $NetBSD: hack.fix,v 1.3 2001/09/16 16:34:25 wiz Exp $ 3 /***** unido:net.games.hack / ab / 7:23 pm Sep 13, 1985*/ 5 Recently hack (1.0.3) crashed with core dumps during some good games. 38 *** hack.shk.c.orig Sun Aug 4 12:07:51 1985 39 --- hack.shk.c Fri Sep 13 14:29:52 1985
|
H A D | hack.sh | 66 HACK=$HACKDIR/hack
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
H A D | t-arc | 41 # fp-hack.h / dp-hack.h take care of slecting the parts that are needed, 52 echo '#include "config/arc/dp-hack.h"' >> dp-bit.c 59 echo '#include "config/arc/fp-hack.h"' >> fp-bit.c
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ |
H A D | t-arc | 41 # fp-hack.h / dp-hack.h take care of slecting the parts that are needed, 52 echo '#include "config/arc/dp-hack.h"' >> dp-bit.c 59 echo '#include "config/arc/fp-hack.h"' >> fp-bit.c
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/ |
H A D | bugs | 2 hack, but for now i don't know how to code it more carefully 3 2) another dirty hack: length of LONGVARCHAR and LONGVARBINARY fields is
|
/netbsd-src/sys/arch/sgimips/sgimips/ |
H A D | arcemu.c | 448 char *hack; in arcemu_GetEnvironmentVariable() local 450 hack = strstr(nvram.bootfile, ",8)"); in arcemu_GetEnvironmentVariable() 451 if (hack != NULL) in arcemu_GetEnvironmentVariable() 452 hack[1] = '0'; in arcemu_GetEnvironmentVariable()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_nvif.c | 116 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) in nvkm_client_ioctl() argument 118 return nvkm_ioctl(priv, super, data, size, hack); in nvkm_client_ioctl()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | ChangeLog | 46 * Makefile.am (config.h): Update obstack_free hack. 64 Add special hack for obstack_free.
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | check_fs_mntent.m4 | 133 # hack hack hack
|
/netbsd-src/compat/ |
H A D | README | 63 library and ld.elf_so linkage. It contains a hack to create subdirectories 66 dirshack/Makefile is a hack to get objdirs created timely, and should
|
/netbsd-src/distrib/utils/libhack/ |
H A D | Makefile | 7 LIB= hack
|
/netbsd-src/games/ |
H A D | Makefile | 14 hack hals_end hangman hunt larn mille monop morse number \
|
/netbsd-src/sys/arch/evbppc/conf/ |
H A D | Makefile.evbppc.inc | 9 # XXX hack for clang:
|
H A D | std.explora | 32 options PPC_CPU_FREQ=66000000 # XXX hack for pckbc_cnattach()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
H A D | driver.h | 21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack);
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | getndelim2.m4 | 10 # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_ioctl.c | 462 void *data, u32 size, void **hack) in nvkm_ioctl() argument 485 if (hack) { in nvkm_ioctl() 486 *hack = client->data; in nvkm_ioctl()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/tests/ |
H A D | crypt.at | 25 #/usr/src/crypto/external/bsd/netpgp-hack/lib/../dist/src/lib/reader.c:1614: Unknown, Bad hash in M…
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | THANKS | 7 Jay Fenlason <hack@gnu.org>
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
H A D | nouveau_nvif_object.c | 36 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() argument 53 data, size, hack); in nvif_object_ioctl()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
H A D | ChangeLog-1999-2003 | 6 * mi2-hack-cli.exp, mi2-pthreads.exp, mi2-read-memory.exp: Ditto. 265 * mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp: Ditto. 271 * mi0-eval.exp, mi0-hack-cli.exp, mi0-read-memory.exp: Ditto. 286 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp, 291 mi0-hack-cli.exp, mi0-read-memory.exp, mi0-regs.exp, 305 * mi0-hack-cli.exp: Copy mi-hack-cli.exp. 327 mi-eval.exp, mi-hack-cli.exp, mi-read-memory.exp, mi-regs.exp, 533 * mi-hack-cli.exp: New test. Check the hacked up access to the
|