Age | Commit message (Expand) | Author |
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 |
2015-09-19 | No need for wsmux on these installation media, which lack USB support. | Miod Vallat |
2015-09-19 | intr_barrier(9) for arm | Jonathan Gray |
2015-09-18 | Go back to the previous approach when managing individual HPC DMA descriptors: | Miod Vallat |
2015-09-18 | Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-18 | Do not manually decrement rt's refcounter in nd6_lookup() and let the | Martin Pieuchot |
2015-09-18 | Remove orphaned files. | Miod Vallat |
2015-09-18 | Use the local unixdev.h file rather than the outdated libsa one. | Miod Vallat |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2015-09-18 | Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be | Miod Vallat |
2015-09-18 | Remove unused variables, from Michael McConville. | Martin Pieuchot |
2015-09-18 | Fix an uninitialized variable found by Maxime Villard's Brainy. | Visa Hankala |
2015-09-18 | More ifmedia64 fallout. | Miod Vallat |
2015-09-18 | implement SRPL_INSERT_AFTER_LOCKED. | David Gwynne |
2015-09-18 | make vmx(4) interrupts mpsafe. | David Gwynne |
2015-09-17 | Back out rev. 1.125. This bit was left behind (intentionally?) when the | Mark Kettenis |
2015-09-17 | Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() and | Miod Vallat |
2015-09-17 | instead of leaking rarp packets, break from the switch statement | David Gwynne |
2015-09-16 | Make code in ieee80211_send_4way_msg3() more readable and make sure a local | Stefan Sperling |
2015-09-16 | Fix uninitalized use of variable. | Claudio Jeker |
2015-09-16 | Fix uninitialized variable found by Maxime Villard's Brainy Code Scanner. | Daniel Dickman |
2015-09-15 | Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-15 | regen | Jasper Lievisse Adriaanse |
2015-09-15 | add fingerprint reader as found the x250 as well as another similar | Jasper Lievisse Adriaanse |
2015-09-15 | Fix kpanic I found the hard way while using pcsc-lite | David Coppa |
2015-09-15 | link_addr() is gone | Philip Guenther |
2015-09-15 | Unbeak boot from GPT partition. Reported by Henrik Friedrichsen. | YASUOKA Masahiko |