OpenBSD CVS

src/usr.sbin/makefs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / makefs

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cd9660/        
[DIR] ffs/        
[DIR] fs/        
[DIR] msdos/        
[DIR] newfs_msdos/        
[DIR] sys/        
[DIR] ufs/        
[TXT] Makefile  1.10   7 years  deraadt   cleanup Makefile
[TXT] README  1.3   7 years  krw   While here nuke some more annoying whitespace nits.
[TXT] cd9660.c  1.21   5 years  yasuoka   unveil(2) boot images which are specified by -o option. Also exit with an error...
[TXT] cd9660.h  1.14   7 years  natano   Remove unused #define's and struct.
[TXT] ffs.c  1.32   4 years  krw   No need to check for NULL before free(). From Geoff Hill.
[TXT] ffs.h  1.9   7 years  natano   Pick up the FS image size, the sector size and the bsize and fsize parameters fr...
[TXT] makefs.8  1.20   6 years  yasuoka   Tweak the man page and warning message, revert the comma.
[TXT] makefs.c  1.20   5 years  deraadt   unveil(2) is easy since this only uses one directory tree (containing no exterio...
[TXT] makefs.h  1.12   7 years  krw   While here nuke some more annoying whitespace nits.
[TXT] msdos.c  1.11   7 years  patrick   Set the maximum value of the msdos options to the value of LLONG_MAX instead of ...
[TXT] msdos.h  1.3   7 years  tedu   mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid collisions w...
[TXT] walk.c  1.9   7 years  krw   While here nuke some more annoying whitespace nits.
[TXT] xmalloc.c  1.2   7 years  natano   Add OpenBSD RCS tags; reminded by tb