This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sbin
/
fsck_msdosfs
History
Xin LI
5e8221100a
Use %ju and cast to (uintmax_t) to avoid using PRI* macros.
...
Suggested by: kevlo
2020-09-28 04:30:31 +00:00
..
boot.c
Diff reduction against NetBSD, no functional change.
2020-02-02 20:53:31 +00:00
check.c
Do not overflow when calculating file system size.
2020-04-28 05:10:34 +00:00
dir.c
Use %ju and cast to (uintmax_t) to avoid using PRI* macros.
2020-09-28 04:30:31 +00:00
dosfs.h
…
ext.h
Fix a bug with dirty file system handling.
2020-04-27 02:01:48 +00:00
fat.c
Fix a bug with dirty file system handling.
2020-04-27 02:01:48 +00:00
fsck_msdosfs.8
fsck_msdosfs.8: document -M.
2020-01-07 04:33:14 +00:00
main.c
…
Makefile
Use humanize_number to format available and bad space sizes.
2020-02-10 04:16:41 +00:00
Makefile.depend
…