登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
5
Star
0
Fork
13
src-openEuler
/
mtools
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
19
Upgrade package to 4.0.40
已合并
YukariChiba:master
src-openEuler:master
YukariChiba
创建于 2022-07-01 14:14
克隆/下载
HTTPS
SSH
复制
下载 Email Patch
下载 Diff 文件
``` v4_0_40 - Remove libbsd dependency - Better compatibility with legacy platforms such as AT&T UnixPC - Upgraded to autoconf 2.71 v4_0_39 - Rename strtoi to strosi (string to signed int). The strtoi function on BSD does something else (returns an intmax, not an int) v4_0_38 - Make sure case byte is cleared when making the special directory entries "." and ".." v4_0_37 - Removed mclasserase commands, which doesn't fit the coding structure of the rest of mtools - Add support to -i option to mcd - Document -i in mtools.1 - Fix a missing command error in floppyd_io.c v4_0_36 - Fix error status of recursive listing of empty root directory - If recursive listing, also show matched files at level one - Use "seekless" reads & write internally, where possible - Text mode conversion refactoring - Misc refactoring v4_0_35 - Fix cluster padding at end of file in batch mode, and add comments about what happens here v4_0_34 - Fix mcopy -s issue v4_0_33 - Fix support for partitions (broken in 4.0.30) - Portability fixes for Solaris 10 and 11 - General simplification of configure script, and largefile handling - Tested and fixed for platforms *without* largefile support - In cases where lseek works with 32-bit offsets, prefer lseek64 over llseek - Fixed floppy sector size handling on platforms that are not Linux - Added support for image files on command line to mcat v4_0_32 - Simplify algorithm that choses filesystem parameters for format, and align it more closely with what Win7 does - Fix mformatting XDF when XDF not explicitly specified on mformat command line - easier way to enter sizes on mformat command line (mformat -C -T 1440K) - For small sizes, mformat assumes floppy geometries (heads 1 or 2, tracks 40 or 80) - Handle attempts to mformat too small filesystems more gracefully - Enable minfo to print out additional mformat command line parameters, if the present filesystem uses non-default values for these - minfo no longer prints bigsect if smallsect is set - for remap filter, error when trying to write non-zero data to unmapped sectors - Fix misc compilation warnings occuring when disabling certain features (largefiles, raw-term) v4_0_31 - Move Linux-specific block device sizing code into linux-specific section of devices.c - Error messages for all failure cases on fs_init failure - Fix compilation without XDF support (OpenImage signature) - Fix polarity of format_xdf command-line parameter of mformat - In XDF_IO retry enough times to actually succeed, even if FDC was in a bad state before - Remove useless buffer flushing triggered when giving up a reference to a stream node that is still referenced elsewhere. - Clearer error message if neither size nor geometry of drive to be mformatted is known - In mformat, make Fs dynamically allocated rather than on-stack, so as to be able to use utilities supplied by stream.c - Remove duplicate writing of backup boot sector - Allow to infer geometry if only size is specified - Protect against attempt to create zero-sized buffer - Code simplification in mattrib - Remove dead code in mpartition v4_0_30 - Fixed XDF floppy disk access - Fixed faulty behavior at end of image in mcat - Device/Image size handling refactoring - allow remap to write to zero-backed sectors (may happen if buffer is flushed, and is not an error in that case) - Raise an error when trying to mcopy multiple source files over a single destination file (rather than directory) - fix handling of "hidden" sectors (is a 2 byte quantity on small disks, not 4 byte as previously assumed) - Modernize partition support. Tuned consistency check to actually check about important issues (such as overlapping partitions) rather than stuff nobody else cares about (alignment on entire cylinder boundaries) - Move various "filter" options (partition, offset, swap, scsi) into separate classes, rather than leaving almost everything in plain_io - Simplify and centralize geometry handling and LBA code - Fix some more more compiler warnings v4_0_29 - Fix bug in cluster preallocation, which was accidentally introduced by compiler warning "fixes" from v4_0_28 v4_0_28 - Support remapping of data (for not-quite linear floppy image files) - Re-open floppy devices read-write if geometry parameters need to be changed - relax consistency checks in mpartition (partitions created by current fdisk would almost never pass these checks) - Fix some compiler warnings v4_0_27 - Fix type error in calls to iconv functions ```
怎样手动合并此 Pull Request
git checkout master
git pull https://gitee.com/YukariChiba/mtools.git master
git push origin master
评论
23
提交
1
文件
3
检查
代码问题
0
批量操作
展开设置
折叠设置
审查
Code Owner
审查人员
liuzhiqiang
liuzhiqiang26
linfeilong835
volcanodragon
louhongxiang
louhongxiang
swf504
swf504
刘波
liubo254
kouwq
kouwq
未设置
最少人数
0
测试
liuzhiqiang
liuzhiqiang26
linfeilong835
volcanodragon
louhongxiang
louhongxiang
swf504
swf504
刘波
liubo254
kouwq
kouwq
未设置
最少人数
0
优先级
不指定
严重
主要
次要
不重要
标签
openeuler-cla/yes
lgtm
approved
ci_successful
sig/Storage
关联 Issue
未关联
Pull Request 合并后将关闭上述关联 Issue
里程碑
未关联里程碑
参与者
(4)
1
https://gitee.com/src-openeuler/mtools.git
git@gitee.com:src-openeuler/mtools.git
src-openeuler
mtools
mtools
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册