summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/AsyncIO.c
Commit message (Collapse)AuthorAgeFilesLines
* - First shot at PIC emulation;tg2001-10-021-170/+84
| | | | | | | | - better 8250 emulation; - fake vertical retrace bit in Input Status #1 register (this was lost in the VGA emu rewrite). Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-071-9/+9
|
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-2/+2
|
* Clean up the code a bit:tg2001-07-241-8/+9
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-1/+4
| | | | | | | | | | | | 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 :-).
* Update to new struct sigcontext after SA_SIGINFO changescracauer1999-07-061-1/+2
|
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+342
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud