summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk
Commit message (Expand)AuthorAgeFilesLines
* disk/bootloaders.c: fix bogus const in get_bootloader_string()H. Peter Anvin2010-01-101-1/+1
* gpllibs: Running NindentErwan Velu2009-11-2411-213/+213
* Merge branch 'bootloader-detection' into hdt-nextPierre-Alexandre Meyer2009-09-072-0/+36
|\
| * gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-261-0/+18
| * gpllib: rename __BOOTLOADERS_H_ to __MBRS_H_ in mbrs.hPierre-Alexandre Meyer2009-08-261-3/+3
| * gpllib: rename bootloader detection to MBR detectionPierre-Alexandre Meyer2009-08-261-2/+2
| * gpllib: use four bytes to discover the MBRPierre-Alexandre Meyer2009-08-261-2/+2
| * gpllib: fix compilation warning (disk/bootloaders.h)Pierre-Alexandre Meyer2009-08-231-0/+1
| * gpllib: bootloader id should be uint16_tPierre-Alexandre Meyer2009-08-231-2/+5
| * gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-231-0/+14
* | gpllib: remove get_error declaration from disk/util.hPierre-Alexandre Meyer2009-09-012-3/+2
* | gpllib: share PAGE_SIZE definition with cpuid.hPierre-Alexandre Meyer2009-09-011-3/+3
|/
* hdt: make get_error behaves like perrorPierre-Alexandre Meyer2009-08-221-3/+0
* gpllib: Introduce typedefs for callbacksPierre-Alexandre Meyer2009-08-051-1/+3
* hdt: Make the menu and cli use the new disk interfacesPierre-Alexandre Meyer2009-08-051-1/+1
* gpllib: More errno fixesPierre-Alexandre Meyer2009-08-053-34/+38
* disklib: Change read/write interfacePierre-Alexandre Meyer2009-08-053-7/+55
* gpllib: Add copyright/license information (disklib)Pierre-Alexandre Meyer2009-04-308-0/+102
* gpllib: Add parse_partition_table() to iterate through all partitions on a diskPierre-Alexandre Meyer2009-04-261-0/+8
* gpllib: Add swsusp_check to check for swsusp signaturePierre-Alexandre Meyer2009-04-211-0/+19
* gpllib: Propagate error codes in disk libraryPierre-Alexandre Meyer2009-04-212-11/+17
* gpllib: Move partition declarations to disk/partition.hPierre-Alexandre Meyer2009-04-212-17/+23
* gpllib: Move get_error from disk/util.c to disk/error.cPierre-Alexandre Meyer2009-04-211-0/+4
* gpllib: Add disk/common.h for shared definitionsPierre-Alexandre Meyer2009-04-212-10/+19
* gpllib: Add partition table structure (disk)Pierre-Alexandre Meyer2009-04-191-0/+16
* gpllib: Add read_mbr helper (disk)Pierre-Alexandre Meyer2009-04-191-0/+1
* gpllib: Don't clobber legacy C/H/S parameters with EDD onesPierre-Alexandre Meyer2009-04-191-23/+30
* hdt: Fix typo in device_parameter structPierre-Alexandre Meyer2009-04-191-1/+1
* gpllib: Add disk libraryPierre-Alexandre Meyer2009-04-194-0/+335