cgd
da93322976
define lkm_nofunc, to be used instead of nosys (blech!) for unused load,
...
unload, and stat functions. arguably could (should?) use NULL instead,
but this is a bit more descriptive. also, unconditionally call the
load/unload/stat functions, as now they're known to work (because, at
worst, they're lkm_nofunc).
1994-12-24 13:25:48 +00:00
cgd
0332985c6c
get dot out of root's path.
1994-12-24 12:48:01 +00:00
cgd
b35dc8dfe1
kill some extraneous equal signs.
1994-12-24 11:07:28 +00:00
jtc
b4bd7fea24
Replaced pops with adds.
1994-12-24 01:16:44 +00:00
jtc
26eccb0a9b
Exchange offsets of "saved signal mask" and "signal mask saved" so
...
that the layout of sigjmp_bufs and jmp_bufs are the same (except
for the "signal mask saved" appended to the end).
1994-12-24 01:05:44 +00:00
jtc
38163d03a8
#include <machine/endian.h>.
1994-12-23 22:50:19 +00:00
jtc
7141eb20ba
4.4lite's C language sigsetjmp() implementation is bogus, restore
...
machine dependant versions.
1994-12-23 22:25:48 +00:00
pk
7f13497f11
Enable `#pragma weak'
1994-12-23 21:16:50 +00:00
pk
2a1aad2b21
Don't build .db file at install time.
1994-12-23 21:11:56 +00:00
pk
8e0a22a5fb
"weak symbol" support (fudged into `a.out' by means of the n_other field).
...
Weak symbols are to replace indirect (type N_INDR) symbols and will help
to clean up name spaces in libraries.
Also, some misc. bug fixes, including PR 586, and use stdio for the output
file entirely.
1994-12-23 20:32:51 +00:00
pk
da34da6096
Put a reserved field into use (weak symbol support).
1994-12-23 20:16:59 +00:00
cgd
2b690d95b4
fix my man page botch. from <vdlinden@fwi.uva.nl>
1994-12-23 19:46:49 +00:00
cgd
072431f8af
headers, for protos.
1994-12-23 17:05:58 +00:00
cgd
9314780732
includes for protos.
1994-12-23 17:00:14 +00:00
cgd
a6e1a8ba98
includes, for protos.
1994-12-23 16:55:45 +00:00
cgd
e08ec6db18
play a bit safer with types.
1994-12-23 16:52:30 +00:00
cgd
7a5208fcc2
header, for protos
1994-12-23 16:46:17 +00:00
cgd
191b5f2e5b
be safe with types
1994-12-23 16:45:33 +00:00
cgd
f6f602f9a7
includes, for necessary prototypes, and avoid name collisions with the
...
include.
1994-12-23 16:45:11 +00:00
cgd
06a9330f3a
casts to quite compiler.
1994-12-23 16:44:22 +00:00
cgd
95a4af7728
cast, to quiet compiler.
1994-12-23 16:42:47 +00:00
cgd
7689062a8a
be safe with types
1994-12-23 16:42:26 +00:00
cgd
ab628a707e
add headers for prototypes.
1994-12-23 16:39:28 +00:00
cgd
ca58df5133
be more careful with types.
1994-12-23 16:35:50 +00:00
cgd
2f3eefda19
be more careful with types. necessary header inclusion.
1994-12-23 16:25:43 +00:00
cgd
2e1f66b68b
include necessary headers, improve declarations.
1994-12-23 16:23:12 +00:00
cgd
567049be09
be a bit more careful with types, and prototype scope.
1994-12-23 16:21:49 +00:00
cgd
a59d6b2cae
stdlib.h for protos
1994-12-23 15:59:21 +00:00
cgd
4fcfb13e18
disable kerberos version of rsh/rlogin, because things don't work properly
...
if they're enabled and the programs don't support kerberos (by default,
the NetBSD programs don't.)
1994-12-23 15:12:39 +00:00
cgd
2ba9a0c114
proto for iruserok.
1994-12-23 15:04:05 +00:00
cgd
b54e75897f
be a bit more careful with types, casts, and and function declarations.
1994-12-23 14:29:31 +00:00
cgd
a05aca32f7
clear up type inconsistency.
1994-12-23 14:24:20 +00:00
cgd
58f1733118
be more careful with casts.
1994-12-23 13:24:39 +00:00
cgd
42f0dae5e3
pull prototypes into scope for string functions.
1994-12-23 13:24:10 +00:00
cgd
17ed2a67b2
pull some prototypes into scope.
1994-12-23 13:22:13 +00:00
cgd
e9aebcc9d8
don't play fast and loose with memory block allcation. try to allocate
...
in more-round sizes, but realize that not everybody will fill them up
exactly.
1994-12-23 13:21:01 +00:00
cgd
db1ae625b5
eliminate two wrong-sized variables which were unused.
1994-12-23 13:20:10 +00:00
cgd
6abb26e555
be careful with addresses.
1994-12-23 13:19:41 +00:00
cgd
f04c743d2d
be careful with pointer types.
1994-12-23 13:18:20 +00:00
cgd
ae9481b5c5
kill some redundant includes.
1994-12-23 13:13:06 +00:00
cgd
517b869072
note that the file name is const, and fix a couple of roff bogons.
1994-12-23 13:04:39 +00:00
cgd
f12a39e90b
oops; one too many __const's
1994-12-23 13:02:09 +00:00
cgd
3f3c777922
more than i thought...
1994-12-23 13:01:30 +00:00
cgd
26d1df904e
oops; one too many __const's
1994-12-23 12:54:14 +00:00
cgd
3bcbf9fb79
fix up a botch, defining MANALL when there weren't any MANs.
1994-12-23 11:19:21 +00:00
cgd
c39db8e1f2
make it reflect the current makesyscalls.sh, pointed out by
...
Stephen J. Roznowski <sjr@zombie.ncsc.mil>.
1994-12-23 10:08:25 +00:00
jtc
3609dfb66b
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-12-23 07:34:55 +00:00
jtc
f5fcbb2167
imported from 44lite
1994-12-23 07:18:15 +00:00
jtc
7280395fb6
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-12-23 07:16:29 +00:00
phil
b4caaf4aa1
adding 10 more games collected from ???? and some I wrote.
1994-12-23 07:01:39 +00:00