summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-07-01Link the state and the source track to keep the source track whileYASUOKA Masahiko
2019-07-01Add more verbose messages about unsupported ext2fs features.Kevin Lo
2019-07-01revert local changes in code under #ifdef __linux__Jonathan Gray
2019-07-01reintroduce ifiq_input counting backpressureDavid Gwynne
2019-06-30if_vinput should pass BPF_DIRECTION_IN to bpf_mtap, not OUTDavid Gwynne
2019-06-30drm: add fallback override/firmware EDID modes workaroundJonathan Gray
2019-06-30drm/edid: abstract override/firmware EDID retrievalJonathan Gray
2019-06-30drm/i915/sdvo: Implement proper HDMI audio support for SDVOJonathan Gray
2019-06-30Ansify function definitions.Visa Hankala
2019-06-30Compute address for ll/sc only once.Visa Hankala
2019-06-30Change pcic(4) attached with resources specified by locators on luna88k,Kenji Aoyama
2019-06-29variable ver is unused; rdpr %ver is always used instead; from miodTheo de Raadt
2019-06-29kihaguru gathura plugged a umsm into a sparc64...Theo de Raadt
2019-06-29Introduce ISA-like locators on cbus(4) to specify resources inKenji Aoyama
2019-06-28Write back and invalidate caches before updating CPU microcode,Alexander Bluhm
2019-06-28Skip VFS barrier lock during normal operation to reduce overhead.Visa Hankala
2019-06-28landisk/sh didn't have the code for checking if sp is on MAP_STACKTheo de Raadt
2019-06-27Enable MSI-X interrupts.Mark Kettenis
2019-06-26Use timeout_add_msec(9)kn
2019-06-26allow more video(4) ioctls for the video pledge (required by chromium)Robert Nagy
2019-06-26Fix sign handling in emulated FP operations on sparc64Jeremie Courreges-Anglas
2019-06-26Return EINVAL, not EBADF for fcntl(fd, F_GETLK) of a non-vnode.Todd C. Miller
2019-06-26Create IF_WWAN_DEFAULT_PRIORITY which is lower thanClaudio Jeker
2019-06-26Fix IPL of connector_list_lock.Mark Kettenis
2019-06-26The MPLS edge devices get the packets from the MPLS stack which neverClaudio Jeker
2019-06-25add support for bypassing iommu translationDavid Gwynne
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onMark Kettenis
2019-06-25Return EINVAL not EBADF when trying to lock a non-vnode.Todd C. Miller
2019-06-25Turn off the code which waits for AHCI_PREG_CMD_CR to be set by thePatrick Wildt
2019-06-25move new element p_pledge to the tailof kinfo_proc to increaseTheo de Raadt
2019-06-25avoid uninitialised var accessJonathan Gray
2019-06-24Since the recent recursion fix in rtable_walk(), deleting an interfaceAlexander Bluhm
2019-06-24Use timeout_add_sec(9)kn
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's GeminiMark Kettenis
2019-06-24Add option to build octeon kernels using clang.Visa Hankala
2019-06-24free(9) sizes.Martin Pieuchot
2019-06-24regenVisa Hankala
2019-06-24Unlock getrlimit(2) and setrlimit(2).Visa Hankala
2019-06-24Guard uvm_map_protect() with kernel lock to prepare dosetrlimit()Visa Hankala
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callClaudio Jeker
2019-06-24Remove a 15 year old #if 0 and wrap a long line (KNF)Mike Larkin
2019-06-24vmm(4) - whitespace removalMike Larkin
2019-06-23add "ps -o pledge" option, which prints a comma-seperated list of pledgesTheo de Raadt
2019-06-23Sort operatinmg points by (increasing) frequency.Mark Kettenis
2019-06-23Export unveil state so that ps(8) can show it. Two new status flags,Theo de Raadt
2019-06-23The MAPTI command has no valid bit. Pointed out by Jared McNeill.Mark Kettenis
2019-06-23Invalidate icache when changing mappingVisa Hankala
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