#
2340cfa5 |
| 10-Apr-2019 |
deraadt <deraadt@openbsd.org> |
change marks[] array to uint64_t, so the code can track full 64-bit details from the ELF header instead of faking it. Proposal from mlarkin, tested on most architectures already
|
#
4c9c6baa |
| 17-Jul-2015 |
miod <miod@openbsd.org> |
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out kernels and we no longer have any.
|
#
0483b25d |
| 17-Oct-2013 |
miod <miod@openbsd.org> |
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
|
#
d874cce4 |
| 26-Jun-2008 |
ray <ray@openbsd.org> |
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code t
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors.
OK deraadt@
show more ...
|
#
9197bb1b |
| 31-May-2007 |
tom <tom@openbsd.org> |
Forgot to commit the changes to this file with the rest of the ELF32+64 pieces. Since this is where the "boot both ELF32 and ELF64" behaviour is turned on for i386, it is quite important.
Bump vers
Forgot to commit the changes to this file with the rest of the ELF32+64 pieces. Since this is where the "boot both ELF32 and ELF64" behaviour is turned on for i386, it is quite important.
Bump version numbers too.
Found by ckuethe@; thanks.
show more ...
|
#
7af97067 |
| 20-Feb-2007 |
tom <tom@openbsd.org> |
Revert PAE pmap for now, until the strange bug is found. This stops the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386).
Much testing by nick@ (as always - thanks!
Revert PAE pmap for now, until the strange bug is found. This stops the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386).
Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net).
Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@
show more ...
|
#
829cf9fd |
| 27-Apr-2006 |
mickey <mickey@openbsd.org> |
implement separate PAE pmap that allows access to 64g of physmem if supported by the cpu(s). currently not enabled by default and not compiled into ramdisks. this grows paddr_t to 64bit but yet leave
implement separate PAE pmap that allows access to 64g of physmem if supported by the cpu(s). currently not enabled by default and not compiled into ramdisks. this grows paddr_t to 64bit but yet leaves bus_addr_t at 32bits. measures are taken to favour dmaable memory allocation from below 4g line such that buffer cache is already allocated form below, pool backend allocator prefers lower memory and then finally bounce buffers are used as last resort. PAE is engaged only if global variable cpu_pae is manually set to non-zero and there is physical memory present above 4g. simplify pcibios address math to use u_long as we always will be in the 32bit space.
show more ...
|
#
fe42373d |
| 17-Apr-2003 |
drahn <drahn@openbsd.org> |
i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. DARPA funded work.
|