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
Age
Commit message (
Expand
)
Author
2016-12-17
While here nuke some more annoying whitespace nits.
Kenneth R Westerback
2016-11-11
Clean up FFS option handling somewhat; no functional change.
Martin Natano
2016-10-26
s/EXIT_FAILURE/1/
Martin Natano
2016-10-22
Get rid of remaining FFS byteswap function stubs.
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
Remove unused code for 4.3BSD format filesystems.
Martin Natano
2016-10-22
Avoid writing pointers to the disk (image).
Martin Natano
2016-10-21
Use the superblock passed to ffs_write_superblock() instead of referring
Martin Natano
2016-10-21
Remove the superfluous 'sbsize' variable & s/sbsize/SBLOCKSIZE/.
Martin Natano
2016-10-21
whitespace; no functional change
Martin Natano
2016-10-18
Merge ufs/{ufs,ffs}/ into ffs/.
Martin Natano
2016-10-17
Dedup ffs_extern.h.
Martin Natano
2016-10-17
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
Ted Unangst
2016-10-16
we're not going to be using kauth_creds
Ted Unangst
2016-10-16
remove swapping add macros
Ted Unangst
2016-10-16
another round of deswapping
Ted Unangst
2016-10-16
remove some byte swapping code from the top end
Ted Unangst
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
Remove some unused functions. Found by cppcheck from ports.
Martin Natano
2016-10-16
Import makefs - a tool to create filesystem images from a directory.
Martin Natano