summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Collapse)Author
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
Consistently drop assembler flags.
2014-03-04Remove unnecessary files.i2c inclusionozaki-r
files.i2c is already included in conf/files. So we don't need to include it in this file. This fix shuts up many warnings on building sys/modules/iic.
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
the sysctl link sets are processed, and remove redundancy. Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate lines of code.
2014-02-03Undo previous - it still needs a lot more work.pgoyette
For now, we'll use the hand-crafted cf* structures and directly call all the config routines.
2014-01-31Provide ioconf file to generate config data structurespgoyette
2014-01-03Add hifn(4) and ubsec(4) to the NOTYET section, and note that they canpgoyette
be successfully built only on architectures that have PCI.
2014-01-03Add module glue for hifn(4)pgoyette
2014-01-01Modularize the opencrypto components and link to the buildpgoyette
2014-01-01Create modules for software crypto components.pgoyette
2013-12-29Start modularizing the opencrypto framework.pgoyette
2013-12-29Re-sort in alphabetic sequence.pgoyette
2013-12-29Modularize net/zlib so it can be used by the vnd module (and, eventually,pgoyette
by an opencrypto module).
2013-12-28Descend into ccdpgoyette
2013-12-28Make dksubr.c into a module, and make the cgd and dm modules depend onpgoyette
it. Now that cgd is completely modularized, descend into modules/cgd to actually create the module.
2013-12-27Remove strncat now that it is part of the kernel anyway.christos
2013-12-17added luasystm files (for some reason it wasn't done in the last commit)lneto
2013-12-16renamed luacore to luasystmlneto
2013-12-16using luaL_register() in luapmflneto
2013-12-04fixed lua(4) alloc (nsize can be lesser than osize)lneto
2013-12-02Let's use a format string, shall we?joerg
2013-12-02merged luaconf.h of kernel and userspace Lualneto
2013-12-02using Lua auxlib in luacore modulelneto
2013-12-02put Lua auxlib and some stdlibs in lua(4)lneto
2013-12-02changed lua_Number to int64_tlneto
2013-11-23switch from malloc(9) to kmem(9)mbalmer
2013-11-18ubsec is not a MI buildable module. disable it for now.bad
2013-11-17Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no".alnsn
2013-11-17Make ubsec(4) loadable as kmod.bad
2013-11-16Build a module for usmsc(4).skrll
2013-11-09set GENASSYM_DIR for arm and earmjmcneill
2013-11-08NPF: add support for specifying the interfaces before they are attached.rmind
If an interface is or gets detached, all associated rules and connections will be deactivated (it might be useful to have an option to invalidate the associated connections). Once the interface is reattached they will become active. Bump NPF_VERSION.
2013-10-31fix build on armmbalmer
2013-10-29initialize variablesmbalmer
2013-10-29check parametersmbalmer
2013-10-28linke pmf(9l) to the buildmbalmer
2013-10-28Initial Lua binding for pmf(9)mbalmer
2013-10-28link core(9l) (docs pending) to the buildmbalmer
2013-10-28link the lua(4) module to the buildmbalmer
2013-10-26Add driver for ASIX AX88178a and AX88179 Ethernet interface.nonaka
Ported from OpenBSD.
2013-10-23use MODULE_CLASS_MISC for Lua modulesmbalmer
2013-10-18fix CVS marker and copyright yearmbalmer
2013-10-18check lua_tostring()'s return valuembalmer
2013-10-16Use "%s" to panic.alnsn
2013-10-16core module for lua(4)mbalmer
2013-10-16welcome lua(4), a devide driver that can create and control Lua states ↵mbalmer
inside the kernel
2013-09-19NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!rmind
2013-09-19- Convert NPF to use BPF byte-code by default. Compile BPF byte-code inrmind
npfctl(8) and generate separate marks to describe the filter criteria. - Rewrite 'npfctl show' functionality and fix some of the bugs. - npftest: add a test for BPF COP. - Bump NPF_VERSION.
2013-08-07Keep track of undefined symbols and then use to determine whether a wrapmatt
is required.
2013-08-07awk support scripts to generate trampolines in modules.matt
(adapted from previous LKM method). <machine/asm.h> now has a KMODTRAMPOLINE macro to generate the trampoline
2013-07-20fix another defective C&P makefiledholland