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
/
x68k
/
stand
Age
Commit message (
Expand
)
Author
2023-01-11
Add udivdi3/umoddi3 (and ashldi3) that were required by recent UFS change.
isaki
2022-11-17
Restore backward compatibility of UFS2 with previous NetBSD releases by
chs
2022-06-23
x68k/stand: Merge {sd,cd}strategy and {sd,cd}close respectively.
isaki
2022-06-21
x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS.
isaki
2022-06-21
x68k/stand: Correct blocksize in case of CD.
isaki
2022-06-21
x68k/stand: Correct a condition expression.
isaki
2022-04-25
libsa now needs ioctl to support media with large sectors. Provide
mlelstv
2022-02-04
Add missing -m68020-60 option. This makes xxboot_ustarfs work even on 68060.
isaki
2021-12-15
-W === -Wextra
christos
2021-12-15
remove naked -W
christos
2021-04-15
more -fcommon for boot programs.
mrg
2020-08-22
Minor improvement.
isaki
2020-08-22
typo in comment.
isaki
2020-08-16
Update and fix.
isaki
2020-08-16
Replace boot_ustar with xxboot_ustarfs.
isaki
2020-08-16
Overhaul xxboot. And merge floppy boot, taken from boot_ustar.
isaki
2020-08-14
Reduce binary size as possible. These reduce filesize about 20 words.
isaki
2020-08-14
Use DEV_OPEN() macro.
isaki
2020-08-14
Use fixed 'xx' instead of DEV and DEVDRV for simplicity.
isaki
2020-08-14
Add xxboot.h common header to share prototype definitions.
isaki
2020-08-14
Style fixes. One entry per line for some parts.
isaki
2020-08-14
- Restore display of first_kbyte. This is helpful for development.
isaki
2020-08-14
Make compilable even with XXBOOT_DEBUG.
isaki
2020-08-10
Make x68k/stand compile with GCC8. Tested with XEiJ.
rin
2020-02-01
Make it output 68000 binary.
isaki
2020-01-28
Set heap area explicitly.
isaki
2020-01-28
Revert placing .bss right after .data, and make .bss fixed at 0x5000.
isaki
2020-01-28
Use __bss_start rather than edata to point the beginning of .bss.
isaki
2020-01-18
Check whether the text+data+bss doesn't reach 0x6000 where secondary
isaki
2020-01-18
Make .bss follows .data to detect size restriction easier.
isaki
2020-01-18
Use ASSERT() in ldscript to check first_kbyte (etc) restrictions,
isaki
2020-01-18
Change primary bootloader's load address from 0x0f0000 to 0x003000.
isaki
2020-01-18
Remove commented out ALIGN() operation.
isaki
2020-01-18
Check whether MPU >= 68020.
isaki
2020-01-18
Typo in comment. s/availble/available/
isaki
2020-01-18
Add comment and figure of address map.
isaki
2020-01-18
Add 0x prefix when defining variables, not when using it.
isaki
2020-01-18
Pass address constants from Makefile to ldscript.
isaki
2020-01-18
Initialize the screen in all primary bootloaders.
isaki
2020-01-18
Add a document about this directory.
isaki
2020-01-16
Use .org directive to fix disklabel location instead of hand calculation.
isaki
2020-01-16
Rewrite limit check using cross-build tools.
isaki
2020-01-16
Remove .else part of .if OBJECT_FMT == ELF.
isaki
2020-01-14
Clean up.
isaki
2020-01-14
consio_init() should be done before printf().
isaki
2020-01-13
Typo in comment. s/LABELLOFFSET/LABELOFFSET/
isaki
2020-01-12
Fix broken RCS NetBSD tag.
isaki
2019-09-23
Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of
christos
2019-06-14
Add missing newline.
isaki
2019-06-14
boot_ufs (primary bootloader) expects /boot OMAGIC a.out.
isaki
[next]