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-11-26
Avoid NULL pointer dereference in cd9660.
Martin Natano
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
Describe -o disklabel=name.
Martin Natano
2016-11-08
Add a disklabel option that creates a disklabel with the info provided
Martin Natano
2016-11-08
pledge for "stdio rpath wpath cpath" promises since it only needs to
Ricardo Mestre
2016-11-06
Remove unused fields from ffs_opt_t.
Martin Natano
2016-10-26
s/EXIT_FAILURE/1/
Martin Natano
2016-10-26
mac68k is discontinued
Martin Natano
2016-10-26
Add the omit-trailing-period cd9660 option to the manual.
Martin Natano
2016-10-26
Remove cd9660's chrp-boot option. deraadt confirmed we don't support any
Martin Natano
2016-10-26
Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.
Martin Natano
2016-10-26
Remove FS-specific option descriptions from the source code. We have a
Martin Natano
2016-10-25
convert usage() to just spit out the normal options list,
Jason McIntyre
2016-10-24
document the options for msdos systems; help/ok natano
Jason McIntyre
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 cd9660's keep-bad-images 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
various cleanup; ok natano
Jason McIntyre
2016-10-22
Get rid of remaining FFS byteswap function stubs.
Martin Natano
2016-10-22
More "debug" code that has to go.
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
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
[next]