aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs/gjournal.c
Commit message (Expand)AuthorAgeFilesLines
* More throughly integrate libufs into fsck_ffs by using its cgput()Kirk McKusick2018-01-241-21/+19
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-171-7/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-2/+2
* Fix fsck_ffs build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+4
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-280/+13
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Correct comment.Pawel Jakub Dawidek2009-06-031-1/+1
* Fix -fstrict-aliasing warning.Ruslan Ermilov2006-11-011-1/+3
* Forgot to add file with gjournal specific fsck code.Pawel Jakub Dawidek2006-10-311-0/+774