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
Age
Commit message (
Expand
)
Author
2014-05-21
Use errc/warnc to simplify code.
Philip Guenther
2014-04-22
Clarify an err() message
Philip Guenther
2014-04-22
Convert a malloc(x*y)+memset to calloc(x,y)
Philip Guenther
2014-04-21
While we don't recommend using ext2fs, the directions for doing so
Philip Guenther
2013-12-27
from netbsd, free(bbp) in error paths. Coverity CID 274748.
Theo de Raadt
2013-11-22
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Theo de Raadt
2013-10-27
If a constant string needs a name, use a static const array instead of a
Philip Guenther
2013-07-16
Add missing .Mt macros for AUTHORS email addresses.
Ingo Schwarze
2013-04-17
ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --
Theo de Raadt
2013-04-16
spelling fixes;
Jason McIntyre
2012-12-04
remove some unnecessary sys/cdefs.h inclusions
Theo de Raadt
2012-07-08
if you use nitems() in userland, you must define it yourself
Theo de Raadt
2011-03-12
These utilities can currently only operate with a 32-bit block number range,
Theo de Raadt
2010-05-18
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
David Gwynne
2010-03-14
Specify when newfs_ext2fs was introduced into OpenBSD.
Antoine Jacoutot
2010-02-18
- add -q to synopsis
Jason McIntyre
2010-02-18
Add -q flag for compatiblity with newfs as requested by miod@
Otto Moerbeek
2010-02-17
local ext2fs_bswap.c instead of groping in the sys/ufs/ext2fs tree
Otto Moerbeek
2010-02-17
handle -t for when being called by newfs
Otto Moerbeek
2010-02-16
clean this page up;
Jason McIntyre
2010-02-16
fix OpenBSD rcs tags, prompted by Tim van der Molen
Otto Moerbeek
2010-02-16
default verbosity to 4
Otto Moerbeek
2010-02-16
man page with tweaks from miod; ok miod@
Otto Moerbeek
2010-02-16
Port of newfs_ext2fs from NetBSD. not hooked to the build yet.
Otto Moerbeek