summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-06-23Make taskq_barrier(9) work for multi-threaded task queues.Mark Kettenis
2019-06-22Use timeout_add_msec(9)kn
2019-06-22Make computation of re-challenge timeout more obviouskn
2019-06-22Revert accidentially committed hunk from previouskn
2019-06-22Remove duplicate initialisationkn
2019-06-22Set if_link_state based on the PAOS port register, and update it whenJonathan Matthew
2019-06-22push the KERNEL_LOCK deeper on read(2) and write(2)Sebastien Marie
2019-06-22push the KERNEL_LOCK deeper on read(2) and write(2)Sebastien Marie
2019-06-21Prevent recursions by not deleting entries inside rtable_walk(9).Martin Pieuchot
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-06-21Make resource limit access MP-safe. So far, the copy-on-write sharingVisa Hankala
2019-06-21Use timeout_add_msec(9)kn
2019-06-20Undefined behavior (UB) can potentially be present anywhere in theanton
2019-06-20Fix misleading code. The kernel keeps using the original bootVisa Hankala
2019-06-20Work around locking issues in logwakeup(). Instead of actually waking upVisa Hankala
2019-06-19the pledge STATLIE code is no longer needed, as discussed with beck.Theo de Raadt
2019-06-19Add checks to copyin(9), copyout(9), copyinstr(9) and copyoutstr(9)Patrick Wildt
2019-06-18Stop probing a Tx rate if transmission failure or too many retries occur.Stefan Sperling
2019-06-18Ensure that timeout p_sleep_to is not left running when finishing sleep.Visa Hankala
2019-06-18Ensure the length passed to ffs_truncate() is within bounds before callinganton
2019-06-17add code to check stack pointer is within MAP_STACKTheo de Raadt
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's ApolloPatrick Wildt
2019-06-17free(9) sizes.Martin Pieuchot
2019-06-17The copyfault handler is supposed to store the old handler in the pcb.Patrick Wildt
2019-06-17Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-XMark Kettenis
2019-06-17Split out the code that assigns addresses to BARs into its own function.Mark Kettenis
2019-06-17When reloading station address via TWSI is timed out, try to reloadKevin Lo
2019-06-17dosendsyslog() must only pass ktrgenio(9) userspace buffers that it canPhilip Guenther
2019-06-16SYS___realpath is legitimately PLEDGE_STDIO, because the other pledgeTheo de Raadt
2019-06-16drm/amd/display: Use plane->color_space for dpp if specifiedJonathan Gray
2019-06-16In previous commit I forgot a net unlock if the PCB of the socketAlexander Bluhm
2019-06-16Use timeout_add_sec(9)kn
2019-06-15Free sizes for hooks and `if_sadl'.Martin Pieuchot
2019-06-15Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminatingTheo de Raadt
2019-06-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-14Add TSC_ADJUST CPUID flag.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha
2019-06-14Use timeout_add_msec(9)kn
2019-06-14Use timeout_add_msec(9)kn
2019-06-14match on Intel Apollo Lake idsJonathan Gray
2019-06-14regenJonathan Gray
2019-06-14more Intel Apollo Lake idsJonathan Gray
2019-06-14Only add and remove flow table entries for multicast while the interface isJonathan Matthew
2019-06-14The addition of writeable-syscall checking near MAP_STACK checkingTheo de Raadt
2019-06-14Add a barrier after arming a completion queue. If multiple cqs are usingJonathan Matthew
2019-06-13Use PWAIT instead of PUSER in exit1().Martin Pieuchot
2019-06-13free(9) sizes for buffers.Martin Pieuchot
2019-06-13free(9) sizes.Martin Pieuchot
2019-06-13Do not consider the pipe as halted if the device is gone.Martin Pieuchot
2019-06-13When tcp_close() is running in parallel with fill_file(), the kernelAlexander Bluhm