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
/
msdos
Age
Commit message (
Expand
)
Author
2017-11-02
Use emalloc, like in the rest of makefs
Jeremie Courreges-Anglas
2017-08-31
assorted warning fixes; ok millert@
Otto Moerbeek
2017-03-28
add missing braces around a multi line if statement
Jonathan Gray
2016-12-17
While here nuke some more annoying whitespace nits.
Kenneth R Westerback
2016-10-26
Remove FS-specific option descriptions from the source code. We have a
Martin Natano
2016-10-23
No verbose flag for cd9660.
Martin Natano
2016-10-23
Remove the msdos no_create option.
Martin Natano
2016-10-23
Remove short option names for -o.
Martin Natano
2016-10-22
Dedup msdosfs/{bootsect.h,bpb.h}.
Martin Natano
2016-10-22
-#include <stdbool.h>
Martin Natano
2016-10-22
Remove huge amounts of debug code, that make the code nearly unreadable.
Martin Natano
2016-10-18
Merge fs/msdosfs/ and newfs_msdos/ into msdos/.
Martin Natano
2016-10-17
unused variables
Martin Natano
2016-10-17
makefs doesn't care about quotas.
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 GEMDOS code
Ted Unangst
2016-10-16
Add OpenBSD RCS tags; reminded by tb
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