lukem
1ebd6d74c3
fix .Nm usage
1997-10-19 04:21:49 +00:00
lukem
7eabdb0e54
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-19 04:21:27 +00:00
gwr
e74a58a191
Use config/mips/?m-nbsd.h
1997-10-19 04:20:54 +00:00
lukem
f715ca9ab7
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register
1997-10-19 04:20:06 +00:00
lukem
13ee7130b1
s/bzero/memset
1997-10-19 04:18:46 +00:00
lukem
33b5dd5c52
fix .Nm usage
1997-10-19 04:18:08 +00:00
lukem
2dfca6c35c
WARNSify, fix .Nm usage, getopt returns -1 not EOF, deprecate register, bcopy
1997-10-19 04:16:47 +00:00
lukem
0c79788813
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 04:15:39 +00:00
gwr
89befe9159
Remove 64-bit targets from SELECT_VECS also
1997-10-19 04:14:01 +00:00
lukem
2f6bf4134d
WARNSify, fix .Nm usage, deprecate register
1997-10-19 04:11:51 +00:00
gwr
32946c6ed4
NetBSD-specific stuff for the mips
1997-10-19 04:07:34 +00:00
lukem
9601657dd8
getopt returns -1 not EOF
1997-10-19 03:55:13 +00:00
lukem
31f40d5207
disable WARNS for now (3rd-party code)
1997-10-19 03:54:42 +00:00
lukem
fb35254e19
set WARNS=0 in our Makefile.inc
1997-10-19 03:52:29 +00:00
lukem
44b3805a54
fix up .Nm usage
1997-10-19 03:48:34 +00:00
lukem
c16385f7b7
WARNSify, fix .Nm usage, deprecate register
1997-10-19 03:47:52 +00:00
explorer
0b4da23f5c
Start teaching the random driver to use timeout() rather than immediate mixing
1997-10-19 03:47:50 +00:00
lukem
511567046a
fix up .Nm usage
1997-10-19 03:44:30 +00:00
lukem
ca15d8c056
don't define WARNS=1 here
1997-10-19 03:44:21 +00:00
lukem
4803fea3e9
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 03:42:18 +00:00
lukem
d6dfc8e2db
fix up .Nm usage
1997-10-19 03:40:03 +00:00
lukem
50acd78e45
don't define WARNS=1 here
1997-10-19 03:39:50 +00:00
lukem
0dd4a8e6e5
WARNSify mkioctls output, fix .Nm usage, deprecate register
1997-10-19 03:38:27 +00:00
lukem
ac4e9aa74a
WARNSify, fix .Nm usage, deprecate register, use <err.h>
1997-10-19 03:32:11 +00:00
mycroft
11c9f28f0e
Update comment.
1997-10-19 03:29:20 +00:00
mycroft
e704745a3c
Regen.
1997-10-19 03:26:22 +00:00
mycroft
606346112c
umask(2) accepts and returns a mode_t.
1997-10-19 03:25:55 +00:00
lukem
180f5dc383
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 03:23:46 +00:00
lukem
e8ca1c7c50
getopt returns -1 not EOF
1997-10-19 03:18:54 +00:00
lukem
74502993fd
fix .Nm usage
1997-10-19 03:18:18 +00:00
lukem
b048688222
WARNSify, fix .Nm usage, deprecate register, use <err.h>, KNFify (with indent!;)
1997-10-19 03:17:12 +00:00
lukem
e7e6d7b7b9
don't define WARNS=1 here
1997-10-19 03:16:58 +00:00
jonathan
80d7cee8ca
Disable 64-bit BFD support on mips as noted in _mips.mk:
...
Cannot support 64-bit targets with gdb 4.16.
They assume that BFD_ARCH_SIZE is 64, but that causes bfd_vma_addr
to be a 64-bit int. GDB uses bfd_vma_addr for CORE_ADDR, but also
casts CORE_ADDRS to ints, which loses on 32-bit mips hosts.
1997-10-19 02:52:24 +00:00
lukem
f371ce2cb8
WARNSify, fix .Nm usage, deprecate register, use err() from <err.h>
1997-10-19 02:45:44 +00:00
lukem
c6810a0286
WARNSify, fix .Nm usage, deprecate register
1997-10-19 02:34:02 +00:00
mikel
fb7eb8074d
fix some typos in comment about securelevel
1997-10-19 02:29:20 +00:00
lukem
78a738b31b
use err.h for err() prototype, deprecate register, fix .Nm usage
1997-10-19 02:23:41 +00:00
mycroft
cc8b6d9037
Fix something that Christos forgot; remove st_lspare from the new stat
...
structure.
NOTE: THIS REQUIRES INSTALLING A NEW KERNEL BEFORE BUILDING NEW LIBRARIES.
1997-10-19 02:21:58 +00:00
mikel
3b834bbe6e
use lstat() instead of stat() when determining type of 'from' file;
...
from John F. Woods in PR bin/4288.
Also fixed a similar check of the 'to' file, so we don't try to
rmdir() symlinks to directories; and fixed typo in a comment.
1997-10-19 02:17:37 +00:00
lukem
8c012c7268
WARNSify, fix .Nm usage
1997-10-19 02:13:39 +00:00
lukem
fb9ee7e315
WARNSify
1997-10-19 02:12:40 +00:00
mycroft
04daee4f9c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
mycroft
62f4958011
Copy the whole timespec, not just half of it. Other minor changes.
1997-10-19 01:52:51 +00:00
mycroft
16519602c5
Minor change; remove unnecessary casts.
1997-10-19 01:50:33 +00:00
mycroft
116608a359
Clean up some garbage from struct stat12.
1997-10-19 01:49:00 +00:00
fvdl
1cf3a3db94
* Implement optional 32 <-> 64 bit directory cookie translation. This uses
...
the directory cache as translation table. See nfs_subs.c for comments.
Makes the code a bit more complex to look at than I would have liked,
but doesn't affect the speed of the default behavior.
* Optimize caching behavior a bit when buffers are invalidated.
* Save some RPCs in readdir operations by not bothering if there is
a small amount left to do to fill the buffer. It'll be done in the
next RPC with a larger chunk anyway. Wastes a bit of buffer space
but is faster.
* Make n_vattr an allocated vattr struct. This avoids nfsnode bloat,
and is friendlier to the malloc routines.
1997-10-19 01:46:15 +00:00
fvdl
adecb9addf
Add NFSMNT_XLATECOOKIE
1997-10-19 01:37:53 +00:00
cjs
1a546804ed
First go at an INSTALL kernel (add ramdisk, remove unnecessary stuff).
1997-10-19 01:31:49 +00:00
fvdl
c5f8e0d133
Implement -X option for 32 <-> 64 bit translation of directory cookies
...
for v3 mounts. Should rarely be needed (i.e. servers actually
returning information in the upper 32 bits, and programs not
being able to deal with that (emulated binaries; native NetBSD
binaries will never need this)).
1997-10-19 01:24:47 +00:00
jonathan
d9af5eb2f7
Pull up ambi-endian diffs from kernel bzero().
1997-10-19 01:19:58 +00:00