| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=127340
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91805
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81605
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81282
|
| |
|
|
| |
Notes:
svn path=/head/; revision=80727
|
| |
|
|
|
|
|
|
|
|
| |
- add $FreeBSD$;
- remove unused variables;
- add missing headers and prototypes;
- -Wshadow.
Notes:
svn path=/head/; revision=80279
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 :-).
Notes:
svn path=/head/; revision=51798
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
a group of dos emulator developers.
Submitted by: Jonathan Lemon <jlemon@americantv.com>
Obtained from: BSDI
Notes:
svn path=/head/; revision=27999
|