kleink
c213a3af8b
Add missing `STANDARDS' compliance statements. As we #define _POSIX_VERSION
...
to 199009L, bump existing statements to 1003.1-1990.
1997-07-14 23:19:39 +00:00
scottr
034bf6b188
Clean up some DIAGNOSTIC messages: use %x to display the slot number.
1997-07-14 23:05:35 +00:00
kleink
4193b52786
Do not compile in satlink unconditionally; from Thorsten Frueauf
...
<frueauf@ira.uka.de> in PR port-i386/3864.
1997-07-14 21:09:07 +00:00
veego
f58c16ffe9
Remove the duplicated __builtin_saveregs function.
...
We only need it in src/gnu/usr.bin/gcc/libgcc/libgcc2.c.
1997-07-14 21:04:43 +00:00
fvdl
2c5bca83ed
Don't assume that pointers into mbuf data remain valid across nfsm_dissect.
...
In readdirplus, don't keep such pointers but store the file attributes
in a variable instead until they are needed. Change nfsm_loadattr*
a bit so it can accept a direct pointer to an nfs_fattr structure.
1997-07-14 20:46:20 +00:00
kleink
b9ae69fdae
KNF.
1997-07-14 19:40:49 +00:00
christos
e80ba636a1
Builtin saveregs returns void *, not void.
1997-07-14 19:36:44 +00:00
thorpej
e296b3b344
New bus error/address error trap handlers, code lifted from mac68k
...
port, which is lifted from amiga port, plus some changes from me:
- Add support for the HP MMU to the 020/030 bus/address error handler
(mostly lifted wholesale from the old code).
- Rename addrerr and buserr to busaddrerr2030. The new name reflects that
these functions are specific to the 68020 and 68030, and that the same
handler function is used for both vectors.
The vector table is patched once we know our CPU type, before the MMU
is enabled. In the event that we're running on a CPU that we're not
configured for, simply invoke the PROM's "reboot request"; we have no
hope of running in the event of a config botch, since we need working
a working bus error handler for console initialization.
These new functions optimze for common-case page faults, eliminate
many run-time checks, and are sharable.
1997-07-14 19:18:31 +00:00
veego
89c8d10a08
Updated for the use of ${FILES}.
1997-07-14 15:07:04 +00:00
veego
4a8fd6d9af
s/MAP/FILES/
1997-07-14 15:05:12 +00:00
veego
def2a88260
s/BOOTBLOCKS/FILES/, remove the no longer needed install: rule and set the
...
BINDIR to /usr/mdec.
1997-07-14 15:03:05 +00:00
pk
e65c520c5f
Mention ifconfig(8)'s `media' parameter instead of `link[01]'.
1997-07-14 14:59:23 +00:00
pk
5372285b58
Remove cautioning against using `disklabel -r ..'
1997-07-14 14:57:49 +00:00
veego
a5c8682ccb
Use .PATH: instead of creating a link.
1997-07-14 14:54:19 +00:00
oki
841be646de
Use genassym.cf to make assym.h
1997-07-14 14:42:52 +00:00
is
2b70f759c5
ifr_metric vs. ifr_mtu: don't confuse people. Its a union anyway.
1997-07-14 12:54:27 +00:00
drochner
e1a91d04c2
Document the new "when" field.
1997-07-14 11:56:31 +00:00
drochner
4e045b6b43
Take 2 to get the mount order "right", taking care of possible LKM
...
loads before netstart this time.
LKMs can be loaded at 3 strategic places in /etc/rc - before netstart,
before "mount -a" and after all. "before netstart" works only if
the /usr filesystem is local (or on NFS, if root is too).
An additional field ("when") in lkm.conf controls when the LKM is
loaded.
1997-07-14 11:55:44 +00:00
thorpej
6b7bb49adb
There hasn't been machine-dependent code in pstat since the introduction
...
of the kernel tty list; garbage-collect -D${MACHINE}.
1997-07-14 08:33:35 +00:00
thorpej
b88b183ab5
Don't have kernel vs. non-kernel versions of _ENTRY(); there's no
...
reason to omit the .type directive in the kernel case.
1997-07-14 07:44:56 +00:00
christos
df79fb912d
Add the necessary -I flag to pick up the libc/include/extern.h
1997-07-14 02:56:54 +00:00
christos
b9af52952a
Add missing prototypes. From Bernd.
1997-07-14 02:13:56 +00:00
mikel
e6f7684f2a
xref getlogin(2) not getlogin(3)
1997-07-14 02:07:10 +00:00
mikel
f49f836e0e
xref gethostname(3) not obsolete gethostname(2)
1997-07-14 01:49:25 +00:00
mikel
05938835d7
gethostname(3) is no longer a syscall
1997-07-14 01:43:49 +00:00
mikel
7fedc67b9e
xref gethostname(3) not gethostname(2), RCSid police
1997-07-14 01:42:20 +00:00
mikel
866447fc67
xref gethostname(3) and uname(3) instead of obsolete gethostname(2)
...
and uname(2); some other minor cleanup
1997-07-14 01:29:56 +00:00
mikel
d36455889e
xref gethostname(3) not gethostname(2), alphabetize xrefs
1997-07-14 01:17:05 +00:00
mikel
e95e818cbd
some minor KNF
1997-07-14 00:30:28 +00:00
hpeyerl
6d4fa106d1
Move satlink0 to ALPHA.
1997-07-13 21:24:14 +00:00
cjs
ca1323ff94
Remove undefines of DPADD and LDADD.
1997-07-13 20:42:17 +00:00
christos
00406df87c
Add prototype declarations
1997-07-13 20:28:49 +00:00
christos
e7cc550330
Fix RCSID's
...
printf -> warnx
Fix gcc warnings
Put locally declared functions in local.h
1997-07-13 20:28:09 +00:00
christos
3ad08ca2f9
Fix RCSID's
1997-07-13 20:25:30 +00:00
christos
3d2267c88c
Fix RCSID's
...
Use "extern.h" where appropriate.
1997-07-13 20:24:09 +00:00
christos
ab8561ee9a
gtime -> gltime to avoid conflict in time.h
1997-07-13 20:21:32 +00:00
christos
bd9067774f
Add local.h for local prototypes.
...
Fix namespace issues for strtoq and strtouq
Fix gcc warnings.
Fix RCSID's
1997-07-13 20:16:31 +00:00
christos
0c339c443a
Fix RCSID's
...
Fix gcc warnings.
Add prototypes for functions that were declared in more than one place
to local.h or extern.h and use that instead.
1997-07-13 20:15:17 +00:00
cjs
25ec838cfd
Remove left-over conflict marker.
1997-07-13 20:15:16 +00:00
christos
23312f88d4
Fix RCSID's
...
Fix gcc warnings.
Add prototypes for functions that were declared in more than one place
to local.h or extern.h and use that instead.
1997-07-13 20:14:49 +00:00
christos
c63c52b238
Fix RCSID's
...
Fix gcc warnings.
Add missing prototypes
1997-07-13 20:13:02 +00:00
christos
ee71b4ce7e
Fix bug where RPC_VERSMISMATCH was used instead of RPC_MISMATCH.
...
Fix RCSID's
Fix gcc warnings.
1997-07-13 20:12:12 +00:00
christos
3ec7da00cf
Fix uninitialized variable free on error.
...
Add prototypes
Fix RCSID's
Fix gcc warnings.
1997-07-13 20:09:19 +00:00
christos
b8138fe77b
Fix printf format strings.
...
Fix RCSID's
Fix gcc warnings
Add missing prototypes
1997-07-13 20:08:16 +00:00
christos
1f542a9a8a
Fix incorrect arguments in authunix_validate
...
Add prototypes
Fix gcc warnings
Fix RCSID's
1997-07-13 20:07:36 +00:00
christos
c7d2bdf50e
Remove unused variable
...
Fix RCSID's
1997-07-13 20:06:26 +00:00
christos
5f61e3e292
Fix RCSID's
...
Remove unused variable
1997-07-13 20:06:00 +00:00
christos
05e3795ec8
Add braces in initializers.
...
Fix RCSID's
Remove unused variables
1997-07-13 20:05:37 +00:00
christos
3127e6a7cf
Fix RCSID's
...
Fix gcc warnings.
Add missing prototypes
#if 0 unused functions
1997-07-13 20:04:32 +00:00
christos
9cdb67bbd0
Add missing return NULL;
1997-07-13 20:03:30 +00:00