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