jtc
da7890c526
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 08:31:58 +00:00
mycroft
89459d366f
Fix many more formatting bugs, and add a section on activating the debugger.
1997-10-09 08:31:45 +00:00
jtc
55baa7c0f7
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 08:30:09 +00:00
jtc
d6ae2cd7fd
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 08:03:42 +00:00
mrg
38811f7fea
document -d, -s. remove bogus #port. fix getopt().
1997-10-09 07:58:39 +00:00
jtc
11a27a1132
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:57:17 +00:00
mycroft
1e19a3dbbe
Fix a few formatting bugs.
1997-10-09 07:51:46 +00:00
jtc
2ff9e92859
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:50:22 +00:00
jtc
324ce8d6cb
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:37:50 +00:00
mycroft
c04eacd743
Fix format of description line.
1997-10-09 07:37:09 +00:00
jtc
c8f77c0b8b
Fix tipo inherited from old version of TNF copyright template.
1997-10-09 07:25:45 +00:00
lukem
5b0e18c4e4
WARNSify
1997-10-09 07:07:14 +00:00
mycroft
7348dd86b1
Document that the time zone is obselete, add an xref to localtime(3), and
...
update the HISTORY section.
1997-10-09 05:05:56 +00:00
mycroft
7227af1293
Document that the time zone is obselete, add an xref to localtime(3), and
...
correct the HISTORY section.
1997-10-09 05:05:35 +00:00
jtk
827918e4ab
fix warnings when -DAHC_DEBUG
1997-10-09 02:17:36 +00:00
enami
6705728ce7
Make sure that vs.color is always initialized. Fix PR#2510.
...
- separate initialization code in sput() into new function pcinit().
- call pcinit() in both sput() and pcattach() if (crtat == 0).
1997-10-09 02:05:01 +00:00
briggs
4839f9406b
Clear interrupts properly on the Radius PrecisionColor 8.
...
Thanks for the info go to Andrew MacGibbon <andrew-m@cs.auckland.ac.nz>
1997-10-09 01:25:52 +00:00
enami
d0c58d6217
Cosmetic changes;
...
- indent continuation line by four columns.
- delete whitespace after cast.
1997-10-09 01:07:46 +00:00
enami
9ad3575d65
- round up requested soft stack limit by vm page size.
...
- don't round up size and truncate addr.
1997-10-09 01:04:13 +00:00
enami
45fbe5305f
Cosmetic changes;
...
- dereference a pointer to function explicitly.
- fold long line to fit columns < 80.
- put whitespaces around a binary operator.
- don't put a single statement into a block.
1997-10-09 00:53:28 +00:00
mjacob
ba0165bec0
A) At least IBM 3590 tape drives return a NOT READY error if issued a LOAD
...
to BOT command- even if at BOT. Urk. B) Make READ POSITION SCSI_SILENT.
1997-10-09 00:43:26 +00:00
thorpej
b4b543bc6f
In sys_mount(), use vfs_getopsbyname() rather than using an explicit
...
reference to vfssw[].
1997-10-09 00:39:19 +00:00
briggs
4220edeca5
Probe for the SONIC before saying that we found it. Some early Centris
...
models (low-end) shipped without ethernet installed.
1997-10-09 00:08:00 +00:00
thorpej
e3834cc351
Implement DIOCGDEFLABEL.
1997-10-08 23:37:50 +00:00
thorpej
26a5591b8a
Oops, fix a couple of typos.
1997-10-08 23:35:41 +00:00
thorpej
dd3663cdfb
Fix a typo.
1997-10-08 23:28:01 +00:00
thorpej
5e05593163
Implement DIOCGDEFLABEL.
1997-10-08 23:23:13 +00:00
thorpej
939e074dcc
Implement DIOCGDEFLABEL.
1997-10-08 23:05:22 +00:00
enami
062c3f563a
Restore owner/group/mode/atime/mtime of symbolic links.
1997-10-08 22:51:27 +00:00
jtc
3ee7ba138d
Fix tipo inherited from old version of TNF copyright template.
1997-10-08 22:31:53 +00:00
jtc
3bc5599f8b
Fix tipo inherited from old version of TNF copyright template.
1997-10-08 22:19:18 +00:00
jtc
516fb1f380
Fix tipo inherited from old version of TNF copyright form.
...
s/REGENTS/FOUNDATION/.
1997-10-08 21:59:52 +00:00
augustss
eeef22d33b
Build the guspnp man page.
1997-10-08 21:42:19 +00:00
mjacob
8d35f4cdeb
Slight formatting change.
1997-10-08 21:39:25 +00:00
thorpej
f77f4e6084
The MIPS toolchain generates ELF. Don't pretend like it generates a.out
...
by renaming "netbsd" to "netbsd.elf", and then creating an a.out image
called "netbsd".
Instead, create _both_ ECOFF and a.out versions of the kernels, named
"netbsd.ecoff" and "netbsd.aout" respectively, and drop the ".elf"
from the ELF kernel.
(And, with any luck, the a.out hack will go away completely Very Soon.)
1997-10-08 21:26:16 +00:00
thorpej
90de61b390
Define two new ioctls:
...
DIOCGDEFLABEL - get default label
DIOCCLRLABEL - clear label
1997-10-08 21:18:45 +00:00
cjs
faa16d67af
Include <string.h> and use proper types for str*() so that this compiles
...
on the Alpha. Also remove register decl's while I'm here.
1997-10-08 20:47:38 +00:00
christos
7f2a271743
PR/3662: David Holland: Make /bin/sh use the symbolic macros for wait().
1997-10-08 20:31:52 +00:00
cjs
2c695bcd2a
Include <string.h> and use proper types for str*() so that this compiles
...
on the Alpha. Also remove register decl's while I'm here.
1997-10-08 20:25:24 +00:00
veego
4e9c981391
Update the supported hardware.
1997-10-08 20:10:42 +00:00
pk
98cfb5140f
Restore the NAPPEND macro, as it existed until revision 1.13, that deals
...
with roots consisting of a single slash. This special case of special
cases cannot be dealt with in fts_open() by simply chopping of a
trailing slash.
All this to avoid the occasional doubling of slashes. Oh well..
1997-10-08 19:56:59 +00:00
briggs
9c8e4f24b0
Disable video interrupts on the AV machines. Thanks to Michael R. Zucca
...
(mrz5149@cs.rit.edu ) for the addresses and hints as to how the interrupts
might be disabled, and thanks to Henry Hotz (h.b.hotz@jpl.nasa.gov ) for
testing on the 840AV.
Unmap the DAFB regs on the other Quadras after attachment. They're not
used.
1997-10-08 19:54:04 +00:00
christos
2cb3df576d
Pr/4180: Erik Bertelsen: rdist does not produce intelligible error messages
...
and core dumps when the remote host is down:
- avoid core dumps by checking lfp before using it.
- use rcmd's err descriptor to grab and print the message.
1997-10-08 19:16:24 +00:00
christos
b1179df85c
Don't need -I${.CURDIR}
1997-10-08 19:13:39 +00:00
veego
98d951955c
s/CURDIR/.CURDIR/ and add a missing "
1997-10-08 18:59:38 +00:00
mycroft
5ae3044c2d
Make sure the command list is properly terminated when parsing an
...
octal mode. From Alasdair Baird in PR 4232.
1997-10-08 17:19:13 +00:00
scottr
35d33206a7
This incarnation of the pthreads library is ancient and not useful, and
...
should have been mothballed some time ago...
1997-10-08 17:17:10 +00:00
mjacob
f63551893b
The bit pointer field is a 3 bit value- not 4.
1997-10-08 17:17:09 +00:00
scottr
a1d96607f3
This incarnation of the pthreads library is ancient and not useful, and
...
should have been mothballed some time ago...
1997-10-08 17:14:35 +00:00
mycroft
3dffd3e74a
Regen.
1997-10-08 17:01:33 +00:00