index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_ext2fs
/
inode.c
Age
Commit message (
Expand
)
Author
2019-07-01
Oops, forgot to commit this patch.
Kevin Lo
2018-09-16
Use user_from_uid(3) and group_from_gid(3) in a few more places
Todd C. Miller
2016-12-16
Eliminate some gcc warnings about 'unused variables', mostly by
Kenneth R Westerback
2016-04-28
Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4
Kenneth R Westerback
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-29
remove ugly return value casts
Theo de Raadt
2014-10-08
trivial use of reallocarray
Theo de Raadt
2014-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2014-07-11
fix dacl->size_hi header change
Martin Pelikan
2014-05-21
Nuke some trailing whitespace to shrink subsequent diffs.
Kenneth R Westerback
2013-04-24
pretty print bigger off_t
Theo de Raadt
2013-04-17
ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --
Theo de Raadt
2011-03-12
These utilities can currently only operate with a 32-bit block number range,
Theo de Raadt
2005-10-06
Use part of the reserved space on the disk inode to scatter 16 more bits
Pedro Martelletto
2005-04-30
Support checking filesystems which have or once had large files (>4 GB)
Niall O'Higgins
2003-07-29
spaces
Theo de Raadt
2003-06-11
ansification
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-17
strings. mostly from deraadt@, some from tdeval@ and myself
Ted Unangst
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-18
cleanups and endianness fixes. Mostly from NetBSD
Artur Grabowski
2001-05-15
do the same as _ffs
Michael Shalayeff
2000-04-26
Support for ext2fs rev. 1
jasoni
1999-08-06
uid_t and gid_t, and use %u
Theo de Raadt
1997-06-25
(foo *)0 -> NULL
kstailey
1997-06-14
Add tags, fix man page. Purely cosmetic.
Jason Downs
1997-06-14
Sync with NetBSD. Purely cosmetic.
Jason Downs
1997-05-30
Initial import of Manuel's fsck_ext2fs, unmodified.
Jason Downs