File history
Tracking elks/tools/mfs/writer.c
| Commit | Author | Date | Message |
|---|---|---|---|
dee9ec03678983356b7bc3ea993c0972b1eacbf | Greg Haerr | 2024-10-16 | [boot] Fix mfs duplicate mknod/mkdir, default boot optimziations on |
f43d8e8c63313e8593aea1050fa0090f6afc08c | Greg Haerr | 2022-08-23 | Fix operation with block numbers > 32767 Fix creating files with double indirect blocks Fix bad image created with files > 775K |
7ecded42442f986102f0c15f8d39d5705236f7a | Greg Haerr | 2020-03-19 | [kernel] Implement /dev/tty |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
ce98a140f83c188550cd42d0110e7b9d97fea61 | Jody Bruchon | 2020-03-08 | Code style cleanups in `elks/` |
43a63eb0e78f6296c9b009df714324bc02095ca | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `elks/` |
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 |