summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Expand)Author
2014-02-27Currently dead vnodes still reside on the vnodelist of the file systemhannken
2014-02-21defparam KERNHIST_DELAYmatt
2013-12-09Put vfs bits of ktrace into kern_ktrace_vfs.c per convention.pooka
2013-10-15Remove dotg(4) as it's been replaced by dwctwo(4).skrll
2013-09-21Some dwc2 glue.skrll
2013-09-08defparam ATADEBUG_MASKjmcneill
2013-07-27Add COM_16750 to opt_com.h.kiyohara
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-24drop trailing whitespacejakllsch
2013-06-24Fix some comment formatting nits in the USB region.jakllsch
2013-06-23Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).riastradh
2013-06-10there is no more fast_ipsecchristos
2013-06-10Drop references to kame_ipsec, which has been gone for a while.gdt
2013-05-26Extend kernel PPS api with pps_ref_event().kardel
2013-04-28put needs flag back in a bunch of drivers because we need the file for #ifdefschristos
2013-04-27more needs-flag removed.christos
2013-04-27ccd and cgd don't need flagchristos
2013-04-27ccd does not need flags anymorechristos
2013-03-30patches for new wifi devices.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-22inet & inet6 == wrongchristos
2013-02-10This change adds SATA port multiplier support to mvsata(4).jakllsch
2013-01-09Provide dotg(4) - a driver for the Synposys DesignWare OTG USB IP foundskrll
2012-11-14Define msm6242b driver.rkujawa
2012-10-27Add bpfjit and enable it for amd64.alnsn
2012-10-17defopt COMPAT_60, it is already being useddrochner
2012-09-27Remove bpf_jit which was ported from FreeBSD recently.alnsn
2012-09-01Add xhci placeholdermatt
2012-08-03compat_mod is also needed by compat_netbsd32matt
2012-08-01Add BPF JIT compiler, currently supporting amd64 and i386. Code obtainedrmind
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-30Add malo(4)@pci driver for Marvell Libertas wireless adaptordegroote
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-05-08Implement a genfs_rename abstraction.riastradh
2012-05-05G/C POOL_DIAGNOSTIC option. No objection on tech-kern@.rmind
2012-04-28Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) movermind
2012-04-07Add apple autodiscovery.christos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-31igsfb doesn't use rcons, no need to pull it inmacallan
2012-01-29Add vfs_quotactl.c. This is where filesystem-independent quotadholland
2012-01-28Add UDA1341TS audio CODEC support. Code is written bynisimura
2012-01-22add a tpm driver from bsssd.sourceforge.netchristos
2012-01-19also remove unnecessary "needs-flag" for firmload, from Paul Goyettedrochner
2012-01-18get the logics straight: CPU_UCODE requires "firmload" as a dependencydrochner
2012-01-14options CPU_UCODE requires firmload.cpgoyette
2012-01-13Make option CPU_UCODE globalmartin