summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2010-08-22Import NPF - a packet filter. Some features:rmind
2010-08-18Add DIAGNOSTIC.jruoho
2010-08-13Merge T-state a.k.a. throttling support for acpicpu(4).jruoho
2010-08-11Define ioconf to create locators.h, which is now required by acpiverbose.pooka
2010-08-08Merge P-state support for acpicpu(4).jruoho
2010-08-06Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of thisjruoho
2010-07-18Add a Makefile for ACPI CPUs.jruoho
2010-07-08Sync procfs module with kernel change for x86 MD.rmind
2010-07-06remember to add the new file to the buildpooka
2010-06-22Replace tmpfs_pool custom allocator code with a simpler layer for memoryrmind
2010-06-22KNF and tidy-up example module slightly.rmind
2010-06-01Add __cacheline_aligned and __read_mostly annotations.mjf
2010-05-31Extract ACPIVERBOSE into a kernel module. The module can be builtinpgoyette
2010-05-30Extract MIIVERBOSE into a kernel module. The module can be builtinpgoyette
2010-05-30Extract SCSIVERBOSE into a kernel module. The module can be builtinpgoyette
2010-05-29Extract USBVERBOSE into a kernel module. The module can be builtinpgoyette
2010-05-27add r600_blit.c and radeon_cs.c.mrg
2010-05-24Extract the vendor/product tables and related access routines into apgoyette
2010-04-13Remove bpfilter.h as not needed.ahoka
2010-04-12Connect the pf module to the build.ahoka
2010-04-12Add new type kernel module for pf (includes pflog, but not pfsync).ahoka
2010-04-09Connect the pad(4) kernel module to the build on i386 and amd64.ahoka
2010-04-09Makefile to build kernel module for pad.ahoka
2010-03-22add powerpc64 support. from dennis.c.ferguson@gmail.com in PR#43029.mrg
2010-03-21Convert acpibat to use ioconf instead of homerolled config glue.pooka
2010-03-21include bsd.ioconf.mk when necessarypooka
2010-03-13Include ../../Makefile.inc now that it works.christos
2010-03-13now that I've fixed Makefile.inc, include it.christos
2010-03-13Don't hard-code ../../ so that we can handle multi-level modules (dtrace)christos
2010-03-12DTrace: Add the Function Boundary Trace (FBT) provider moduile. Thisdarran
2010-03-12DTrace: Add support for a simulated solaris_cpu[] data structure perdarran
2010-03-10DTrace: fix a build problem for the SDT provider.darran
2010-03-03-DFFS is no longer necessarypooka
2010-03-02Reflect removal of fs_nfs.h and -DNFSpooka
2010-03-02Remove the ufs_vnops.c hacks from the lfs module, since ffs (andpooka
2010-03-01DTrace: Add an SDT (Statically Defined Tracing) provider framework, anddarran
2010-02-28Add makefiles for a sample of ACPI kernel modules.jruoho
2010-02-28Update zfs module to new sources.haad
2010-02-21DTrace: add the dtrace module.darran
2010-02-21DTrace: add the dtrace module to the build.darran
2010-01-25add bpf kmodpooka
2010-01-05Fix MKBINUTILS=no builds by leaving out xldscripts.dyoung
2009-12-21Add netbsd32_compat_50.c to netbsd32 module sources list.njoly
2009-12-13System utilities, boot programs and kernel modules are machinenakayama
2009-12-07Typo.uebayasi
2009-12-05Remove the portalfs kernel file system driver. Replace mount_portal(8)pooka
2009-11-10Move the kmodule linker script source into sys/modules/xldscripts. It isskrll
2009-10-20Check to see if we were passed a NULL proplist dictionary.jnemeth
2009-10-05Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386haad
2009-10-02First part of secmodel cleanup and other misc. changes:elad