Age | Commit message (Expand) | Author |
2015-09-03 | Fix a race in pmap_page_remove_86() and pmap_page_remove_pae(). | Mark Kettenis |
2015-09-03 | Fix a race in pmap_page_remove(). | Mark Kettenis |
2015-09-03 | No real point in having efifb(4) on the floppies; we want it on everything | Mark Kettenis |
2015-09-03 | Change the order of operations for loopback interfaces to have | Martin Pieuchot |
2015-09-03 | match amd64; bios_efi_info_t is required here as well, because acpidump | Theo de Raadt |
2015-09-03 | Properly cancel any pending USB abort task when aborting a transfer | Visa Hankala |
2015-09-03 | Revert (again!) the two uses of rtisvalid(9), they break NFS! | Martin Pieuchot |
2015-09-03 | Remove the abort_task field in struct dwc2_xfer. There is an identical | Visa Hankala |
2015-09-03 | Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a | Visa Hankala |
2015-09-03 | Fix !INET6 build. | Martin Pieuchot |
2015-09-03 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-09-03 | Unconditionally set the RTF_UP flags when adding a route to the table. | Martin Pieuchot |
2015-09-03 | Improve the code that tries to figure out which device we booted from. The | Mark Kettenis |
2015-09-03 | Add missing net/art.c, found the hardway by reyk@ | Martin Pieuchot |
2015-09-03 | Do not use an intermediary buffer on the stack of the caller when | Martin Pieuchot |
2015-09-03 | Fix the condition of finding SMBIOS. Found by gerhard@. | YASUOKA Masahiko |
2015-09-02 | Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to | Mark Kettenis |
2015-09-02 | Use the pointer we got back from alloc() when calling free() instead of | Mark Kettenis |
2015-09-02 | correct sizes for free(), sigh | Theo de Raadt |
2015-09-02 | sync comment | Christian Weisgerber |
2015-09-02 | sizes for free() | Theo de Raadt |
2015-09-02 | simple size for free() | Theo de Raadt |
2015-09-02 | remove a bunch of orphaned prototypes and unused functions; ok miod | Mike Belopuhov |
2015-09-02 | To make logging to local syslog reliable, log a message about failed | Alexander Bluhm |
2015-09-02 | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) | Martin Pieuchot |
2015-09-02 | Add missing copyright. | YASUOKA Masahiko |
2015-09-02 | Fix the bios boot to pass the bootargs properly. | YASUOKA Masahiko |
2015-09-02 | enter efiboot | Theo de Raadt |
2015-09-02 | alloca() no longer needed | Theo de Raadt |
2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. | YASUOKA Masahiko |
2015-09-02 | fairly easy size for free() | Theo de Raadt |
2015-09-02 | only enter deeper on amd64 | Theo de Raadt |
2015-09-02 | Initial commit of uefi boot loader of OpenBSD. | YASUOKA Masahiko |
2015-09-01 | Replace sockaddr casts with the proper satosin(), ... calls. | Alexander Bluhm |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-09-01 | the special check logic for /usr/share/nls/../libc.cat became failure | Theo de Raadt |
2015-09-01 | Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copy | Martin Pieuchot |
2015-09-01 | Always call readdoslabel() before readgptlabel(). Doubly always call them | Kenneth R Westerback |
2015-09-01 | Increase transfer FIFOs for dwc2, to improve USB performance. The new | Visa Hankala |
2015-09-01 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-09-01 | Introduce rtisvalid(9) a function to check if a (cached) route entry | Martin Pieuchot |
2015-09-01 | ditch a few prototypes for non-existant functions | Mike Belopuhov |
2015-09-01 | Do not try to find a possible ``ifa'' in rt_ifal_del(9) and trust the | Martin Pieuchot |
2015-09-01 | Reject USB requests that could damage the bus integrity, just like it | Martin Pieuchot |
2015-09-01 | Use the correct free(9) size for the RX ring. | Martin Pieuchot |
2015-09-01 | Corrects a use-after-free in tame_namei(). | Sebastien Marie |
2015-09-01 | Sync bus_dmamap_load_raw(9) with amd64/i386 in order to respect the | Martin Pieuchot |
2015-09-01 | Push down the KERNEL_LOCK/KERNEL_UNLOCK calls into the back-end allocator | Mark Kettenis |
2015-09-01 | set sival_ptr before calling trapsignal() for user breakpoint/trace traps | Jonathan Gray |
2015-09-01 | trivial size for free() | Theo de Raadt |