summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-26Use long for temporary variables handling b_bcount values in physio().Kenneth R Westerback
2020-01-26Set the default brightness level upon attach.Patrick Wildt
2020-01-26The enable-gpios property is an optional property, so don't error out ifPatrick Wildt
2020-01-26add define for IPTOS_DSCP_LE; "low effort" DSCP codepoint standardisedDamien Miller
2020-01-26Pull in drm_bridge.c from linux 4.19.y.Patrick Wildt
2020-01-26Add simplepanel(4), a driver for simple display panels. This onePatrick Wildt
2020-01-26regenTed Unangst
2020-01-26add a new __tmpfd system call that creates a new unnamed file in /tmp.Ted Unangst
2020-01-26try disconnecting old world boot.mac bootloader for a bitTed Unangst
2020-01-26vsdk -> vdsk in a panic messageTed Unangst
2020-01-26invert some if logic to shortcircuit some loops and reduce nesting.Ted Unangst
2020-01-26Fix comment.Mark Kettenis
2020-01-26Fix spacing issue.Mark Kettenis
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-26In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichJonathan Gray
2020-01-25physio() just needs to check for b_bcount overflow. Let the providedKenneth R Westerback
2020-01-25Drivers that implement their own *minphys() don't need to call theKenneth R Westerback
2020-01-25Ensure scsi_minphys() is always called on the physio() path.Kenneth R Westerback
2020-01-25Enable umt(4)Patrick Wildt
2020-01-25move the SMR_LIST_REMOVE and smr_barrier up in tun_clone_destroy.David Gwynne
2020-01-25tweaks sleeping for an mbuf so it's more mpsafe.David Gwynne
2020-01-25use SMR rather than SRP to protect the device handle arrayJonathan Matthew
2020-01-25use SMRs to find the right tun_softc on syscall entries.David Gwynne
2020-01-25rework the driver to better manage lifetimes and device lifetimes.David Gwynne
2020-01-25The ELF NOTE parser would only inspect the first NOTE for 'OpenBSD'.Theo de Raadt
2020-01-24*sleep_nsec(9): log process name and pid when nsecs == 0cheloha
2020-01-24Use major 32 for dt(4).Martin Pieuchot
2020-01-24New `kern.allowdt' button must be set to open(2) /dev/dt.Martin Pieuchot
2020-01-24Improve small random read ffs performance:Kurt Miller
2020-01-24no fields are protected by the kernel lock anymoreanton
2020-01-24add pf.h include for NPF > 0 use added in rev 1.71Jonathan Gray
2020-01-24pool(9): replace custom TAILQ concatenation loops with TAILQ_CONCAT(3)cheloha
2020-01-24Rename audio_mixer_{read,write} to audio_mixer_{get,set}.Alexandre Ratchov
2020-01-24Machines have started to appear that have the framebuffer at an address > 4GB.Mark Kettenis
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-24ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@cheloha
2020-01-24remove a notyet that remains more not than yet after 25 years. ok krwTed Unangst
2020-01-24remove some ifdef notyet code that doesn't seem to be moving forward...Ted Unangst
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-24Double tap the actual Zaurus zombies.Kenneth R Westerback
2020-01-24Nuke references to zaurus zombies.Kenneth R Westerback
2020-01-24move to if_vinput() in tun_dev_write.David Gwynne
2020-01-24provide a tun_input() interface input handler for tun(4) packets.David Gwynne
2020-01-24change tun_dev_write to allocate one mbuf and cluster for the whole packet.David Gwynne
2020-01-23simplify the uiomove loop in tun_dev_read.David Gwynne
2020-01-23don't need to manage TUN_NBIO ourselves, we get IO_NDELAY for free.David Gwynne
2020-01-23provide a custom if_enqueue handler.David Gwynne
2020-01-23remove IFCAP_VLAN_MTU from tap(4). it's a lie.David Gwynne