summaryrefslogtreecommitdiff
path: root/usr.sbin/installboot
AgeCommit message (Expand)Author
2006-09-03Bump date for previous.wiz
2006-09-02Mention landisk as supported.uwe
2006-09-01NetBSD/landisk support.uwe
2006-06-20Don't include <dev/raidframe/raidframevar.h> but define RF_PROTECTED_SECTORSjdc
2006-06-20Add support for finding files on RAID partitions. This allows us tojdc
2006-05-12don't do the -Wno-pointer-sign dance for host programs.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-04-22Coverity CID 55: Do things in a different order to appease coverity.christos
2006-03-18Coverty 7449: Change 'return (0)' to 'goto done' so we free(bootstrapbuf)dsl
2006-02-22Since installboot is part of tools, and TIOCGWINSZ is not present on alldogcow
2006-02-18Changes to allow support for a reduced set of architectures.dsl
2006-02-18The fstypes table is only needed for adding 'stage2' bootstraps on somedsl
2006-02-18Define the ib_mach_xxx entries here in a way that will allocate them intodsl
2006-02-18Ignore entre is in the 'machines' table that have no name.dsl
2006-02-18Remove support for byteswapped file systems if NO_FFS_SWAP is defined.dsl
2006-02-18Best to declare these structures 'extern' ...dsl
2006-02-18Move the MD definitions into the MD files, leaving machines.c with justdsl
2006-01-30Fix the detection of the bootstrap magic number when run on big-endian systems.dsl
2006-01-24Fix spelling mistake in messagedsl
2006-01-13Replace NetBSD with Nx.wiz
2006-01-13Note about ews4800mips.tsutsui
2005-12-29Add ews4800mips support.tsutsui
2005-12-26Installing the primary bootstrap requires two arguments, so ensure they arejmmv
2005-11-14Update copyright years.lukem
2005-11-12It is not 2006 yet. Fix typo. Uppercase BIOS.wiz
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-11Keeps in SYNOPSIS are not necessary any longer, groff is smart enough nowadays.wiz
2005-11-11Add a -e (edit) option to allow the bootstrap options of an installeddsl
2005-10-23Use the real field name (d_fileno instead of d_ino).thorpej
2005-10-10Add single quotes to escape a semicolon in the makefs(8) argumentdyoung
2005-10-06Punctuation nits; bump date for previous.wiz
2005-10-06Add an example of using installboot(8) and makefs(8) with bootxx_cd9660dyoung
2005-08-1964 bit inode changeschristos
2005-07-16Add option `ioaddr=<ioaddr>' to amd64. Already noted in man page.hannken
2005-07-10Use errx() rather than err() where appropriate.isaki
2005-06-12Oops, straggler: #include <nbinclude/sys/disklabel.h> if we'redyoung
2005-06-12Build hp300 support into installboot(8).dyoung
2005-06-12For portability, use 'unsigned int' instead of 'uint'.dyoung
2005-06-07Initialize a local variable (bbinfop) to appease -Wuninitialized.he
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-06-03Add hp700 to supported list. Bump date.wiz
2005-06-02Don't try to use an uninitialized variable.lukem
2005-05-14add hp700 support.chs
2004-08-16revert a part of the previous. (uint -> u_int)yamt
2004-08-15Add an option to set bp_consaddr (serial console IO port address)dsl
2004-06-25Document amd64; from Nicolas Joly in PR 26026.wiz
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-03-21When searching for the superblock, don't pick an ffsv1 superblock from thedsl
2004-03-14fix a typo in a comment, and expand the description of x86_boot_params.lukem