oki
8e80f913ed
Use CLEANFILES= instead of target clean.
1997-10-11 01:19:15 +00:00
lukem
5567a239ef
WARNSify, KNFify
1997-10-11 01:16:26 +00:00
briggs
9f3c7b8b63
Treat an unknown A/UX partition as SCRATCH instead of ignoring it.
1997-10-11 01:03:47 +00:00
oki
aca42300b3
Use CLEANFILES= instead of target clean.
1997-10-11 00:26:51 +00:00
enami
499f056402
Backout last change for ufs_readlink. The permission check is now done
...
in vfs layer.
1997-10-11 00:10:57 +00:00
enami
8092be0770
Check exec bit of symbolic link when traversing path and do it in vfs layer.
...
Suggested by der Mouse. Ok'ed by Jason R. Thorpe.
1997-10-11 00:08:08 +00:00
enami
db7f1ad2ad
Check read permission of symbolic link in vfs layer, when doing readlink(2).
...
Suggested by der Mouse. Ok'ed by Jason R. Thorpe.
1997-10-11 00:05:15 +00:00
thorpej
ecacf28412
Added Lonhyn T. Jasinskyj to supporting cast, and change to use NetBSD.ORG
...
e-mail addresses where possible.
1997-10-10 23:47:36 +00:00
fvdl
d85f38cbec
Fix braino in my interpretation of the eof flag to VOP_READDIR.
1997-10-10 22:16:04 +00:00
oki
051b06a759
Add prototypes.
1997-10-10 21:45:18 +00:00
oki
a9685de195
Fdopen --> fdopen
1997-10-10 21:42:38 +00:00
oki
affaadc59f
Prune unused function.
1997-10-10 21:40:50 +00:00
is
8871c98bb7
Bug fixes from Sleepycat Software for db_btree databases; for some corner
...
cases in splitting pages, and for correctly updating data base metadata.
1997-10-10 21:08:53 +00:00
christos
e230a48b57
CFLAGS->CPPFLAGS
1997-10-10 19:47:50 +00:00
oki
a6f8cf735d
WARNify, add prototype, remove use of register.
1997-10-10 17:48:06 +00:00
oki
35c6ab7eaf
Add prototype, remove use of register.
1997-10-10 17:46:09 +00:00
oki
5a60f8df47
Remove use of register.
1997-10-10 17:43:09 +00:00
lukem
5ab1a671e5
WARNSify
1997-10-10 16:38:40 +00:00
explorer
e4e727226c
For network devices, collect timing information and mix into the pool,
...
but do not assume any entopy is gathered. It can be enabled using an
IOCTL again if the user desires.
Note that the mix function uses xor, so at worse an attacker can twiddle
bits in the pool, but not into a known state assuming it started as
an unknown.
1997-10-10 16:35:00 +00:00
lukem
544a5e3331
Yet Another Monster Commit:
...
- WARNSify
- getopt returns -1 not EOF
- select() uses an fd_set, not int/long; modify code to use FD_* et al
instead of direct bitwise operations
- in otto.c::look (renamed to ottolook() to prevent name clash), the
case WEST section had a 'goto cont_east', instead of 'goto cont_west'.
(picked up by WARNS=1, because cont_west was an unused label because
of this typo). probably meant that otto got lost in the maze :-/
- deprecate register, convert bcmp() -> memcmp()
1997-10-10 16:32:15 +00:00
lukem
76e13a0128
all but the first .Nm in SYNOPSIS need to be spelt out. [bin/4256]
1997-10-10 16:12:45 +00:00
christos
fcc796698e
Fix printf format warnings.
1997-10-10 16:12:10 +00:00
christos
81dbba7d10
PR/4082, PR/4149: amd dumps core if a server is down, amd cannot mount
...
filesystems from servers that fail the portmapper version test [lanman].
1997-10-10 16:11:12 +00:00
gwr
d8012a8607
Fix missing dependencies on elf{32,64}-target.h
1997-10-10 16:06:22 +00:00
gwr
cf7d2541eb
Put includes at the end (from Bernd Ernesti)
1997-10-10 15:18:14 +00:00
fvdl
05ea709dff
Fix another getdents() botch. I must've had a Makefile without
...
warnings on.
1997-10-10 14:31:55 +00:00
christos
328602f8d7
Add definitions for bpf_int and bpf_u_int; these are not used in the kernel,
...
but libpcap expects them if we advertize our current BPF_VERSION.
1997-10-10 14:15:32 +00:00
lukem
f9b0c0ede7
XXX: work around lex(1) vs termios lameness
1997-10-10 13:38:51 +00:00
lukem
fa94a71b0a
WARNSify
1997-10-10 13:36:01 +00:00
fvdl
8aa50b9159
Fix unitialized var warning (did not appear on i386, but did on sparc).
1997-10-10 13:21:51 +00:00
fvdl
3ff9b61488
oops. Checked in wrong dirent.h version. Add missing getdents prototype
...
to this one.
1997-10-10 13:18:37 +00:00
mrg
55c881fbd2
when creating the per-device extent, use from 0 to nblks, and then
...
extent_alloc_region() any skipped space. this is (basically) what
the previous swap code did (with rmaps rather than extents).
1997-10-10 13:16:24 +00:00
mrg
88b52f5f52
clean WARNS on the sparc.
1997-10-10 13:11:50 +00:00
lukem
3c70a27d72
WARNSify
1997-10-10 13:04:33 +00:00
fvdl
93b08eefc2
u_long -> off_t, I missed the big endian case. From Juergen Hannken-Illjes
1997-10-10 13:03:32 +00:00
lukem
f1b992e36e
WARNSify
1997-10-10 12:58:29 +00:00
oki
9dfe683ff7
Add missing prototypes.
1997-10-10 12:55:26 +00:00
fvdl
cd215502cb
Regen.
1997-10-10 12:54:39 +00:00
oki
87e21e080a
Add missing prototype.
1997-10-10 12:54:02 +00:00
lukem
82090a8bf1
WARNSify
1997-10-10 12:49:45 +00:00
fvdl
914e939800
sys_getdirentries -> compat_12_sys_getdirentries from Juergen Hannken-Illjes.
1997-10-10 12:45:01 +00:00
lukem
83cce15aa4
WARNSify
1997-10-10 12:26:34 +00:00
lukem
27bf0524e7
WARNSify
1997-10-10 12:04:23 +00:00
lukem
434abd72aa
deprecate register, fixup .Nm usage
1997-10-10 11:59:26 +00:00
lukem
3e66e4150c
getopt returns -1 not EOF
1997-10-10 11:49:44 +00:00
lukem
b6068ea04b
WARNSify
1997-10-10 11:39:08 +00:00
leo
6ecab62b97
VM_MAX_ADDRESS is the user max address -- adjust (From Chris Hopps).
1997-10-10 11:05:53 +00:00
mycroft
e8f7fd90c1
Actually, punt the `library' keyword; it does the same thing as `object',
...
and we really only need one of them.
1997-10-10 10:41:18 +00:00
is
7c9cfab805
Same reason as for ldexp.S: most applications don't scale 0.0.
1997-10-10 10:40:40 +00:00
mycroft
7d58ce9471
Add `object' and `library' keywords to pull in precompiled .o and .a files.
...
Syntax is like the `file' keyword; e.g.:
object arch/i386/i386/mumble.o [mumble] [needs-flag]
Largely from Michael Richardson in PR 3833, with some changes by me.
1997-10-10 10:27:53 +00:00