File history
Tracking elkscmd/busyelks/cmd/fdisk.c
| Commit | Author | Date | Message |
|---|---|---|---|
fe0a7479f5aeedc9514dbfe4f95ffac50095e8e | Chuck Coffing | 2023-03-17 | [libc] limits.h with PATH_MAX |
91576f2cafe49de466f94ad58172c53ba2e6d59 | Greg Haerr | 2022-01-06 | [kernel] Various cleanups of block/char device drivers, irqs |
4d33cecfc6f424558b8c99017a10211c1f59f05 | Jody Bruchon | 2020-03-09 | Revert "Whitespace cleanup in `elks/`" |
f832e0d03520db4c4b1ac57cf7b95194508cc25 | Jody Bruchon | 2020-03-09 | elkscmd: automated cleanup around the == operator |
596344881ae0b22b1baf0c8963aa2bd29359db8 | Jody Bruchon | 2020-03-08 | elkscmd: automated code style cleanups with sed |
2558e80e9ca1129017682141aa8409c9dd1d2ea | Marcin Laszewski | 2020-02-24 | [busyelks] moved: busyelks -> elkscmd/busyelks |
270d833b050c7ddf5b6e6ebed70c4f9bc3d0b67 | Marcin Laszewski | 2020-02-12 | [busyelks] Command fdisk |
9af7e9f362ea28a14fa4aba7dda6167268e39b0 | Marcin Laszewski | 2020-02-07 | [busyelks] Regroup all commands |
d03537501a5cdca1df9f3fee0d61c4647df9a97 | Jody Bruchon | 2012-05-10 | Added BusyELKS to the repository. BusyELKS is an attempt to save space by generating a series of BusyBox-like binaries with symbolic links to replace stand-alone binaries. BusyELKS was generated by combining most of the "elkscmd" program files together in |
3ca4cbcb6c826ff35f59a467a130ea092e6e001 | Riley H. Williams | 2002-05-25 | Fixed return value. |
998aba5954089f6e92b80766b58c1701a8f51c0 | Riley H. Williams | 2002-01-15 | Fixed buglet in fdisk. |
354de94bd6fd5884a53646a482bc27da84cc465 | Riley H. Williams | 2002-01-15 | Updated fdisk's valid partition types to match Red Hat Linux 6.2's. |
03a1e2b11efd414f9102cedc7bc403d31d787af | Riley H. Williams | 2002-01-15 | Updated fdisk's valid partition types to match Red Hat Linux 6.2's. |
41d03ca923d20049325cff2f037505af518174e | Riley H. Williams | 2002-01-15 | Updated fdisk's valid partition types to match Red Hat Linux 6.2's. |
81ed55e50f379a2d162ec26404f13dcb3d0db03 | Christopher Plattner | 2000-02-02 | The 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) |
821fdfe1cab6b4b56c35337c1f83c192916c304 | Andrew Richards | 1999-08-26 | Latest updates |
ac034ea45f68685dc870beb4890f0923ce487fc | Antonio | 1999-02-16 | Basic Unix Utilities for ELKS. |