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
/
msdos
Age
Commit message (
Expand
)
Author
2013-10-19
fix unused variable warnings.
christos
2013-01-30
- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;
christos
2013-01-29
workaround for gcc/vax
christos
2013-01-28
- use emalloc and friends
christos
2013-01-28
use pcbmap instead of the open coded hack now the pcbmap works.
christos
2013-01-28
don't forget to initialize the cache.
christos
2013-01-27
fix root detection (although the code is a noop)
christos
2013-01-27
- don't forget to set de_pmp
christos
2013-01-27
undo c99
christos
2013-01-27
- some more debugging
christos
2013-01-27
This works well enough to populate plain files in the root dir. creating
christos
2013-01-27
the max msdos file size is less than size_t so don't bother checking against it.
christos
2013-01-27
fixed directory entry allocation. Now the file data remains and is currently
christos
2013-01-27
Make it compile on 32bit AND 64bit archs.
martin
2013-01-27
Allow this to compile on 32bit architectures.
mbalmer
2013-01-26
depend on TOOLS instead of __NetBSD__ for extra functionality
christos
2013-01-26
make this cross-compile friendly.
christos
2013-01-26
add debugging, fix warnings.
christos
2013-01-26
add more msdos stuff.
christos
2013-01-23
ok, we can create the filesystem now.
christos
2013-01-23
don't reuse the same variables
christos
2013-01-23
- add support for parsing different types; not just int.
christos