summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
Commit message (Collapse)AuthorAgeFilesLines
...
* Update BIOS time.tg2001-05-221-0/+11
| | | | Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
* Beautify debugging output.tg2001-05-221-2/+2
|
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.tg2001-05-221-2/+3
|
* Silence some debugging output when installing Borland's Turbo C.tg2001-05-221-1/+14
|
* Fix boot order (really try A:, then C:, unless the `boot' option istg2001-05-221-12/+32
| | | | specified in .doscmdrc).
* Implement file truncation (DOS function 0x21, sub 0x40).tg2001-05-221-4/+20
| | | | | PR: 20925 Submitted by: Tatsuya Kudoh <cdr@cosmonet.org>
* Correct typo to get DOS function 0x51 (get PSP) to work.tg2001-05-221-1/+1
| | | | | PR: 15547 Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
* DOS function 0x0a (buffered keyboard input) returned immediately.tg2001-05-221-1/+1
| | | | | PR: 15531 Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
* Fix DOS function 4c (exit with return code).tg2001-05-221-0/+1
| | | | | PR: 15528 Submitted by: Atushi Sakauchi <sakauchi@yamame.to>
* Fix typo: compatability -> compatibility.asmodai2001-02-061-2/+2
| | | | Compatability is not an existing english word.
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
|
* Use macro API to <sys/queue.h>phk2000-12-301-1/+1
| | | | | Submitted by: "Jason" <jsmethers@pdq.net> Reviewed by: /sbin/md5
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-094-7/+11
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-19/+18
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-11/+10
|
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Fix problems introduced in the previous commit:sheldonh2000-06-231-5/+4
| | | | | | | | | * Do not use explicit paragraphing (Pp) to separate list items. * Do not use semi-colons to punctuate list items; the use or periods eases maintenance. * Do not mark up external shell commands as internal commands (Ic). * Do not introduce new hard sentence breaks.
* Install a VGA font for the X11 mode. Use a line liketg2000-06-235-7/+146
| | | | | | | | | xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Oops, revert previous commitkris2000-05-071-2/+2
|
* Update device references.kris2000-05-073-8/+7
|
* Remove reference to bsd2dos command, refer to fconv and similar.nik2000-04-301-3/+3
| | | | | PR: docs/17101 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Add and document a NO_X knob to force disabling of X support in doscmdkris2000-03-191-2/+2
| | | | Requested by: sysop@silver.komanda.com.ua
* Don't build with X support if DESTDIR is defined. This preventsmarcel2000-01-051-21/+18
| | | | | | | | breaking a cross-build caused by taking the X libraries on the build machine. In general this means that we never compile with X support. The user has to manually compile doscmd for that. Suggested by: bde, imp (among others)
* Fix the case where there's no path and doscmd defaults it to C:\marcel1999-11-121-1/+1
|
* Make sigreturn() work properly by zeroing mc_onstack like Bruce suggested.jhay1999-11-082-2/+3
| | | | Restore dos_makepath() functionality to pre r1.5 days.
* Allow in/out to work in DOS programs.imp1999-10-135-3/+94
| | | | | Submitted by: Parag Patel PR: bin/8486
* Default to no backspace/delete swapping.imp1999-10-131-1/+2
| | | | | | | | | | Add a title "DOS" to the X window. Submitted by: Parag Patel <parag@cgt.com> PR: bin/8486 Note: The pr was closed a long time ago when the original patch was applied, rather than the amended one.
* Fix one (of the many) buffer overflows in doscmd.imp1999-10-121-1/+2
|
* Fix the breakage of doscmd that was caused by the rebirthmarcel1999-10-083-3/+4
| | | | | | | of sigcontext and the change in mcontext_t. Partial fix submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>`
* Unbreak doscmd after the sigset_t change:marcel1999-09-2920-263/+224
| | | | | | | | | | | | 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-2852-52/+52
|
* Use our floppy device names rather than BSD/OS's.obrien1999-08-132-3/+5
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Break lines to be < 80 chars. This has been done only to that file incracauer1999-07-071-16/+25
| | | | | | | | | | doscmd that was affected by the SA_SIGINFO changes (which made many lines longer). This application is in need for general code reformatting and warning fixes. Submitted by: Warner Losh <imp@village.org>
* Update to new struct sigcontext after SA_SIGINFO changescracauer1999-07-064-18/+20
|
* X11 include directory may not actually contain any header file, check forluoqi1999-04-171-2/+2
| | | | a specific one (X11/X.h).
* Disable setgid kmem for now.imp1999-03-161-2/+2
|
* Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead ofbde1999-02-171-5/+5
| | | | | | | `ld ... <fudged ${LDFLAGS}>' to invoke the linker. This gets the flags and standard library paths right without complications. Unfortunately, it doesn't help for the X11 library paths -- cc only appends /aout for standard library paths.
* Look for aout X libraries at the right place.luoqi1999-02-161-4/+10
|
* Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel,bde1999-02-151-2/+2
| | | | | | since it means -s (strip), and static linkage is forced correctly anyway. Other things in ${LDFLAGS} are still bogusly passed to ld. This only affects the aout case.
* Use the new variable NEED_LIBNAMES instead of includingjdp1999-01-221-2/+2
| | | | <bsd.libnames.mk> explicitly.
* 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>
* Fix typos.jkoshy1998-10-131-5/+5
| | | | | PR: 8216 Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
* ELFize. In fact, doscmd is ELF natural -- there is no need for a loaderluoqi1998-09-242-3/+27
| | | | | since ELF executables are loaded well above the low memory region that DOS operates in.
* Change doscmd to use i386_set_ioperm() call instead of sysarch().jlemon1998-07-281-19/+11
|
OpenPOWER on IntegriCloud