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
/
sys
/
arch
/
atari
/
stand
/
installboot
/
installboot.c
Age
Commit message (
Expand
)
Author
2022-07-03
Fix inverted logic. My fault back in 2015..
tsutsui
2022-05-11
Make FD support optional (intended for install media).
rin
2022-05-11
Refactor install_[sw]d() into install_hd().
rin
2017-01-11
need <sys/stat.h>
christos
2015-08-12
Try to shrink binary size a bit.
tsutsui
2014-11-24
Disable "OS bootversion check" on crunched binaries for installation media.
tsutsui
2014-11-24
Revert previous again.
tsutsui
2014-11-16
Appease gcc48 -Werror=strict-aliasing warning by filling cksum via union.
tsutsui
2014-11-16
Revert revs 1.29 and 1.30, to make it easier to pullup an alternative fix.
tsutsui
2014-11-13
move to the right offset
christos
2014-11-13
fix strict aliasing violations
christos
2014-03-31
Fix typo
ozaki-r
2014-03-29
Fix typos
ozaki-r
2014-03-26
kill sprintf
christos
2011-11-05
make this compile again.
christos
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-01-06
Fix PR port-atari/40315: Bootloader fails on Atari TT030
tsutsui
2008-11-15
Since dl.d_type is always "unknown" now, pick the type of bootblock to
abs
2005-12-11
merge ktrace-lwp.
christos
2004-03-11
daddr_t is forced to int32_t in sys/arch/atari/stand/Makefile.inc so correct
jmc
2004-03-09
Catch up to the bootblock split into std and milan directories.
jdc
2003-04-01
Undo the last; adding the quad arithmetic caused the boot code to
he
2003-04-01
Adapt to daddr_t being bumped to 64 bits. This required us to add
he
2002-08-09
Remove extraneous \n's in {err,warn}{,x}.
soren
2002-07-20
sweep of errx/warnx, remove unnecessary trailing \n
grant
2002-04-12
Don't bail out when /netbsd is not present. We don't really need it
leo
2001-10-14
Just use '_bootversion', don't use C_LABEL macros. From RTSL, I found out
leo
2001-09-06
Make this finally compile again. It hasn't worked since the C_LABEL() got in.
leo
2000-09-30
Add include of <machine/asm.h>. C_LABEL is defined there.
leo
2000-07-08
use _C_LABEL() for bootversion, instead of hardcoding the reference as _bootv...
jdolecek
1998-12-01
Make this compile again... ('maximum entropy').
leo
1997-07-09
Introduce 'bootversion' in locore.s. Check this to decide if installing
leo
1997-01-08
Handle DTYPE_ESDI like ST506.
leo
1997-01-08
Bump version.
leo
1996-06-29
Update to match NetBSD version.
leo
1996-05-14
Update to make this work correctly when using an obj-directory.
leo
1996-03-28
Drop in a more interlligent version check.
leo
1996-02-29
NetBSD/Atari bootcode by Waldi Ravens.
leo