Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: Update copyright statements to 2021 | Brian C. Lane | 2021-01-18 | 1 | -1/+1 |
| | | | | By running make update-copyright | ||||
* | maint: Update copyright statements to 2020 | Brian C. Lane | 2020-12-11 | 1 | -1/+2 |
| | | | | By running make update-copyright | ||||
* | ntfs: Fix gcc 10 warnings about cast alignment | Brian C. Lane | 2020-11-20 | 1 | -5/+6 |
| | |||||
* | maint: Update copyright statements to 2019 | Brian C. Lane | 2019-08-12 | 1 | -1/+1 |
| | | | | By running make update-copyright | ||||
* | maint: run "make update-copyright" | Jim Meyering | 2014-05-25 | 1 | -1/+1 |
| | |||||
* | libparted: don't detect fat and ntfs boot sectors as dos MBR | Phillip Susi | 2014-05-22 | 1 | -1/+1 |
| | | | | | | | | fat and ntfs boot sectors are very similar to an MBR so if you had one of these filesystems on an unpartitioned disk, parted detected them as a dos partition table. Have the dos label code call the fat and ntfs filesystem probes and if they recognize the sector ( their tests are more stringent ) then don't claim it as a dos label. | ||||
* | Fix filesystem detection on non 512 byte sectors | Phillip Susi | 2014-04-18 | 1 | -8/+5 |
| | | | | | | Enable probing for filesystems with non 512 byte sectors, and fix up each filesystem to correctly handle that. Remove unused field from the fs type structure listing acceptable sector sizes. | ||||
* | maint: update all copyright year number ranges | Jim Meyering | 2013-01-06 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | ntfs: remove all-but-probe FS-related code | Jim Meyering | 2011-05-27 | 1 | -11/+0 |
| | |||||
* | remove all top-level FS-op code and the clearfat program | Jim Meyering | 2011-05-27 | 1 | -14/+0 |
| | |||||
* | maint: update copyright year ranges to include 2011 | Jim Meyering | 2011-02-22 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: remove empty lines at end of file | Jim Meyering | 2010-04-28 | 1 | -2/+0 |
| | | | | | | This lets one more "syntax-check" test pass. Run this command: git ls-files|grep -v gnulib|xargs perl -pi -0777 -e 's/\n\n+$/\n/' | ||||
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-08 | 1 | -1/+1 |
| | | | | Run this command: make update-copyright | ||||
* | maint: update most copyright year lists to include 2009 | Jim Meyering | 2009-09-29 | 1 | -1/+1 |
| | | | | | | I used this command: make update-copyright \ UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1 | ||||
* | remove all trailing blanks | Jim Meyering | 2009-03-05 | 1 | -1/+1 |
| | | | | | | ...by running these commands: t=$'\t' git grep -l "[ $t]\$"|xargs perl -pi -e 's/[ \t]+$//' | ||||
* | Updated GPL license boilerplate. | David Cantrell | 2007-07-23 | 1 | -4/+3 |
| | |||||
* | Use <config.h> consistently, not "config.h". | Jim Meyering | 2007-03-07 | 1 | -1/+1 |
| | | | | | * Makefile.cfg (local-checks-to-skip): Remove sc_require_config_h, to enable the "make distcheck" test for this. | ||||
* | cb6ca73be06f360308e6a2fccb7142ed8175af29 continued. | Debarshi Ray | 2007-01-16 | 1 | -2/+0 |
| | |||||
* | Fix ChangeLog | Anant Narayanan | 2006-09-14 | 1 | -0/+104 |
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@820 2d424fd7-7fe2-0310-af74-8bc65edeb173 |