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
/
dos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence some more warnings, mostly from `-W -Wwrite-strings'.
tg
2001-08-08
1
-4
/
+4
*
Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.
tg
2001-08-07
1
-2
/
+0
*
Fix warnings from `-Wmissing-prototypes'. Staticize.
tg
2001-08-03
1
-4
/
+4
*
Mark debug() and fatal() as __printflike() and fix resulting warnings.
tg
2001-07-31
1
-4
/
+4
*
Clean up the code a bit:
tg
2001-07-24
1
-32
/
+31
*
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: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-2
/
+3
*
Unbreak doscmd after the sigset_t change:
marcel
1999-09-29
1
-35
/
+35
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
1
-1
/
+21
*
o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bit
imp
1998-07-02
1
-2
/
+2
*
Make sourcer's main program execute in X mode.
imp
1998-07-01
1
-2
/
+2
*
Add our doscmd to the tree. This is a result of work from BSDI, and
dyson
1997-08-09
1
-0
/
+2508