summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/ems.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixupmarkm2001-12-021-1/+1
|
* Remove MAP_INHERIT flag from mmaps.dillon2001-08-251-3/+3
|
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-081-10/+11
|
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-25/+20
|
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-311-1/+1
|
* Clean up the code a bit:tg2001-07-241-3/+3
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-3/+3
| | | | | | | | | | | | 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
|
* Add support for EMS emulation to doscmd. This requires changing thejlemon1997-09-301-0/+1696
interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth <hfwirth@ping.at>
OpenPOWER on IntegriCloud