Age | Commit message (Expand) | Author |
2020-03-02 | Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchip | Mark Kettenis |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2020-01-24 | remove unreferenced ncr5380 driver files | Ted Unangst |
2020-01-24 | Nuke references to zaurus zombies. | Kenneth R Westerback |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-11 | remove sli(4) | Jonathan Gray |
2020-01-10 | remove dpt(4) driver for DPT EATA SCSI RAID | Jonathan Gray |
2019-12-05 | Move uvmexp_print() to a better place. | Martin Pieuchot |
2019-11-05 | Kill uvm_deallocate(9) and use uvm_unmap() directly. | Martin Pieuchot |
2019-11-04 | remove mobileip(4) | David Gwynne |
2019-10-12 | renable POOL_DEBUG | Christian Weisgerber |
2019-10-12 | we are now hacking on 6.6-current | Theo de Raadt |
2019-10-05 | src/sys/netinet/ip_ether.c is empty, and gif doesn't need it. | David Gwynne |
2019-10-04 | disable POOL_DEBUG for release | Jonathan Gray |
2019-10-01 | stop this -current stuff | Theo de Raadt |
2019-09-29 | Replace dwge(4) with a new driver based on dwxe(4). There are many | Mark Kettenis |
2019-09-07 | Remove tz, the kernel timezone. | cheloha |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-10 | really crank to 6.6-beta | Christian Weisgerber |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-02 | per-process itimers: itimerval -> itimerspec | cheloha |
2019-08-01 | enable tpmr(4) so people can try it. | David Gwynne |
2019-08-01 | wire up tpmr(4), an 802.1Q Two-Port MAC Relay implementation | David Gwynne |
2019-07-16 | Prevent integer overflow in kernel and userland when checking mbuf | Alexander Bluhm |
2019-07-08 | Remove trailing whitespace from a macro | Mike Larkin |
2019-07-08 | uncomment aggr(4) to make it easier for people to try | David Gwynne |
2019-07-05 | add aggr, but leave it commented out for now. | David Gwynne |
2019-07-05 | wire up aggr | David Gwynne |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-04-28 | the bufcachepercent=80 experiment has exposed a few problems... | Theo de Raadt |
2019-04-22 | disable mobileip(4) | David Gwynne |
2019-04-20 | as discussed with beck, crank dma-range bufcache to a high number | Theo de Raadt |
2019-04-13 | renable POOL_DEBUG | Theo de Raadt |
2019-04-13 | unlock tree, we are now working on 6.5-current | Theo de Raadt |
2019-04-05 | it is POOL_DEBUG disable time | Theo de Raadt |
2019-04-02 | Move to 6.5 release rathe than -beta. That means "pkg_add -u -Dsnap" | Theo de Raadt |
2019-03-18 | Add kubsan(4), a undefined behavior sanitizer for the kernel. It's | anton |
2019-03-18 | enable mpip(4) | David Gwynne |
2019-02-28 | list mpls as a depend for mpe and mpw, dont require bridge to build mpw | David Gwynne |
2019-02-28 | add mpip(4) | David Gwynne |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-02-26 | Introduce safe memory reclamation, a mechanism for reclaiming shared | Visa Hankala |
2018-12-20 | add bpe(4) or Backbone Provider Edge interfaces | David Gwynne |
2018-10-18 | Re-enable POOL_DEBUG for -current. | Lawrence Teo |
2018-10-13 | we are now working on 6.4-current | Theo de Raadt |
2018-10-08 | POOL_DEBUG is disabled for release | Theo de Raadt |
2018-09-29 | unmark -beta. There is still development happening, and we aren't | Theo de Raadt |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-07-13 | Unveiling unveil(2). | Bob Beck |