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
/
usr.sbin
/
makefs
/
ffs.c
Age
Commit message (
Expand
)
Author
2024-01-09
Delete support for FFS filesystems before the in-inode symlink
Philip Guenther
2023-08-08
Replace use of the old BSD st_*timensec members in struct stat with
Philip Guenther
2023-04-25
Add option 'rdroot' to simplify creation of rdroot filesystems for the install
Kenneth R Westerback
2022-01-11
spelling
Jonathan Gray
2021-10-24
For open/openat, if the flags parameter does not contain O_CREAT, the
Theo de Raadt
2021-10-06
annotate all required sys/param.h uses with what they bring into scope,
Theo de Raadt
2021-09-01
remove sys/param.h use (few small repairs)
Theo de Raadt
2020-04-09
No need to check for NULL before free().
Kenneth R Westerback
2017-01-21
Use MD disklabel position.
Martin Natano
2016-12-17
While here nuke some more annoying whitespace nits.
Kenneth R Westerback
2016-12-17
Nuke unused variable and some extra whitespace.
Kenneth R Westerback
2016-11-14
disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.
Martin Natano
2016-11-13
Pick up the FS image size, the sector size and the bsize and fsize
Martin Natano
2016-11-11
Clean up FFS option handling somewhat; no functional change.
Martin Natano
2016-11-11
Optimize for space by default.
Martin Natano
2016-11-10
Sync bsize and fsize defaults with newfs.
Martin Natano
2016-11-10
Remove the unused cpg field from ffs_opt_t.
Martin Natano
2016-11-08
Respect -Ooffset for the disklabel location.
Martin Natano
2016-11-08
Add a disklabel option that creates a disklabel with the info provided
Martin Natano
2016-11-06
Remove unused fields from ffs_opt_t.
Martin Natano
2016-10-26
s/EXIT_FAILURE/1/
Martin Natano
2016-10-26
Remove FS-specific option descriptions from the source code. We have a
Martin Natano
2016-10-23
Remove short option names for -o.
Martin Natano
2016-10-22
Get rid of remaining FFS byteswap function stubs.
Martin Natano
2016-10-22
Clean up timestamp handling code to be less confusing.
Martin Natano
2016-10-22
Remove huge amounts of debug code, that make the code nearly unreadable.
Martin Natano
2016-10-22
s/panic/errx/ This is userland.
Martin Natano
2016-10-22
Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>
Martin Natano
2016-10-22
Use deterministic pseudo-random numbers when the -T flag is used; for
Martin Natano
2016-10-18
Merge ufs/{ufs,ffs}/ into ffs/.
Martin Natano
2016-10-17
Remove "feature" defines. This code won't try to be portable when we are
Martin Natano
2016-10-17
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
Ted Unangst
2016-10-16
remove swapping add macros
Ted Unangst
2016-10-16
remove some byte swapping code from the top end
Ted Unangst
2016-10-16
/* XXX bounds checking! */
Ted Unangst
2016-10-16
Remove the -Z (spare ffs image) option.
Martin Natano
2016-10-16
Add OpenBSD RCS tags; reminded by tb
Martin Natano
2016-10-16
Unused includes, as reported by include-what-you-use from ports.
Martin Natano
2016-10-16
Import makefs - a tool to create filesystem images from a directory.
Martin Natano