Age | Commit message (Expand) | Author |
2017-11-27 | Enable ne(4) at pcmcia. | Martin Pieuchot |
2017-11-27 | OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA. | Jonathan Gray |
2017-11-26 | On wqe error, show also word2 and word3. Those might help in debugging. | Visa Hankala |
2017-11-26 | Initialize Rx subsystems before enabling the processing of incoming | Visa Hankala |
2017-11-25 | Implement network boot support in efiboot(8). This changes efiboot(8) | Patrick Wildt |
2017-11-24 | rework transmit to get rid of ifq_deq_begin, and to improve speed. | David Gwynne |
2017-11-22 | Add __aeabi_ldivmod.S. Needed for clang. | Mark Kettenis |
2017-11-20 | Add the board ID of the Unifi Security Gateway PRO-4. | Visa Hankala |
2017-11-20 | Fix the product code of the Unifi Security Gateway. | Visa Hankala |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-18 | Submit incoming packets to the network stack in batches like is done | Visa Hankala |
2017-11-18 | Move the packet input work requesting inside if_cnmac.c. This removes | Visa Hankala |
2017-11-18 | Pass the software context as an argument to the interrupt handler. | Visa Hankala |
2017-11-18 | Rename octeon_eth_* to cnmac_* for consistency with the driver's name. | Visa Hankala |
2017-11-18 | Add the board ID for the Ubiquiti Unifi Security Gateway. | Visa Hankala |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | Add sizes for free() in the VIA PadLock driver. | Frederic Cambus |
2017-11-13 | Add support for the i2c controller variant found on the Allwinner A31 and | Mark Kettenis |
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 |