summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-01-23unify the tun and tap output and read behaviour.David Gwynne
2020-01-23Make thermal framework support in sxitemp(4) interrupt driven such thatMark Kettenis
2020-01-23mild whitespace massaging. no functional change.David Gwynne
2020-01-23don't prototype the cdev entrypoints, sys/conf.h already does it.David Gwynne
2020-01-23pool(9): pl_sleep(): drop unused timeout argumentcheloha
2020-01-23Fix the mask that we applied when setting the voltage.Mark Kettenis
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapsTed Unangst
2020-01-23regenJonathan Gray
2020-01-23add ids for coffee lake and comet lake graphics with known marketing namesJonathan Gray
2020-01-23Hook sxisid(4) up to the nvmem "framework".Mark Kettenis
2020-01-23remove PIPEX from tun(4) now that pppac(4) should be used instead.David Gwynne
2020-01-23Use information from nvmem (provided by sxisid(4)) to calibrate theMark Kettenis
2020-01-23Add an interface to read an nvmem "cell".Mark Kettenis
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2020-01-23ciss(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-23fix some ioctl/kq weirdness in the pppx(4) side of things.David Gwynne
2020-01-23add /etc/protocols to the magic unveil whitelist that the dns pledge hasDavid Gwynne
2020-01-23ciss(4): ciss_cmd: split polling loop into two loopscheloha
2020-01-22add pppac(4) code for a dedicated PPP Access Concentrator interface.David Gwynne
2020-01-22add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen.David Gwynne
2020-01-22Unbreak !DIAGNOSTIC build.Martin Pieuchot
2020-01-22Recognize BCM4345 rev 9, which requires a different firmware,Patrick Wildt
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOPatrick Wildt
2020-01-22delete wasteful ;;Theo de Raadt