| Age | Commit message (Expand) | Author |
| 2014-03-04 | Introduce GENASSYM_CPPFLAGS for options during genassym processing. | joerg |
| 2014-03-04 | Remove unnecessary files.i2c inclusion | ozaki-r |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-03 | Undo previous - it still needs a lot more work. | pgoyette |
| 2014-01-31 | Provide ioconf file to generate config data structures | pgoyette |
| 2014-01-03 | Add hifn(4) and ubsec(4) to the NOTYET section, and note that they can | pgoyette |
| 2014-01-03 | Add module glue for hifn(4) | pgoyette |
| 2014-01-01 | Modularize the opencrypto components and link to the build | pgoyette |
| 2014-01-01 | Create modules for software crypto components. | pgoyette |
| 2013-12-29 | Start modularizing the opencrypto framework. | pgoyette |
| 2013-12-29 | Re-sort in alphabetic sequence. | pgoyette |
| 2013-12-29 | Modularize net/zlib so it can be used by the vnd module (and, eventually, | pgoyette |
| 2013-12-28 | Descend into ccd | pgoyette |
| 2013-12-28 | Make dksubr.c into a module, and make the cgd and dm modules depend on | pgoyette |
| 2013-12-27 | Remove strncat now that it is part of the kernel anyway. | christos |
| 2013-12-17 | added luasystm files (for some reason it wasn't done in the last commit) | lneto |
| 2013-12-16 | renamed luacore to luasystm | lneto |
| 2013-12-16 | using luaL_register() in luapmf | lneto |
| 2013-12-04 | fixed lua(4) alloc (nsize can be lesser than osize) | lneto |
| 2013-12-02 | Let's use a format string, shall we? | joerg |
| 2013-12-02 | merged luaconf.h of kernel and userspace Lua | lneto |
| 2013-12-02 | using Lua auxlib in luacore module | lneto |
| 2013-12-02 | put Lua auxlib and some stdlibs in lua(4) | lneto |
| 2013-12-02 | changed lua_Number to int64_t | lneto |
| 2013-11-23 | switch from malloc(9) to kmem(9) | mbalmer |
| 2013-11-18 | ubsec is not a MI buildable module. disable it for now. | bad |
| 2013-11-17 | Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no". | alnsn |
| 2013-11-17 | Make ubsec(4) loadable as kmod. | bad |
| 2013-11-16 | Build a module for usmsc(4). | skrll |
| 2013-11-09 | set GENASSYM_DIR for arm and earm | jmcneill |
| 2013-11-08 | NPF: add support for specifying the interfaces before they are attached. | rmind |
| 2013-10-31 | fix build on arm | mbalmer |
| 2013-10-29 | initialize variables | mbalmer |
| 2013-10-29 | check parameters | mbalmer |
| 2013-10-28 | linke pmf(9l) to the build | mbalmer |
| 2013-10-28 | Initial Lua binding for pmf(9) | mbalmer |
| 2013-10-28 | link core(9l) (docs pending) to the build | mbalmer |
| 2013-10-28 | link the lua(4) module to the build | mbalmer |
| 2013-10-26 | Add driver for ASIX AX88178a and AX88179 Ethernet interface. | nonaka |
| 2013-10-23 | use MODULE_CLASS_MISC for Lua modules | mbalmer |
| 2013-10-18 | fix CVS marker and copyright year | mbalmer |
| 2013-10-18 | check lua_tostring()'s return value | mbalmer |
| 2013-10-16 | Use "%s" to panic. | alnsn |
| 2013-10-16 | core module for lua(4) | mbalmer |
| 2013-10-16 | welcome lua(4), a devide driver that can create and control Lua states inside... | mbalmer |
| 2013-09-19 | NPF: 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 in | rmind |
| 2013-08-07 | Keep track of undefined symbols and then use to determine whether a wrap | matt |
| 2013-08-07 | awk support scripts to generate trampolines in modules. | matt |
| 2013-07-20 | fix another defective C&P makefile | dholland |