Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-12 | define IN_TSR macro in all tsr files | Javier | 4 | -5/+4 | |
2022-06-12 | import nls tables | Javier | 17 | -0/+0 | |
2022-06-12 | Fix mount when folder names contain utf8 chars | Eduardo Casino | 1 | -1/+3 | |
2022-06-12 | Fix hash short names when host file system is case sensitive | Eduardo Casino | 3 | -5/+12 | |
2022-06-12 | Do not uppercase volume names | Eduardo Casino | 2 | -7/+9 | |
2022-06-12 | Add support for hash-generated short file names | Eduardo Casino | 6 | -63/+573 | |
2022-06-12 | Truncate file to current position when writing 0 bytes | Eduardo Casino | 1 | -4/+21 | |
2022-06-12 | Fix vbox_shfl_set_file_size() | Eduardo Casino | 1 | -1/+1 | |
2022-05-23 | Fix find_first when search attr are 0 | Eduardo Casino | 1 | -8/+0 | |
2022-05-23 | Add support for windows host short file names | Eduardo Casino | 5 | -76/+162 | |
2022-05-22 | Fix automount when mount point is empty | Eduardo Casino | 1 | -1/+1 | |
2022-05-08 | Add unicode and NLS support | Eduardo Casino | 5 | -28/+449 | |
2022-05-06 | no close needed for chdir/getattr which are lookups | Javier | 1 | -6/+4 | |
2022-05-06 | Fix mkdir, chdir, getattr and setattr | Eduardo Casino | 1 | -2/+7 | |
2022-05-01 | make setattr fail silentlyv0.56 | Javier | 1 | -5/+5 | |
2022-04-30 | bump to 0.56 | Javier | 2 | -2/+5 | |
2022-04-30 | refactor: switch debug log to a more convenient printf-like API | Javier | 8 | -390/+318 | |
2022-04-30 | another hack to avoid dir fd leaking | Javier | 2 | -1/+22 | |
2022-04-30 | workaround for programs that do not call full mouse reset | Javier | 1 | -0/+4 | |
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 | |