aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume sigset_t and int are equivalent.James Raynard1998-02-282-4/+6
| | | | Notes: svn path=/head/; revision=33925
* Don't claim XMS isn't implemented (it is).Mike Smith1998-02-262-1/+17
| | | | | | | | Attempt to explain the "X11 support not compiled in" diagnostic. Submitted by: philip@rmit.edu.au (Philip Musumeci) Notes: svn path=/head/; revision=33849
* Add Back-Tab functionality. (Ie. shift-tab)Mike Smith1998-02-221-2/+3
| | | | | | | Submitted by: Randall Hopper <rhh@ct.picker.com> Notes: svn path=/head/; revision=33752
* Printers under FreeBSD are /dev/lpt*Mike Smith1998-01-221-2/+2
| | | | Notes: svn path=/head/; revision=32690
* Fix DOS keyboard handling to use standard pointer addresses instead ofJonathan Lemon1998-01-211-11/+19
| | | | | | | | an index into a private array. Submitted by: Randall Hopper <rhh@ct.picker.com> Notes: svn path=/head/; revision=32686
* Fixed DPADD. ${LIBGCC} must be added explicitly since the defaultBruce Evans1997-12-161-13/+22
| | | | | | | | | | | | | | | | | | | | | linkage rule is overridden. The -L option must be in ${DPADD} so that `make checkdpadd' works. Actually use ${DPADD}. FIxed missing dependencies for doscmd. Use ${LIBCRT0} instead of a hard-coded path in the rule for doscmd. Added comments about the kludges used to build 2 binaries and 2 data files in one directory. It shouldn't be done this way. The dependencies on sources took extra work to get right, and the dependencies on objects are still broken (one set is missing and the other has the wrong libs). Fixed some style bugs while I'm here: - don't override the (correct) default for MAN1. - use `beforeinstall', not `afterinstall' to install auxiliary files. `afterinstall' is for fixing messes made by `install'. Notes: svn path=/head/; revision=31776
* Add support for EMS emulation to doscmd. This requires changing theJonathan Lemon1997-09-3019-301/+2757
| | | | | | | | | | | | interface for callbacks to doscmd from DOS, obsoleting the instbsdi redirector. (redir.com replaces it) A temporary hack is in place so the instbsdi program will (hopefully) work in the short term. Submitted by: Helmut F. Wirth <hfwirth@ping.at> Notes: svn path=/head/; revision=30016
* Make X11 support in doscmd dependent on the actual libX11.a library andJonathan Lemon1997-08-281-2/+2
| | | | | | | | | include directory, rather than X11BASE. This fixes the build for people who only have the shared X11 distribution installed. Requested-by: A Joseph Koshy <koshy@india.hp.com> Notes: svn path=/head/; revision=28876
* Clean up Makefile, make compiling in X support dependent on ${X11BASE}.Jonathan Lemon1997-08-181-26/+14
| | | | Notes: svn path=/head/; revision=28378
* Enable the use of keypad cursor motion keys.Jonathan Lemon1997-08-161-3/+14
| | | | | | | Submitted by: John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=28245
* Add support for XMS memory to doscmd.Jonathan Lemon1997-08-157-68/+1193
| | | | | | | Submitted by: Helmut F. Wirth <hfwirth@ping.at> Notes: svn path=/head/; revision=28243
* Cleanup and use /usr/libdata/doscmd nowAndrey A. Chernov1997-08-121-8/+6
| | | | Notes: svn path=/head/; revision=28109
* Build instbsdi.exe in obj directory (make world stopper)Andrey A. Chernov1997-08-091-4/+4
| | | | Notes: svn path=/head/; revision=28024
* Add a valuable binary that enables I/O to U**X mounted disks.John Dyson1997-08-092-1/+176
| | | | Notes: svn path=/head/; revision=28008
* Commit the manpage for doscmd.John Dyson1997-08-091-0/+705
| | | | | | | | Submitted by: Jonathon Lemon <jlemon@americantv.com> Obtained from: BSDI Notes: svn path=/head/; revision=28007
* Add the makefile for doscmd.John Dyson1997-08-091-0/+61
| | | | Notes: svn path=/head/; revision=28001
* Add our doscmd to the tree. This is a result of work from BSDI, andJohn Dyson1997-08-0953-0/+18766
a group of dos emulator developers. Submitted by: Jonathan Lemon <jlemon@americantv.com> Obtained from: BSDI Notes: svn path=/head/; revision=27999