summaryrefslogtreecommitdiff
path: root/libparted
Commit message (Expand)AuthorAgeFilesLines
...
* nilfs2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-6/+5
* ext2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-202-4/+5
* hfs/hfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-5/+4
* hfs/advfs_plus: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-10/+12
* hfs/advfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-11/+14
* hfs: Fix gcc 10 bounds check warningBrian C. Lane2020-11-202-2/+2
* linux: Fix gcc complains about signed sccanf variablesBrian C. Lane2020-11-201-4/+4
* dos: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-1/+1
* bsd: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-8/+5
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=constShin'ichiro Kawasaki2020-11-202-8/+8
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=pureShin'ichiro Kawasaki2020-11-209-20/+20
* libparted: Avoid a GCC warning for unused functionsShin'ichiro Kawasaki2020-11-051-0/+4
* libparted: Fix warnings from GCC's -Wimplicit-fallthroughShin'ichiro Kawasaki2020-11-052-0/+2
* libparted: Fix warnings from GCC 8 -Wunused-variable and -Warray-boundsShin'ichiro Kawasaki2020-11-052-5/+2
* libparted: Fix a GCC warning -Wunused-but-set-variableShin'ichiro Kawasaki2020-11-051-3/+2
* Do not link to libsepol or libselinuxPetr Lautrbach2020-11-051-1/+0
* Add support for the F2FS filesystemRomain Perier2020-05-044-0/+123
* Removed reference to ped_file_system_createMax Campbell2020-03-091-2/+0
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-202-1/+48
* libparted: Add support for MSDOS partition type bls_boot (0xea)Brian C. Lane2019-12-201-13/+20
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-202-0/+47
* libparted/s390: Re-enabled virtio-attached DASD heuristicsViktor Mihajlovski2019-09-301-3/+10
* maint: Update copyright statements to 2019Brian C. Lane2019-08-12110-115/+165
* maint: Bump library REVISION number for releaseBrian C. Lane2019-08-122-2/+2
* libparted: Fix bug in bsd.c alpha_bootblock_checksumBrian C. Lane2019-08-091-2/+2
* bsd.c: Rewrite disklabel code to prevent gcc warningsBrian C. Lane2019-08-091-46/+42
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-094-5/+5
* sun.c: Aligned _SunRawLabel to 16bit boundaryBrian C. Lane2019-08-091-1/+1
* gpt.c: Drop cast of efi_guid_t to unsigned char *Brian C. Lane2019-08-091-6/+4
* gpt.c: Align _GPTDiskData to 8 byte boundaryBrian C. Lane2019-08-091-1/+1
* dvh.c: Use memcpy instead of strncpyBrian C. Lane2019-08-091-4/+4
* libparted/labels/pt-tools.c: Fix gperf generated function attributeShin'ichiro Kawasaki2019-08-091-3/+4
* dos.c: Fix cast alignment error in maybe_FATBrian C. Lane2019-08-091-1/+1
* atari.c: Align the AtariRawTable on a 16bit boundaryBrian C. Lane2019-08-091-1/+2
* Change 'time stamp' to 'timestamp'Brian C. Lane2019-08-091-3/+3
* Fix double semi-colonsBrian C. Lane2019-08-092-2/+2
* Remove unnecessary if before free checksBrian C. Lane2019-08-091-8/+4
* libparted: Fix endian bug in bsd.cA. Wilcox2019-08-051-1/+1
* libparted/fs/amiga/affs.c: Remove printf() to avoid confusionMax Staudt2019-07-151-2/+0
* Avoid sigsegv in case 2nd nilfs2 superblock magic accidently found.Michael Small2019-04-091-3/+5
* Added support for Windows recovery partition (WINRE) on MBRHans-Joachim Baader2019-01-311-2/+38
* Read NVMe model names from sysfsdann frazier2018-10-161-1/+17
* Fix warnings from GCC 7's -Wimplicit-fallthroughdann frazier2018-10-162-0/+9
* libparted: Add support for MBR id, GPT GUID and detection of UDF filesystemPali Rohár2018-10-165-0/+184
* Fix the length of several strncpy callsBrian C. Lane2018-08-222-7/+14
* libparted: Fix ending CHS address in PMBR.Ulrich Müller2018-08-221-1/+1
* Fix atari label false positivesPhillip Susi2018-06-121-2/+2
* Lift 512 byte restriction on fat resizePhillip Susi2018-06-051-12/+0
* build: Remove unused traces of dynamic loadingColin Watson2018-06-054-20/+1
* Fix make checkPhillip Susi2018-05-071-1/+4