aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
Commit message (Expand)AuthorAgeFilesLines
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-071-4/+4
* The .Nm utilityPhilippe Charnier2002-06-201-4/+6
* Merge bugfixes:Thomas Gellekum2002-05-212-5/+6
* MFC: - better VGA emulationThomas Gellekum2002-04-2554-3426/+4374
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-03-071-0/+740
* MFC: don't check $DISPLAY, use `-x' option.Thomas Gellekum2001-12-041-3/+0
* MFC 1.8 remove MAP_INHERITMatthew Dillon2001-10-071-3/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-08-201-0/+69
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-12/+13
* MFC: as many compiler warning quieting bits as I could stomachDavid E. O'Brien2001-08-0215-105/+103
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-07-252-0/+217
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-17/+17
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-221-3/+0
* MFC: fix another buffer overflow.Thomas Gellekum2001-07-032-6/+12
* MFC: - fix DOS functions 4c, 0a, 51Thomas Gellekum2001-05-256-23/+85
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-5/+5
* MFC: Correct typosKris Kennaway2001-03-042-3/+3
* MFC: r1.5: use queue macro APIKris Kennaway2001-03-041-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-114-7/+11
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-31/+31
* MFC: Install a VGA font for use under X. Doc update.Thomas Gellekum2000-06-303-6/+29
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-06-292-6/+5
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-262-0/+115
* MFC: NO_X knobKris Kennaway2000-03-241-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-15/+24
* 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