summaryrefslogtreecommitdiff
path: root/sys/modules
AgeCommit message (Expand)Author
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
2014-03-04Remove unnecessary files.i2c inclusionozaki-r
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-03Undo previous - it still needs a lot more work.pgoyette
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
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
2013-12-28Descend into ccdpgoyette
2013-12-28Make dksubr.c into a module, and make the cgd and dm modules depend onpgoyette
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
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
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 inside...mbalmer
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
2013-08-07Keep track of undefined symbols and then use to determine whether a wrapmatt
2013-08-07awk support scripts to generate trampolines in modules.matt
2013-07-20fix another defective C&P makefiledholland