summaryrefslogtreecommitdiff
path: root/sys/modules/npf
ModeNameSize
-rw-r--r--Makefile684logplain
-rw-r--r--npf.ioconf120logplain
r> Adjust various files for lua 5.4.4. 2021-04-12add some new uses of existing GCC_NO_* variables for warning issues.mrg remove an no longer relevant for gcc7 workaround (works fine in both gcc9 and gcc 10.) 2019-11-11Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)joerg 2014-07-19undo previouschristos 2014-07-19XXX: remove file that includes userland headers.christos 2014-07-19lua: updated from 5.1 to 5.3 work3lneto * lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE 2014-07-19lua(4): added debug librarylneto 2013-12-27Remove strncat now that it is part of the kernel anyway.christos 2013-12-02merged luaconf.h of kernel and userspace Lualneto 2013-12-02put Lua auxlib and some stdlibs in lua(4)lneto 2013-12-02changed lua_Number to int64_tlneto 2013-10-31fix build on armmbalmer 2013-10-16welcome lua(4), a devide driver that can create and control Lua states ↵mbalmer inside the kernel