Commit Graph

4182 Commits

Author SHA1 Message Date
mycroft 2e6e470fba Fix a bug in finding the raw root device. 1994-06-15 03:05:26 +00:00
deraadt 4a1739545a build vnode_if.* early in a kernel compile 1994-06-15 02:13:47 +00:00
mycroft 39f627ae40 b_un.b_addr -> b_data 1994-06-14 23:54:44 +00:00
mycroft 0ae2853c67 Fix compatibility with old fastlinks. 1994-06-14 22:56:19 +00:00
mycroft 4ebc7fb219 Remove some old debugging code. 1994-06-14 20:43:42 +00:00
mycroft 6cfd63c0a3 Add some missing cld's. 1994-06-14 20:25:53 +00:00
mycroft ef17960ce8 Print `rebooting...' before doing so. 1994-06-14 19:55:06 +00:00
mycroft 978442b5d8 Add some comments, and junk the old (unused) icode. 1994-06-14 19:53:39 +00:00
mycroft e38ec56cb5 Fix minor bogons in isdisk() and chrtoblk(). 1994-06-14 19:47:51 +00:00
mycroft 470742fbc0 profile_tick() is no longer needed. 1994-06-14 19:37:39 +00:00
mycroft 11884bb842 Minor cleanup. 1994-06-14 19:36:14 +00:00
chopps 25d43e1bab getdtabledsize used by sunos compat code. 1994-06-14 10:52:20 +00:00
chopps f63e2d134a update to match recent getdtablesize() change 1994-06-14 10:51:09 +00:00
cgd f89d2ee28f re-enable COMPAT_NOMID 1994-06-14 05:27:20 +00:00
cgd eea64debf1 make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs 1994-06-14 05:18:03 +00:00
jtc af278960d2 Change u_long to unsigned long so we can compile in strict POSIX mode.
Fixes bug #280.
1994-06-14 04:24:04 +00:00
mycroft 53159e3876 Clean up deleted files. 1994-06-14 04:19:45 +00:00
cgd 12d059b759 as pointed out by jtc, echo is unnecessary 1994-06-14 04:19:43 +00:00
jtc cc7d820954 Fix addresses for lpt ports 1994-06-14 03:59:06 +00:00
gwr b7692860e5 Fix false "hits" in the attribute cache when booting diskless.
(Yet another thing that breaks when time.tv_sec is near zero...)
1994-06-14 03:29:12 +00:00
paulus aa01a834a4 some minor splx-type bug fixes from christos@deshaw.com. 1994-06-14 03:09:23 +00:00
glass 04a3735652 remove temporary hacks now that the new filesystem stuff is in 1994-06-14 02:47:36 +00:00
gwr 7b8364e019 Add functions for new FS code: chrtoblk, isdisk, ... 1994-06-14 02:31:09 +00:00
cgd f2c7f5cde7 update for new flags method 1994-06-14 01:19:50 +00:00
cgd 2a714498ae update for new program Makefiles 1994-06-14 01:16:30 +00:00
chopps cb16e0c4cc remove dumb comment of mine. 1994-06-14 01:01:56 +00:00
chopps ff496d00ee don't flush cache on context switches for 040's, reduce flushing
on dma operations.  code from me and Michael Hitch
1994-06-14 00:58:05 +00:00
glass 6efa4eb0bc fix compilation errors caused by new nfsv2.h 1994-06-14 00:31:43 +00:00
cgd 72cf8eaa9d kill some pre-lite code that was #ifdef'd appropriately 1994-06-14 00:25:43 +00:00
mycroft 6d939e6bec Format police. 1994-06-13 20:49:56 +00:00
pk 3eb1a95749 Check requested file size; negative values cause havoc. 1994-06-13 20:38:42 +00:00
mycroft 5c8e7d1afc Format police. 1994-06-13 19:32:05 +00:00
cgd 6e12a4d7e4 update for 4.4-Lite file system includes and macros 1994-06-13 19:15:14 +00:00
mycroft f4a9e46aaf Fix unimportant typos. 1994-06-13 18:54:41 +00:00
mycroft e4c7b2cebe Clean up deleted files. 1994-06-13 17:48:29 +00:00
pk 11ebd2e9c8 #ifdef FIFO's 1994-06-13 16:31:54 +00:00
mycroft fee90785c2 Move a misplaced #endif. 1994-06-13 16:00:41 +00:00
gwr 99b3d9f091 Update for new FS code (vnode_if.*) 1994-06-13 15:54:16 +00:00
mycroft d87a71b8c8 Undo last change. 1994-06-13 15:39:13 +00:00
mycroft 33d82e8a8b Move definition of prtactive. 1994-06-13 15:37:55 +00:00
gwr 3247b5928d Fix unresolved: prtactive 1994-06-13 15:33:32 +00:00
gwr 0784b58d30 New diskless boot code (uses RARP, bootparamd). 1994-06-13 15:28:55 +00:00
chopps 6729c03f86 some cleanup and various fixes for new fs code. plus some general
fixes from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-06-13 08:12:30 +00:00
mycroft b617dc888e Need to offset cpu_vendor by KERNBASE during startup. 1994-06-11 20:44:13 +00:00
pk 5d4bd29314 Check for all NFS related vnode ops. 1994-06-10 20:01:20 +00:00
pk 65c532b7a2 Allocate pmap's segmap separately.
Keep some tags on segment boundaries to optimise ctx_alloc().
1994-06-10 14:32:54 +00:00
pk b1912ac2e2 New vnode interface. 1994-06-10 13:03:26 +00:00
pk 75811dd071 4.4 fs code. 1994-06-10 10:57:03 +00:00
pk 0f1018ce49 Adapt to 4.4-lite. 1994-06-10 09:26:18 +00:00
pk ff9c5cdde5 Set `uio_procp' field in case we ever need it. 1994-06-09 20:00:13 +00:00
brezak 669769d3e0 Update to version 2 mrouting; from pre-4.4lite NetBSD + 4.4 mods 1994-06-09 16:01:53 +00:00
brezak de3a00ee3d Patch to fix ip cksum errors. From mccanne@ee.lbl.gov (Steven McCanne). 1994-06-09 15:59:47 +00:00
mycroft 428590d3e2 B --> C 1994-06-08 11:47:03 +00:00
mycroft fcaf1dd8ac Update BSD and NetBSD0_9. 1994-06-08 11:46:38 +00:00
mycroft 264b874c14 Update to 4.4-Lite fs code, with local changes. 1994-06-08 11:41:58 +00:00
mycroft 9f778e6570 Clean up deleted files. 1994-06-08 11:41:18 +00:00
mycroft 28f7af34be Update to 4.4-Lite fs code, with local changes. 1994-06-08 11:38:34 +00:00
mycroft 0c51ee36cb Clean up deleted files. 1994-06-08 11:37:21 +00:00
mycroft cde1d47595 Update to 4.4-Lite fs code, with local changes. 1994-06-08 11:33:09 +00:00
mycroft 699bbb84b6 Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
mycroft 76da4f6f36 From 4.4-Lite, with local changes. 1994-06-08 11:22:45 +00:00
mycroft 1968713466 Clean up deleted files. 1994-06-08 11:22:09 +00:00
mycroft 36d501bf10 Update for 4.4 fs code. 1994-06-08 11:20:25 +00:00
mycroft 3b4b77ca23 Reverse sense of vfinddev(). 1994-06-08 11:19:41 +00:00
mycroft b43f4fdfcd Minor change. 1994-06-08 11:19:04 +00:00
mycroft bb4ba15c7f Add (experimental) 24f handling. 1994-06-08 11:16:49 +00:00
mycroft 3fa62971df Build vnode_if.o. 1994-06-08 07:51:36 +00:00
chopps f72a7d2c92 put back simple replacement for pte and ste structs to make code work for now. 1994-06-08 04:14:39 +00:00
chopps 41d76d5fd8 add fix from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1994-06-07 05:41:51 +00:00
hpeyerl b3857f73f0 #if out references to cd.c for now. 1994-06-06 14:57:33 +00:00
mycroft 87dcadd3d9 Clean up deleted files. 1994-06-06 14:42:14 +00:00
deraadt 4a46b42560 tricky 1994-06-06 06:57:59 +00:00
chopps d5d4e17e54 forgot to add RETINACONSOLE option 1994-06-05 18:24:44 +00:00
cgd ffde2d4a28 minor type pointed out by Onno van der Linden 1994-06-05 13:00:49 +00:00
chopps 67a221f5d8 add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
light cleanup from me.
1994-06-05 07:48:42 +00:00
chopps c3cb65ac04 add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
light cleanup from me.  floppy changes, should now be solid.
some changes to ite and ms to fix a couple bugs report by Donn.
1994-06-05 07:45:08 +00:00
chopps 07b1d2ada8 add grfrh (retina ziii) from Donn Cave <donn@u.washington.edu>
light cleanup from me.
1994-06-05 07:43:34 +00:00
mycroft 90c519034d Clean up deleted files. 1994-06-05 06:37:50 +00:00
phil c6d9e1ae96 Blow away last bits of icode. 1994-06-05 06:37:34 +00:00
chopps cd5921a72f started out cleaning up amiga_init.c ended up touching alot of files. 1994-06-04 11:58:35 +00:00
mycroft f130f244e7 Remove a spurious splx(). 1994-06-04 08:29:51 +00:00
mycroft 57de85fb31 Modify the loopback checks to deal with multiple interfaces. 1994-06-04 08:13:23 +00:00
chopps 7eca9aa5d4 fix long standing "bug" with pmap. Basically logic/misunderstanding
error commited when it was ported from hp300 (mach?).  All
8M + amigas now gain ~1M of physical ram (4M hack removed).
Some minor cleanup.  HAVEVAC code removed as it is for the hp300.
1994-06-04 05:24:48 +00:00
gwr 2b888e2990 Back out some of my changes which Keith Sklower convinced me are
unnecessary.  Leaving in just the essentials of the fix.
1994-06-04 03:15:09 +00:00
mycroft 907eccc9de Shift vn back to major 14. 1994-06-04 02:41:46 +00:00
deraadt 00eb72f54b two fixes from christos 1994-06-04 01:52:28 +00:00
mycroft 2267a8c5fc Use the same algorithm as mmap() with MAP_ANON for placing the segment. 1994-06-03 21:17:09 +00:00
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
mycroft 9bc7771492 Allow the probe to succeed again on 445S cards. 1994-06-03 15:56:18 +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
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