mycroft
919b9c0f72
Get rid of unneeded bzero().
1994-06-03 21:06:53 +00:00
cgd
ebf0357409
sane initialization. fix bug kern/274
1994-06-03 20:53:38 +00:00
cgd
9e65b66176
reenable SYSVMSG,SYSVSEM,SYSVSHM
1994-06-03 20:52:09 +00:00
cgd
d3e4051878
kill DDB (again)
1994-06-03 20:28:48 +00:00
hpeyerl
3aab91dcce
add -I to make this build properly for hp300
1994-06-03 18:21:16 +00:00
mycroft
9bc7771492
Allow the probe to succeed again on 445S cards.
1994-06-03 15:56:18 +00:00
pk
fc016a129a
Fix last bug correctly
1994-06-03 15:02:21 +00:00
pk
8aa1346476
Profile asm entries also.
1994-06-03 11:48:13 +00:00
hpeyerl
a4c2978e39
Tell config we need .h files for sd/ct/rd/st
1994-06-03 10:51:31 +00:00
jtc
7bb3055523
Move building of link editor cache from rc to rc.local, like in SunOS,
...
because the end user may need to add local directories to be searched.
And rc.local is a much more appropriate place for local changes.
I emailed pk on this matter, and he said that the overhead of not
having linker hints for the daemons started by rc would not be
significant.
This change also closes bug #217 .
1994-06-03 05:02:10 +00:00
cgd
5337d9fb95
kill old init-starting code
1994-06-03 04:26:06 +00:00
glass
78bf21476b
works in bootstrapping caseee
1994-06-03 03:44:41 +00:00
glass
ae4959931e
needed by some multicast thing
1994-06-03 03:37:30 +00:00
gwr
b02ab73537
Avoid accidentaly creating permanent entries at time==0
...
Routes created with RTM_ADD (i.e. manually added) are
permanent so leave their expiration time set to zero.
1994-06-03 02:54:26 +00:00
gwr
19a8f3b47d
Make buffer_map and phys_map pageable for new VM code.
...
(Thanks to Harry Schreurs, Adam Glass)
1994-06-03 02:08:59 +00:00
gwr
54fc06357a
Fix initialization of keyboard port (works now).
1994-06-03 02:05:18 +00:00
gwr
1eb40c985f
Fix test for empty db_symtab on big-endian machines.
1994-06-03 01:58:32 +00:00
chopps
4ebd52e009
add mount_ados
1994-06-03 00:35:22 +00:00
chopps
1d58e5ab95
basically mount_msdos for now.
1994-06-03 00:33:10 +00:00
chopps
2f46860fc9
z buses early config support, needs testing.
1994-06-03 00:30:27 +00:00
chopps
da4d919720
fix an off by one error in hash chain counting code. Also fix "lockup"
...
bug
1994-06-02 23:42:19 +00:00
chopps
d429d101d9
fix an off by one error hash chain counting code. Also fix "lockup"
...
bug
1994-06-02 23:40:56 +00:00
jtc
ab01da01c5
Change BINOWN -> BINGRP where appropriate.
1994-06-02 23:40:06 +00:00
deraadt
afbdcd281b
add rdate
1994-06-02 22:55:30 +00:00
deraadt
ead7cf67f6
rdate implimentation from <christos@deshaw.com>
1994-06-02 22:54:59 +00:00
glass
e501fd2ea1
fix a guess...someone tried to boot it on a 240.
1994-06-02 21:27:50 +00:00
phil
cfb1bf8cc5
quad -1 return value now done right
1994-06-02 20:39:22 +00:00
pk
eb9d2b8c28
another case of overloading hostent's storage.
1994-06-02 19:16:37 +00:00
mycroft
9a87e0deef
Increase default NKPDE.
1994-06-02 09:29:01 +00:00
pk
cefd9f107c
Exclude mkinit' from argument list to
mkinit'; this especially causes
...
trouble when compiling with `-g'.
1994-06-02 09:10:58 +00:00
chopps
f1662ba794
define cpu type options
1994-06-02 08:32:58 +00:00
chopps
663ee20f99
more cache goodies from hp300
1994-06-02 08:32:06 +00:00
glass
2c9de9962f
first swipe at ultrix compat. expect many bug fixes. very related to compat/sunos
1994-06-02 06:25:37 +00:00
mycroft
1d82b81e32
Clean up deleted files.
1994-06-02 06:20:39 +00:00
glass
5e54277664
fix a few integration bugs, add vmfault debugging, more ultrix stuff
1994-06-02 06:14:56 +00:00
jtc
20ddd6eee4
Fixed another case statement parsing bug that was introduced by my
...
last fix :-(. Thanks to Theo for letting me know about it...
1994-06-01 21:36:54 +00:00
pk
1429552f6e
Defend against empty names.
1994-06-01 19:54:07 +00:00
chopps
1756d741f7
bring some good ideas over from hp300 port.
1994-06-01 19:34:32 +00:00
pk
816feb25c5
Avoid stomping on static memory by repeatly calling gethostbyname().
1994-06-01 19:32:43 +00:00
pk
350b02a45f
Don't try to lookup an empty hostname; some nameservers return the root servers
...
for such a query.
1994-06-01 19:23:59 +00:00
glass
8f22e98c12
VM_MIN_ADDR -> 0
1994-06-01 18:51:16 +00:00
gwr
7baff66ce6
Cute moving light in the diag LEDs like SunOS does.
...
(OK you can hit me once for frobbing with such useless things :-)
1994-06-01 15:45:39 +00:00
gwr
035efd3e6d
Remove some temporary junk.
1994-06-01 15:39:28 +00:00
gwr
a3f0632097
No longer need V_SWTCH (or any other vmstat stuff) in assembly code.
1994-06-01 15:37:03 +00:00
gwr
3743860a4a
mem.c: Add mmap support to /dev/mem, validate offset for I/O on same.
...
conf.c: Add mmmap, move MEM_MAJ to 3 for SunOS compatibility.
1994-06-01 15:28:15 +00:00
pk
e21b88980e
At least prevent SIGBUS'es on so called functions (strings in text space).
1994-06-01 11:04:33 +00:00
glass
d58065c17b
the evil -G 0 must be used on locore too
1994-06-01 07:38:51 +00:00
glass
8b1cefa2ee
cpu_exec_ecoff_hook() returns a errno
1994-06-01 04:50:30 +00:00
phil
0ca1daa954
pc532 now does new init process
1994-05-31 21:56:06 +00:00
phil
1c6336eec1
conf.c: new style
...
others: new init && clean up
1994-05-31 21:54:31 +00:00