summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/bios.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup, no functional changes:tg2001-10-121-59/+48
| | | | | | - Add/change some comments, - remove superfluous `if (1||x)' and re-indent, - fix initialization of floppyinfo[] to get rid of warning.
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-5/+0
|
* Clean up the code a bit:tg2001-07-241-11/+1
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-1/+1
| | | | | | | | | | | | doscmd heavily depends on struct sigcontext which luckily is mostly passed between functions as usion regcontext_t. By redefining union regcontext_t in terms of mcontext_t almost all bases are covered. It also seems to me that doscmd was in a transitional state. The redundant definitions made it difficult to get a clear overview and could easily cause oversight. To make sure my changes were ok, I went as far as to complete the transition. It was not exactly necessary, but I expect to have to come back here some more ("whistle" if I'm wrong :-).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't assume that time_t is long.bde1998-06-291-2/+4
|
* Add support for XMS memory to doscmd.jlemon1997-08-151-2/+2
| | | | Submitted by: Helmut F. Wirth <hfwirth@ping.at>
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+329
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud