Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change marks[] array to uint64_t, so the code can track full 64-bit | 2019-04-10 | 1 | -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; | 2011-06-05 | 1 | -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}_t | 2005-12-17 | 1 | -2/+2 | |
| | | | | instead; looked at millert@ | ||||
* | remove some stuff to make the blocks slightly smaller. we could go further | 2004-07-05 | 1 | -8/+3 | |
| | | | | still. tested by matthieu | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | Make compilable in our env. Involved disabling ELF support, | 1996-11-27 | 1 | -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. | 1996-11-27 | 1 | -2/+2 | |
| | |||||
* | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | 1996-10-30 | 1 | -0/+99 | |
-Wall -Wstrict-prototypes -Wmissing-prototypes too. |