File history
Tracking elkscmd/disk_utils/Makefile
| Commit | Author | Date | Message |
|---|---|---|---|
47c9ddc30ac03befe96495da067a445bbc18900 | Greg Haerr | 2024-10-07 | [cmds] Have fdisk check for MBR-capable block device for safety |
8465acec940557a515e30d0d681975eecac3eda | Greg Haerr | 2024-09-20 | [build] Cleanup Makefiles, add RM, remove Make.rules |
17442ad38194fa992c2da7d69ac240ce941e05c | Greg Haerr | 2024-08-21 | Cleanup system image Makefile |
686888f6ab9c2c9e475c575deffd0dfd39287ef | Greg Haerr | 2023-09-04 | [kernel] Increase parsed ANSI sequence length to 28 |
be7230880b2785e1039fb4a94998f862a23f317 | Greg Haerr | 2023-08-26 | [cmds] Update fsck to work with max size 64Mb HD, enhance verbose output |
1f9eddce444ee8eb3c3f3ea3f3ce90d05d1cf4d | Greg Haerr | 2023-08-25 | [cmds] Reduce size of ramdisk app, fix error messages |
f9f757b6de30ffd44b7bb0c41eb3c5f7440648b | Helge Skrivervik | 2022-11-28 | [cmds] Change heap setting on fsck |
3dd91ee3b56a620e1f892bddb78d94f6265f170 | Greg Haerr | 2022-03-07 | [cmds] Cleanup tiny printf and Makefiles |
40f2141c4fca6176a2d28de8a91319a94bd17fb | Greg Haerr | 2022-03-06 | [cmds] Add tiny stdio printf/fprintf/vfprintf/sprintf |
378ae12f79cd14104e8f83534c68c0bd71e287d | Greg Haerr | 2020-11-11 | [fat] Add mkfat to create FAT volumes from ELKS |
e95bf12425da8621786a055ac9917d17e604bfc | Greg Haerr | 2020-09-04 | [kernel/fsck] Fix various fsck, signal and shutdown bugs` |
f0d9dd2c311eaa3d671544cc1e383c8ff210771 | Gregory Haerr | 2020-03-15 | [cmds] Reorganize ELKS command installation (#466) |
dd590987fb0470bc84c502472a5c6b03e7a503a | Greg Haerr | 2020-03-10 | [cmds] Consolidate commands to /bin |
e4e6df6054de3a6b73aff419ee0f146a7743303 | Marcin Laszewski | 2020-02-24 | [busyelks] Commands added to menuconfig. |
b45649763dff1692149d2120f49714f746a5627 | mfld.fr | 2019-05-08 | [build] Installation commands in variables |
afd729d03a88889627d4dc9bb0fcb5d25717383 | mfld.fr | 2019-05-05 | [build] Replace TARGET_MNT by DESTDIR |
4334632510ad1dd070c4bd0c7fee078bdf84073 | mfld.fr | 2019-05-05 | [build] Remove all SUDO from Makefiles |
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 . |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |
e77f4c46cee8ccf80be6304303145672dfcd6f2 | mfld-fr | 2018-04-21 | Optionalize the image format |
7f3ceb93bbabf08af2626e9e624a7e3ff7ea5e5 | mfld-fr | 2017-03-04 | [cmds] Cleanup in applets Makefiles |
3c302cad12d34de58aba1b166da06c9173a4336 | Jody Bruchon | 2015-03-01 | Release ELKS 0.2.0 with massive improvements |
fc0ba5ce810416e9a91df722dc3630424ceb99a | Miguel Bolanos | 2004-07-28 | *** empty log message *** |
05a7718ae6b6f827c0ee0e133c34e04ae3421e5 | Miguel Bolanos | 2004-05-31 | Tommy's patch with a little fix from Miguel |
b4480306f0bc79ec11eba6a250b91053d2cf1d9 | Riley H. Williams | 2002-05-29 | Added knl command source to sys_utils and also configured to correctly install man pages. |
2f77fee8b8b4f504956a762e279603462a53185 | Riley H. Williams | 2002-02-24 | Laid groundwork for simplification of ELKS command installation system. |
da78debbedf2cad2d3f036a120e71b76f1c7702 | Riley H. Williams | 2002-01-22 | Tweaked Makefiles and Make.defs to get disk_utils to compile. Started on standard rules for installation. |
cf8d45ff30fdfeb6e43b49b9ab11f1382537571 | Riley H. Williams | 2002-01-17 | Removed unnecessary extraction limitation. |
f08a0699c959e01c1091ce2552572b3d36e6658 | Riley H. Williams | 2002-01-17 | Reverted Makefiles - sorry!!! |
792ec44366deecdb3b3b75018e9f74bf7cffdf4 | Riley H. Williams | 2002-01-16 | Fix bugs in `ls` and `fdisk` commands, and add `dir` command that gives `ls -l` by default. |
ef32446037d9a62a1358681179429a4b6ce809f | Riley H. Williams | 2002-01-12 | Rationalised /etc/passwd and /etc/group to match Red Hat Linux assignments. Added `false` and `true` commands. |
ac1b82225d97f1faaa38fa6af581e6663976ecd | Harry Kalogirou | 2001-08-24 | Removed root_net and added comb_net image |
558cb6cf2e190ae1ffa32ff299e8ed9f5414f1d | Andrew Richards | 2000-01-26 | Added support for building 128K SIBO disk image |
77991bf2e0dd6fb6fffcf118511e95daa076eb3 | Andrew Richards | 1999-04-21 | Added fsck |
ac034ea45f68685dc870beb4890f0923ce487fc | Antonio | 1999-02-16 | Basic Unix Utilities for ELKS. |