Up to [cvs.NetBSD.org] / src / usr.sbin / makefs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 29 15:52:25 2013 UTC (3 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.7: +1 -1
lines
Diff to previous 1.7 (colored)
make everything use the generic options parser.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 28 21:03:27 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.6: +31 -23
lines
Diff to previous 1.6 (colored)
- use emalloc and friends - kill a bunch of global variables, more work to be done here - homogenize option parsing. more work for cd9660 - use the new options parsing code to print an fs-specific usage
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 24 01:10:47 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
- Fix single letter option parsing. - Instead of returning 1 << index and 0 on error, return just index and -1 on error for the set_option*() routines.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 23 21:32:32 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.4: +1 -19
lines
Diff to previous 1.4 (colored)
remove duplicated code, and try to cleanup parsing by using the shared code. cd9660 needs a lot of work.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 23 20:46:39 2013 UTC (3 months, 3 weeks ago) by christos
Branch: MAIN
Changes since 1.3: +6 -4
lines
Diff to previous 1.3 (colored)
- add support for parsing different types; not just int. - add beginning of msdos support.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 19 17:28:25 2012 UTC (13 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5
Branch point for: yamt-pagecache,
tls-maxphys
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
WARNS=5
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 19 17:09:53 2012 UTC (13 months ago) by christos
Branch: MAIN
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
- fix compilation isses - add some error checking - avoid alloca - add missing frees
Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 19 15:36:06 2012 UTC (13 months ago) by ttoth
Branch: MAIN
added chfs support for makefs