elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/disk_utils/fdisk.c
CommitAuthorDateMessage
730e7d2575081dc1a9ba769adf6bc8c55f27c82Greg Haerr2025-07-21Auto sync disk after fdisk MBR write
2b99b27d64f085be42f33fe01c7ca8927b9425bGreg Haerr2025-07-17Check for valid MBR in fdisk
592181a7e3d41ac30ccabbb0d8a786cee3e0a07Greg Haerr2025-07-16Move struct hd_geometry to genhd.h, remove requirement for arch/hdreg.h header
4909360fb97e2fad3a8f2901d16bceba7b71fa2Greg Haerr2025-07-16Add fdisk support, rename /dev/cf[01] -> /dev/cfa[1-7], /dev/cfb[1-7], root=cfa1
4febb814e430f002fad750810ad6cc12b7d84a5Greg Haerr2024-10-21[boot] Fix bad MBR partition generated by setboot
0abc6166ea62d47b94c5285d1502a37169d13e4Greg Haerr2024-10-07Reformat source
47c9ddc30ac03befe96495da067a445bbc18900Greg Haerr2024-10-07[cmds] Have fdisk check for MBR-capable block device for safety
784736577b4be03ea53ea28a67e91a3d265ce96Greg Haerr2024-09-20[cmds] Replace ifdef __ia16__ with ifdef _M_I86
d5da277557aed315972f612ef282e340d55f6a8Helge Skrivervik2022-08-21[misc] minor fixes and adjustments: cp, fdisk, truncate.c
fcbb87afe97c0050d712d21ad1cad6635303f86Greg Haerr2022-04-10[libc] Various enhancements to save space or increase accuracy
91576f2cafe49de466f94ad58172c53ba2e6d59Greg Haerr2022-01-06[kernel] Various cleanups of block/char device drivers, irqs
a51972bd03526244b93d9c61de59591965deb48Greg Haerr2020-10-13[/dev] Rename /dev/bd[a1...] -> /dev/hd[a1...], /dev/hd -> /dev/dhd
2d3653801997e31ae43915cbac26511b6acef2bGreg Haerr2020-04-04[mbr] Various standardizations for MBR boot/partitions
a02b152cffe093e5dfee8a6cca10a2aaacae915Greg Haerr2020-04-02[cmds] Update fdisk for ELKS, also compiles and execute on host OS
e386c58d03f41af28b58d868abc239264ef31efGreg Haerr2020-03-27[kernel] Increase BIOS hard and floppy disk devices from 4 to 8
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
f832e0d03520db4c4b1ac57cf7b95194508cc25Jody Bruchon2020-03-09elkscmd: automated cleanup around the == operator
596344881ae0b22b1baf0c8963aa2bd29359db8Jody Bruchon2020-03-08elkscmd: automated code style cleanups with sed
c2c649d4a72313a8fde8bf52f740b2e29ac8967Jody Bruchon2016-08-18Style cleanups on for/if/while in elkscmd
da546348b0d4a340efb6cb8a8100d0ed4601504Jody Bruchon2015-03-22Improve fdisk behavior and text, fix init stack overflow
b0e951dd49187be0a51d75aea7076a03b6cb054Juan Perez-Sanchez2014-12-08fdisk: create boot signature after partition table
3ca4cbcb6c826ff35f59a467a130ea092e6e001Riley H. Williams2002-05-25Fixed return value.
998aba5954089f6e92b80766b58c1701a8f51c0Riley H. Williams2002-01-15Fixed buglet in fdisk.
354de94bd6fd5884a53646a482bc27da84cc465Riley H. Williams2002-01-15Updated fdisk's valid partition types to match Red Hat Linux 6.2's.
03a1e2b11efd414f9102cedc7bc403d31d787afRiley H. Williams2002-01-15Updated fdisk's valid partition types to match Red Hat Linux 6.2's.
41d03ca923d20049325cff2f037505af518174eRiley H. Williams2002-01-15Updated fdisk's valid partition types to match Red Hat Linux 6.2's.
81ed55e50f379a2d162ec26404f13dcb3d0db03Christopher Plattner2000-02-02The sector count is now calculate with 32bit arithmetic instead of 16bit (int / long mixup and wrong constants definition). Changed in functions: void add_part() void list_partition(devname)
821fdfe1cab6b4b56c35337c1f83c192916c304Andrew Richards1999-08-26Latest updates
ac034ea45f68685dc870beb4890f0923ce487fcAntonio1999-02-16Basic Unix Utilities for ELKS.