summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/intff.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixupmarkm2001-12-021-10/+11
|
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-081-2/+3
|
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-311-1/+1
|
* Clean up the code a bit:tg2001-07-241-9/+9
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Beautify debugging output.tg2001-05-221-2/+2
|
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-7/+7
| | | | | | | | | | | | 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 missing ')'..sos1998-07-021-2/+2
| | | | | | Doesn't anybody TEST code before committing.... This is the X'th time these laste couble of days...
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitimp1998-07-021-2/+2
| | | | | | off_t. This fixed the primitive 'copy protection' that the program I'm using.
* Make sourcer's main program execute in X mode.imp1998-07-011-7/+7
| | | | | | | | o Make the dos emulation treat c: and C: the same way. Sourcer was doing a chdir("c:\\") rather than a chdir("C:\\"); o use drlton() in all places where we used to use -'A' so that we're always case independent. o use drntol() in all places where we used to use + 'A' for similar reasons
* Add support for EMS emulation to doscmd. This requires changing thejlemon1997-09-301-5/+5
| | | | | | | | | 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>
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+805
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud