summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2016-06-17urtwn device now needs rtwn.c, even if rtwn device isn't builtPhilip Guenther
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-04-19Keep db_write_cmd() in the only place where it is used, just like we didMartin Pieuchot
2016-03-25Free some more space in kernel - for network code, of course - by removalVadim Zhukov
2016-03-09Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit.Stefan Sperling
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-18Die, trailing whitespace, die!Kenneth R Westerback
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-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-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-20Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.Rafael Zalamena
2015-07-19tame(2) is a subsystem which restricts programs into a "reduced featureTheo de Raadt
2015-07-18Abstract the routing table internals behind an rtable_* API.Martin Pieuchot
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-02introduce srp, which according to the manpage i wrote is short forDavid Gwynne
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-03no md5 in the kernel? not even close to trueTheo de Raadt
2014-12-03md5 when wlan is needed too. fixes i386 ramdiskCTed Unangst
2014-12-03deraadt points out i forgot about tcp_signature, although this won'tTed Unangst
2014-12-03should no longer need md5 by default in all kernel builds.Ted Unangst
2014-12-02macppc G5 needs fcu in RAMDISK, mentioned by mpiTheo de Raadt
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-15wire siphash into the build so in_pcb hashes can use it.David Gwynne
2014-10-20unconditionally build sha2 so we can use it in all the kernels.Ted Unangst
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-10-09remove LKMTed Unangst
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-01sl(4) is no more, thanks for all the fish!Martin Pieuchot
2014-09-08Additional cleanup for procfs removalDoug Hogan
2014-08-20Bye bye /dev/cryptoMike Belopuhov
2014-07-13Initial support to read GPT partition tables in the kernel, if option GPT.Miod Vallat
2014-07-13ext4 (extents) read supportMartin Pelikan
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2014-04-19bye bye altq bitsHenning Brauer
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse