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
/
installboot
/
installboot.c
Age
Commit message (
Expand
)
Author
2011-11-03
Minor usage tweaks for SMALLPROG
martin
2011-08-31
Use __dead
joerg
2010-01-14
On i386/amd64, define two flag bits in the boot parameters which control
drochner
2010-01-14
Remove if defined(__RCSID) around __RCSID() macro.
tsutsui
2010-01-07
Add a sectorsize parameter member in struct ib_params and use it
tsutsui
2009-04-05
fix sign-compare issues
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-06
Don't treat -f and an invalid flag.
dsl
2007-02-15
Add a -f (force) parameter to installboot(8).
dsl
2006-10-22
fix initializers
christos
2006-04-22
Coverity CID 55: Do things in a different order to appease coverity.
christos
2006-02-22
Since installboot is part of tools, and TIOCGWINSZ is not present on all
dogcow
2006-02-18
Ignore entre is in the 'machines' table that have no name.
dsl
2006-02-18
Move the MD definitions into the MD files, leaving machines.c with just
dsl
2005-12-26
Installing the primary bootstrap requires two arguments, so ensure they are
jmmv
2005-11-12
Don't try to determine the type of the target filesystem unless a second
dsl
2005-11-11
Sync usage with man page (sort options).
wiz
2005-11-11
Add a -e (edit) option to allow the bootstrap options of an installed
dsl
2005-07-10
Use errx() rather than err() where appropriate.
isaki
2004-08-15
Add an option to set bp_consaddr (serial console IO port address)
dsl
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-03-13
Add a -o keymap=zyz option that will set the boot keymap.
dsl
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-05-08
Format fixes.
petrov
2003-04-29
Change 'ulong' to 'unsigned long' so it compiles as a host tool on freebsd.
dsl
2003-04-15
Change the way -o options are parsed, now done in MI code with a check after
dsl
2002-05-20
- clean up display of supported machines & fstypes to ensure that last
lukem
2002-05-15
- add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params,
lukem
2002-05-14
user visible stuff:
lukem
2002-04-30
add some more assert()s
lukem
2002-04-19
- Add code from Matt Fredette <fredette@theory.lcs.mit.edu> to implement
lukem
2002-04-12
- support optional secondary bootstrap arg for install (unused by
lukem
2002-04-12
run fsync on the fsfd before closing
lukem
2002-04-11
- add no_parseopt(), no_setboot() and no_clearboot() methods for back-ends
lukem
2002-04-04
Include <limits.h> to explicitly get LONG_MAX.
simonb
2002-04-03
Machine independent "unified" installboot(8).
lukem