Up to [cvs.NetBSD.org] / src / sbin / tunefs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Sat Apr 7 04:52:21 2012 UTC (13 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.44: +10 -6
lines
Diff to previous 1.44 (colored)
use getfsspecname()
Revision 1.44 / (download) - annotate - [select for diffs], Mon Aug 29 14:35:04 2011 UTC (20 months, 3 weeks ago) by joerg
Branch: MAIN
CVS Tags: 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,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
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.43: +3 -3
lines
Diff to previous 1.43 (colored)
Use __dead
Revision 1.43 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:17 2011 UTC (2 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.42: +81 -4
lines
Diff to previous 1.42 (colored)
merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
Revision 1.42 / (download) - annotate - [select for diffs], Sun Sep 13 18:30:30 2009 UTC (3 years, 8 months ago) by bouyer
Branch: MAIN
CVS Tags: matt-premerge-20091211,
matt-mips64-premerge-20101231,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: bouyer-quota2
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
Restore change from 1.39 after previous commit.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Sep 13 14:13:23 2009 UTC (3 years, 8 months ago) by bouyer
Branch: MAIN
Changes since 1.40: +11 -11
lines
Diff to previous 1.40 (colored)
Allow tunefs to clear any type of WAPBL log, not only in-filesystem ones. Discussed in http://mail-index.netbsd.org/tech-kern/2009/08/17/msg005896.html and followups.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Aug 17 21:28:24 2009 UTC (3 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
fix pasto: UFS_WAPBL_FLAGS_CREATE_LOG is "create-log" not "clear-log"
Revision 1.39 / (download) - annotate - [select for diffs], Tue Apr 7 12:25:19 2009 UTC (4 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
fix sign-compare issue
Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 22 20:28:05 2009 UTC (4 years, 2 months ago) by ad
Branch: MAIN
Changes since 1.37: +3 -42
lines
Diff to previous 1.37 (colored)
PR kern/26878 FFSv2 + softdep = livelock (no free ram) PR kern/16942 panic with softdep and quotas PR kern/19565 panic: softdep_write_inodeblock: indirect pointer #1 mismatch PR kern/26274 softdep panic: allocdirect_merge: ... PR kern/26374 Long delay before non-root users can write to softdep partitions PR kern/28621 1.6.x "vp != NULL" panic in ffs_softdep.c:4653 while unmounting a softdep (+quota) filesystem PR kern/29513 FFS+Softdep panic with unfsck-able file-corruption PR kern/31544 The ffs softdep code appears to fail to write dirty bits to disk PR kern/31981 stopping scsi disk can cause panic (softdep) PR kern/32116 kernel panic in softdep (assertion failure) PR kern/32532 softdep_trackbufs deadlock PR kern/37191 softdep: locking against myself PR kern/40474 Kernel panic after remounting raid root with softdep Retire softdep, pass 2. As discussed and later formally announced on the mailing lists.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 31 15:55:41 2008 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-1-RELEASE,
mjf-devfs2-base,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: netbsd-5-0,
netbsd-5,
matt-nb5-mips64,
jym-xensuspend
Changes since 1.36: +20 -25
lines
Diff to previous 1.36 (colored)
Just use printf(...) instead of fprintf(stdout, ...).
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 31 15:50:29 2008 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.35: +16 -5
lines
Diff to previous 1.35 (colored)
Pretty-print the journal log size with humanize_number(3).
Revision 1.35 / (download) - annotate - [select for diffs], Thu Jul 31 05:38:04 2008 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.34: +141 -25
lines
Diff to previous 1.34 (colored)
Merge the simonb-wapbl branch. From the original branch commit: Add Wasabi System's WAPBL (Write Ahead Physical Block Logging) journaling code. Originally written by Darrin B. Jewell while at Wasabi and updated to -current by Antti Kantee, Andy Doran, Greg Oster and Simon Burge. OK'd by core@, releng@.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jul 20 01:20:23 2008 UTC (4 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: simonb-wapbl-nbase,
simonb-wapbl-base
Branch point for: simonb-wapbl
Changes since 1.33: +4 -4
lines
Diff to previous 1.33 (colored)
Remove the \n and tabs from the __COPYRIGHT() strings. (Tweak some to use a consistent format.)
Revision 1.33 / (download) - annotate - [select for diffs], Wed Jan 19 20:46:16 2005 UTC (8 years, 4 months ago) by xtraeme
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,
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,
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-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wrstuden-revivesa,
mjf-devfs2
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
Remove main() prototype.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 25 14:35:29 2004 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -5
lines
Diff to previous 1.31 (colored)
Remove removed options from usage. From Kouichirou Hiratsuka in PR 25874.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 27 13:05:07 2004 UTC (9 years, 1 month ago) by dsl
Branch: MAIN
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-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.30: +3 -3
lines
Diff to previous 1.30 (colored)
don'e require FS_FLAGS_UPDATED be set for ffsv2
Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 21 20:38:08 2004 UTC (9 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.29: +15 -10
lines
Diff to previous 1.29 (colored)
When searching for the superblock, don't pick an ffsv1 superblock from the location where we expect to find an ffsv2 superblock. It could be the first alternate for a ffsv1 filesystem with 64k blocks. Fixes part of PR kern/24809
Revision 1.29 / (download) - annotate - [select for diffs], Mon Jan 5 23:23:34 2004 UTC (9 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 7 10:04:41 2003 UTC (9 years, 9 months ago) by agc
Branch: MAIN
Changes since 1.27: +3 -7
lines
Diff to previous 1.27 (colored)
Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by Joel Baker in PR 22308, verified by myself.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 2 10:39:32 2003 UTC (10 years, 1 month ago) by fvdl
Branch: MAIN
Changes since 1.26: +35 -42
lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Fri Nov 9 11:48:39 2001 UTC (11 years, 6 months 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,
fvdl_fs64_base
Changes since 1.25: +34 -20
lines
Diff to previous 1.25 (colored)
move guts of non-F special parsing into separate openpartition() func
Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 9 09:05:52 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.24: +47 -54
lines
Diff to previous 1.24 (colored)
Change -F from "special must be a regular file" to "special can be any type, and don't attempt to do any file name translation (e.g, search in fstab)". In the non -F case, search for special in fstab. If found, convert fs_spec to a raw device name. In any case, use opendisk(3) to open the device.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 6 02:16:01 2001 UTC (11 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.23: +27 -4
lines
Diff to previous 1.23 (colored)
Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in
FreeBSD (three commits; the initial work, man page updates, and a fix
to ffs_reload()), with the following differences:
- Be consistent between newfs(8) and tunefs(8) as to the options which
set and control the tuning parameters for this work (avgfilesize & avgfpdir)
- Use u_int16_t instead of u_int8_t to keep track of the number of
contiguous directories (suggested by Chuck Silvers)
- Work within our FFS_EI framework
- Ensure that fs->fs_maxclusters and fs->fs_contigdirs don't point to
the same area of memory
The new algorithm has a marked performance increase, especially when
performing tasks such as untarring pkgsrc.tar.gz, etc.
The original FreeBSD commit messages are attached:
=====
mckusick 2001/04/10 01:39:00 PDT
Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.
His description of the problem and solution follow. My own tests show
speedups on typical filesystem intensive workloads of 5% to 12% which
is very impressive considering the small amount of code change involved.
------
One day I noticed that some file operations run much faster on
small file systems then on big ones. I've looked at the ffs
algorithms, thought about them, and redesigned the dirpref algorithm.
First I want to describe the results of my tests. These results are old
and I have improved the algorithm after these tests were done. Nevertheless
they show how big the perfomance speedup may be. I have done two file/directory
intensive tests on a two OpenBSD systems with old and new dirpref algorithm.
The first test is "tar -xzf ports.tar.gz", the second is "rm -rf ports".
The ports.tar.gz file is the ports collection from the OpenBSD 2.8 release.
It contains 6596 directories and 13868 files. The test systems are:
1. Celeron-450, 128Mb, two IDE drives, the system at wd0, file system for
test is at wd1. Size of test file system is 8 Gb, number of cg=991,
size of cg is 8m, block size = 8k, fragment size = 1k OpenBSD-current
from Dec 2000 with BUFCACHEPERCENT=35
2. PIII-600, 128Mb, two IBM DTLA-307045 IDE drives at i815e, the system
at wd0, file system for test is at wd1. Size of test file system is 40 Gb,
number of cg=5324, size of cg is 8m, block size = 8k, fragment size = 1k
OpenBSD-current from Dec 2000 with BUFCACHEPERCENT=50
You can get more info about the test systems and methods at:
http://www.ptci.ru/gluk/dirpref/old/dirpref.html
Test Results
tar -xzf ports.tar.gz rm -rf ports
mode old dirpref new dirpref speedup old dirprefnew dirpref speedup
First system
normal 667 472 1.41 477 331 1.44
async 285 144 1.98 130 14 9.29
sync 768 616 1.25 477 334 1.43
softdep 413 252 1.64 241 38 6.34
Second system
normal 329 81 4.06 263.5 93.5 2.81
async 302 25.7 11.75 112 2.26 49.56
sync 281 57.0 4.93 263 90.5 2.9
softdep 341 40.6 8.4 284 4.76 59.66
"old dirpref" and "new dirpref" columns give a test time in seconds.
speedup - speed increasement in times, ie. old dirpref / new dirpref.
------
Algorithm description
The old dirpref algorithm is described in comments:
/*
* Find a cylinder to place a directory.
*
* The policy implemented by this algorithm is to select from
* among those cylinder groups with above the average number of
* free inodes, the one with the smallest number of directories.
*/
A new directory is allocated in a different cylinder groups than its
parent directory resulting in a directory tree that is spreaded across
all the cylinder groups. This spreading out results in a non-optimal
access to the directories and files. When we have a small filesystem
it is not a problem but when the filesystem is big then perfomance
degradation becomes very apparent.
What I mean by a big file system ?
1. A big filesystem is a filesystem which occupy 20-30 or more percent
of total drive space, i.e. first and last cylinder are physically
located relatively far from each other.
2. It has a relatively large number of cylinder groups, for example
more cylinder groups than 50% of the buffers in the buffer cache.
The first results in long access times, while the second results in
many buffers being used by metadata operations. Such operations use
cylinder group blocks and on-disk inode blocks. The cylinder group
block (fs->fs_cblkno) contains struct cg, inode and block bit maps.
It is 2k in size for the default filesystem parameters. If new and
parent directories are located in different cylinder groups then the
system performs more input/output operations and uses more buffers.
On filesystems with many cylinder groups, lots of cache buffers are
used for metadata operations.
My solution for this problem is very simple. I allocate many directories
in one cylinder group. I also do some things, so that the new allocation
method does not cause excessive fragmentation and all directory inodes
will not be located at a location far from its file's inodes and data.
The algorithm is:
/*
* Find a cylinder group to place a directory.
*
* The policy implemented by this algorithm is to allocate a
* directory inode in the same cylinder group as its parent
* directory, but also to reserve space for its files inodes
* and data. Restrict the number of directories which may be
* allocated one after another in the same cylinder group
* without intervening allocation of files.
*
* If we allocate a first level directory then force allocation
* in another cylinder group.
*/
My early versions of dirpref give me a good results for a wide range of
file operations and different filesystem capacities except one case:
those applications that create their entire directory structure first
and only later fill this structure with files.
My solution for such and similar cases is to limit a number of
directories which may be created one after another in the same cylinder
group without intervening file creations. For this purpose, I allocate
an array of counters at mount time. This array is linked to the superblock
fs->fs_contigdirs[cg]. Each time a directory is created the counter
increases and each time a file is created the counter decreases. A 60Gb
filesystem with 8mb/cg requires 10kb of memory for the counters array.
The maxcontigdirs is a maximum number of directories which may be created
without an intervening file creation. I found in my tests that the best
performance occurs when I restrict the number of directories in one cylinder
group such that all its files may be located in the same cylinder group.
There may be some deterioration in performance if all the file inodes
are in the same cylinder group as its containing directory, but their
data partially resides in a different cylinder group. The maxcontigdirs
value is calculated to try to prevent this condition. Since there is
no way to know how many files and directories will be allocated later
I added two optimization parameters in superblock/tunefs. They are:
int32_t fs_avgfilesize; /* expected average file size */
int32_t fs_avgfpdir; /* expected # of files per directory */
These parameters have reasonable defaults but may be tweeked for special
uses of a filesystem. They are only necessary in rare cases like better
tuning a filesystem being used to store a squid cache.
I have been using this algorithm for about 3 months. I have done
a lot of testing on filesystems with different capacities, average
filesize, average number of files per directory, and so on. I think
this algorithm has no negative impact on filesystem perfomance. It
works better than the default one in all cases. The new dirpref
will greatly improve untarring/removing/coping of big directories,
decrease load on cvs servers and much more. The new dirpref doesn't
speedup a compilation process, but also doesn't slow it down.
Obtained from: Grigoriy Orlov <gluk@ptci.ru>
=====
=====
iedowse 2001/04/23 17:37:17 PDT
Pre-dirpref versions of fsck may zero out the new superblock fields
fs_contigdirs, fs_avgfilesize and fs_avgfpdir. This could cause
panics if these fields were zeroed while a filesystem was mounted
read-only, and then remounted read-write.
Add code to ffs_reload() which copies the fs_contigdirs pointer
from the previous superblock, and reinitialises fs_avgf* if necessary.
Reviewed by: mckusick
=====
=====
nik 2001/04/10 03:36:44 PDT
Add information about the new options to newfs and tunefs which set the
expected average file size and number of files per directory. Could do
with some fleshing out.
=====
Revision 1.23 / (download) - annotate - [select for diffs], Mon Sep 3 15:04:39 2001 UTC (11 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.22: +32 -36
lines
Diff to previous 1.22 (colored)
- rename option `-t trackskew' to `-k trackskew', for consistency with newfs(8) - add CHANGEVAL() macro, which does the hard work of changing a parameter - sort options in usage() - use .ig [ ... ] .. to comment out sections of man pages (instead of .\" at the start of each line
Revision 1.22 / (download) - annotate - [select for diffs], Sun Aug 19 09:39:24 2001 UTC (11 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.21: +206 -188
lines
Diff to previous 1.21 (colored)
- add -F; indicates "special" is a file system image in a regular file - reorder "special" validation to after option parsing - use getopt(3) instead of homegrown code - add getnum() to parse and validate a number - clean up man page - ansi KNF, WARNS=2
Revision 1.21 / (download) - annotate - [select for diffs], Fri Aug 17 02:18:48 2001 UTC (11 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() determine the endianness of the `struct fs *o' superblock from o->fs_magic and set needswap as necessary, rather than trusting the caller to get it right. invariably, almost every caller of ffs_sb_swap() was calling it with ns set to the wrong value for ns anyway! ansi KNF ffs_bswap.c declarations whilst here. this fixes all sorts of problems when trying to use other-endian file systems, notably the kernel trying to access memory *way* off, possibly corrupting or panicing, and userland programs SEGVing and/or corrupting things (e.g, "fsck_ffs -B" to swap a file system endianness). whilst the previous rev of ffs_bswap.c (1.10, 2000/12/23) made this problem worse, i suspect that the problem was always there and previous versions just happened not to trash things at the wrong time. FFS_EI should now be a lot more stable.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 15 22:37:17 2000 UTC (12 years, 11 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.19: +12 -3
lines
Diff to previous 1.19 (colored)
Disable (unifdef for now) tunefs -n <disable|enable>, this is done via a mount option now.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Nov 15 19:22:22 1999 UTC (13 years, 6 months ago) by fvdl
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.18: +23 -3
lines
Diff to previous 1.18 (colored)
Update for soft updates code.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Jan 15 13:32:06 1999 UTC (14 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
fvdl-softdep-base,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize,
fvdl-softdep
Changes since 1.17: +4 -2
lines
Diff to previous 1.17 (colored)
#include machine/bswap.h and remove -lutil.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 25 19:18:17 1998 UTC (14 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.16: +4 -3
lines
Diff to previous 1.16 (colored)
from Erik Bertelsen <erik@mediator.uni-c.dk>
{ put } { in } { lots } { of } { these } { to } { shut } { up } { egcs }
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jul 28 19:22:56 1998 UTC (14 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.15: +4 -3
lines
Diff to previous 1.15 (colored)
__AUDIT__ cleanup.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 26 20:57:54 1998 UTC (14 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.14: +6 -5
lines
Diff to previous 1.14 (colored)
const poisoning.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 26 06:00:34 1998 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
Need <string.h> for memcpy() prototype.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 18 17:19:14 1998 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.12: +15 -5
lines
Diff to previous 1.12 (colored)
Add support for non-native byteorder FFS.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 16 12:54:42 1997 UTC (15 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.11: +53 -10
lines
Diff to previous 1.11 (colored)
resolve conflicts from lite-2 merge
Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 15 11:27:13 1997 UTC (15 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.10: +10 -9
lines
Diff to previous 1.10 (colored)
* fix .Nm usage * prototype main() to pass WARNS=1
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 18 15:01:31 1995 UTC (18 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.9: +7 -2
lines
Diff to previous 1.9 (colored)
convert to new RCS Id conventions; reduce my headache
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 30 19:42:25 1995 UTC (18 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
Use S_IS*().
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 8 19:36:13 1994 UTC (18 years, 11 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.7: +36 -45
lines
Diff to previous 1.7 (colored)
Update from 4.4-Lite, with local changes.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 20 03:57:08 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
back to 10%, per mkm
Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 12 05:03:24 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.5: +93 -86
lines
Diff to previous 1.5 (colored)
documentation, general cleanup. ick.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 12 04:17:37 1994 UTC (19 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
off_t casts, from Thomas Eberhardt
Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 18:23:49 1993 UTC (19 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Add RCS identifiers.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:31:22 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
changed "Id" to "Header" for rcsids
Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -0
lines
Diff to previous 1.1 (colored)
added rcs ids to all files
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
Initial revision