Timo Kreuzer
1cf31524d5
[REACTOS] Stop using non-conforming swprintf / vswprintf
...
Use the underscored versions instead.
2026-05-07 06:27:58 +00:00
Eric Kohl
d2ae286c6b
[DISKPART] Command function return EXIT_CODE instead of BOOL
...
This simplifies the implementation of the NOERR option.
2026-01-01 13:46:34 +01:00
Eric Kohl
c4c8e5ef3f
[DISKPART] Check for the noerr option first
2025-12-21 11:47:05 +01:00
Eric Kohl
f206063280
[DISKPART] Implement creation and deletion of GPT partitions
...
- Implement creation and deletion of GPT partitions.
- Adjust the active, clean, detail, inactive, list, select, setid and uniqueid
commands as needed.
- Add a 2^32 sector count limit for MBR partition tables.
2025-12-13 18:42:00 +01:00
Eric Kohl
5a224e277d
[DISKPART] GUID partition preparations
...
- Improve parameter handling in the setid and uniqueid commands.
- Improve error messages.
2025-12-07 12:25:25 +01:00
Eric Kohl
920153534b
[DISKPART] Implement the 'convert mbr' and 'convert gpt' commands
...
- Show Disk UUIDs in the 'detail disk' and 'uniqueid disk' commands.
2025-12-07 10:10:10 +01:00
Eric Kohl
c197e7c080
[DISKPART] Prepare for GPT support
...
- Use DRIVE_LAYOUT_INFORMATION_EX instead of DRIVE_LAYOUT_INFORMATION.
- Show GPT disks in the 'list disk' command.
2025-12-06 16:41:29 +01:00
Eric Kohl
da0bff2a50
[DISKPART] Implement the UNIQUEID command
2022-06-07 19:42:09 +02:00
Eric Kohl
566e8989c3
[DISKPART] Improve the command table to support subcommands and start work on the create command
...
- Extend the command table to support subcommands.
- Get rid of the existing subcommand code.
- Use the new subcommand suport for the help system.
- Start work on the create command.
@Translators: Please do not translate any changes yet, because I will improve help system in one of the next steps.
2022-05-15 12:27:53 +02:00
Eric Kohl
8476ae6ed5
[DISKPART] Improve the conversion of numeric command parameters
2022-03-28 00:04:24 +02:00
Eric Kohl
72087c1e3a
[DISKPART] Move helper functions to a separate file
2022-03-27 20:09:34 +02:00
Eric Kohl
5a63f3e85a
[DISKPART] Implement the uniqueid command
...
TODO: Set disk signatures.
2022-03-27 17:54:38 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00