Up to [cvs.NetBSD.org] / src / usr.sbin / makefs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 9 10:05:35 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.8: +6 -7
lines
Diff to previous 1.8 (colored)
makefs(8): Nix trailing whitespace. Computed by machine, eyeballed by hand, so to speak.
Revision 1.3.2.3 / (download) - annotate - [select for diffs], Thu May 22 11:43:05 2014 UTC (8 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.3.2.2: +31 -39
lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.3.4.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:30:44 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.3: +31 -39
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
resync with head
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 29 15:52:25 2013 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
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 (10 years 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 (10 years 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 (10 years 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 (10 years 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.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:08:28 2012 UTC (10 years, 8 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.3.2.1: +230 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.3.2.1, Thu Apr 19 17:28:25 2012 UTC (10 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.3: +0 -230
lines
FILE REMOVED
file chfs.c was added on branch yamt-pagecache on 2012-05-23 10:08:28 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 19 17:28:25 2012 UTC (10 years, 9 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 (10 years, 9 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 (10 years, 9 months ago) by ttoth
Branch: MAIN
added chfs support for makefs