Age | Commit message (Expand) | Author |
2017-11-09 | Synchronize command initiation, event wait, and interrupt handling | Visa Hankala |
2017-11-06 | Modify "machine video" command not to list mode when chaning video mode. | YASUOKA Masahiko |
2017-11-06 | Call CD-ROM devices cdN instead of hdN. Also select the booted device | YASUOKA Masahiko |
2017-11-05 | Set the core's own group mask when scheduling work, to receive work | Visa Hankala |
2017-11-05 | Handle failure. | Visa Hankala |
2017-11-05 | slight cleanup | Visa Hankala |
2017-11-05 | Add a function for getting the current core's hardware identifier. | Visa Hankala |
2017-11-05 | Remove unmaintained debug code. | Visa Hankala |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-11-04 | Use the macro for cache line size. | Visa Hankala |
2017-11-04 | Check buffer size parameters at compile time. | Visa Hankala |
2017-11-04 | One macro for cache line size is enough. | Visa Hankala |
2017-11-03 | Remove alternative implementations of GMX CAM setup logic | Visa Hankala |
2017-11-03 | Fix a stupid typo. | Visa Hankala |
2017-11-03 | use %lx to print the frame address if resolving of the symbol name fails | Jasper Lievisse Adriaanse |
2017-11-03 | Spaces -> tab, no binary change. | Kenji Aoyama |
2017-11-03 | Spaces -> tab, no binary change. | Kenji Aoyama |
2017-11-03 | Spaces -> tab, no binary change. | Kenji Aoyama |
2017-11-02 | Assign each cnmac(4) port its own input work group, and assign | Visa Hankala |
2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. | Martin Pieuchot |
2017-11-01 | Add readiness to utilize LMTDMA operations. | Visa Hankala |
2017-11-01 | Fix the addressing of CVMSEG. The base address already points to | Visa Hankala |
2017-10-29 | Finish TURBOchannel scatter/gather map code (i.e. make it work) and | Martin Pieuchot |
2017-10-28 | Rename function name and order. No fuctional change. | YASUOKA Masahiko |
2017-10-28 | Attach efifb(4) when the system is booted with serial console. Also | YASUOKA Masahiko |
2017-10-27 | Remove duplicated function prototypes. | Kevin Lo |
2017-10-27 | This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it. | Martin Pieuchot |
2017-10-27 | Call i8254_startclock() earlier to make delay() usable. Actually HP | YASUOKA Masahiko |
2017-10-26 | Discard exception handling information as we do on other architectures. | Mark Kettenis |
2017-10-26 | adjust Makefile.armv7 for clang | Jonathan Gray |
2017-10-26 | Use .arch_extension sec and virt to use smc and hvc instructions when | Jonathan Gray |
2017-10-25 | Initialize processor extended state in fpu_kernel_enter | Mike Belopuhov |
2017-10-25 | Storing the address of a stack variable in a global variable is a bad idea. | Mark Kettenis |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-24 | Use "static inline" instead of "extern inline" for compatibility with | Mark Kettenis |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-23 | Avoid clang format warning. | Mark Kettenis |
2017-10-23 | Replace imxocotp(4) with a regmap-based approach. | Mark Kettenis |
2017-10-23 | Expose TSC properties via sysctl nodes | Mike Belopuhov |
2017-10-23 | Remove bcmmuart since it has already replaced with com(4). | Kevin Lo |
2017-10-23 | remove mention of unused MACOBIOVERBOSE and NBUF options | Jonathan Gray |
2017-10-21 | Use MI mplock on mips64. | Visa Hankala |
2017-10-20 | Make sure the logic deciding whether to use BWX operations in cia(4) | Martin Pieuchot |
2017-10-19 | Don't forget to set the timecounter frequency | Mike Belopuhov |
2017-10-18 | add support for printing function arguments when displaying a trace | Jasper Lievisse Adriaanse |
2017-10-18 | Fixup previous; noticed by canacar@ | Mike Belopuhov |
2017-10-18 | Set TSC timecounter frequency to the CPU frequency estimate if unknown | Mike Belopuhov |
2017-10-17 | Don't do crazy bullshit when this is included by the bootblocks. | Theo de Raadt |