index
:
dos/virtio9p.git
master
WIP: virtio-9p client for DOS
H. Peter Anvin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a (barely) working open function (no create yet)
HEAD
master
H. Peter Anvin
2013-03-22
3
-6
/
+60
*
Common skeleton for the various open variants
H. Peter Anvin
2013-03-22
4
-28
/
+92
*
pathname: save/restore %si
H. Peter Anvin
2013-03-21
1
-0
/
+2
*
readdir: add some debugging statements
H. Peter Anvin
2013-03-21
1
-0
/
+16
*
Generalize pathname parsing functions
H. Peter Anvin
2013-03-21
4
-19
/
+74
*
Switch from CDS_DPBPTR to CDS_USERVAL
H. Peter Anvin
2013-03-21
2
-2
/
+12
*
Provide a working chdir function
H. Peter Anvin
2013-03-21
4
-5
/
+50
*
Restore the qualify function for testing
H. Peter Anvin
2013-03-18
3
-0
/
+26
*
start.asm: smsw for testing PM, not lmsw
H. Peter Anvin
2013-03-18
1
-1
/
+1
*
printmsg: be more flexible with segments for the debugging functions
H. Peter Anvin
2013-03-17
1
-23
/
+47
*
Check if we are in PM before poking around for VDS
H. Peter Anvin
2013-03-17
1
-0
/
+4
*
Cleaner way to handle the relocation code
H. Peter Anvin
2013-03-17
2
-12
/
+17
*
Include a mask of non-permitted filename characters
H. Peter Anvin
2013-03-17
1
-5
/
+24
*
readdir: return volume label
H. Peter Anvin
2013-03-17
1
-0
/
+27
*
Move findfirst/findnext to a separate file
H. Peter Anvin
2013-03-17
3
-21
/
+52
*
Move the diskspace function to a separate file
H. Peter Anvin
2013-03-17
3
-158
/
+193
*
Fix the corner cases in diskspc, it is now functional...
H. Peter Anvin
2013-03-17
1
-8
/
+12
*
Make the diskspace function work, at least for small filesystems
H. Peter Anvin
2013-03-17
1
-7
/
+46
*
message.asm: on exit, point %di to payload
H. Peter Anvin
2013-03-17
1
-2
/
+18
*
Diskspace function which actually seems to work...
H. Peter Anvin
2013-03-17
8
-34
/
+100
*
printmsg.asm: add support for 2-digit hex debug messages
H. Peter Anvin
2013-03-17
1
-6
/
+18
*
start.asm: Correct the sending of the mount tag
H. Peter Anvin
2013-03-17
1
-2
/
+2
*
Add freespace function, and trivial error returns for findfirst/next
H. Peter Anvin
2013-03-17
1
-3
/
+101
*
start: Just put the volume label in a space-initialized buffer
H. Peter Anvin
2013-03-09
1
-7
/
+8
*
protomsg: fix typo
H. Peter Anvin
2013-03-06
1
-1
/
+1
*
int2f: fix dispatch
H. Peter Anvin
2013-03-06
1
-7
/
+26
*
Fix CDS-based accept handling
H. Peter Anvin
2013-03-06
2
-4
/
+25
*
Add facility for printing debug messages
H. Peter Anvin
2013-03-06
3
-1
/
+155
*
Use procedure start/end macros
H. Peter Anvin
2013-03-05
11
-222
/
+115
*
cp: Add missing UnicodeData and gensubset.pl files
H. Peter Anvin
2013-03-04
2
-0
/
+1009
*
v9fs.h: use .asciz instead of .ascii + .byte 0
H. Peter Anvin
2013-03-04
1
-4
/
+2
*
Rename *.S to *.asm to support case-insensitive filesystems
H. Peter Anvin
2013-03-04
12
-4
/
+4
*
Add -*- asm -*- tags for emacs' benefit
H. Peter Anvin
2013-03-04
12
-12
/
+12
*
start: save mount tag in codepage to use as volume label
H. Peter Anvin
2013-03-04
1
-2
/
+16
*
Split out yet another set of fields in the SDA
H. Peter Anvin
2013-03-02
3
-11
/
+26
*
Minor cleanups
H. Peter Anvin
2013-03-02
2
-5
/
+8
*
Change to using symbolic offsets into DOS data structures
H. Peter Anvin
2013-03-02
3
-11
/
+11
*
v9fs: add symbolic names for various DOS field offsets
H. Peter Anvin
2013-03-02
1
-0
/
+46
*
Add MIT license headers
H. Peter Anvin
2013-03-02
13
-1
/
+350
*
Code to generate a walk message; errno constants
H. Peter Anvin
2013-02-26
4
-1
/
+235
*
utf.S: source is fs:si
H. Peter Anvin
2013-02-26
1
-4
/
+4
*
start: set the filename offset in CDS
H. Peter Anvin
2013-02-25
1
-0
/
+1
*
utf.S: use the DOS filename upper case table correctly
H. Peter Anvin
2013-02-25
1
-1
/
+7
*
start.S: add a bunch of missing labels
H. Peter Anvin
2013-02-25
1
-5
/
+11
*
utf: proper conversions to and from Unicode, including case
H. Peter Anvin
2013-02-25
1
-1
/
+81
*
checkpoint: cp-to-utf conversion now includes case conversion
H. Peter Anvin
2013-02-25
3
-41
/
+236
*
datetime: fix register names to silence gas warning
H. Peter Anvin
2013-02-25
1
-2
/
+2
*
datetime: shave a few more bytes by using the AAM instruction
H. Peter Anvin
2013-02-25
1
-5
/
+5
*
Rename acc_other to acc_cds
H. Peter Anvin
2013-02-24
2
-17
/
+17
*
acc.S: complete the accept test functions
H. Peter Anvin
2013-02-24
2
-9
/
+54
[next]