| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
|
| |
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
| |
- add $FreeBSD$;
- remove unused variables;
- add missing headers and prototypes;
- -Wshadow.
|
|
|
|
|
| |
Submitted by: Parag Patel
PR: bin/8486
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
a group of dos emulator developers.
Submitted by: Jonathan Lemon <jlemon@americantv.com>
Obtained from: BSDI
|