summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2020-07-20__main() is no longer used by any of our toolchainsTheo de Raadt
2020-07-06tell the kernel how to build kstatDavid Gwynne
2020-06-23enable wg(4).David Gwynne
2020-06-21add a commented out entry for wg(4).David Gwynne
2020-06-21tell config how to build wg(4)David Gwynne
2020-06-17wire intrmap into the buildDavid Gwynne
2020-06-16wire stoeplitz code into the tree.David Gwynne
2020-05-09reenable POOL_DEBUGChristian Weisgerber
2020-05-07post-6.7 development continuesTheo de Raadt
2020-05-04leave -beta.Theo de Raadt
2020-04-26disable POOL_DEBUG in preparation for releaseSebastian Benoit
2020-04-15Add bse(4) device to unbreak build.Patrick Wildt
2020-04-05crank to 6.7-betaTheo de Raadt
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the RockchipMark Kettenis
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-24remove unreferenced ncr5380 driver filesTed Unangst
2020-01-24Nuke references to zaurus zombies.Kenneth R Westerback
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.Martin Pieuchot
2020-01-11remove sli(4)Jonathan Gray
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2019-12-05Move uvmexp_print() to a better place.Martin Pieuchot
2019-11-05Kill uvm_deallocate(9) and use uvm_unmap() directly.Martin Pieuchot
2019-11-04remove mobileip(4)David Gwynne
2019-10-12renable POOL_DEBUGChristian Weisgerber
2019-10-12we are now hacking on 6.6-currentTheo de Raadt
2019-10-05src/sys/netinet/ip_ether.c is empty, and gif doesn't need it.David Gwynne
2019-10-04disable POOL_DEBUG for releaseJonathan Gray
2019-10-01stop this -current stuffTheo de Raadt
2019-09-29Replace dwge(4) with a new driver based on dwxe(4). There are manyMark Kettenis
2019-09-07Remove tz, the kernel timezone.cheloha
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-10really crank to 6.6-betaChristian Weisgerber
2019-08-10move to 6.6-betaTheo de Raadt
2019-08-02per-process itimers: itimerval -> itimerspeccheloha
2019-08-01enable tpmr(4) so people can try it.David Gwynne
2019-08-01wire up tpmr(4), an 802.1Q Two-Port MAC Relay implementationDavid Gwynne
2019-07-16Prevent integer overflow in kernel and userland when checking mbufAlexander Bluhm
2019-07-08Remove trailing whitespace from a macroMike Larkin
2019-07-08uncomment aggr(4) to make it easier for people to tryDavid Gwynne
2019-07-05add aggr, but leave it commented out for now.David Gwynne
2019-07-05wire up aggrDavid Gwynne
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-04-28the bufcachepercent=80 experiment has exposed a few problems...Theo de Raadt
2019-04-22disable mobileip(4)David Gwynne
2019-04-20as discussed with beck, crank dma-range bufcache to a high numberTheo de Raadt
2019-04-13renable POOL_DEBUGTheo de Raadt
2019-04-13unlock tree, we are now working on 6.5-currentTheo de Raadt
2019-04-05it is POOL_DEBUG disable timeTheo de Raadt
2019-04-02Move to 6.5 release rathe than -beta. That means "pkg_add -u -Dsnap"Theo de Raadt
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon