summaryrefslogtreecommitdiff
path: root/libparted
Commit message (Expand)AuthorAgeFilesLines
...
* ntfs: remove all-but-probe FS-related codeJim Meyering2011-05-272-11/+1
* amiga: build with warning and error optionsJim Meyering2011-05-271-0/+1
* ext2: remove all-but-probe FS-related codeJim Meyering2011-05-2714-4867/+4
* fat: remove all-but-probe FS-related codeJim Meyering2011-05-2719-4436/+33
* remove all top-level FS-op code and the clearfat programJim Meyering2011-05-2714-1118/+0
* amiga: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-4/+7
* mac: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-3/+6
* sun: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-3/+6
* bsd: avoid NULL-deref-on-OOM and an error-path leakJim Meyering2011-05-271-3/+6
* linux: don't leak a FILE* upon /proc read failureJim Meyering2011-05-271-3/+6
* linux: plug a file descriptor leakJim Meyering2011-05-271-1/+3
* maint: remove unreachable codeJim Meyering2011-05-272-2/+0
* shared library version: increment REVISIONJim Meyering2011-05-181-2/+3
* linux: fix diagnostic about operating on very small file or deviceJim Meyering2011-05-171-1/+1
* bfs: remove unused filesJim Meyering2011-05-173-324/+0
* linux: also detect "in-use" dmraid and scsi-Nth (N>=16) partitionsPhillip Susi2011-05-101-20/+10
* s390/dasd: avoid buffer overrun upon API mismatch diagnosticBrian C. Lane2011-04-211-1/+1
* linux: fix typo in comment: /path%d => /part%dBrian C. Lane2011-04-201-1/+1
* linux: don't free invalid pointer upon asprintf failureJim Meyering2011-04-181-3/+3
* linux: clean up device naming code (no semantic change)Jim Meyering2011-04-181-18/+25
* don't reference before start of buffer for short device nameJim Meyering2011-04-181-1/+1
* maint: s/can not/cannot/ in a comment and documentationJim Meyering2011-04-141-1/+1
* tests: remove now-unused Makefile ruleJim Meyering2011-04-141-10/+0
* tests: make the tests in libparted/tests work properly once againJim Meyering2011-04-141-0/+7
* make parted "do what I say" with IEC start and end values like 5GiBJim Meyering2011-03-241-0/+13
* maint: rename a variableJim Meyering2011-03-161-3/+4
* gpt: avoid division by zeroJim Meyering2011-03-161-0/+11
* build: enable compilation warnings also for new nilfs2 subdirJim Meyering2011-03-161-0/+2
* nilfs2: remove unused nilfs2_clobber functionJim Meyering2011-03-161-26/+0
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-0554-774/+752
* Remove PED_ASSERT from dos geometry checkingBrian C. Lane2011-03-051-10/+20
* libparted: add nilfs2 moduleJiro SEKIBA2011-02-264-2/+215
* maint: two files lacked a newline at EOF: add one to eachJim Meyering2011-02-261-1/+1
* gpt: add legacy_boot partition flagBrian C. Lane2011-02-262-1/+16
* gpt: add partition attribute bits: NoBlockIOProtocol, LegacyBIOSBootableBrian C. Lane2011-02-261-2/+6
* tests: move test_description= variable to a commentJim Meyering2011-02-262-2/+2
* s390: avoid warningsJim Meyering2011-02-233-2/+2
* s390: make DIAG driver work for FBA DASD with block size > 512Stephen Powell2011-02-233-22/+75
* cleanup: use verify, not PED_ASSERT to check struct sizesJim Meyering2011-02-231-3/+6
* s390: improve/correct DASD supportStephen Powell2011-02-233-24/+111
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-22110-172/+114
* maint: don't hard-code bug-reporting addressJim Meyering2010-12-302-3/+3
* default to 1MiB alignment when possibleBrian C. Lane2010-12-152-9/+26
* linux: remove DASD restriction on _disk_sync_part_tableBrian C. Lane2010-11-221-13/+9
* tests: adjust cleanup_ handler to work with init.shJim Meyering2010-11-201-1/+1
* tests: libparted/tests: use init.sh, not test-lib.shJim Meyering2010-11-205-28/+20
* tests: global subst: s/skip_test_/skip_/Jim Meyering2010-11-201-6/+6
* libparted: ignore zero-length devicesColin Watson2010-11-184-3/+147
* dos: fix a bug affecting very small devices (smaller than 1 cylinder)Jim Meyering2010-11-091-7/+7
* libparted: remove limits on loop labelsColin Watson2010-08-201-1/+2