Age | Commit message (Collapse) | Author |
|
|
|
millert@ ok.
|
|
|
|
|
|
|
|
Fixes problems on 64meg and 256meg machines; OK'd by deraadt@
|
|
|
|
|
|
moved to dev/pci/tgareg.h
|
|
|
|
|
|
a collision in gcc build. merge alpha.h into cpu.h
|
|
|
|
|
|
From d@
|
|
From d@
|
|
From d@
|
|
|
|
|
|
|
|
Make it a constant.
|
|
others soon. Some of this from NetBSD.
|
|
|
|
|
|
|
|
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware
support, possiblity for ELF, etc, etc. Too much to mention.
This is still work in progress. video consoles might be broken, otherwise
we have basically the same functionality as before plus more.
|
|
so they can be used for osf1 emul.
|
|
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively.
|
|
|
|
|
|
(all other archs include it)
|
|
|
|
off_t to be visible in stdio.h even in strict ansi mode. This is needed
for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(don't forget that cpp is `lazy':
#define A B
#define B value
#if A == value
works, since A isn't extended before it's needed, by which time B is known)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|