summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
2016-09-06zap bha, hiding outside dev/ treeTed Unangst
2016-09-05enable the subr_tree version of red-black treesDavid Gwynne
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-03Add in the (disabled) kernel glue for BFDPeter Hessler
2016-09-01make the version symbol a fixed size (512) to reduce the potential forTed Unangst
2016-09-01Import switch(4), an in-kernel OpenFlow switch which can work alone.Kazuya Goda
2016-08-13Add the core of the code for dwge(4), a driver for the Synopsis DesignwareMark Kettenis
2016-08-11fuse requires ufs_ihash.cMartin Natano
2016-08-05Switch the sunxi platform over to the new interrupt establish API. ThisMark Kettenis
2016-08-05imxahci(4) needs ahci.cMark Kettenis
2016-07-26pool debug dance, part deuxTed Unangst
2016-07-26Welcome to 6.0-current.Mark Kettenis
2016-07-25disable tmpfs because it receives zero maintainance.Theo de Raadt
2016-07-23do the pool debug release dance. ok deraadtTed Unangst
2016-07-15take us out of -betaTheo de Raadt
2016-06-17urtwn device now needs rtwn.c, even if rtwn device isn't builtPhilip Guenther
2016-05-11crank to 6.0-betaTheo de Raadt
2016-05-06Revert the previous commit. There still are bad interactions between theMark Kettenis
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-04-25unlink systrace from the build. pledge is the glorious future that awaits.Ted Unangst
2016-04-19Keep db_write_cmd() in the only place where it is used, just like we didMartin Pieuchot
2016-04-18Bump the default of cachepercent to 90 to see if we can find problems beforeBob Beck
2016-03-25Free some more space in kernel - for network code, of course - by removalVadim Zhukov
2016-03-24Enable ART.Martin Pieuchot
2016-03-09Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit.Stefan Sperling
2016-03-09delete dangling vax referenceTheo de Raadt
2016-03-09Move db_show_regs() in the only file where it is used and turn it private.Martin Pieuchot
2016-03-01Copy the stackgap_init() and stackgap_alloc() functions fromChristian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-25activate POOL_DEBUG during -current; miodTheo de Raadt
2016-02-25we are now hacking on 5.9-currentTheo de Raadt
2016-02-18Die, trailing whitespace, die!Kenneth R Westerback
2016-02-01move to -release modeJonathan Gray
2016-01-06document the signify command for the next release, so that users canSebastian Benoit
2016-01-06deactivate POOL_DEBUG for releaseSebastian Benoit
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-08split the interface send queue (struct ifqueue) implementation out.David Gwynne
2015-12-03Implement etherip(4) driverKazuya Goda
2015-12-01Split functions in if_bridge.c into if_bridge.c bridgectl.c .Kazuya Goda
2015-11-06Do not compile net/radix_mpath.c in ART-enabled kernels.Martin Pieuchot
2015-11-03Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic FrameworkMike Belopuhov
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-09Rename tame() to pledge(). This fairly interface has evolved to be moreTheo de Raadt
2015-09-28Merge gif(4)'s tentacles in a single file.Martin Pieuchot
2015-09-10GPT requires crc32 unconditionally, for (size-constrained) installTheo de Raadt
2015-09-10Now that the GPT code tries really hard not to get in the way andKenneth R Westerback
2015-09-03Add missing net/art.c, found the hardway by reyk@Martin Pieuchot
2015-08-10turn POOL_DEBUG back onStuart Henderson