Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt | |
review by millert, binary checking process with doug, concept with guenther | |||
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt | |
ok guenther millert | |||
2013-03-28 | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | Theo de Raadt | |
know it from the machine. ok miod | |||
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-07-09 | Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, | Theo de Raadt | |
because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter | |||
2009-03-30 | Mop up after oga@ and unbreak the tree. The direct uncached map is gone so | Mark Kettenis | |
remove the code from libkvm that dealt with it. | |||
2009-01-02 | Sync _kvm_kvatop with existing pmap code: handle direct mappings and | Miod Vallat | |
level 2 large pages. | |||
2007-01-08 | the advertising clause on these can safely be removed | Theo de Raadt | |
2006-03-20 | for some of internal functions use paddr_t where phys addr is intended ↵ | Michael Shalayeff | |
insteadd of u_long; miod@ ok | |||
2004-06-15 | knf; ok millert | Theo de Raadt | |
2004-05-05 | fix va -> pa decode. 'by all means' deraadt@ | Marco S Hyman | |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. |