| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Oops, revert previous commit | kris | 2000-05-07 | 1 | -2/+2 |
* | Update device references. | kris | 2000-05-07 | 3 | -8/+7 |
* | Remove reference to bsd2dos command, refer to fconv and similar. | nik | 2000-04-30 | 1 | -3/+3 |
* | Add and document a NO_X knob to force disabling of X support in doscmd | kris | 2000-03-19 | 1 | -2/+2 |
* | Don't build with X support if DESTDIR is defined. This prevents | marcel | 2000-01-05 | 1 | -21/+18 |
* | Fix the case where there's no path and doscmd defaults it to C:\ | marcel | 1999-11-12 | 1 | -1/+1 |
* | Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested. | jhay | 1999-11-08 | 2 | -2/+3 |
* | Allow in/out to work in DOS programs. | imp | 1999-10-13 | 5 | -3/+94 |
* | Default to no backspace/delete swapping. | imp | 1999-10-13 | 1 | -1/+2 |
* | Fix one (of the many) buffer overflows in doscmd. | imp | 1999-10-12 | 1 | -1/+2 |
* | Fix the breakage of doscmd that was caused by the rebirth | marcel | 1999-10-08 | 3 | -3/+4 |
* | Unbreak doscmd after the sigset_t change: | marcel | 1999-09-29 | 20 | -263/+224 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 52 | -52/+52 |
* | Use our floppy device names rather than BSD/OS's. | obrien | 1999-08-13 | 2 | -3/+5 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Break lines to be < 80 chars. This has been done only to that file in | cracauer | 1999-07-07 | 1 | -16/+25 |
* | Update to new struct sigcontext after SA_SIGINFO changes | cracauer | 1999-07-06 | 4 | -18/+20 |
* | X11 include directory may not actually contain any header file, check for | luoqi | 1999-04-17 | 1 | -2/+2 |
* | Disable setgid kmem for now. | imp | 1999-03-16 | 1 | -2/+2 |
* | Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead of | bde | 1999-02-17 | 1 | -5/+5 |
* | Look for aout X libraries at the right place. | luoqi | 1999-02-16 | 1 | -4/+10 |
* | Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel, | bde | 1999-02-15 | 1 | -2/+2 |
* | Use the new variable NEED_LIBNAMES instead of including | jdp | 1999-01-22 | 1 | -2/+2 |
* | Add support for accessing ports. This was done to access parallel | imp | 1999-01-20 | 1 | -4/+19 |
* | Fix typos. | jkoshy | 1998-10-13 | 1 | -5/+5 |
* | ELFize. In fact, doscmd is ELF natural -- there is no need for a loader | luoqi | 1998-09-24 | 2 | -3/+27 |
* | Change doscmd to use i386_set_ioperm() call instead of sysarch(). | jlemon | 1998-07-28 | 1 | -19/+11 |
* | o for unknown int21 functions, set the CY bit to indicate failure | imp | 1998-07-17 | 1 | -2/+34 |
* | o remove -f from doscmd man page, as it is not implemented. | imp | 1998-07-16 | 4 | -14/+25 |
* | Add missing ')'.. | sos | 1998-07-02 | 1 | -2/+2 |
* | o Be more careful about using sprintf and strcpy. | imp | 1998-07-02 | 2 | -9/+10 |
* | o typo: will -> with | imp | 1998-07-02 | 1 | -1/+1 |
* | o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bit | imp | 1998-07-02 | 2 | -4/+4 |
* | Kill printf accidentally committed | imp | 1998-07-01 | 1 | -3/+1 |
* | Make sourcer's main program execute in X mode. | imp | 1998-07-01 | 7 | -61/+49 |
* | Implement int 2f ax=1600, which is, according to the Interrupt List, | imp | 1998-06-30 | 1 | -1/+5 |
* | Don't assume that time_t is long. | bde | 1998-06-29 | 2 | -8/+16 |
* | Fixed double slashes in pathnames. | bde | 1998-05-31 | 1 | -3/+3 |
* | ELF preparation step 2: | sos | 1998-05-26 | 1 | -3/+3 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -4/+3 |
* | Honour -static in LDFLAGS. | bde | 1998-03-21 | 1 | -9/+8 |
* | Don't assume sigset_t and int are equivalent. | jraynard | 1998-02-28 | 2 | -4/+6 |
* | Don't claim XMS isn't implemented (it is). | msmith | 1998-02-26 | 2 | -1/+17 |
* | Add Back-Tab functionality. (Ie. shift-tab) | msmith | 1998-02-22 | 1 | -2/+3 |
* | Printers under FreeBSD are /dev/lpt* | msmith | 1998-01-22 | 1 | -2/+2 |
* | Fix DOS keyboard handling to use standard pointer addresses instead of | jlemon | 1998-01-21 | 1 | -11/+19 |
* | Fixed DPADD. ${LIBGCC} must be added explicitly since the default | bde | 1997-12-16 | 1 | -13/+22 |
* | Add support for EMS emulation to doscmd. This requires changing the | jlemon | 1997-09-30 | 19 | -301/+2757 |
* | Make X11 support in doscmd dependent on the actual libX11.a library and | jlemon | 1997-08-28 | 1 | -2/+2 |
* | Clean up Makefile, make compiling in X support dependent on ${X11BASE}. | jlemon | 1997-08-18 | 1 | -26/+14 |