Age | Commit message (Expand) | Author |
2015-09-24 | It is no longer necessary to include CR_BERR in CR_INT_MASK if CPU_R8000. | Miod Vallat |
2015-09-24 | IP26 streaming cache controller bus error interrupts are reported as hardware | Miod Vallat |
2015-09-24 | regen | Jonathan Gray |
2015-09-24 | Add some more Broadwell graphics ids. | Jonathan Gray |
2015-09-24 | The devlist awk script didn't pickup the broadwell ids as they are | Jonathan Gray |
2015-09-24 | add a comment explaining how we serialize when switching trunkproto; | Mike Belopuhov |
2015-09-24 | Avoid a theoretical m_pullup(9) mishandling by delegating the mbuf | Mike Belopuhov |
2015-09-24 | A couple of missing letoh32() conversions of GPT header fields in | Kenneth R Westerback |
2015-09-23 | Update inteldrm to the code from Linux 3.14.52 (which corresponds to | Mark Kettenis |
2015-09-23 | typos | Miod Vallat |
2015-09-23 | That PICA reference ought to have been removed 20 years ago! | Miod Vallat |
2015-09-23 | In tlb_update(), when inserting an entry for a KV1 address, reuse the | Miod Vallat |
2015-09-23 | Reorder subtractions and branches to shave one cycle per call to | Miod Vallat |
2015-09-23 | In iwm(4), properly reset the RX ring by clearing RX buffer status memory. | Stefan Sperling |
2015-09-23 | In iwm(4), while not associated, pass the broadcast ethernet address to | Stefan Sperling |
2015-09-23 | Output operands of movn and movz in the correct order. | Miod Vallat |
2015-09-23 | remove lockmgr_printinfo stubs. from Martin Natano | Ted Unangst |
2015-09-23 | Serialize trunk changes with input handler insertion and removal. | Mike Belopuhov |
2015-09-23 | Removes locking macros that we've inherited from NetBSD/FreeBSD. | Mike Belopuhov |
2015-09-23 | Keep track of an active port in the failover trunk to avoid list | Mike Belopuhov |
2015-09-23 | Remove trunk watchdog code since it doesn't do anything useful | Mike Belopuhov |
2015-09-23 | Always increment rt_use inside rtalloc(9) instead of doing it in some | Martin Pieuchot |
2015-09-23 | Fix white spaces and style. | YASUOKA Masahiko |
2015-09-23 | Remove -DLINKADDR=. It is for first-stage bootstrap. | YASUOKA Masahiko |
2015-09-23 | efiboot used 3MB memory below the region for the kernel, but UEFI | YASUOKA Masahiko |
2015-09-23 | Corect a kbind comment to describe the version that was settled on: no old | Philip Guenther |
2015-09-22 | Make sure the openbsd.randomdata section is located before the edata symbol. | Miod Vallat |
2015-09-22 | Use the radix-tree API instead of function pointers. | Martin Pieuchot |
2015-09-22 | When a connected route is deleted, pass the corresponding priority to | Martin Pieuchot |
2015-09-22 | Remove inpt_lastport from struct inpcbtable, use local variables | Vincent Gross |
2015-09-22 | regen | Jasper Lievisse Adriaanse |
2015-09-22 | add (unsupported) realtek wireless card as found in rpointel@'s x250, though | Jasper Lievisse Adriaanse |
2015-09-21 | After reading IRIX header files again, add one more SSNOP to MTC0_HAZARD (and | Miod Vallat |
2015-09-21 | Drop a misleading XXX about PQ_AOBJ. Clear PQ_ANON unconditionally for | Visa Hankala |
2015-09-21 | Pass the correct variable to free(9) and while here add the size. | Martin Pieuchot |
2015-09-21 | Set the correct priority for connected routes. | Martin Pieuchot |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Mark Kettenis |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Mark Kettenis |
2015-09-21 | Fix membar positioning in mtx_enter_try() and (critically!) mtx_leave() | Philip Guenther |
2015-09-21 | Increase MAXTSIZ to 64MB, required for gcc/gnat | Tobias Ulmer |
2015-09-20 | brad points out i need bpf_mtap_ether to reconstruct vlan headers | David Gwynne |
2015-09-20 | Short circuit if we're running on the CPU that we want to sync with. Fixes | Mark Kettenis |
2015-09-20 | Put memory barriers in the appropriate place. | Mark Kettenis |
2015-09-20 | Invoke tfp_IOSyncDCache() from tcc_IOSyncDCache() as well, so that invalidate | Miod Vallat |
2015-09-20 | Correctly compute the userland pte index in a pte page in the userland tlb miss | Miod Vallat |
2015-09-20 | Reset the `pending I$ flushes' flag in tfp_InvalidateICache() if invalidating | Miod Vallat |
2015-09-20 | need to keep bpf in the tx path. got a bit ahead of myself there... | David Gwynne |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-19 | In the internal conversion of _TM_* to TAME_*, some bits were lost for | Sebastien Marie |
2015-09-19 | Avoid using a mutex in the rx completion path. Instead rely on | Mark Kettenis |