leo
0343d208c4
Fix pseudo tty's
1995-07-11 21:24:29 +00:00
leo
b87c200b08
- Change character interface as suggested by Charles
...
- HD floppies really have 2 sides ;-)
- Cleanup drive/density selection
1995-07-11 18:32:07 +00:00
leo
2cad659038
Make DD/HD selection do anything sensible.
1995-07-11 18:27:31 +00:00
leo
a5b73613fc
Dumping works, now if there were tools to handle it...
1995-07-11 18:24:57 +00:00
jtc
a073b8c4f8
Move up #ifdef _KERNEL conditional up a few lines to enclose internal
...
msginfo struct/variable.
1995-07-11 18:16:20 +00:00
cgd
637e8bb002
fix bug pointed out by Dennis Ferguson <dennis@mci.net>. if hold space null
...
when doing an 'x', make sure it contains a newline.
1995-07-11 04:09:50 +00:00
jtc
ff83cc7a0f
add wt(4)
1995-07-11 02:04:57 +00:00
jtc
c5cfda4eb3
Describe a few more drivers.
1995-07-11 01:50:15 +00:00
jtc
76d9d16ae8
Change 3COM -> 3Com for consistancy across manpages
1995-07-11 01:49:39 +00:00
jtc
92fb49982f
add cross references to new net driver manpages
1995-07-11 01:42:57 +00:00
jtc
2ce3def96f
Manpages from Jim Jegers for some of the supported network drivers.
1995-07-11 01:41:24 +00:00
jtc
93101c4d91
spray(8) manpage, from Jim Jegers.
...
Expanded and edited by myself.
1995-07-11 01:18:05 +00:00
gwr
492a481622
Removed libc_sa, libnetboot
1995-07-10 23:14:46 +00:00
gwr
0604e38f2e
Nobody uses this anymore (all use ../libsa)
1995-07-10 23:09:30 +00:00
jtc
9a11ba1215
unused file, russia is handled by europe & asia zone files
1995-07-10 19:23:24 +00:00
jtc
28bc7d257b
sync with tzdata95e
1995-07-10 19:21:14 +00:00
cgd
ed12e6274c
cfparse.c and y.tab.h should be in CLEANFILES
1995-07-10 01:39:58 +00:00
cgd
880567e771
fix from Onno van der Linden for large-file read timeouts on double-speed
...
drives. A different read command must be used on double-speed drives.
It boggles my mind that people could design hardware this stupid.
1995-07-10 01:27:24 +00:00
briggs
30c70a7c59
patch to handle cursor moves better. From Paul Goyette
...
(Paul@pgoyette.bdt.com )
1995-07-09 15:36:41 +00:00
cgd
5b671ea6a8
Morningstar SnapLink -> SDEV_NOLUNS, per Peter Galbavy in pr 1192.
1995-07-09 09:44:57 +00:00
cgd
21b6db23b7
play the alphabetization game
1995-07-09 09:43:07 +00:00
cgd
5a5eb678c9
QUANTUM P105S 910-10-94x A.3 -> SDEV_NOLUNS
1995-07-09 09:30:42 +00:00
pk
4a5c9a20e5
Use `xdrproc_t' to declare xdr_{args,result}. (takes care of PR#1182).
1995-07-09 00:30:11 +00:00
pk
b542137ece
Oops, previous needs <limits.h>
...
Also, previous addresses PR#1183.
1995-07-08 23:57:06 +00:00
pk
39565cfe93
Call kvm_openfiles() with suitable arguments.
...
(Note, the error reporting mechanism in here is quite braindead)
1995-07-08 23:53:46 +00:00
pk
8274dc04d1
si scsi driver configs.
1995-07-08 21:33:48 +00:00
pk
89cb640a97
si scsi driver, adapted from sun3 version by Jason Thorpe.
...
Note: re-arranged to use dev/ic/ncr5380* MI files.
1995-07-08 21:32:47 +00:00
pk
c5ad4c85f0
ncr5380 chip definitions and MI part of driver.
1995-07-08 21:30:41 +00:00
briggs
fd69606246
Take out bogus message.
1995-07-08 12:39:12 +00:00
briggs
33cef0adfd
Clean up a lot. Run machdep.c through indent.
...
Remove a bunch of old debugging code and some dead code.
Put in some new comments. Need more.
1995-07-08 04:25:07 +00:00
cgd
21d1e8d60f
fix bug in load average calculation that prevented processes which were
...
uninterruptibly sleeping for a short period from being counted.
1995-07-08 03:12:22 +00:00
cgd
9b7ebcf785
on i386, use VM_MAXUSER_ADDRESS for kernel_start, since the real
...
kernel start is much different that the start of KVM. (VM_MAXUSER_ADDRESS
isn't correct, but seems to mostly work...) (XXX -- there should be a
better way.)
if curproc == null, use address of proc0; code doesn't know how to deal
with null curproc. (XXX: (1) should make it deal, or (2) should use address
of last proc run, but there's no real way to do that.)
1995-07-08 01:55:54 +00:00
cgd
fd0f559215
add missing splx(), as suggested by enami@sys.ptg.sony.co.jp.
1995-07-08 00:42:45 +00:00
cgd
e574814605
insert missing call to splx() when {aha,bt}_send_mbo() returns null.
...
from enami@sys.ptg.sony.co.jp .
1995-07-08 00:34:16 +00:00
jtc
89c36052b7
Changed floating point output format to be exactly the same (use same
...
text and macros) as those in the printf(3) manpage.
This fixes PR #1194 , albeit differently.
1995-07-07 23:00:13 +00:00
jtc
8f2827a1fb
update some old-man macros that hadn't been updated; PR #1194
1995-07-07 22:41:30 +00:00
jtc
907b803d29
Fix formatting; PR #1194
1995-07-07 22:35:40 +00:00
jtc
0c6b470863
Remove duplicated word; PR #1194
1995-07-07 22:28:11 +00:00
jtc
a0e044841b
Use consistant style of quotes; PR #1194
1995-07-07 22:26:11 +00:00
jtc
6b7d6d2b4d
remove trailing comma from SEE ALSO section; PR #1194
1995-07-07 22:24:09 +00:00
chopps
2b88fc3bab
oops forgot to add. es.4 from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-07-07 20:42:32 +00:00
gwr
c06ac83d31
Did the checkflist thing...
1995-07-07 17:03:01 +00:00
gwr
d55fe8955f
Include kernels GENERIC, DISKLESS in binary snapshots.
1995-07-07 16:05:20 +00:00
gwr
ca95fcc2e3
Put back SYMTAB_SPACE so the distributed kernels will have symbols when
...
loaded by the SunOS boot program. Our netboot works, but our ufsboot
still has a problem on the 3/260, so keep SunOS boot support for now.
1995-07-07 16:01:22 +00:00
gwr
80a58e1c17
Add the options ...,-r=1024,-w=1024 to this example.
1995-07-07 15:55:12 +00:00
gwr
cd5d48d667
Bring this up-to-date.
1995-07-07 15:49:01 +00:00
gwr
d1979fbe53
Add cg*, st*
1995-07-07 15:46:44 +00:00
jtc
d6a890806a
libgcc2's extended float (xfmode) and double integer (dimode) conversion
...
functions are needed on the m68k.
1995-07-07 05:17:16 +00:00
brezak
4b4b3ee81a
Cleanup
1995-07-07 02:19:48 +00:00
brezak
dd3d2e28ed
Setup irq correctly (PR#1179)
1995-07-07 02:15:12 +00:00