index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
makefs
/
ffs.c
Age
Commit message (
Expand
)
Author
2023-01-07
ufs: fixed signed/unsigned bugs affecting large file systems
chs
2022-11-17
Restore backward compatibility of UFS2 with previous NetBSD releases by
chs
2022-04-09
makefs(8): Nix trailing whitespace.
riastradh
2022-04-06
makefs: fix some typos
wiz
2017-12-16
PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggy
christos
2017-02-08
stampst.st_ion consistent treatment (non-zero vs zero instead of testing == 1)
christos
2017-02-08
no, this is wrong.
christos
2017-02-08
zero out the superblock so that it does not contain random stuff in the
christos
2015-12-21
more deterministic ffs for reproducible builds.
christos
2015-12-20
Add timestamp support to the ffs image creation; needed for in kernel memory
christos
2015-01-12
PR/49559: Christian Brueffer: Fix typo maxbpf instead of maxbpg.
christos
2013-06-23
fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB()
dholland
2013-06-19
Rename ambiguous macros:
dholland
2013-06-09
Stick UFS_ in front of these symbols:
dholland
2013-02-03
- more changes to make -O work
christos
2013-01-30
- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;
christos
2013-01-30
gc global sectorsize.
christos
2013-01-29
make everything use the generic options parser.
christos
2013-01-28
- use emalloc and friends
christos
2013-01-27
This works well enough to populate plain files in the root dir. creating
christos
2013-01-26
make the buffer functions look exactly like the kernel ones and add other
christos
2013-01-24
- Fix single letter option parsing.
christos
2013-01-23
return the bit of the option set, so that others can act on it.
christos
2013-01-23
remove 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
2013-01-22
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
dholland
2012-06-22
Add -Z to enable sparse files - for ffs at least.
sjg
2012-04-19
WARNS=5
christos
2012-01-28
Patch from Jung-uk Kim (jkim at FreeBSD dot org) to allow contents of multiple
christos
2011-10-09
add support for setting the ufs label. (Nathan Whitehorn)
christos
2009-04-28
Create images with 0666 - umask, not 0777 - umask (e.g. without x bits).
joerg
2009-04-16
Distinguish read(2) failure due to a short read from other causes, and
dyoung
2006-12-18
from Anon Ymous: compile with -Wextra
christos
2006-10-22
use c99 initializers
christos
2006-10-10
implement -x by pruning fsnodes tree before building filesystem rather
dbj
2006-04-22
Coverity CID 174: Add extra NULL test to appease coverity.
christos
2006-03-18
free buf on error path
rtr
2005-10-23
Use the real field name (d_fileno instead of d_ino).
thorpej
2005-08-20
fix compilatio problems on LP64
kent
2005-08-13
Fix a sign warning for WARNS=3.
fvdl
2005-06-02
appease gcc -Wuninitialized
lukem
2004-12-20
Refactor the filesystem specific portions out of makefs.c/makefs.h completely.
jmc
2004-10-12
Check for fstatvfs and provide/use it only if the host system has it.
jmc
2004-07-24
include <sys/statvfs.h> if HAVE_STRUCT_STATVFS_F_IOSIZE
dbj
2004-06-24
Define FFS_MAXBSIZE to 65536 and use instead of MAXBSIZE.
lukem
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-04-26
Allow for ROOTINO when deciding whether their are enough inodes in the
dsl
2004-04-21
Replace the statfs() family of system calls with statvfs().
christos
2004-04-02
After populating the file system, update superblock->fs_old_cstotal from
lukem
2003-10-26
Mention that we should be adding space for bitmaps.
mycroft
[next]