aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Do not report the filesystem as modified when the only change is toKirk McKusick2017-10-091-1/+7
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-222-0/+28
* Use UFS_LINK_MAX instead of LINK_MAX.John Baldwin2017-09-211-1/+1
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-25/+65
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-4/+101
* Remove now-unused badsb declaration, missed in r322200Ed Maste2017-08-081-2/+0
* In debug mode, print the differences between the superblock andWarner Losh2017-08-071-25/+35
* Make it possible to ignore superblock mismatch. This will not fix suchWarner Losh2017-08-071-36/+13
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+4
* fsck_ffs: Unsign some variables and make use of reallocarray(3).Pedro F. Giffuni2017-04-224-11/+10
* In fsck_ffs pass1, prevent the inosused variable from wrapping.Konstantin Belousov2017-04-141-4/+7
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-2816-16/+16
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-1512-94/+99
* * Add missing parameters to usage()Renato Botelho2017-02-142-42/+44
* ufs: Use UFS_MAXNAMLEN constantConrad Meyer2017-02-092-2/+2
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-22/+32
* Add history section to fsck_ffs(8)Sevan Janiyan2016-10-051-4/+15
* Fsck_ufs was using an int rather than a ufs2_daddr_t to store theKirk McKusick2016-08-194-13/+15
* fsck_ffs: Don't overrun mount device bufferConrad Meyer2016-05-111-0/+3
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-024-11/+6
* sbin: ake use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-05-012-2/+2
* fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-1/+1
* fsck_ffs: Revert partially the unsigned changes.Pedro F. Giffuni2016-04-271-3/+3
* fsck_ffs: Adopt some type safety for the journalling checks.Pedro F. Giffuni2016-04-241-4/+4
* MFHGlen Barber2016-04-161-1/+1
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* | MFHGlen Barber2016-04-139-16/+16
|\|
| * fsck_ffs for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-129-16/+16
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Fix a ton of speelling errorsEitan Adler2015-10-212-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-91/+4
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-2812-118/+362
| |\
| * \ Merge from headSimon J. Gerraty2013-09-055-10/+81
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-1210-117/+385
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-10/+8
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-049-123/+151
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | Remove old ioctl use and support, once and for all.Warner Losh2015-01-061-89/+2
* | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-252-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Avoid segment fault when attempting to clean up cylinder groupKirk McKusick2014-03-121-6/+8
* | | | | | Arguments for malloc and calloc should be size_t, not int.Kirk McKusick2014-02-252-3/+5
* | | | | | Add globs.c, missed in r260068,260069Scott Long2013-12-301-0/+165