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.h
Age
Commit message (
Expand
)
Author
2010-01-14
On i386/amd64, define two flag bits in the boot parameters which control
drochner
2010-01-07
Add a sectorsize parameter member in struct ib_params and use it
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-02
Add a findstage2 function (which returns block numbers where
tsutsui
2007-02-15
Add a -f (force) parameter to installboot(8).
dsl
2006-09-01
NetBSD/landisk support.
uwe
2006-06-20
Add support for finding files on RAID partitions. This allows us to
jdc
2006-02-18
Best to declare these structures 'extern' ...
dsl
2006-02-18
Move the MD definitions into the MD files, leaving machines.c with just
dsl
2005-12-29
Add ews4800mips support.
tsutsui
2005-11-11
Add a -e (edit) option to allow the bootstrap options of an installed
dsl
2005-05-14
add hp700 support.
chs
2004-08-15
Add an option to set bp_consaddr (serial console IO port address)
dsl
2004-03-13
Add a -o keymap=zyz option that will set the boot keymap.
dsl
2003-11-08
First cut of hp300 installboot, seems to DTRT on i386.
dsl
2003-10-27
add next68k support to installboot
cl
2003-10-27
Overhaul how `build.sh tools' are used:
lukem
2003-07-27
Explicitly pull in <sys/endian.h> #if !defined(HAVE_CONFIG_H).
lukem
2003-04-15
Change the way -o options are parsed, now done in MI code with a check after
dsl
2003-04-09
Add support for i386 boot code - for new bootxx stuff
dsl
2003-04-02
Add support for UFS2. UFS2 is an enhanced FFS, adding support for
fvdl
2003-01-15
Add support for amiga.
mhitch
2002-10-03
correct comment
lukem
2002-06-02
Add x68k stuff.
isaki
2002-05-20
- use uint8_t instead of char for boot block blobs
lukem
2002-05-15
bootblock.h:
lukem
2002-05-15
- add fsstat (fstat(2) on fsfd) and s1stat (fstat(2) on s1fd) in ib_params,
lukem
2002-05-14
pull in <sys/bootblock.h> in "installboot.h" instead of in arch/*.c
lukem
2002-05-14
user visible stuff:
lukem
2002-05-06
Add sparc module.
pk
2002-04-30
implement "raw" file system type. this can be used when the primary
lukem
2002-04-22
Add sun2 backend from Matthew Fredette.
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-11
- add no_parseopt(), no_setboot() and no_clearboot() methods for back-ends
lukem
2002-04-04
Pull in config.h as necessary to get byte-order macros etc.
bjh21
2002-04-03
Machine independent "unified" installboot(8).
lukem