Commit Graph

209 Commits

Author SHA1 Message Date
mycroft
ddd4abfced Nuke arg to softclock(). 1994-05-07 06:32:17 +00:00
mycroft
44a9de93e3 Add sysctl() stuff. 1994-05-07 06:26:03 +00:00
mycroft
10e30f1c38 Update for signal changes. 1994-05-07 06:23:12 +00:00
mycroft
89a5de9e12 Most of the changes needed to make this continue to run. 1994-05-05 10:10:21 +00:00
mycroft
e1f885f156 HPUXCOMPAT -> COMPAT_HPUX 1994-05-04 04:10:28 +00:00
mycroft
e5a2605525 Remove silly redundant #ifdefs. 1994-05-04 04:09:34 +00:00
mycroft
495d3519fa HPUXCOMPAT -> COMPAT_HPUX 1994-05-04 04:02:54 +00:00
mycroft
e3e3d72f66 Update to match proc.h. 1994-05-04 03:47:10 +00:00
hpeyerl
04853608cf make a make and a make install work 1994-04-27 06:23:02 +00:00
mycroft
bec176e7da Update for new time struct. 1994-04-26 22:33:28 +00:00
mycroft
ebd7e0e107 Fix typo. 1994-04-24 12:06:03 +00:00
mycroft
aa59ec01a8 Remove all vestiges of hppagesperpage and HP_PAGE_SIZE, and just use NBPG. 1994-04-24 11:48:50 +00:00
mycroft
64a52d148e Clean up bogus VM #includes. 1994-04-24 07:00:12 +00:00
mycroft
b03a6c6949 Clean up bogus VM #includes. 1994-04-24 06:38:46 +00:00
mycroft
34caa72b58 Update to match queue changes. 1994-04-24 06:14:02 +00:00
mycroft
613c669b62 Add COMPAT_09. 1994-04-24 05:41:34 +00:00
mycroft
3ffc74d2d4 Garbage collect. 1994-04-23 06:50:36 +00:00
mycroft
00d9262a55 Add NETISR_ARP. 1994-04-18 23:33:34 +00:00
mycroft
94c7c95ebd Clean up deleted files. 1994-04-16 08:38:03 +00:00
cgd
6debdb3c22 kill symbols.{raw,sort}; no longer necessary, with kvm dbs. 1994-04-16 08:37:50 +00:00
cgd
e937bc9bfd convert vm system to use new queues. I'll never write code w/queues again. 1994-04-15 07:04:03 +00:00
hpeyerl
a2bafbde7f Make hil input work. From <deraadt@fsa.ca> 1994-04-10 22:12:32 +00:00
mycroft
349b61b0c9 Fix a couple of oversights in the last change. 1994-04-10 08:23:02 +00:00
hpeyerl
b97e243bba Delete MAP_FILE here too. 1994-04-08 06:32:26 +00:00
hpeyerl
660e347200 Remove "MAP_FILE". okey-dokey'd by Charles. 1994-04-08 06:28:21 +00:00
mycroft
b40fa7f850 p_regs fix from amiga. 1994-04-05 07:45:54 +00:00
mycroft
34f313fac4 Fix bogon in last change. 1994-04-05 02:48:23 +00:00
mycroft
6a718d3287 Implement __syscall(). Do the userret() thing. Some stylistic cleanup. 1994-04-02 21:36:10 +00:00
ws
ce516ff13d Make FFS optional 1994-03-09 21:21:37 +00:00
brezak
3d090222c3 Fix for disk (and tape) units > 0 1994-03-09 20:17:38 +00:00
hpeyerl
965017cfd9 define disklabel location. 1994-02-22 07:29:02 +00:00
hpeyerl
c19b5f314c SCSI disklabel support complete with Duct Tape (tm). 1994-02-22 07:17:22 +00:00
hpeyerl
81058be6b3 fix up some #include's. 1994-02-19 17:55:12 +00:00
mycroft
04bedf2b62 Fix a couple of bogons I just created. 1994-02-16 21:07:22 +00:00
mycroft
c540418d24 Use IFF_ALLMULTI correctly. 1994-02-16 20:15:18 +00:00
mycroft
8cb24d089a Eliminate a bunch of compiler warnings. 1994-02-15 16:25:04 +00:00
mycroft
a06d1b4301 Fix some weirdness in the multicast initialization. 1994-02-14 23:03:54 +00:00
mycroft
d2c5a70266 Rearrange some #includes. 1994-02-10 14:55:29 +00:00
mycroft
20f96b580e Add arg to ioctl functions. Clean up #includes. 1994-02-10 13:59:25 +00:00
mycroft
70a4b20dfa Use b_actb, not b_actl. 1994-02-06 07:24:58 +00:00
mycroft
e0cbda5321 Add a prototype, to eliminate silly warnings. 1994-02-06 01:32:31 +00:00
mycroft
3738793f03 Remove outdated console handling code. 1994-02-06 01:08:36 +00:00
mycroft
7165791ed6 Fix typo. 1994-02-06 00:53:26 +00:00
mycroft
f1827085d7 Strict prototyping and a couple of other nits. 1994-02-06 00:46:02 +00:00
mycroft
fd2124f1a9 Clean up deleted files. 1994-02-06 00:44:41 +00:00
mycroft
ea15b558a8 Use common version of cons.c. 1994-02-06 00:44:26 +00:00
mycroft
442a100145 Increase # of transmit buffers. 1994-02-05 15:08:47 +00:00
mycroft
cd2e9eb071 Remember to set txcnt before it bites me. 1994-02-05 15:04:18 +00:00
mycroft
0ee7464aba Allow multiple transmit buffers to be outstanding. Original code by Hibler;
some cleanup by me.
1994-02-05 06:58:08 +00:00
mycroft
ebb4a096a1 Add multicast support. Lots of other cleanup, mostly from the SPARC port. 1994-02-05 05:06:54 +00:00