index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
doscmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update BIOS time.
tg
2001-05-22
1
-0
/
+11
*
Beautify debugging output.
tg
2001-05-22
1
-2
/
+2
*
Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.
tg
2001-05-22
1
-2
/
+3
*
Silence some debugging output when installing Borland's Turbo C.
tg
2001-05-22
1
-1
/
+14
*
Fix boot order (really try A:, then C:, unless the `boot' option is
tg
2001-05-22
1
-12
/
+32
*
Implement file truncation (DOS function 0x21, sub 0x40).
tg
2001-05-22
1
-4
/
+20
*
Correct typo to get DOS function 0x51 (get PSP) to work.
tg
2001-05-22
1
-1
/
+1
*
DOS function 0x0a (buffered keyboard input) returned immediately.
tg
2001-05-22
1
-1
/
+1
*
Fix DOS function 4c (exit with return code).
tg
2001-05-22
1
-0
/
+1
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-2
/
+2
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+2
*
Use macro API to <sys/queue.h>
phk
2000-12-30
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-0
/
+1
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
4
-7
/
+11
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-19
/
+18
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+3
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-11
/
+10
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+1
*
Fix problems introduced in the previous commit:
sheldonh
2000-06-23
1
-5
/
+4
*
Install a VGA font for the X11 mode. Use a line like
tg
2000-06-23
5
-7
/
+146
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
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
[next]