Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the breakage of doscmd that was caused by the rebirth | marcel | 1999-10-08 | 1 | -1/+1 |
| | | | | | | | of sigcontext and the change in mcontext_t. Partial fix submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>` | ||||
* | Unbreak doscmd after the sigset_t change: | marcel | 1999-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | 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$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Update to new struct sigcontext after SA_SIGINFO changes | cracauer | 1999-07-06 | 1 | -3/+3 |
| | |||||
* | Don't assume sigset_t and int are equivalent. | jraynard | 1998-02-28 | 1 | -2/+4 |
| | |||||
* | Add our doscmd to the tree. This is a result of work from BSDI, and | dyson | 1997-08-09 | 1 | -0/+114 |
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI |