summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/port.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove doscmd from the base system now that it lives in the ports tree.des2004-03-231-444/+0
|
* "inline" fixing. Replace "inline" with "__inline" to make more BSDmarkm2002-07-191-11/+19
| | | | | | standard (and easier to define away with support in cdefs.h). Also convert two function-like macros to static inline functions for lint and the debugger.
* Update FreeBSD SCM IDs.obrien2002-03-071-2/+3
|
* WARNS=2 fixupmarkm2001-12-021-4/+4
|
* Clean up the code a bit:tg2001-07-241-4/+4
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Allow in/out to work in DOS programs.imp1999-10-131-0/+15
| | | | | Submitted by: Parag Patel PR: bin/8486
* Unbreak doscmd after the sigset_t change:marcel1999-09-291-6/+6
| | | | | | | | | | | | 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
|
* Add support for accessing ports. This was done to access parallelimp1999-01-201-4/+19
| | | | | | ports, but should work for others as well. Submitted by: Parag Patel <parag@cgt.com>
* Add our doscmd to the tree. This is a result of work from BSDI, anddyson1997-08-091-0/+405
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI
OpenPOWER on IntegriCloud