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
/
newfs_ext2fs.c
Age
Commit message (
Expand
)
Author
2016-03-16
There's no reason to have execute permissions on a file system image.
natano
2016-03-14
Replace an ad-hoc implementation of opendev(), with said function and
natano
2016-03-14
Add a missing "cpath" promise; newfs_ext2fs can create files when used
natano
2015-12-06
Avoid out of boundary access on illegal command line arguments.
Tobias Stoeckmann
2015-11-28
Oops, left the pledge "tty" active in the previous commited
Theo de Raadt
2015-11-26
Instead, hoist TIOCGWINSZ up to the top, then "tty" pledge is not needed.
Theo de Raadt
2015-11-26
unbelievable.. this uses TIOCGWINSZ.. how did i miss that. pledge "tty".
Theo de Raadt
2015-11-23
Use pledge "disklabel" as needed. The theory here is these tools become more
Theo de Raadt
2015-10-14
unfortunately rewritelabel() just before termination does a non-permitted
Theo de Raadt
2015-10-13
can pledge "stdio" after opening device.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-20
remove sys/file.h includes in favor of fcntl.h where needed.
Ted Unangst
2014-06-29
do not need sys/disk.h
Theo de Raadt
2014-05-21
Use errc/warnc to simplify code.
Philip Guenther
2014-04-22
Clarify an err() message
Philip Guenther
2014-04-21
While we don't recommend using ext2fs, the directions for doing so
Philip Guenther
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
2012-12-04
remove some unnecessary sys/cdefs.h inclusions
Theo de Raadt
2010-05-18
dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this
David Gwynne
2010-02-18
Add -q flag for compatiblity with newfs as requested by miod@
Otto Moerbeek
2010-02-17
handle -t for when being called by newfs
Otto Moerbeek
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
Port of newfs_ext2fs from NetBSD. not hooked to the build yet.
Otto Moerbeek