Age | Commit message (Expand) | Author |
2013-03-30 | Back out previous; this needs more thought. | Mark Kettenis |
2013-03-30 | reorder include search directories. cuts lookups by quite a bit. | Ted Unangst |
2013-03-30 | enable com2. if it works on i386, we think it will work here. | Ted Unangst |
2013-03-30 | Add a function to read the ARM MPCore base address. This let's us | Patrick Wildt |
2013-03-30 | Remove duplicate prototypes. | Patrick Wildt |
2013-03-29 | put urtwn in big ramdisks so I can use it for upgrades | Ted Unangst |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2013-03-28 | the ramdisk is a bit special, and some tedu arguments do apply. # out | Theo de Raadt |
2013-03-27 | Remove commented out tr(4) stanzas, since support for them has been removed | Miod Vallat |
2013-03-27 | fill in cpu_model. | Jasper Lievisse Adriaanse |
2013-03-27 | Move generic armv7 files into arm's file list. | Patrick Wildt |
2013-03-27 | Further updates to pmap7. Fixes some problems and removes debug printfs. | Patrick Wildt |
2013-03-27 | Draining the write buffer is accomplished via a DSB. | Patrick Wildt |
2013-03-27 | Mark vector page as executable and fix a cast. | Patrick Wildt |
2013-03-27 | Add prototypes for secondary cache operations. | Patrick Wildt |
2013-03-26 | sync TDIRS with reality | Jasper Lievisse Adriaanse |
2013-03-26 | move octcf bits together | Jasper Lievisse Adriaanse |
2013-03-26 | Add AES-XTS support to the aesni crypto driver. This allows softraid(4) | Joel Sing |
2013-03-26 | - increase MINIROOTSIZE so a ramdisk can fit. | Jasper Lievisse Adriaanse |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-26 | maybe the last PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT in a comment | Theo de Raadt |
2013-03-25 | PGOFSET -> PAGE_MASK in a comment | Theo de Raadt |
2013-03-25 | PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | unused relics | Theo de Raadt |
2013-03-25 | Remove the m68k FPU emulator; it was only used by the mac68k port which has been | Miod Vallat |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | Move SEGSHIFT-related definitions and macros to <m68k/pte_motorola.h>, as they | Miod Vallat |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-25 | gumstix was never finished | Theo de Raadt |
2013-03-25 | the unused palm code goes away. | Theo de Raadt |
2013-03-24 | Use sys/param.h to be able to get at DEV_BSIZE | Theo de Raadt |
2013-03-24 | use sys/param.h instead of machine/param.h | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-23 | Avoid using DEV_BSHIFT, and use DEV_BSIZE instead. | Theo de Raadt |
2013-03-23 | avoid machine/param.h use | Theo de Raadt |
2013-03-22 | ARM Cortex A8 was defined twice, we don't need that. | Patrick Wildt |
2013-03-22 | Use different setup functions for ARM9E and ARM10 to fix an undefined | Patrick Wildt |
2013-03-21 | Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a | Theo de Raadt |
2013-03-21 | Already have sys/param.h, don't need machine/param.h | Theo de Raadt |
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt |
2013-03-21 | style(9) | Kurt Miller |
2013-03-21 | Detect on-die temp sensor for Atom E6xx on amd64. Adapted from | Kurt Miller |