Home | History | Annotate | only in /src/sys/modules/luasystm
History log of /src/sys/modules/luasystm
RevisionDateAuthorComments
 1.3 02-Feb-2015  lneto lua: updated from 5.3 work3 to 5.3.0

* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles
 1.2 19-Jul-2014  lneto branches: 1.2.2; 1.2.4; 1.2.6;
lua: updated from 5.1 to 5.3 work3

* 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
 1.1 17-Dec-2013  lneto branches: 1.1.2; 1.1.4; 1.1.6;
added luasystm files (for some reason it wasn't done in the last commit)
 1.1.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.6.1 17-Dec-2013  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:41:08 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 17-Dec-2013  rmind file Makefile was added on branch rmind-smpnet on 2014-05-18 17:46:12 +0000
 1.1.2.1 10-Aug-2014  tls Rebase.
 1.2.6.1 06-Apr-2015  skrll Sync with HEAD
 1.2.4.3 03-Dec-2017  jdolecek update from HEAD
 1.2.4.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.4.1 19-Jul-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:34 +0000
 1.2.2.1 04-Feb-2015  martin Pull up the following, requested by lneto in ticket #477:

external/mit/lua/dist/src/lprefix.h up to 1.2
external/mit/lua/dist/doc/alert.png delete
external/mit/lua/dist/Makefile up to 1.3
external/mit/lua/dist/README up to 1.3
external/mit/lua/dist/doc/contents.html up to 1.3
external/mit/lua/dist/doc/lua.1 up to 1.3
external/mit/lua/dist/doc/lua.css up to 1.3
external/mit/lua/dist/doc/manual.html up to 1.3
external/mit/lua/dist/doc/readme.html up to 1.3
external/mit/lua/dist/src/Makefile up to 1.3
external/mit/lua/dist/src/lapi.c up to 1.3
external/mit/lua/dist/src/lapi.h up to 1.3
external/mit/lua/dist/src/lauxlib.c up to 1.4
external/mit/lua/dist/src/lauxlib.h up to 1.3
external/mit/lua/dist/src/lbaselib.c up to 1.4
external/mit/lua/dist/src/lbitlib.c up to 1.2
external/mit/lua/dist/src/lcode.c up to 1.3
external/mit/lua/dist/src/lcode.h up to 1.3
external/mit/lua/dist/src/lcorolib.c up to 1.2
external/mit/lua/dist/src/lctype.c up to 1.2
external/mit/lua/dist/src/lctype.h up to 1.2
external/mit/lua/dist/src/ldblib.c up to 1.5
external/mit/lua/dist/src/ldebug.c up to 1.3
external/mit/lua/dist/src/ldebug.h up to 1.3
external/mit/lua/dist/src/ldo.c up to 1.3
external/mit/lua/dist/src/ldo.h up to 1.3
external/mit/lua/dist/src/ldump.c up to 1.3
external/mit/lua/dist/src/lfunc.c up to 1.3
external/mit/lua/dist/src/lgc.c up to 1.3
external/mit/lua/dist/src/lgc.h up to 1.3
external/mit/lua/dist/src/linit.c up to 1.4
external/mit/lua/dist/src/liolib.c up to 1.3
external/mit/lua/dist/src/llex.c up to 1.3
external/mit/lua/dist/src/llex.h up to 1.3
external/mit/lua/dist/src/llimits.h up to 1.3
external/mit/lua/dist/src/lmathlib.c up to 1.3
external/mit/lua/dist/src/lmem.c up to 1.3
external/mit/lua/dist/src/lmem.h up to 1.3
external/mit/lua/dist/src/loadlib.c up to 1.3
external/mit/lua/dist/src/lobject.c up to 1.4
external/mit/lua/dist/src/lobject.h up to 1.3
external/mit/lua/dist/src/lopcodes.c up to 1.3
external/mit/lua/dist/src/lopcodes.h up to 1.3
external/mit/lua/dist/src/loslib.c up to 1.3
external/mit/lua/dist/src/lparser.c up to 1.3
external/mit/lua/dist/src/lparser.h up to 1.3
external/mit/lua/dist/src/lstate.c up to 1.3
external/mit/lua/dist/src/lstate.h up to 1.3
external/mit/lua/dist/src/lstring.c up to 1.3
external/mit/lua/dist/src/lstring.h up to 1.3
external/mit/lua/dist/src/lstrlib.c up to 1.6
external/mit/lua/dist/src/ltable.c up to 1.3
external/mit/lua/dist/src/ltable.h up to 1.3
external/mit/lua/dist/src/ltablib.c up to 1.3
external/mit/lua/dist/src/ltm.c up to 1.3
external/mit/lua/dist/src/ltm.h up to 1.3
external/mit/lua/dist/src/lua.c up to 1.3
external/mit/lua/dist/src/lua.h up to 1.3
external/mit/lua/dist/src/luac.c up to 1.3
external/mit/lua/dist/src/luaconf.h up to 1.12
external/mit/lua/dist/src/lundump.c up to 1.3
external/mit/lua/dist/src/lutf8lib.c up to 1.2
external/mit/lua/dist/src/lvm.c up to 1.4
external/mit/lua/dist/src/lvm.h up to 1.3
external/mit/lua/dist/src/lzio.c up to 1.3
external/mit/lua/dist/src/lzio.h up to 1.3
lib/lua/syslog/syslog.c 1.2
sys/modules/luapmf/Makefile 1.4
sys/modules/luasystm/Makefile 1.3

Update Lua from 5.3 work3 to 5.3.0
* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles
 1.6 11-Aug-2022  gutteridge subr_prf.c & luasystm.c: s/panicing/panicking/ in comments
 1.5 19-Jul-2014  lneto branches: 1.5.4;
lua: updated from 5.1 to 5.3 work3

* 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
 1.4 19-Jul-2014  lneto lua(4): uniformed the KPI name space using 'klua_' prefix
 1.3 19-Jul-2014  lneto lua(4): using lua_CFunction
 1.2 24-Mar-2014  christos branches: 1.2.2; 1.2.4; 1.2.6;
use cpu_getmodel()
 1.1 17-Dec-2013  lneto added luasystm files (for some reason it wasn't done in the last commit)
 1.2.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.6.1 24-Mar-2014  yamt file luasystm.c was added on branch yamt-pagecache on 2014-05-22 11:41:08 +0000
 1.2.4.2 18-May-2014  rmind sync with head
 1.2.4.1 24-Mar-2014  rmind file luasystm.c was added on branch rmind-smpnet on 2014-05-18 17:46:12 +0000
 1.2.2.1 10-Aug-2014  tls Rebase.
 1.5.4.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.4.1 19-Jul-2014  tls file luasystm.c was added on branch tls-maxphys on 2014-08-20 00:04:34 +0000
 1.2 19-Jul-2014  lneto branches: 1.2.4;
lua: updated from 5.1 to 5.3 work3

* 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
 1.1 17-Dec-2013  lneto branches: 1.1.2; 1.1.4; 1.1.6;
added luasystm files (for some reason it wasn't done in the last commit)
 1.1.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.6.1 17-Dec-2013  yamt file test.lua was added on branch yamt-pagecache on 2014-05-22 11:41:08 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 17-Dec-2013  rmind file test.lua was added on branch rmind-smpnet on 2014-05-18 17:46:12 +0000
 1.1.2.1 10-Aug-2014  tls Rebase.
 1.2.4.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.4.1 19-Jul-2014  tls file test.lua was added on branch tls-maxphys on 2014-08-20 00:04:34 +0000

RSS XML Feed