summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/stand/netboot/netboot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-101-2/+2
* Update alpha bootblocks to use MI loadfile code instead of rolling our own;miod2011-06-051-13/+15
* Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tmiod2005-12-171-2/+2
* remove some stuff to make the blocks slightly smaller. we could go furtherderaadt2004-07-051-8/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 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
* 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