OpenBSD CVS

CVS log for src/usr.sbin/makefs/ffs.h


[BACK] Up to [local] / src / usr.sbin / makefs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 25 08:57:11 2023 UTC (13 months, 1 week ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add option 'rdroot' to simplify creation of rdroot filesystems for the install
media.

No functional change to existing behaviour.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 13 10:22:21 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Pick up the FS image size, the sector size and the bsize and fsize
parameters from the disklabel.

discussed with deraadt

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 11 09:54:07 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Clean up FFS option handling somewhat; no functional change.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 10 08:26:38 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove the unused cpg field from ffs_opt_t.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 8 19:22:29 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

Add a disklabel option that creates a disklabel with the info provided
by disktab. This is one piece of the puzzle that will allow use to build
install media without vnd.

ok deraadt

Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 6 12:33:30 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.4: +1 -7 lines
Diff to previous 1.4 (colored)

Remove unused fields from ffs_opt_t.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 22 16:51:52 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h>
header files instead of relying on copies of NetBSD's headers. This
required some changes in the .c files, due to renamed fields, functions
and preprocessor macros. Also pull in our own ffs_tables.c. As a bonus
this diff gets rid of layout compatibility issues in the superblock
(position of the fs_flags field).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 18 17:23:21 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Merge ufs/{ufs,ffs}/ into ffs/.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 16 20:26:56 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Add OpenBSD RCS tags; reminded by tb

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 16 17:08:53 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN

Import makefs - a tool to create filesystem images from a directory.

This is a rough port of the NetBSD tool with some features removed we
don't need. It compiles, but I don't promise anything more. Importing
now, so we can hack on it in tree.

The supported filesystem types are: cd9660, ffs and msdosfs.

ok deraadt

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.