summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorhans <hans@NetBSD.org>2008-11-19 15:39:10 +0000
committerhans <hans@NetBSD.org>2008-11-19 15:39:10 +0000
commit7a092e0d4eca72e025b259956245a771ff02ee5d (patch)
tree311ac72d3273d7d4d174a8646992f6df4d07f188 /sys/modules
parente10fef6cd2415f9ceb847aa0dd710a0dcf410b8a (diff)
uba device registers should be volatile. OK by ragge.
Diffstat (limited to 'sys/modules')
0 files changed, 0 insertions, 0 deletions
>- Fix single letter option parsing.christos 2013-01-23return the bit of the option set, so that others can act on it.christos 2013-01-23remove duplicated code, and try to cleanup parsing by using the shared code.christos 2013-01-23- add support for parsing different types; not just int.christos 2012-06-22Add -Z to enable sparse files - for ffs at least.sjg 2012-04-29usage is dead. name_len should be read as unsigned byte.joerg 2012-04-19- fix compilation isseschristos 2012-04-19added chfs support for makefsttoth 2012-01-28Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiplechristos 2011-08-15Re-order `usage' alphabetically;wiz 2011-07-18Re-enable v7fs support in the tools version of "makefs" after thetron 2011-07-18Don't include v7fs support into tool version of "makefs" because ittron 2011-07-18v7fs(7th edition(V7) file system) support.uch 2006-10-22use c99 initializerschristos 2006-10-10implement -x by pruning fsnodes tree before building filesystem ratherdbj 2006-10-10add implementation of free_fsnodes() which unlinks a nodedbj 2006-10-10use strtoll instead of strsuftoll to parse -d so it can be specifieddbj 2005-08-13cd9660 support. Written by Daniel Watt, Walter Deignan, Ryan Gabrys,fvdl 2004-12-20Refactor the filesystem specific portions out of makefs.c/makefs.h completely.jmc 2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc 2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv 2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl 2003-03-30Tweak Jason's -x support to pass its state around as part of fsinf_t,lukem 2003-03-29Add a -x option which causes makefs(8) to exclude any file system nodethorpej 2003-03-10support 1234 and 4321 as valid byte-order arguments for -Blukem 2002-11-29convert from strsuftoull() (from ../../bin/dd) to strsuftoll(3) in libclukem 2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv 2002-01-26- crank default cpg from 16 to 65536, and let the auto-sizing code inlukem 2002-01-24Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are tolukem 2002-01-22add config.h when compiled as host tool.is 2002-01-18use -1 instead of 0 as the value to indicate if a numeric parameterlukem 2002-01-10setprogname(argv[0])lukem 2001-12-05rework `fsnode' into two components; `fsnode' contains the name and treelukem 2001-11-25- Use strsuftoull() from dd(1) to parse numbers, rather than home grownlukem 2001-11-08Include <limits.h> to get LLONG_{MIN,MAX}.simonb 2001-11-02tweak copyrightlukem 2001-10-29cast time_t values to long if printing as %ld to appease the sparc64 portlukem 2001-10-28add __RCSID()lukem 2001-10-26makefs - create a file system image from a directory tree.lukem