Commit Graph

12289 Commits

Author SHA1 Message Date
cgd 6929ad87a5 need these now, with new net Makefile.inc 1995-02-25 14:58:43 +00:00
cgd 5d6d569765 update to 4.4-Lite and/or clean up Id 1995-02-25 14:09:35 +00:00
cgd 6e6a4e85b0 update to 4.4-Lite where appropriate, clean up Id format, etc. 1995-02-25 13:40:51 +00:00
cgd 97d9d67a27 from lite, with minor name rearrangement to fit. 1995-02-25 09:11:37 +00:00
cgd 6534b326c3 use new id style. 1995-02-25 09:02:37 +00:00
cgd 2c4d3c4c4a clean up Id's on files previously imported... 1995-02-25 08:50:56 +00:00
chopps 1aad640d17 enable -f form. 1995-02-25 08:49:51 +00:00
cgd 708504beb1 when you have a pointer and want to assign to a quad, you must cast it
to long to quiet the compiler.
1995-02-25 07:06:38 +00:00
cgd 9386b82936 when you have a quad and want to assign to a pointer, you must say:
ptr = (ptr_type)(long)quad;
to quiet the compiler.
1995-02-25 07:02:16 +00:00
cgd 83b55061cc oops; fix the cleanup. 1995-02-25 06:58:58 +00:00
cgd ef0582f1e7 clean up import. also convert everything to new Id format. 1995-02-25 06:20:26 +00:00
cgd 547fd46929 4.4-Lite lib/libc/net 1995-02-25 03:54:36 +00:00
cgd 32b5bdd221 use NetBSD rather than ID 1995-02-25 03:34:50 +00:00
cgd 76e7b276d3 upgrade to 4.4-Lite Makefile, keeping local changes. NOW BUILDS TAGS ON INST 1995-02-25 03:31:42 +00:00
cgd 3f45f31f15 strange corner cases:
(1) zero top 32 bits for 32-bit unsigned ops; 32-bit value can
		be accidentally(?) sign-extended by the compiler/assembler.
	(2) fix return value for mod's that cause traps
1995-02-25 03:09:32 +00:00
cgd 9e15c98955 save my sanity; stop using Id. 1995-02-25 03:01:33 +00:00
mycroft 9827b2499c Enable optimization. 1995-02-24 09:30:08 +00:00
gwr 60212a408a Use twiddle() in libsa (mycroft's changes) 1995-02-24 05:06:43 +00:00
gwr 776a63c347 Call trap() for FP faults (T_FPEMULI*) 1995-02-24 05:03:47 +00:00
gwr 9e1cc93d67 Fix mappings of PROM (ctlr,unit,part) to minor numbers. 1995-02-24 04:59:51 +00:00
gwr 3aca3d5d48 Make scsi device mappings Sun compatible. 1995-02-24 04:58:21 +00:00
mycroft 529b718973 Look for subprograms in /usr/bin. 1995-02-24 02:44:22 +00:00
mycroft 25ed20bd92 RCS 5.6.7.4 1995-02-24 02:24:53 +00:00
mycroft 03692cae32 RCS 5.6.7.4 1995-02-24 02:07:40 +00:00
ragge 09a91fa841 *** empty log message *** 1995-02-24 01:35:08 +00:00
mycroft cfe40d86f6 Move a couple of assignments from the parent to the child. 1995-02-23 23:41:43 +00:00
mycroft b39bd2f2d3 Move common code for finishing a buffer into a separate function. 1995-02-23 22:23:40 +00:00
mycroft ae95dc7533 More disks, tapes, MSDOSFS... 1995-02-23 22:22:07 +00:00
pk 98e7d1b075 Clean NONCONTIG stuff, allocate and map pv_table[] in pmap_init() entirely. 1995-02-23 20:00:57 +00:00
pk 02b0f2a929 floppy levels. 1995-02-23 19:58:16 +00:00
pk 6af8527cf9 cache_flush() only if vactype!=VAC_NONE 1995-02-23 19:56:24 +00:00
glass bd5eecab40 was busy 1995-02-23 19:29:46 +00:00
glass ddb6275ad0 integrate sendmail 8.6.10 1995-02-23 19:26:40 +00:00
chopps 50278838af fix warnings (br#816) 1995-02-23 19:14:46 +00:00
ragge 389584724a Support for uVAXII, new tmscp driver added. 1995-02-23 17:53:16 +00:00
ragge 1e9d064a15 Def's for uVAXII added. 1995-02-23 17:51:41 +00:00
ragge 3841fa4dab Support for new CPU type (KA630 == uVAXII) added, tape driver. 1995-02-23 17:50:56 +00:00
jtc 94f49c37a9 Fixed typo in usage string. 1995-02-23 17:25:23 +00:00
jtc fe1ae87fb3 Change #! to /usr/bin/sed -nf. 1995-02-23 17:23:54 +00:00
glass f634dc196b preliminary arcnet support. uses lame but RFC address resolution 1995-02-23 07:19:49 +00:00
cgd bcd71bf2fa alpha etc files 1995-02-23 05:59:30 +00:00
cgd 8976ed6a4b add an entry to the 'thanks' section. 1995-02-23 02:21:32 +00:00
pk e6e777cf5d Reorganize to use fast interrupt handler. 1995-02-22 21:37:15 +00:00
pk 7278038bbd add bsd_fdintr.s 1995-02-22 21:32:34 +00:00
pk f80c189dc5 Defines for floppy trap handler. 1995-02-22 21:17:53 +00:00
pk 366442b2e4 Really fix `call n'. 1995-02-22 21:16:51 +00:00
pk 171313384b Floppy trap handler. 1995-02-22 21:14:18 +00:00
pk 6b609180cd Have a variable point at the auxiliary-io register. 1995-02-22 21:13:01 +00:00
pk a9593288ee More on MACHINE_NONCONTIG: gain back wasted pages (and make it work).
Still more GC required.
1995-02-22 21:06:22 +00:00
mycroft 2986fc2fd0 Be less picky about revision numbers for some broken devices. 1995-02-22 19:32:33 +00:00