summaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* New prototype for align_pread()Christophe Grenier2020-08-021-8/+8
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-4/+4
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-9/+0
* Fix memory leak when freeing deviceChristophe Grenier2013-05-191-3/+3
* Improve default partition table selectionChristophe Grenier2012-02-251-2/+5
* Introduce pread_fast(), a function that can return a pointer to the data in c...Christophe Grenier2010-11-051-8/+17
* New prototype for size_to_unit()Christophe Grenier2010-10-241-2/+4
* Code cleanupChristophe Grenier2010-08-231-2/+0
* Limit the scope of several variablesChristophe Grenier2009-05-051-1/+1
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-9/+8
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-48/+53
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+1
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-52/+61
* Reorganize how disk geometry, size and sector size is gatheredChristophe Grenier2008-04-111-0/+576