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
/
newfs_ext2fs
/
mke2fs.c
Age
Commit message (
Expand
)
Author
2017-08-28
fix clang warning wrt const string and +; from joerg@netbsd; ok millert@
Otto Moerbeek
2016-03-14
Replace an ad-hoc implementation of opendev(), with said function and
natano
2016-01-26
Remove needless zeroing. Anonymously mapped memory is always zeroed.
mmcc
2015-11-26
Instead, hoist TIOCGWINSZ up to the top, then "tty" pledge is not needed.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-09-27
Fix mmap() calls that check for a result other than MAP_FAILED.
Doug Hogan
2014-07-31
unbreak the build - e2fs_isave now needs the superblock.
Martin Pelikan
2014-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2014-07-13
new superblock header needs fixes for BE architectures
Martin Pelikan
2014-07-11
fix dacl->size_hi header change
Martin Pelikan
2014-04-22
Convert a malloc(x*y)+memset to calloc(x,y)
Philip Guenther
2013-12-27
from netbsd, free(bbp) in error paths. Coverity CID 274748.
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
2012-12-04
remove some unnecessary sys/cdefs.h inclusions
Theo de Raadt
2011-03-12
These utilities can currently only operate with a 32-bit block number range,
Theo de Raadt
2010-02-16
fix OpenBSD rcs tags, prompted by Tim van der Molen
Otto Moerbeek
2010-02-16
Port of newfs_ext2fs from NetBSD. not hooked to the build yet.
Otto Moerbeek