mycroft
3a609af5ba
Make all the sum files.
1998-05-10 16:48:44 +00:00
kleink
bfdeed0774
Set NONOLINT on sparc.
1998-05-10 14:58:09 +00:00
kleink
9874eaca73
Reorganize name space protection. Also, provide SEEK_* definitions for
...
advisory lock specifications.
1998-05-10 14:22:02 +00:00
kleink
18a7b5ac3a
SYNOPSIS referred to the wrong header file.
1998-05-10 12:55:10 +00:00
mrg
6b11eea5b2
reject attempts to map an immutable or append-only file, shared with
...
write protection. this stops data corruption where it was possible
to change the in-memory copy of an append-only file (but not the on-disk
copy). this is documented in NetBSD security advisory 1998-003. thanks
to darrenr, lukem, cgd, mycroft and mrg for this.
1998-05-10 12:35:58 +00:00
mycroft
ff93d40dbb
Make sure system includes are installed before descending into gnu.
1998-05-10 10:37:59 +00:00
briggs
5369da240e
Get both SCSI busses operational on the Q900 and Q950.
1998-05-09 22:47:53 +00:00
kleink
1550a56403
Delint last.
1998-05-09 20:59:29 +00:00
scw
b014edcabc
Delete "./sbin/ldconfig" entry; it's in "mi".
1998-05-09 17:28:10 +00:00
kleink
37bede84a4
Use strerror(3) instead of sys_errlist and sys_nerr.
1998-05-09 17:22:07 +00:00
kleink
6fa43ba824
Minor KNF.
1998-05-09 15:05:50 +00:00
kleink
afeaa5bb57
Use size_t to pass the length of the memory region to operate on to chgkprot(),
...
kernacc(), useracc(), vslock() and vsunlock(); (unsigned) ints are not
adequate on all platforms.
1998-05-09 15:04:39 +00:00
kleink
a04dace856
Spelling error.
1998-05-09 14:24:31 +00:00
augustss
7ccd275655
Fix typo.
1998-05-09 12:41:16 +00:00
augustss
9f5ffe60bb
Add some more explanatory text.
1998-05-09 12:37:42 +00:00
augustss
fbb394da51
Cross reference audioctl(1) and mixerctl(1).
1998-05-09 12:10:31 +00:00
veego
443684836c
Remove the comment about a know problem with the Ariadne ethernet card,
...
because the problem is fixed.
1998-05-09 10:06:52 +00:00
mycroft
558715553b
Undo version 1.5, which only accomplished inserting gratuitous [] pairs.
1998-05-09 07:18:17 +00:00
mycroft
18aa33cce5
Disable the change to check wdp_ataversion, since it's unreliable with old
...
devices. (Yuck.)
1998-05-09 05:20:35 +00:00
cgd
66086e3be0
add .so's for all of the shared libs (just symlinks). These are only
...
used when compiling (or should only be used then), so putting them into
xcomp is good even though putting them into xbase wouldn't cost too
much space.
1998-05-09 04:17:46 +00:00
cgd
4cb5c4741a
add .so.M and .so.M.m for all of the shared libs, and
...
X11R6/lib/X11/xdm/libXdmGreet.so*. (the latter gets .so, .so.M, and
.so.M.m because i'm not sure which it really needs, can't easily test it,
and don't want to fail to include something which is necessary. In all
likelyhood, the .so.M and .so.M.m forms simply shouldn't be built for
objects only used with dlopen(), like this one.)
1998-05-09 04:13:46 +00:00
cgd
1df707facd
add X and XalphaNetBSD
1998-05-09 04:09:05 +00:00
ross
74839eb5d0
s-/usr/mdec/install-&boot-
1998-05-09 04:02:07 +00:00
ross
bffbd61da4
Untangle the first paragraph in the upgrade notes that were copied
...
from i386/upgrade.
1998-05-09 03:49:30 +00:00
mrg
f23ec91e29
oops, forgot it add this earlier (pr#5425)
1998-05-09 03:48:37 +00:00
ross
e937bf2ed5
Modify ./contents + ./install;
...
* no more binary toolchain tarball
* source toolchain tarball still present
* some english
* add bs=18k on the floppy dd(1) example, just to be safe on systems
that don't like to cross cylinder boundaries (and it's faster)
Modify ./upgrade:
* untangle the first pp
1998-05-09 03:42:00 +00:00
mrg
f3ca264c1e
uvm_swapout is a static function, not exported. does not belong in uvm.9
1998-05-09 00:48:20 +00:00
mycroft
434bd12422
Move tun to major number 93.
1998-05-09 00:13:57 +00:00
mark
82d14dbeb2
Add MACHINE_NEW_NONCONTIG option.
1998-05-08 23:40:20 +00:00
mark
f7eafd6679
Remove the standard option MACHINE_NONCONTIG.
1998-05-08 23:36:47 +00:00
mark
a76affde1d
Add MACHINE_NEW_NONCONTIG support.
1998-05-08 23:36:08 +00:00
mark
d4a8f4cf29
Commit MACHINE_NEW_NONCONTIG support based on Chuck's conversion notes.
1998-05-08 23:34:00 +00:00
mark
7de24625c1
The reset address is no longer fixed so don't refer to it as 0x00000000.
1998-05-08 23:25:31 +00:00
mark
a13ca3b4d2
Don't declare variables as register ...
...
Don't cast pointers to u_int for printing, use %p instead.
Minor restructure of curproc == NULL test in ast().
1998-05-08 23:24:08 +00:00
mark
51ce82ec50
Don't include machine/vmparam.h.
1998-05-08 23:21:31 +00:00
chopps
9ed2f725ab
add -m and -k flags
1998-05-08 23:03:49 +00:00
scw
cd18732d2f
Move 'pseudo-device md' from VME147 to RAMDISK, where it belongs.
...
For some reason, 'pseudo-device vnd' was missing from VME147; added.
1998-05-08 21:37:29 +00:00
pk
addb5d9572
VOP_CLOSE() takes F* flags, not IO_* flags.
1998-05-08 21:02:35 +00:00
cgd
ad04c11900
. and ./usr are in base; they should not be here (or in the tar file
...
generated for this set). (Yes, if you're using checkflist to check
only an X11 built, then you'll have . and ./usr reported as being in
your built but not being in the lists. That is _not_ incorrect,
in this case.)
1998-05-08 20:47:35 +00:00
kleink
53801bc7aa
Posix -> POSIX
1998-05-08 19:43:41 +00:00
kleink
f6ef93b4fb
Per 1003.1g and XSI98, change iovec.iov_base from char * to void *.
1998-05-08 19:09:19 +00:00
chopps
09332ff276
remove -Z (load from chipmem) flag
...
fix copier code (startit) to work bi-directionally.
change compiler optimization options to save some bytes
1998-05-08 19:08:18 +00:00
kleink
f6c179f10e
Fix arithmetics lossage on typeless pointers.
1998-05-08 19:03:41 +00:00
kleink
3acf29c8b1
Add a few lines about the deviation from the POSIX and X/Open definitions,
...
and document the conforming interfaces.
1998-05-08 18:50:49 +00:00
fair
f7c833c469
KNF + copyright assignment to TNF
1998-05-08 18:43:54 +00:00
kleink
d4a8052f98
Fix some arithmetics lossage on typeless pointers.
1998-05-08 18:31:13 +00:00
kleink
fe2d01988e
Fix some arithmetics lossage on typeless pointers.
1998-05-08 18:18:55 +00:00
fair
7482c120bd
KNF for comments (sigh)
1998-05-08 18:18:29 +00:00
kleink
d9066c40e9
Make uvm_vsunlock() actually use the proc * passed to it; per discussion
...
with Jason Thorpe.
1998-05-08 17:41:41 +00:00
kleink
687ea7404c
Fix some arithmetics lossage on typeless pointers.
1998-05-08 16:55:15 +00:00