Commit Graph

6944 Commits

Author SHA1 Message Date
deraadt 4b24a3521e rainse() -> raisestr(), per <arnej@fm.unit.no> 1994-04-05 23:57:26 +00:00
glass e96e34d073 chopps fix 1994-04-05 23:45:01 +00:00
deraadt 65893ce47b TIOCGWINSZ 1994-04-05 23:35:16 +00:00
chopps 2e148c6734 remove old floppy thing. 1994-04-05 23:07:07 +00:00
mycroft 671bcb4e22 Clean up deleted files. 1994-04-05 23:05:09 +00:00
chopps bdb52e02f8 fp -> fd, consistency good. [nameclash bad.] 1994-04-05 23:04:05 +00:00
deraadt 70fdc96e4c TIOCGWINSZ 1994-04-05 22:56:56 +00:00
mycroft 100fdbd6d1 This line is redundant for LD_UNLOAD (only one use, and it does this itself)
but breaks LD_RETEN, forcing a reload of the driver state on the next I/O
operation.  Therefore, it goes away.
1994-04-05 22:39:37 +00:00
mycroft 8d0730c420 Reload the tape after retension. 1994-04-05 22:18:00 +00:00
mycroft 44f11a89b3 Implement MTRETEN (untested). 1994-04-05 22:08:09 +00:00
mycroft 692dc0e998 Implement MTEOM, currently untested. 1994-04-05 21:59:49 +00:00
mycroft b527513158 Add `retension', `erase', `eom', and `nbsf' subcommands. 1994-04-05 21:13:55 +00:00
mycroft 8e9b025479 Add MTRETEN, MTERASE, MTEOM, and MTNBSF, per SunOS. 1994-04-05 21:07:19 +00:00
mycroft b2edbd1ccd Fix up #includes. 1994-04-05 19:52:16 +00:00
mycroft d48a7c43fb Mostly cosmetic changes. 1994-04-05 19:47:45 +00:00
mycroft 71dd213832 Optimize _insque() and _remque(), and remove all the casts. 1994-04-05 19:09:14 +00:00
chopps 6484be3bf1 allow user to not use their retina board as the console. 1994-04-05 18:19:27 +00:00
chopps 41536d5615 add floppy. 1994-04-05 18:13:22 +00:00
chopps c77b0c9958 added floppy driver from Brad Pepers, doesn't work on my machine, some
major cleanup by me no code changes ... yet.
1994-04-05 18:11:52 +00:00
chopps 602ef3f30f incorpaorated floppy code from Brad Pepers, needs work doesn't work on my
machine.  more clenaup in trap.c
1994-04-05 18:08:56 +00:00
mycroft 10466baa67 npxexit() doesn't need its arg. 1994-04-05 17:57:02 +00:00
mycroft 7d2ada5f79 Various cleanup. 1994-04-05 17:56:26 +00:00
phil 951784dda0 genassym.c: %c => %d
trap.c: added __syscall
1994-04-05 17:37:41 +00:00
mycroft ae2e24c9ab Correct display of bit test insns. 1994-04-05 17:31:31 +00:00
mycroft 284797351b Garbage collect. 1994-04-05 17:23:39 +00:00
mycroft 670aa6914a Add some notes about swtch_exit(). 1994-04-05 15:08:46 +00:00
mycroft 25317c76f3 Increase ahb_send_mbox timeout. 1994-04-05 08:53:00 +00:00
mycroft 936d23aa7a Don't bother checking npxproc on exit. 1994-04-05 08:02:09 +00:00
mycroft 2fa4ce0376 Use swtch_exit(). 1994-04-05 08:01:12 +00:00
mycroft 8baa13db22 Add P_VMSPACE. 1994-04-05 08:00:21 +00:00
mycroft e6afef6b33 Optimize setrq() and remrq(). Implement swtch_xeit(p), which switches to
proc0's context, deallocates p's adress space, and resumes the swtch() that
was suspended in proc0.
1994-04-05 07:59:55 +00:00
mycroft b40fa7f850 p_regs fix from amiga. 1994-04-05 07:45:54 +00:00
chopps c8a98e047a need to copy current frame pointer (p_regs), very subtle bug as you needed
to have a signal pending for a child process that has not yet returned
from fork(). fun.
1994-04-05 05:46:26 +00:00
cgd 0a4d67dd07 KNF, POSIX-ization, general cleanup, err/warn, etc. 1994-04-05 04:34:51 +00:00
cgd 8763c48665 much cleanup, etc... 1994-04-05 03:56:37 +00:00
mycroft 34f313fac4 Fix bogon in last change. 1994-04-05 02:48:23 +00:00
cgd 79b8b4562d new way of invoking mmap. 1994-04-05 02:26:13 +00:00
cgd 6c0c0c32bd fix from Alan Coopersmith <alanc@ocf.berkeley.edu> for un-initted variable 1994-04-05 02:18:43 +00:00
mycroft da77439465 Clean up deleted files. 1994-04-05 01:57:40 +00:00
chopps 28224014f6 add iteconfig for amiga's 1994-04-05 01:56:24 +00:00
chopps 13bd07192f don't think this ever really worked on non hp300 m68k machines. 1994-04-05 01:45:22 +00:00
briggs 7d99e03949 Clean out some old printf()s and get rid of MAP_FILE reference. 1994-04-05 01:30:28 +00:00
mycroft fbedcabada Clean up deleted files. 1994-04-05 01:28:06 +00:00
cgd eb6b212c8d initialize variable! 1994-04-05 00:42:49 +00:00
mycroft 3719ae5272 Clean this up a little, and use TOCGWINSW. 1994-04-05 00:21:20 +00:00
mycroft a02a395d9f Clear curproc earlier so we don't accumulate CPU time while idle. Document
register usage for future generations.
1994-04-04 23:07:22 +00:00
cgd 98069adca5 lseek stuff, and clean up. this is perverse. 1994-04-04 22:45:08 +00:00
cgd d24946e3e3 hilinfo lives in /usr/sbin on hp300's now... 1994-04-04 21:54:19 +00:00
cgd 493c01ede3 grfinfo, from Utah, for the hp300 1994-04-04 21:53:24 +00:00
cgd e239cfc569 hilinfo, from Utah, for the hp300 1994-04-04 21:52:21 +00:00