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
/
distrib
/
utils
/
embedded
/
mkimage
Age
Commit message (
Expand
)
Author
2013-09-14
Fix build release of evbarm which had been failing in mkimage
ast
2013-06-27
SSD cards is stupid.
christos
2013-06-27
explain -m better
christos
2013-06-27
tidy up, fix usage
christos
2013-06-16
Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it.
jakllsch
2013-05-20
- explanations for single letter flags
christos
2013-04-03
Double extra to fix image size to fix build.
htodd
2013-03-28
For ffs, set bytes per inode to 4K. Otherwise we get a density based on
jmcneill
2013-03-19
Add a new installer image for Raspberry PI to evbarm
garbled
2013-02-15
don't use [ -f $i ] && cat $i, since we are using -e
christos
2013-02-12
add extra space to root partition
jmcneill
2013-02-11
set -e
jmcneill
2013-02-10
set src= before pulling in host config
jmcneill
2013-02-10
no sh -x
jmcneill
2013-02-10
fix msdos mbr partition size calculation
jmcneill
2013-02-10
don't dup -F
christos
2013-02-10
add -F to fdisk
christos
2013-02-10
mass -N db to makefs too
christos
2013-02-10
specify a database for mtree.
christos
2013-02-10
dont call mtree directly
jmcneill
2013-02-10
really calling disklabel with the arguments of fdisk does not work.
christos
2013-02-10
- remove dup trap
christos
2013-02-10
add compression support.
christos
2013-02-09
add tool hooks.
christos
2013-02-09
fix usage again -- -D specifies destdir not releasedir
jmcneill
2013-02-09
fix usage
jmcneill
2013-02-08
fix options
christos
2013-02-03
switch to makefs
christos
2013-01-30
Add the tests sets by default. Tweak the usage output.
skrll
2013-01-21
More usage updates
skrll
2013-01-21
Update usage output a little
skrll
2013-01-16
- Add support for xsets
christos
2013-01-16
tidy up some more by factoring out the sizing code.
christos
2013-01-15
Make autosizing really work:
christos
2013-01-15
first step at autosizing, still does not work.
christos
2013-01-15
expand set name to path when checking to see if the tgz exists
jmcneill
2013-01-14
move 'trap' after command args are parsed
jmcneill
2013-01-13
honor ${TMPDIR}
christos
2013-01-13
complain on unknown options
christos
2013-01-13
move configuration to new place.
christos
2013-01-13
Adjust mkimage to handle RPI. From skrll@
christos
2012-02-29
consolidate all of the volatile /var.* directories which are mounted as tmpfs
agc
2012-01-20
While the resulting image from mkimage can always be mounted with vnd,
agc
2012-01-15
Add 3 scripts which are useful for making images for usermode, or any
agc