gwr
|
b4c3997cb9
|
Support functions for NFS boot (get server address and root path).
|
1995-06-27 15:32:40 +00:00 |
|
gwr
|
539a3bff11
|
Modified to do less copying, and to allow determination of
the address from whence the reply has come.
|
1995-06-27 15:28:58 +00:00 |
|
gwr
|
1fe28794f3
|
Fix ARP opcode, add more debugging prints.
|
1995-06-27 15:27:24 +00:00 |
|
gwr
|
55eb5a12f1
|
Re-work for new rpc interface, and simplify a bit.
|
1995-06-27 15:25:30 +00:00 |
|
gwr
|
d7e1ef6af2
|
Pad HEADER_SIZE for alignment.
|
1995-06-27 15:23:18 +00:00 |
|
gwr
|
0e4efb30ef
|
Pad the request out to the minimum Ethernet length.
Improve some debug prints...
|
1995-06-27 15:18:57 +00:00 |
|
gwr
|
29b61e2253
|
Add/correct some cache-flush logic to deal with the fact that the
VAC has ref/mod bits that need write-back treatment.
|
1995-06-27 14:44:47 +00:00 |
|
gwr
|
d5761f14d9
|
Fix uses of btoc() which requires an unsigned arg.
|
1995-06-27 14:42:34 +00:00 |
|
gwr
|
6b6502194f
|
Fix warnings about setjmp arg.
|
1995-06-27 14:40:14 +00:00 |
|
gwr
|
f82c63a641
|
Remove temporary __BDEVSW_DUMP_OLD_TYPE (our dumpsys is safe 8^)
|
1995-06-27 14:38:22 +00:00 |
|
gwr
|
6548befa4f
|
Nuke user-mode DELAY() macro.
|
1995-06-27 14:37:22 +00:00 |
|
gwr
|
3a59870c12
|
Leave modem control lines in correct state on interrupted open.
(From sparc/dev/zs.c)
|
1995-06-27 14:36:20 +00:00 |
|
gwr
|
f872dedb62
|
Catch up with net/if.h changes
|
1995-06-27 14:34:32 +00:00 |
|
chopps
|
5ad7f31079
|
udpate to match ifnets new use of sys/queue.h
|
1995-06-27 13:13:32 +00:00 |
|
cgd
|
e0f9279f31
|
update for current configuration descriptions
|
1995-06-27 00:54:55 +00:00 |
|
jtc
|
9e981c23ff
|
sys/signal.h -> signal.h
|
1995-06-27 00:31:00 +00:00 |
|
jtc
|
06d64cb0f3
|
sys/errno.h -> errno.h
sys/signal.h -> signal.h
|
1995-06-27 00:28:17 +00:00 |
|
jtc
|
d0a0f13bef
|
sys/signal.h -> signal.h
|
1995-06-27 00:20:24 +00:00 |
|
jtc
|
b46d63c723
|
sys/errno.h -> errno.h
|
1995-06-27 00:18:19 +00:00 |
|
jtc
|
4a241ea576
|
sys/signal.h -> signal.h
|
1995-06-27 00:16:17 +00:00 |
|
gwr
|
09e284bcca
|
Fix null VP references (pr 1124) - from John Kohl
|
1995-06-27 00:15:13 +00:00 |
|
gwr
|
5be81bd012
|
Fix null VP references (pr 1124)
|
1995-06-27 00:12:21 +00:00 |
|
pk
|
09ea33db05
|
Do away with ROM printf.
|
1995-06-26 23:45:06 +00:00 |
|
jtc
|
b1f21ab226
|
Remove unnecessary sys/signal.h header
|
1995-06-26 23:43:06 +00:00 |
|
pk
|
a50ba2b546
|
Adapt to new lib{sa,kern} regime.
|
1995-06-26 23:26:57 +00:00 |
|
jtc
|
68ad3878b1
|
sys/signal.h -> signal.h
|
1995-06-26 23:26:23 +00:00 |
|
jtc
|
45bcb4b8c3
|
sys/errno.h -> errno.h
sys/signal.h -> signal.h
|
1995-06-26 23:17:26 +00:00 |
|
phil
|
ad4af073cd
|
Updates from Matthias Pfaller. (leo@marco.de)
|
1995-06-26 23:13:54 +00:00 |
|
pk
|
c7df493055
|
SMD disk driver, from Chuck Cranor.
|
1995-06-26 23:06:57 +00:00 |
|
jtc
|
89bbe08617
|
Strip out unneeded header files
|
1995-06-26 23:04:45 +00:00 |
|
pk
|
70b6d95d44
|
xd definitions, from Chuck Cranor.
|
1995-06-26 23:01:06 +00:00 |
|
pk
|
35ad7a1ff3
|
xd driver entries, from Chuck Cranor.
|
1995-06-26 23:00:32 +00:00 |
|
pk
|
4f4e4826a6
|
xd definitions, from Chuck Cranor.
|
1995-06-26 23:00:31 +00:00 |
|
pk
|
d918ea9e14
|
xd driver entries, from Chuck Cranor.
|
1995-06-26 22:59:54 +00:00 |
|
pk
|
3c17e9e63f
|
isbad(), for Chuck's new xd driver.
|
1995-06-26 22:57:29 +00:00 |
|
pk
|
34c8ad8c30
|
Define dvma_map{in,out}() to map a buffer into DVMA space. These are
safe for use at interrupt time.
Implement vmapbuf() and vunmapbuf() in terms of these new functions.
|
1995-06-26 22:46:04 +00:00 |
|
pk
|
68e9c36909
|
Allocate/initialise DVMA maps and base address.
The fact that `phys_map' is split in half for different kinds of DVMA
allocations is not ideal..
|
1995-06-26 22:41:23 +00:00 |
|
pk
|
affbc4d346
|
Define variables and macros for DVMA allocation using rmaps.
|
1995-06-26 22:36:32 +00:00 |
|
jtc
|
81447b8322
|
Use "${BINOWN}" and "${BINGRP}" instead of "bin"
|
1995-06-26 22:17:38 +00:00 |
|
jtc
|
11c615eae7
|
Use "${BINOWN}" and "${BINGRP}" instead of "bin".
|
1995-06-26 22:15:56 +00:00 |
|
pk
|
04977f87e0
|
sl_xxx2 -> sl_pcylinder, for Chucks new xd driver.
|
1995-06-26 22:09:47 +00:00 |
|
pk
|
e2db3a63c7
|
Use `install -c'.
|
1995-06-26 21:59:39 +00:00 |
|
pk
|
47ce042b76
|
Small optimisation & 1 fewer depedency on zs_ctty.
|
1995-06-26 21:45:31 +00:00 |
|
pk
|
45eb69b276
|
Use ZS_DELAY() in a few more places (from Gordon Ross, cf. sun3/dev/zs.c).
|
1995-06-26 21:32:51 +00:00 |
|
leo
|
abe8c288fb
|
Sync grf with underlying view on open.
|
1995-06-26 19:55:45 +00:00 |
|
jtc
|
59e4f5b494
|
/usr/lib/tabset -> /usr/share/tabset
|
1995-06-26 19:38:56 +00:00 |
|
jtc
|
ee120c06f1
|
Changed adm12's us entry from \EG1 to \EG8 as reported by Olaf Seibert
in PR #1041.
|
1995-06-26 19:33:41 +00:00 |
|
christos
|
c35bc29cc9
|
Fix PR1160... (bug with the new compat_util prefix)
|
1995-06-26 19:27:17 +00:00 |
|
jtc
|
c3295ae9ca
|
Updated to latest termcap source
|
1995-06-26 19:23:07 +00:00 |
|
leo
|
f205966027
|
The atari specific code can be removed now it is using MACHINE_NONCONTIG.
|
1995-06-26 14:40:11 +00:00 |
|