summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/int13.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 fixupmarkm2001-12-021-1/+1
|
* Minor cleanup, no functional changes:tg2001-10-121-7/+14
| | | | | | - Add/change some comments, - remove superfluous `if (1||x)' and re-indent, - fix initialization of floppyinfo[] to get rid of warning.
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-311-2/+1
|
* Clean up the code a bit:tg2001-07-241-6/+9
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.tg2001-05-221-2/+3
|
* 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
|
* Make sourcer's main program execute in X mode.imp1998-07-011-10/+9
| | | | | | | | 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 our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+873
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud