| Age | Commit message (Expand) | Author |
| 2014-02-25 | Add preliminary driver for Microchip MCP48x1 family of DACs. | rkujawa |
| 2014-02-25 | Define ARM11_COMPAT_MMU (for now) to keep inline with cpuconf.h changes | skrll |
| 2014-02-25 | Fix thinko. | matt |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-25 | Fix a 'stupido' that stopped (amongst other things) the cpu brand string | dsl |
| 2014-02-25 | Mark a potentially unused variable | martin |
| 2014-02-25 | Remove an unused variable | martin |
| 2014-02-25 | Mark a variable used only in diagnostics | martin |
| 2014-02-25 | Mark a temporary as __USEd | martin |
| 2014-02-25 | Remove unused variable | martin |
| 2014-02-25 | ARMv6+ supplied a write bit in the FSR so use instead of reading the | matt |
| 2014-02-25 | Default ARM11 to ARM_MMU_V6N | matt |
| 2014-02-25 | Add missing include of <arm/cpufunc.h>. | martin |
| 2014-02-25 | Add options COM_16750 to handle the IIR_BUSY interrupt. | matt |
| 2014-02-25 | Add kern.{ostype,osrelease,osrevision,version} kern.domainname, | justin |
| 2014-02-25 | #include <arm/locore.h> | matt |
| 2014-02-25 | enable MMC driver | jmcneill |
| 2014-02-25 | Add Allwinner SD/MMC driver. No DMA yet. | jmcneill |
| 2014-02-24 | If we are dumping a EABI coredump, set the version to EABI5. | matt |
| 2014-02-24 | make more things static, remove dup decls | christos |
| 2014-02-24 | make this compile | christos |
| 2014-02-24 | +rump_wmd | pooka |
| 2014-02-24 | consistency in include protection | christos |
| 2014-02-24 | Extract # of cores from L2CTRL for MULTIPROCESSOR kernels | matt |
| 2014-02-24 | Add more inlines. Default FSR ARMv6+ bits. Add A7/A15 L2CTRL defs. | matt |
| 2014-02-24 | Remove unneeded delays. for ACHI port reg, act like ahcisatareg.h | matt |
| 2014-02-24 | write to vendor specific dma reg relative to the port, not the base. sata wor... | jmcneill |
| 2014-02-24 | Remove the only use of __qdivrem inside kernels | martin |
| 2014-02-24 | Save initial CAP/CAP2/PI config over reset. Provide channel_start callback | jmcneill |
| 2014-02-24 | - Only enable AHCI mode if it is not already enabled. | jmcneill |
| 2014-02-24 | truncate is not a defined operation for host files | pooka |
| 2014-02-24 | Fix compilation | martin |
| 2014-02-24 | Explicitly include <sys/simplelock.h> for now (untill Nick kills it | martin |
| 2014-02-24 | Add missing prototypes/includes and remove unused variables | martin |
| 2014-02-24 | Add missing prototypes | martin |
| 2014-02-24 | Remove unused variables | martin |
| 2014-02-24 | Fix missing prototypes/includes. | martin |
| 2014-02-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll |
| 2014-02-24 | Don't need to round since values are N-1. | matt |
| 2014-02-24 | Remove unused variable. Fixes compile error. | msaitoh |
| 2014-02-23 | Rename (the recently added) 'x86_xsave_size' to 'x86_fpu_save_size' | dsl |
| 2014-02-23 | Avoid unnecessary (and pointless) references to pcb->pcb_savefpu. | dsl |
| 2014-02-23 | Add fpu_set_default_cw() and use it in the emulations to set the default | dsl |
| 2014-02-23 | #include <arm/locore.h> | matt |
| 2014-02-23 | fix typo | martin |
| 2014-02-23 | Use Aux32Info not AuxInfo. Noticed by Maxime Villard. | njoly |
| 2014-02-23 | use aprint. | christos |
| 2014-02-23 | Update a comment | skrll |
| 2014-02-23 | Bump MD size. Verified working. | skrll |
| 2014-02-23 | Determine whether the cpu supports xsave (and hence AVX). | dsl |