Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-30 | another hack to avoid leaking dirfd on 'dir *.*' | Javier | 1 | -0/+8 | |
2022-04-30 | improve wildcard handling | Javier | 1 | -9/+33 | |
2022-04-30 | support setting file date/time from dos | Javier | 3 | -1/+167 | |
2022-04-30 | add hack to make filemgr stop leaking dir handles | Javier | 2 | -3/+23 | |
2022-04-30 | save findfirst/findnext state in sdb, support concurrent calls | Javier | 4 | -146/+242 | |
fd xcopy at least uses this. since we don't have a findclose call, we may leak the dir fd if the program does not finish reading the entire directory | |||||
2022-04-27 | make getattr return file_not_found instead of path_not_found | Javier | 1 | -1/+1 | |
borlandC seems to depend on this | |||||
2022-04-27 | refactor: use INTPACKW (always 16-bit) instead of INTPACKX | Javier | 4 | -123/+126 | |
2022-04-27 | fix leaking SFTs on close | Javier | 1 | -0/+7 | |
2022-04-23 | minor readme change | Javier | 1 | -1/+1 | |
2022-04-21 | update readmev0.54 | Javier | 1 | -1/+3 | |
2022-04-20 | implement seek_end fn in vbsf | Javier | 2 | -6/+103 | |
not used from DOS, as far as I can see, but windows may use it | |||||
2022-04-20 | bump to 0.54 | Javier | 1 | -1/+1 | |
2022-04-20 | assume we have a wheel when using vmware, even if we can't detect it | Javier | 1 | -2/+9 | |
this restores wheel support when running under vmware and (unpatched) vkd | |||||
2022-04-20 | bump to v0.53v0.53 | Javier | 2 | -2/+3 | |
2022-04-20 | add back support for using ps/2 bios with 3-byte packets | Javier | 5 | -23/+80 | |
apparently some BIOSes and DOSBox don't support 1-byte streaming mode, and neither does win386 without a special vkd | |||||
2022-04-20 | fix link typo | Javier | 1 | -1/+1 | |
2022-04-20 | bump to 0.52v0.52 | Javier | 2 | -19/+93 | |
2022-04-19 | fix register clobbering in ps2 calls | Javier | 2 | -4/+4 | |
2022-04-19 | handle wheel mouse that does not require knock (i.e. wheelvkd) | Javier | 1 | -2/+14 | |
2022-04-18 | switch mouse driver to always use 1-byte packets from BIOS | Javier | 9 | -109/+118 | |
2022-04-18 | make vbsf less verbose | Javier | 2 | -0/+4 | |
2022-04-18 | in w16driver, change mouse speed for improved dosemu2 compatibility | Javier | 3 | -17/+49 | |
See discussion in https://github.com/dosemu2/dosemu2/issues/1552#issuecomment-1101657149 | |||||
2022-04-18 | hide files larger than 4GiB | Javier | 1 | -5/+28 | |
2022-04-16 | additional readme fixes | Javier | 1 | -1/+3 | |
2022-04-16 | Small readme update | Javier | 1 | -8/+9 | |
2022-04-16 | add .zip download too | Javier | 2 | -1/+10 | |
2022-04-16 | make README point to binaries | Javier | 1 | -2/+4 | |
2022-04-16 | fix wheel on t5710 | Javier | 3 | -12/+51 | |
2022-04-16 | avoid leaking HMA on install error | Javier | 5 | -25/+53 | |
2022-04-16 | license is gplv2+ | Javier | 4 | -618/+321 | |
2022-04-16 | fix negative timezone support | Javier | 4 | -40/+177 | |
2022-04-16 | flesh out README.md | Javier | 5 | -40/+883 | |
2022-04-16 | rename flp image to vbados.flp | Javier | 2 | -7/+9 | |
2022-04-15 | rename some headers for consistency | Javier | 8 | -17/+17 | |
2022-04-15 | add log msgs for non-detection of ps2 wheel | Javier | 3 | -3/+8 | |
2022-04-15 | add rescan option to redo automounts, in case user changes them | Javier | 3 | -8/+31 | |
2022-04-15 | show disk free space (up to 2GB), necessary for filemgr to work | Javier | 3 | -12/+260 | |
2022-04-15 | use different buffer sizes for vbx mouse & sf | Javier | 9 | -70/+161 | |
2022-04-14 | cleanup vbox code | Javier | 7 | -271/+268 | |
2022-04-14 | don't clear last mouse click position once it is read | Javier | 1 | -4/+12 | |
2022-04-14 | add wheel support to win16 mouse driver | Javier | 3 | -9/+165 | |
2022-04-13 | fix sft leak | Javier | 3 | -9/+18 | |
2022-04-13 | fix directory enumeration from a different drive | Javier | 1 | -7/+18 | |
2022-04-13 | add rename support | Javier | 4 | -18/+186 | |
2022-04-12 | getattr and lock | Javier | 4 | -0/+145 | |
2022-04-12 | add file date/time listing support, closeall call | Javier | 10 | -156/+542 | |
2022-04-11 | add missing vbsf headers | Javier | 3 | -0/+57 | |
2022-04-11 | add new virtualbox shared folders client | Javier | 21 | -171/+3304 | |
2022-04-09 | rename source files for consistency | Javier | 8 | -13/+14 | |
2022-04-09 | update README | Javier | 1 | -12/+47 | |