File history
Tracking elks/tools/mfs/dir.c
| Commit | Author | Date | Message |
|---|---|---|---|
dee9ec03678983356b7bc3ea993c0972b1eacbf | Greg Haerr | 2024-10-16 | [boot] Fix mfs duplicate mknod/mkdir, default boot optimziations on |
496b93fe6f8848abdba810574ce4bb433053d02 | Greg Haerr | 2024-02-18 | [tools] Fix mfs problem with max inodes on MINIX v2 filesystems |
46501fb641e5f3e0b0ccff0d09bb76af3616546 | Greg Haerr | 2023-04-02 | [build] Keep directory permissions when building images |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
43a63eb0e78f6296c9b009df714324bc02095ca | Jody Bruchon | 2020-03-08 | Whitespace cleanup in `elks/` |
355a9e026bb6f96783747ab78ea5be430558b75 | Greg Haerr | 2019-05-01 | Remove all sudo requirements for ELKS image build Rewrite elks/image/Makefile to use mfs for all MINIX filesystem manipulations Add mfs genfs -k option to not copy zero-length files starting with . |
377ee00f2bfc6d35c97f7f71600994256666859 | Greg Haerr | 2019-04-30 | Enhance mfs to create and copy a filesystem from a template in a single command New genfs option supports mkdir, copy, mknod and symlinks from template Set mfs default mkfs/genfs options to "-1 -n14 -i360 -s1440" for ease of use Use "mfs <image> genfs <te |
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 |