summaryrefslogtreecommitdiffstats
path: root/src/partsun.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-3/+4
* Numerous frama-c annotationsChristophe Grenier2021-11-201-2/+15
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+6
* New prototype for test_structure()Christophe Grenier2020-08-021-2/+64
* Avoid function pointer when function is already knownChristophe Grenier2020-08-021-2/+2
* Constify a lot of function parametersChristophe Grenier2020-06-191-1/+1
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-8/+4
* Fix various warningsChristophe Grenier2018-03-151-1/+2
* Avoid a NULL dereference when listing an NTFS partition after RebuildBSChristophe Grenier2018-02-071-0/+2
* Use explicit function adressesChristophe Grenier2017-04-031-13/+13
* Check that disk sector_size is 512 bytes at leastChristophe Grenier2015-04-091-1/+4
* TestDisk: remove align parameter from write_part() functionChristophe Grenier2013-11-031-2/+2
* various code cleanupChristophe Grenier2012-12-081-2/+1
* TestDisk: recover btrfs, a GPL-licensed copy-on-write file system for Linux.Christophe Grenier2011-03-051-28/+11
* Rename sun_partition to sun_disklabelChristophe Grenier2010-01-241-3/+3
* Code cleanupChristophe Grenier2009-10-251-2/+2
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+2
* Define as static some functionsChristophe Grenier2009-02-011-6/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-103/+7
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+2
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-17/+18
* Make the code less C++ hostileChristophe Grenier2008-06-231-1/+1
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-1/+1
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-5/+5
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-3/+3
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-1/+1
* First version in gitChristophe Grenier2007-10-291-0/+514