summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Expand)Author
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-08-18pool debug back onTed Unangst
2014-08-11-current dammitMiod Vallat
2014-07-29disable POOL_DEBUG for releaseTheo de Raadt
2014-07-29move to -release modeTheo de Raadt
2014-07-15crank to 5.6-betaTheo de Raadt
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-19-option ALTQHenning Brauer
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot
2014-03-05Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlyMark Kettenis
2014-03-05re-enable POOL_DEBUGChris Cappuccio
2014-03-05We are now 5.5-currentChris Cappuccio
2014-02-22disable POOL_DEBUG for releaseJonathan Gray
2014-02-22take us to -release modeTheo de Raadt
2014-02-10Build isp2xxx firmware into separate object files so we only includeJonathan Matthew
2014-01-19Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxJonathan Matthew
2014-01-18Rename softraid RAIDP to softraid RAID5.Joel Sing
2014-01-12crank to 5.5betaTheo de Raadt
2013-12-14enable tmpfs so it gets tested some more.Marc Espie
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-11-01enable fuse.Sylvestre Gallon
2013-10-29introduce tasks and taskqs as an alternative to workqs.David Gwynne
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-21enable vxlan(4). ok deraadt@Reyk Floeter
2013-10-20Fix osiop.c inclusion rule.Miod Vallat
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2013-10-12hook in hfsc.c/hHenning Brauer