File history
Tracking elks/tools/mfsck/mfsck.c
| Commit | Author | Date | Message |
|---|---|---|---|
90f9ad1e20e9dede5bd11da415381c8dc507dda | Chuck Coffing | 2023-07-29 | Fix various dead store & unused warnings; saves a few bytes |
be7230880b2785e1039fb4a94998f862a23f317 | Greg Haerr | 2023-08-26 | [cmds] Update fsck to work with max size 64Mb HD, enhance verbose output |
283a22601eb1f3d7e15c391a88ed35967268a69 | Greg Haerr | 2020-03-10 | [minix] Fix Minix umount super block unchecked flag, add new debug mechanism |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
5067bd4fe82615467fc4e3295902b9d3e3156e4 | Jody Bruchon | 2020-03-09 | elks: automated cleanup around the == operator |
43a63eb0e78f6296c9b009df714324bc02095ca | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `elks/` |
3245556e4315de4b35d704291fc6372993b8713 | Jody Bruchon | 2020-03-04 | [minix] Fix buffer problems and filesystem check status in MINIX filesystem (#408) |
e90ee2221d1303964859843847da4d9e7a8369d | Greg Haerr | 2019-04-29 | Proof of concept to replace sudo mount/umount ELKS disk image with portable userland tools Added elks/elks/tools/mfs - Minix filesystem manipulation tool Added elks/elks/tools/mfsck - Minix filesystem consistency checker Added elks/elks/tools/bin to PATH |