summaryrefslogtreecommitdiff
path: root/com32/gpllib/disk
Commit message (Expand)AuthorAgeFilesLines
* com32: write_sectors() sizing correctionsRobert2015-08-271-3/+3
* Delete all references to __com32.cs_bounceMatt Fleming2012-06-083-15/+47
* gpllib/disk: Massive updates of fs labelsErwan Velu2011-12-221-66/+113
* disklib: Detect DiskCryptor MBRGert Hulselmans2011-01-251-0/+2
* disklib: Detect "FreeDOS (eXtended FDisk)" MBRGert Hulselmans2011-01-251-1/+3
* disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBRGert Hulselmans2011-01-251-1/+3
* disklib: Detect new Syslinux (normal + isohybrid) MBRGert Hulselmans2011-01-251-4/+13
* disklib: Detect Paragon MBRGert Hulselmans2011-01-251-0/+3
* disklib: remove improper "inline"H. Peter Anvin2010-11-141-2/+2
* disklib: Add WEE bootloader detection codeGert Hulselmans2010-06-241-0/+2
* Replacing strncpy by strlcpyErwan Velu2010-06-223-259/+259
* disk/bootloaders.c: fix bogus const in get_bootloader_string()H. Peter Anvin2010-01-101-1/+1
* disk/ata.c: fix signedness weirdness in ata_id_c_string()H. Peter Anvin2010-01-101-1/+1
* gpllibs: Running NindentErwan Velu2009-11-2411-626/+1057
* gpllib: mbr: fix grub2 detectionPierre-Alexandre Meyer2009-11-211-12/+12
* gpllib: mbr: add detection for Grub2 minor versionsPierre-Alexandre Meyer2009-11-151-2/+2
* gpllib: mbr: change "Gag" to "GAG"Pierre-Alexandre Meyer2009-11-151-1/+1
* gpllib: mbr: change "Plop" to "PloP"Pierre-Alexandre Meyer2009-11-151-1/+1
* gpllib: add XOSL mbr detectionPierre-Alexandre Meyer2009-11-151-0/+1
* Revert "Revert "gpllib: Reident fbinst code""Erwan Velu2009-11-051-9/+9
* Revert "gpllib: Reident fbinst code"Erwan Velu2009-11-051-9/+9
* gpllib: Reident fbinst codeErwan Velu2009-11-051-9/+9
* disklib: add support for detection of the fbinst mbrPierre-Alexandre Meyer2009-11-051-1/+9
* disklib: Adding new grub2 mbr magicErwan Velu2009-10-281-0/+1
* disklib: Fixing Syslinux DetectionErwan Velu2009-10-281-2/+2
* Merge branch 'bootloader-detection' into hdt-nextPierre-Alexandre Meyer2009-09-072-0/+128
|\
| * gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-261-0/+46
| * gpllib: rename bootloader detection to MBR detectionPierre-Alexandre Meyer2009-08-261-12/+12
| * gpllib: use four bytes to discover the MBRPierre-Alexandre Meyer2009-08-261-9/+23
| * gpllib: fix commentPierre-Alexandre Meyer2009-08-231-1/+1
| * gpllib: bootloader id should be uint16_tPierre-Alexandre Meyer2009-08-231-2/+2
| * gpllib: add bootloader detectionPierre-Alexandre Meyer2009-08-231-0/+68
* | gpllib: add missing header in ata.cPierre-Alexandre Meyer2009-09-031-0/+1
* | gpllib: fix commentPierre-Alexandre Meyer2009-08-231-1/+1
|/
* hdt: make get_error behaves like perrorPierre-Alexandre Meyer2009-08-221-4/+3
* disklib: fix extended partition codePierre-Alexandre Meyer2009-08-201-12/+21
* Merge commit 'pam/disklib-fixes'Erwan Velu2009-08-197-261/+158
|\
| * gpllib: Introduce typedefs for callbacksPierre-Alexandre Meyer2009-08-051-4/+4
| * gpllib: More errno fixesPierre-Alexandre Meyer2009-08-052-11/+7
| * gpllib: Fix compilationPierre-Alexandre Meyer2009-08-051-0/+2
| * disklib: Change read/write interfacePierre-Alexandre Meyer2009-08-055-199/+109
| * disklib: Fix write_verify_sectorsPierre-Alexandre Meyer2009-08-051-1/+1
| * gpllib: refactor partitions detectionPierre-Alexandre Meyer2009-08-041-59/+48
| * gpllib: Specify size of the edd structure in the buffer (disklib)Pierre-Alexandre Meyer2009-05-071-1/+13
* | hdt: Fixing some issues with cdrom drivesErwan Velu2009-05-141-2/+8
* | gpllib: Specify size of the edd structure in the buffer (disklib)Pierre-Alexandre Meyer2009-05-071-1/+13
|/
* gpllib: Add copyright/license information (disklib)Pierre-Alexandre Meyer2009-04-307-0/+88
* gpllib: Add parse_partition_table() to iterate through all partitions on a diskPierre-Alexandre Meyer2009-04-261-0/+149
* gpllib: Handle unknown labels (disk)Pierre-Alexandre Meyer2009-04-211-0/+1
* gpllib: Add default error handling (disk)Pierre-Alexandre Meyer2009-04-211-0/+4