index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
luna88k
/
stand
Age
Commit message (
Expand
)
Author
2016-07-30
Prep for relro: make sure it's off for any non-PIE stand/ program
Philip Guenther
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-07-13
Stop using old n_long and n_short types.
Martin Pieuchot
2014-07-12
revert a few stragglers hiding out
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-02-23
Try and load /etc/random.seed before attempting to load the kernel.
Miod Vallat
2014-01-29
Add rnddata[] placeholders to make boot block build again, same as
Kenji Aoyama
2013-11-12
We always make symlinks to 'machine' and 'm88k' to compile.
Kenji Aoyama
2013-11-12
Fix the bootloader random hang-up while counting down on LUNA-88K2.
Kenji Aoyama
2013-11-05
Replace direct references to p_size, p_offset and d_secperunit with
Kenneth R Westerback
2013-11-02
No need to cast constants or simple variables to (daddr_t). Use
Kenneth R Westerback
2013-11-01
Better report of the system type, to match the OMRON spelling; aoyama@
Miod Vallat
2013-10-30
Fix native builds of the luna88k boot block. Install it into /usr/mdec.
Miod Vallat
2013-10-30
Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.out
Miod Vallat
2013-10-30
Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa
Miod Vallat
2013-10-29
Get boot device and partition from NVRAM. Boot filename still defaults to
Miod Vallat
2013-10-29
More cleanups:
Miod Vallat
2013-10-29
More cleanup and unused code or data removal.
Miod Vallat
2013-10-28
This is the cleaned up version I had intended to commit.
Miod Vallat
2013-10-28
The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELF
Miod Vallat