Up to [cvs.NetBSD.org] / src / usr.sbin / makefs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.40 / (download) - annotate - [select for diffs], Sat Jan 7 19:41:30 2023 UTC (3 weeks, 2 days ago) by chs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +1 -3
lines
Diff to previous 1.39 (colored)
ufs: fixed signed/unsigned bugs affecting large file systems Apply these commits from FreeBSD: commit e870d1e6f97cc73308c11c40684b775bcfa906a2 Author: Kirk McKusick <mckusick@FreeBSD.org> Date: Wed Feb 10 20:10:35 2010 +0000 This fix corrects a problem in the file system that treats large inode numbers as negative rather than unsigned. For a default (16K block) file system, this bug began to show up at a file system size above about 16Tb. To fully handle this problem, newfs must be updated to ensure that it will never create a filesystem with more than 2^32 inodes. That patch will be forthcoming soon. Reported by: Scott Burns, John Kilburg, Bruce Evans Followup by: Jeff Roberson PR: 133980 MFC after: 2 weeks commit 81479e688b0f643ffacd3f335b4b4bba460b769d Author: Kirk McKusick <mckusick@FreeBSD.org> Date: Thu Feb 11 18:14:53 2010 +0000 One last pass to get all the unsigned comparisons correct. In additional to the changes from FreeBSD, this commit includes quite a few related changes to appease -Wsign-compare.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 9 14:38:47 2022 UTC (9 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10
Changes since 1.38: +4 -2
lines
Diff to previous 1.38 (colored)
makefs(8): Needs -lm for ceil in udf as a host tool too.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Apr 6 22:25:00 2022 UTC (9 months, 3 weeks ago) by hauke
Branch: MAIN
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
udf.c uses math library functions.
Revision 1.36.26.1 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:54 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.36: +7 -1
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.37 / (download) - annotate - [select for diffs], Sun Oct 13 07:28:19 2019 UTC (3 years, 3 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.36: +7 -1
lines
Diff to previous 1.36 (colored)
introduce some common variables for use in GCC warning disables: GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8) use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come. we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
Revision 1.31.2.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:05:09 2014 UTC (8 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.31.2.1: +4 -2
lines
Diff to previous 1.31.2.1 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.29.2.2 / (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.29.2.1: +7 -3
lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (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.36 / (download) - annotate - [select for diffs], Mon Aug 5 14:41:57 2013 UTC (9 years, 5 months ago) by reinoud
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,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20190609,
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,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Changes since 1.35: +4 -2
lines
Diff to previous 1.35 (colored)
Implement `makefs -t udf'. Formatting options may be enhanced to make it more in line with newfs_udf on say labeling.
Revision 1.31.2.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.31: +5 -3
lines
Diff to previous 1.31 (colored)
resync with head
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 27 20:05:46 2013 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
This works well enough to populate plain files in the root dir. creating directories fails.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Jan 26 00:31:49 2013 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
add debugging, fix warnings.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Jan 23 22:47:18 2013 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
ok, we can create the filesystem now.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 23 20:46:39 2013 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.31: +3 -2
lines
Diff to previous 1.31 (colored)
- add support for parsing different types; not just int. - add beginning of msdos support.
Revision 1.29.2.1 / (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.29: +4 -3
lines
Diff to previous 1.29 (colored)
sync with head.
Revision 1.31 / (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: tls-maxphys
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
WARNS=5
Revision 1.30 / (download) - annotate - [select for diffs], Thu Apr 19 15:36:06 2012 UTC (10 years, 9 months ago) by ttoth
Branch: MAIN
Changes since 1.29: +3 -2
lines
Diff to previous 1.29 (colored)
added chfs support for makefs
Revision 1.29 / (download) - annotate - [select for diffs], Mon Jul 18 22:52:37 2011 UTC (11 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.28: +3 -7
lines
Diff to previous 1.28 (colored)
Re-enable v7fs support in the tools version of "makefs" after the issues have been fixed by Alan Barrett. Tested under Mac OS X.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jul 18 21:22:55 2011 UTC (11 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.27: +4 -2
lines
Diff to previous 1.27 (colored)
Define "USE_V7FS" in the makefile of the directory with the actual source.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Jul 18 17:15:51 2011 UTC (11 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.26: +5 -3
lines
Diff to previous 1.26 (colored)
Don't include v7fs support into tool version of "makefs" because it breaks the build.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Jul 18 08:58:38 2011 UTC (11 years, 6 months ago) by uch
Branch: MAIN
Changes since 1.25: +3 -2
lines
Diff to previous 1.25 (colored)
v7fs(7th edition(V7) file system) support.
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:20:28 2009 UTC (13 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 22 15:23:05 2009 UTC (13 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 16 19:39:52 2009 UTC (14 years ago) by pooka
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.23: +8 -22
lines
Diff to previous 1.23 (colored)
Move fs-specific stuff in Makefile to fs/Makefile.inc to clarify top-level Makefile.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 10 22:06:29 2009 UTC (14 years ago) by bjh21
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Add support for encoding RISC OS metadata into ISO 9660 filesystems. This is done by adding the general ability to stuff non-SUSP data into the end of the System Use field of a Directory Record, which required some amount of rewriting of the SUSP support. I think the result is at least as good as what came before, and I've fixed at least one bug along the way. Tested against RISC OS 3.70 on my Risc PC. Oh, why do we want it? It should allow us to make acorn{26,32} CDs that can be booted directly from RISC OS without mucking around copying the bootloader to a native filing system.
Revision 1.21.12.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:30:06 2008 UTC (14 years, 4 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 29 00:02:25 2008 UTC (14 years, 5 months ago) by gmcgarry
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 16 12:59:17 2006 UTC (16 years, 1 month ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: wrstuden-revivesa
Changes since 1.20: +4 -2
lines
Diff to previous 1.20 (colored)
Don't depend on lubutil if we're building host tools. Fix tools build on non-NetBSD hosts.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 14 20:09:36 2006 UTC (16 years, 1 month ago) by he
Branch: MAIN
Changes since 1.19: +7 -5
lines
Diff to previous 1.19 (colored)
Complete the move of string_to_flags() and flags_to_string() from the bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result
Revision 1.19 / (download) - annotate - [select for diffs], Fri May 12 01:18:25 2006 UTC (16 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.18: +3 -1
lines
Diff to previous 1.18 (colored)
don't do the -Wno-pointer-sign dance for host programs.
Revision 1.18 / (download) - annotate - [select for diffs], Thu May 11 23:16:30 2006 UTC (16 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.17: +7 -1
lines
Diff to previous 1.17 (colored)
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 19 01:26:59 2005 UTC (17 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove extraneous #PKG_DEVELOPER=1 line that snuck in with the last commit. (Thanks Masao Uebayashi.)
Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 19 01:09:54 2005 UTC (17 years, 5 months ago) by dyoung
Branch: MAIN
Changes since 1.15: +11 -7
lines
Diff to previous 1.15 (colored)
Cosmetic: alphabetize SRCS. Start a new line on each change of leading letter.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 13 01:53:01 2005 UTC (17 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.14: +9 -4
lines
Diff to previous 1.14 (colored)
cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys, Alan Perez-Rathke and Ram Vedam. Prototyping, KNF, WARNS=3 by me. Note that this is marked experimental for now. It works well enough to make NetBSD/i386 bootable images, but does need more work.
Revision 1.14 / (download) - annotate - [select for diffs], Sun May 18 07:57:39 2003 UTC (19 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), there's no need to special-case .include-ing it.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Nov 30 03:10:57 2002 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.12: +1 -4
lines
Diff to previous 1.12 (colored)
tweaks for fparseln(3) move from libutil to libc: - remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 30 02:09:44 2002 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.11: +4 -1
lines
Diff to previous 1.11 (colored)
oops; libutil is (currently) needed by ../mtree/spec.c for fparseln
Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 30 02:06:51 2002 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.10: +3 -7
lines
Diff to previous 1.10 (colored)
- remove -lutil; nothing here needs it - no need to reference ../../bin/dd now that strsuftoll(3) is in libc
Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 29 13:06:32 2002 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
convert from strsuftoull() (from ../../bin/dd) to strsuftoll(3) in libc
Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 18 03:54:33 2002 UTC (20 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.8: +8 -6
lines
Diff to previous 1.8 (colored)
use NETBSDSRCDIR as appropriate
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 31 22:44:02 2002 UTC (21 years ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 24 03:21:07 2002 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to be done from dbdir/master.passwd and dbdir/group, using simple text file parsing routines from ../mtree/getid.c
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 7 16:27:22 2002 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
- pull in <ufs/ufs/dinode.h> before <ufs/ffs/fs.h> - #include <ufs/[uf]fs/*.h> instead of "ufs/[uf]fs/*.h", and don't bother with -I../../sys; we'll solve the hostprog problem another way and unconditionally pulling in NetBSD-current's usr/src/sys on a host system could be a Bad Thing.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 5 07:00:56 2002 UTC (21 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
build this as a host tool.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 25 11:22:09 2001 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.3: +6 -4
lines
Diff to previous 1.3 (colored)
- Use strsuftoull() from dd(1) to parse numbers, rather than home grown version. The new version supports products, 'g' (GB) and 't' (TB) suffices, and `b' now means `blocks' instead of `bytes'. Functionality requested by perry. - debug is now a u_int instead of an int. - Ensure that various numbers have sane upper limits (e.g, 99 for %, etc)
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 22 02:47:25 2001 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.2: +6 -4
lines
Diff to previous 1.2 (colored)
reference the ufs/[uf]fs headers in ../../sys rather than using those in /usr/include. this should make it easier to make this a host tool
Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 26 16:12:30 2001 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
fix manual page building
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 26 06:56:13 2001 UTC (21 years, 3 months ago) by lukem
Branch: WASABI
CVS Tags: makefs-20011026
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
makefs - create a file system image from a directory tree. It doesn't need any special privileges or kernel devices. Only ffs image creation is supported at this time, although makefs has been designed to allow the addition of other file system formats by writing new back-ends. This program was designed & implemented by Luke Mewburn of Wasabi Systems.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 26 06:56:13 2001 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Initial revision