aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* Fix problems introduced in the previous commit:Sheldon Hearn2000-06-231-5/+4
* Install a VGA font for the X11 mode. Use a line likeThomas Gellekum2000-06-235-7/+146
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Oops, revert previous commitKris Kennaway2000-05-071-2/+2
* Update device references.Kris Kennaway2000-05-073-8/+7
* Remove reference to bsd2dos command, refer to fconv and similar.Nik Clayton2000-04-301-3/+3
* Add and document a NO_X knob to force disabling of X support in doscmdKris Kennaway2000-03-191-2/+2
* Don't build with X support if DESTDIR is defined. This preventsMarcel Moolenaar2000-01-051-21/+18
* Fix the case where there's no path and doscmd defaults it to C:\Marcel Moolenaar1999-11-121-1/+1
* Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested.John Hay1999-11-082-2/+3
* Allow in/out to work in DOS programs.Warner Losh1999-10-135-3/+94
* Default to no backspace/delete swapping.Warner Losh1999-10-131-1/+2
* Fix one (of the many) buffer overflows in doscmd.Warner Losh1999-10-121-1/+2
* Fix the breakage of doscmd that was caused by the rebirthMarcel Moolenaar1999-10-083-3/+4
* Unbreak doscmd after the sigset_t change:Marcel Moolenaar1999-09-2920-263/+224
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2852-52/+52
* Use our floppy device names rather than BSD/OS's.David E. O'Brien1999-08-132-3/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Break lines to be < 80 chars. This has been done only to that file inMartin Cracauer1999-07-071-16/+25
* Update to new struct sigcontext after SA_SIGINFO changesMartin Cracauer1999-07-064-18/+20
* X11 include directory may not actually contain any header file, check forLuoqi Chen1999-04-171-2/+2
* Disable setgid kmem for now.Warner Losh1999-03-161-2/+2
* Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead ofBruce Evans1999-02-171-5/+5
* Look for aout X libraries at the right place.Luoqi Chen1999-02-161-4/+10
* Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel,Bruce Evans1999-02-151-2/+2
* Use the new variable NEED_LIBNAMES instead of includingJohn Polstra1999-01-221-2/+2
* Add support for accessing ports. This was done to access parallelWarner Losh1999-01-201-4/+19
* Fix typos.Joseph Koshy1998-10-131-5/+5
* ELFize. In fact, doscmd is ELF natural -- there is no need for a loaderLuoqi Chen1998-09-242-3/+27
* Change doscmd to use i386_set_ioperm() call instead of sysarch().Jonathan Lemon1998-07-281-19/+11
* o for unknown int21 functions, set the CY bit to indicate failureWarner Losh1998-07-171-2/+34
* o remove -f from doscmd man page, as it is not implemented.Warner Losh1998-07-164-14/+25
* Add missing ')'..Søren Schmidt1998-07-021-2/+2
* o Be more careful about using sprintf and strcpy.Warner Losh1998-07-022-9/+10
* o typo: will -> withWarner Losh1998-07-021-1/+1
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitWarner Losh1998-07-022-4/+4
* Kill printf accidentally committedWarner Losh1998-07-011-3/+1
* Make sourcer's main program execute in X mode.Warner Losh1998-07-017-61/+49
* Implement int 2f ax=1600, which is, according to the Interrupt List,Warner Losh1998-06-301-1/+5
* Don't assume that time_t is long.Bruce Evans1998-06-292-8/+16
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-3/+3
* ELF preparation step 2:Søren Schmidt1998-05-261-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+3
* Honour -static in LDFLAGS.Bruce Evans1998-03-211-9/+8
* Don't assume sigset_t and int are equivalent.James Raynard1998-02-282-4/+6
* Don't claim XMS isn't implemented (it is).Mike Smith1998-02-262-1/+17
* Add Back-Tab functionality. (Ie. shift-tab)Mike Smith1998-02-221-2/+3
* Printers under FreeBSD are /dev/lpt*Mike Smith1998-01-221-2/+2
* Fix DOS keyboard handling to use standard pointer addresses instead ofJonathan Lemon1998-01-211-11/+19