Up to [cvs.NetBSD.org] / src / usr.sbin / makefs / ffs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 7 19:41:30 2023 UTC (3 weeks, 6 days ago) by chs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.41: +11 -9
lines
Diff to previous 1.41 (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.41 / (download) - annotate - [select for diffs], Thu Nov 17 06:40:41 2022 UTC (2 months, 2 weeks ago) by chs
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10
Changes since 1.40: +8 -3
lines
Diff to previous 1.40 (colored)
Restore backward compatibility of UFS2 with previous NetBSD releases by disabling support in UFS2 for extended attributes (including ACLs). Add a new variant of UFS2 called "UFS2ea" that does support extended attributes. Add new fsck_ffs operations "-c ea" and "-c no-ea" to convert file systems from UFS2 to UFS2ea and vice-versa (both of which delete all existing extended attributes in the process).
Revision 1.40 / (download) - annotate - [select for diffs], Sat Apr 2 19:16:49 2022 UTC (10 months ago) by mlelstv
Branch: MAIN
Changes since 1.39: +4 -4
lines
Diff to previous 1.39 (colored)
Avoid integer overflow on systems with 32bit disk addresses.
Revision 1.37.12.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:09:21 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.37: +8 -8
lines
Diff to previous 1.37 (colored) next main 1.38 (colored)
Merge changes from current as of 20200406
Revision 1.39 / (download) - annotate - [select for diffs], Thu Mar 26 04:25:28 2020 UTC (2 years, 10 months ago) by kre
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.38: +4 -4
lines
Diff to previous 1.38 (colored)
Fix the build, use %jd and (intmax_t) cast for big numbers, off_t and ptrdiff_t aren't always the same size.
Revision 1.38 / (download) - annotate - [select for diffs], Wed Mar 25 20:17:48 2020 UTC (2 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.37: +8 -8
lines
Diff to previous 1.37 (colored)
improve error messages.
Revision 1.34.4.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:54:17 2017 UTC (5 years, 9 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.34: +20 -9
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync with HEAD
Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon Mar 20 06:58:08 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.34: +20 -9
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync with HEAD
Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 9 04:42:53 2017 UTC (5 years, 11 months ago) by kre
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
is-mlppp-base,
is-mlppp,
bouyer-socketcan-base1
Branch point for: phil-wifi
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Revert the part of mkfs.c 1.36 that "gutted the const" (while retaining the part that added a different one). That is, re-constipate makefs (well, just a bit, no real pain here.)
Revision 1.36 / (download) - annotate - [select for diffs], Wed Feb 8 16:00:30 2017 UTC (5 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
gut const for now.
Revision 1.35 / (download) - annotate - [select for diffs], Wed Feb 8 04:08:53 2017 UTC (5 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.34: +20 -9
lines
Diff to previous 1.34 (colored)
Don't store random (from ASLR) pointers into the superblock. Should be the last (famous last words) problem with reproducible builds!
Revision 1.34 / (download) - annotate - [select for diffs], Fri Jun 24 19:24:11 2016 UTC (6 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914,
bouyer-socketcan-base
Branch point for: pgoyette-localcount,
bouyer-socketcan
Changes since 1.33: +10 -10
lines
Diff to previous 1.33 (colored)
tidy up error messages
Revision 1.33 / (download) - annotate - [select for diffs], Mon Dec 21 00:58:08 2015 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.32: +8 -8
lines
Diff to previous 1.32 (colored)
more deterministic ffs for reproducible builds.
Revision 1.24.2.3 / (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.24.2.2: +19 -20
lines
Diff to previous 1.24.2.2 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.22.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.22.2.2: +57 -66
lines
Diff to previous 1.22.2.2 (colored) to branchpoint 1.22 (colored) next main 1.23 (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.32 / (download) - annotate - [select for diffs], Sat Oct 19 17:16:37 2013 UTC (9 years, 3 months 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,
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
Changes since 1.31: +3 -4
lines
Diff to previous 1.31 (colored)
fix unused variable warnings.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 23 22:03:34 2013 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Changes since 1.30: +7 -7
lines
Diff to previous 1.30 (colored)
Stick ffs_ in front of the following macros: fragstoblks() blkstofrags() fragnum() blknum() to finish the job of distinguishing them from the lfs versions, which Christos renamed the other day. I believe this is the last of the overtly ambiguous exported symbols from ffs... or at least, the last of the ones that conflicted with lfs. ffs still pollutes the C namespace very broadly (as does ufs) and this needs quite a bit more cleanup. XXX: boo on macros with lowercase names. But I'm not tackling that just yet.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jun 23 07:28:37 2013 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.29: +7 -7
lines
Diff to previous 1.29 (colored)
Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of the following symbols so as to disambiguate fully. (Christos already did the lfs ones.) lblkno lblktosize lfragtosize numfrags blkroundup fragroundup
Revision 1.24.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:29:05 2013 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.24.2.1: +18 -18
lines
Diff to previous 1.24.2.1 (colored) to branchpoint 1.24 (colored)
resync from head
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jun 23 02:06:06 2013 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.28: +10 -10
lines
Diff to previous 1.28 (colored)
fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() dbtofsb() -> FFS_DBTOFSB() or EXT2_DBTOFSB() (Christos already did the lfs ones a few days back)
Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 19 17:51:27 2013 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.27: +18 -18
lines
Diff to previous 1.27 (colored)
Rename ambiguous macros: MAXDIRSIZE -> UFS_MAXDIRSIZE or LFS_MAXDIRSIZE NINDIR -> FFS_NINDIR, EXT2_NINDIR, LFS_NINDIR, or MFS_NINDIR INOPB -> FFS_INOPB, LFS_INOPB INOPF -> FFS_INOPF, LFS_INOPF blksize -> ffs_blksize, ext2_blksize, or lfs_blksize sblksize -> ffs_blksize These are not the only ambiguously defined filesystem macros, of course, there's a pile more. I may not have found all the ambiguous definitions of blksize(), too, as there are a lot of other things called 'blksize' in the system.
Revision 1.24.2.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:30:45 2013 UTC (9 years, 11 months ago) by tls
Branch: tls-maxphys
Changes since 1.24: +30 -38
lines
Diff to previous 1.24 (colored)
resync with head
Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 3 03:21:21 2013 UTC (10 years ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.26: +18 -21
lines
Diff to previous 1.26 (colored)
- more changes to make -O work - fix err* calls.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Jan 28 21:03:29 2013 UTC (10 years ago) by christos
Branch: MAIN
Changes since 1.25: +6 -11
lines
Diff to previous 1.25 (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.22.2.2 / (download) - annotate - [select for diffs], Wed Jan 23 00:06:42 2013 UTC (10 years ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.22.2.1: +10 -10
lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored)
sync with head
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 22 09:39:19 2013 UTC (10 years ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.24: +10 -10
lines
Diff to previous 1.24 (colored)
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace pollution. Specifically: ROOTINO -> UFS_ROOTINO WINO -> UFS_WINO NXADDR -> UFS_NXADDR NDADDR -> UFS_NDADDR NIADDR -> UFS_NIADDR MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency) Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have the same values in ext2fs and ffs. No functional change intended.
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Wed May 23 10:08:29 2012 UTC (10 years, 8 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.22: +9 -6
lines
Diff to previous 1.22 (colored)
sync with head.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Apr 19 19:48:14 2012 UTC (10 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5
Branch point for: tls-maxphys
Changes since 1.23: +7 -4
lines
Diff to previous 1.23 (colored)
Fix build failure reported by bracket. (shouldn't this size_t be ino_t?)
Revision 1.23 / (download) - annotate - [select for diffs], Thu Apr 19 17:28:26 2012 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.22: +5 -5
lines
Diff to previous 1.22 (colored)
WARNS=5
Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 9 21:33:43 2011 UTC (11 years, 3 months ago) by christos
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.21: +6 -3
lines
Diff to previous 1.21 (colored)
add support for setting the ufs label. (Nathan Whitehorn)
Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 20 20:51:42 2004 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
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,
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,
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,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
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-premerge-20101231,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.20: +16 -14
lines
Diff to previous 1.20 (colored)
Refactor the filesystem specific portions out of makefs.c/makefs.h completely. Instead of extending fsinfo_t it now holds a void * to file system specific data. This is then setup/cleaned up by the additional of 2 additional callbacks. Makes adding new filesystems simpler as almost no code has to be updated in the generic makefs code now.
Revision 1.18.2.2 / (download) - annotate - [select for diffs], Fri Jun 25 02:34:40 2004 UTC (18 years, 7 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: 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-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
Changes since 1.18.2.1: +6 -6
lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored)
Pullup rev 1.20 (requested by lukem in ticket #549) Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. Deprecate unused MAXINOPB. PR#25603 fixed.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 24 22:30:13 2004 UTC (18 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.19: +6 -6
lines
Diff to previous 1.19 (colored)
Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE. Deprecate unused MAXINOPB. Should fix PR [toolchain/25603].
Revision 1.18.2.1 / (download) - annotate - [select for diffs], Tue Jun 22 07:22:16 2004 UTC (18 years, 7 months ago) by tron
Branch: netbsd-2-0
Changes since 1.18: +6 -2
lines
Diff to previous 1.18 (colored)
Pull up revision 1.19 (requested by jmc in ticket #527): Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 20 22:20:18 2004 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.18: +6 -2
lines
Diff to previous 1.18 (colored)
Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
Revision 1.18 / (download) - annotate - [select for diffs], Sun Sep 7 14:24:09 2003 UTC (19 years, 5 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.17: +4 -4
lines
Diff to previous 1.17 (colored)
Revert arc4random usage. makefs is only used for install images, filehandle randomization is not an issue there, and using arc4random broke building makefs as a host tool.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Sep 6 12:44:34 2003 UTC (19 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.16: +6 -6
lines
Diff to previous 1.16 (colored)
use arc4random
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 7 11:25:33 2003 UTC (19 years, 6 months ago) by agc
Branch: MAIN
Changes since 1.15: +3 -7
lines
Diff to previous 1.15 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22366, verified by myself.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 16 01:32:07 2003 UTC (19 years, 9 months ago) by briggs
Branch: MAIN
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (colored)
Protect use of __RCSID() with a check to ensure that it's defined. Suggested by Ian Lance Taylor on tech-userlevel@ to help cross-compilation on Red Hat 7.3.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 2 10:39:49 2003 UTC (19 years, 10 months ago) by fvdl
Branch: MAIN
Changes since 1.13: +405 -584
lines
Diff to previous 1.13 (colored)
Add support for UFS2. UFS2 is an enhanced FFS, adding support for 64 bit block pointers, extended attribute storage, and a few other things. This commit does not yet include the code to manipulate the extended storage (for e.g. ACLs), this will be done later. Originally written by Kirk McKusick and Network Associates Laboratories for FreeBSD.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 28 08:22:08 2003 UTC (20 years ago) by mrg
Branch: MAIN
Changes since 1.12: +6 -6
lines
Diff to previous 1.12 (colored)
make this build on alpha after daddr_t->64bit
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 24 21:55:33 2003 UTC (20 years ago) by fvdl
Branch: MAIN
Changes since 1.11: +24 -19
lines
Diff to previous 1.11 (colored)
Bump daddr_t to 64 bits. Replace it with int32_t in all places where it was used on-disk, so that on-disk formats remain the same. Remove ufs_daddr_t and ufs_lbn_t for the time being.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 8 13:24:15 2002 UTC (20 years, 6 months ago) by soren
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.10: +8 -8
lines
Diff to previous 1.10 (colored)
Remove extraneous \n's in {err,warn}{,x} that used to be printfs.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 6 14:58:15 2002 UTC (21 years ago) by lukem
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.9: +2 -3
lines
Diff to previous 1.9 (colored)
don't need <ufs/ufs/dir.h> here
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 31 22:44:04 2002 UTC (21 years ago) by tv
Branch: MAIN
Changes since 1.8: +3 -4
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Sat Jan 26 13:22:17 2002 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
- crank default cpg from 16 to 65536, and let the auto-sizing code in mkfs() do its job - pass cpgflg=1 to mkfs() if the user provided cpg, =0 otherwise - improve error reporting in ffs_write_file() - only add superblock & block map slop for one cylinder group. trying to calculate the number of required cylinder groups caused too many problems when tweaking parameters for small file systems. rely upon slop from minfree, and upon ffs_write_file() to complain if the user is too aggressive about tweaking the parameters
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 18 08:32:34 2002 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.6: +12 -10
lines
Diff to previous 1.6 (colored)
apply changes from revs 1.56-1.59 of newfs/mkfs.c: * revision 1.56 the change of calculation of inodes per group in rev 1.52 was far too aggressive; rework to be a bit less susceptable to round-off error. now it's likely that the density might not be obtained with a small filesystem with a large number of inodes (e.g -s 4M -i 1k), but that's an extremely unlikely corner case that can easily be rectified with command-line arguments. fixed provided in private email by Takao Shinohara <shin@sm.sony.co.jp> should resolve PRs [bin/14049] and [bin/14046] [ this fixes a problem in makefs(8) that matt green reported ] * revision 1.58 clamp bsize to MAXBSIZE * revision 1.59 don't bother printing a warning about the cylinder group size being restricted if -c isn't given; it just confuses a user of newfs (and the cpg info is printed as part of the display anyway), and prints an unnecessary warning for mount_mfs. XXX: I must rework newfs/mkfs.c to make it easier to just .PATH into makefs(8)
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 8 06:00:14 2002 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
need ufs/ufs/dinode.h for ufs/ffs/fs.h
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 7 16:56:27 2002 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
add "ffs/ufs_inode.h" with a minimal struct inode, to replace <ufs/ufs/inode.h>, since the latter has a lot of cruft we don't need and it #include's way more stuff in <sys/*> (etc) than is needed here. yet another nail in the "let's make makefs a proper host tool" coffin.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 7 16:27:23 2002 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.3: +6 -6
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Mon Jan 7 05:07:51 2002 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
fix bugs reported by matt green: - when calculating file size, round up to frag size not block size - #define FFS_EI in makefs.h, and include that before [uf]fs/*.h other stuff: - round up final size to next block (instead of next sector) - protect makefs.h from multiple inclusion
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 22 02:47:26 2001 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (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.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 26 06:21:57 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:21:57 2001 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Initial revision