gwr
5adf2494d3
Update cpu_fork() to eliminate double mapping of kernel stacks.
1995-05-24 21:08:42 +00:00
gwr
bf7679cb99
Add child_return()
1995-05-24 21:07:46 +00:00
gwr
55cb8a7f53
Add missing conditional (thanks to Jason Thorpe)
...
Add pmap_collect()
1995-05-24 21:06:40 +00:00
gwr
fc49efe441
Make this more like the other m68k ports.
1995-05-24 21:04:51 +00:00
gwr
179595bf13
Add FPF_REGS and FPF_FPCR for FPU save/restore code.
1995-05-24 21:02:53 +00:00
gwr
7554244ef3
Make struct cpu_disklabel hold the Sun disk label.
1995-05-24 21:00:15 +00:00
gwr
b2b4514bbc
Define struct saif
1995-05-24 20:58:05 +00:00
gwr
bbabbc2614
Sunc with sparc version (adds key repeat capability)
1995-05-24 20:57:00 +00:00
gwr
6867f7fcbd
Update cpu_fork() to eliminate double mapping of kernel stacks.
1995-05-24 20:55:33 +00:00
gwr
6e6f7ede65
Improve probe (should reject "sc" board now)
1995-05-24 20:52:27 +00:00
gwr
51e2d10bd0
Sunc with sparc version (adds key repeat capability)
1995-05-24 20:51:31 +00:00
gwr
20f34f40d2
Turn off IFF_MULTICAST for now...
1995-05-24 20:49:38 +00:00
gwr
29e0f797d4
Fix missing return(0) - from Jason Thorpe - fixes PR 1049
1995-05-24 20:47:41 +00:00
gwr
a5e62834f4
Merged locore code back into locore.s
1995-05-24 20:42:13 +00:00
gwr
23718d5ee4
Merged locore code back into locore.s
1995-05-24 20:29:16 +00:00
gwr
ea63c8d798
Fix range check for kernel stack pointers.
1995-05-24 20:23:34 +00:00
gwr
31870d2eec
Compute value of ssp correctly.
1995-05-24 20:23:05 +00:00
gwr
e7f3fdcd35
Avoid printing values as "end+0x...."
1995-05-24 20:21:00 +00:00
mycroft
2b3cba51fb
s/an active/a passive/
1995-05-24 15:55:02 +00:00
mycroft
312851eab6
Format police.
1995-05-24 15:54:00 +00:00
christos
1f1b61fc49
Fix bug in af_format where the formatted address was returned in the same
...
static buffer. When af_format is used more than once in the same printf
statement, the second call will overwrite the first. Changed af_format to
take a buffer and the buffer size where to place the formatted string.
1995-05-24 15:22:52 +00:00
hpeyerl
caef1dfaa2
KNF police.
1995-05-24 13:12:12 +00:00
christos
ec16f0d3d8
Fixed bug where 'which /bin/csh' reports .//bin/csh, by copying the
...
current tcsh code.
1995-05-23 19:47:16 +00:00
mycroft
1448ab7a19
Remove gratuitous extra indirections.
1995-05-23 06:22:45 +00:00
mycroft
ce5fcc40af
Remove gratuitous extra indirections.
1995-05-23 06:11:29 +00:00
cgd
471cfd3fc5
define pcicd, pciattach() here now.
1995-05-23 03:43:58 +00:00
cgd
bad826164e
split single-subdevice lookup & attachment into a subroutine
...
(pci_attach_subdev()). remove pciattach() function and the pcicd cfdriver
struct, the former because thre are a lot of attachment actions which really
are machine-dependent (perhaps even "most"), and the latter because now that
both pcimatch() and pciattach() are machine-dependent it's bad style to
declare them here and it gains nothing.
1995-05-23 03:43:06 +00:00
cgd
7e68171a95
properly determine if send/rcv timeout values are out of range.
1995-05-23 00:19:30 +00:00
cgd
f66bf5fd18
don't blindly set IFF_UP; or it with old flags
1995-05-23 00:14:06 +00:00
mycroft
65eea9435d
Use inet_aton(), not inet_addr().
1995-05-22 01:02:34 +00:00
mycroft
c05dec805f
Use inet_aton(), not inet_addr().
1995-05-21 17:14:38 +00:00
mycroft
800709ce22
Use inet_aton(), not inet_addr().
1995-05-21 15:50:45 +00:00
mycroft
d4a6c4a4ef
#include <stdlib.h>
1995-05-21 15:42:54 +00:00
mycroft
9cd5391535
Use inet_aton(), not inet_addr().
1995-05-21 15:33:22 +00:00
mycroft
b581b3e588
Use inet_aton(), not inet_addr().
1995-05-21 15:17:13 +00:00
mycroft
39a59b6bbe
Fix oversight in previous.
1995-05-21 15:06:52 +00:00
mycroft
504e402f82
Use inet_aton(), not inet_addr().
1995-05-21 15:03:24 +00:00
mycroft
bd3a2a6b4e
Use inet_aton(), not inet_addr().
1995-05-21 14:46:39 +00:00
mycroft
10f79d3be3
Use inet_aton(), not inet_addr().
1995-05-21 14:22:23 +00:00
leo
631261a801
Set A2 to PS_STRINGS.
1995-05-21 13:55:16 +00:00
mycroft
09984612d7
Gather the argument list only as necessary. Avoid an extra strvisx(3).
...
Make this compile again with the changes in ps(1).
1995-05-21 13:42:48 +00:00
mycroft
8465d5c10c
Split out some helper functions again.
1995-05-21 13:38:25 +00:00
leo
7a502b7675
Add printf to the list
1995-05-21 11:07:00 +00:00
leo
a1006d16dd
ite_newsize(): Do not reallocate a display when the actual display mode
...
will be the same. Fixes a nasty bug where ite0 and ite1 share the same
bitmap.
1995-05-21 11:00:13 +00:00
leo
c8ca7ae526
Fix UL-handling
1995-05-21 10:56:54 +00:00
leo
13f71a235d
Add prototype for grf_get_best_mode()
1995-05-21 10:55:57 +00:00
leo
02dd55abb3
- Add grf_get_best_mode()
...
- Only update 'real' colormap when actually displaying
- Fix TT-HIGH video mode
1995-05-21 10:54:44 +00:00
leo
555b2f67be
Minor fixes.
1995-05-21 10:52:18 +00:00
leo
fc0c4cd1b9
Get syscall() code in sync with the rest of the world.
1995-05-21 10:50:41 +00:00
leo
de6e84e901
Fixup free_stmem().
1995-05-21 10:48:53 +00:00