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
Age
Commit message (
Expand
)
Author
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
Remove unused code for 4.3BSD format filesystems.
Martin Natano
2016-10-22
Use deterministic pseudo-random numbers when the -T flag is used; for
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
cleanup Makefile
Theo de Raadt
2016-10-18
Remove setprogname().
Martin Natano
2016-10-18
Only allow epoch timestamps for -T. A shared option for either using the
Martin Natano
2016-10-18
Remove the -B flag. Most of the byteswapping code was tedu'd already.
Martin Natano
2016-10-18
Merge ufs/{ufs,ffs}/ into ffs/.
Martin Natano
2016-10-18
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
Martin Natano
2016-10-18
Merge fs/cd9660/ into cd9660.
Martin Natano
2016-10-17
unused variables
Martin Natano
2016-10-17
Remove apple ufs bits.
Martin Natano
2016-10-17
makefs doesn't care about quotas.
Martin Natano
2016-10-17
Dedup ffs_extern.h.
Martin Natano
2016-10-17
Remove some more unused cd9660 options.
Martin Natano
2016-10-17
Remove cd9660's archimedes option, we won't need RISC OS metadata on our
Martin Natano
2016-10-17
Remove "feature" defines. This code won't try to be portable when we are
Martin Natano
2016-10-17
Remove the -d option.
Martin Natano
2016-10-17
Everything in ffs_bswap.c is unused.
Martin Natano
2016-10-17
mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
Ted Unangst
2016-10-17
Only a few apple-specific bits are needed by eltorito, so copy them local.
Theo de Raadt
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
simplify swapper functions a bit
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
there's no need for a special typedef and function pointer for picking
Ted Unangst
2016-10-16
/* XXX bounds checking! */
Ted Unangst
2016-10-16
remove GEMDOS code
Ted Unangst
2016-10-16
The MSDOS_EI define isn't used anywhere.
Martin Natano
2016-10-16
Only allow one directory as argument and remove the -r option.
Martin Natano
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
Remove some unused functions. Found by cppcheck from ports.
Martin Natano
2016-10-16
Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-down
Martin Natano
2016-10-16
Import makefs - a tool to create filesystem images from a directory.
Martin Natano
[prev]