summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand/netboot/netboot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
| | | | | details from the ELF header instead of faking it. Proposal from mlarkin, tested on most architectures already
* Update alpha bootblocks to use MI loadfile code instead of rolling our own;miod2011-06-051-13/+15
| | | | | | | | | also print a meaningful message if the kernel load address conflicts with the SRM memory areas, so that we can know which kernel load address to use. Requires `make includes' before attempting to build bootblocks. Tweaks mk@, `nice' deraadt@
* Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tmiod2005-12-171-2/+2
| | | | instead; looked at millert@
* remove some stuff to make the blocks slightly smaller. we could go furtherderaadt2004-07-051-8/+3
| | | | still. tested by matthieu
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Make compilable in our env. Involved disabling ELF support,niklas1996-11-271-1/+2
| | | | reordering includes (due to -Wstrict-prototypes) and other -Wall goo
* include libkern.h prior to stand.h to not to collide m{in,ax} definitions.mickey1996-11-271-2/+2
|
* Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.niklas1996-10-301-0/+99
-Wall -Wstrict-prototypes -Wmissing-prototypes too.