History log of /src/sys/modules/examples/luareadhappy |
Revision | Date | Author | Comments |
1.2 | 17-Feb-2019 |
rin | Bump default value of WARNS for modules from 3 to 5, and explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5
Discussed on tech-kern.
|
1.1 | 15-Apr-2017 |
kamil | branches: 1.1.2; 1.1.4; 1.1.12; 1.1.16; 1.1.20; Add new example kernel module in Lua luareadhappy
This example presents a C module with its device (/dev entry) and its content generator with algorithm defined in Lua state. The Lua state can be changed dynamically from userland, without interruption of read(2) over the device.
This is an example how to call Lua code from C.
|
1.1.20.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.16.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.16.1 | 15-Apr-2017 |
jdolecek | file Makefile was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.12.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.12.1 | 15-Apr-2017 |
skrll | file Makefile was added on branch nick-nhusb on 2017-08-28 17:53:10 +0000
|
1.1.4.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.1.4.1 | 15-Apr-2017 |
pgoyette | file Makefile was added on branch pgoyette-localcount on 2017-04-26 02:53:28 +0000
|
1.1.2.2 | 15-Apr-2017 |
kamil | 1043943
|
1.1.2.1 | 15-Apr-2017 |
kamil | file Makefile was added on branch bouyer-socketcan on 2017-04-15 04:27:31 +0000
|
1.1 | 15-Apr-2017 |
kamil | branches: 1.1.2; 1.1.4; 1.1.12; 1.1.16; Add new example kernel module in Lua luareadhappy
This example presents a C module with its device (/dev entry) and its content generator with algorithm defined in Lua state. The Lua state can be changed dynamically from userland, without interruption of read(2) over the device.
This is an example how to call Lua code from C.
|
1.1.16.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.16.1 | 15-Apr-2017 |
jdolecek | file happy.lua was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.12.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.12.1 | 15-Apr-2017 |
skrll | file happy.lua was added on branch nick-nhusb on 2017-08-28 17:53:10 +0000
|
1.1.4.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.1.4.1 | 15-Apr-2017 |
pgoyette | file happy.lua was added on branch pgoyette-localcount on 2017-04-26 02:53:28 +0000
|
1.1.2.2 | 15-Apr-2017 |
kamil | 1043943
|
1.1.2.1 | 15-Apr-2017 |
kamil | file happy.lua was added on branch bouyer-socketcan on 2017-04-15 04:27:31 +0000
|
1.2 | 30-Jan-2020 |
kamil | Align major numbers in example modules with sys/conf/majors
Patch submitted by: Aditya Vardhan Padala (silv3r)
|
1.1 | 15-Apr-2017 |
kamil | branches: 1.1.2; 1.1.4; 1.1.12; 1.1.16; 1.1.20; 1.1.26; Add new example kernel module in Lua luareadhappy
This example presents a C module with its device (/dev entry) and its content generator with algorithm defined in Lua state. The Lua state can be changed dynamically from userland, without interruption of read(2) over the device.
This is an example how to call Lua code from C.
|
1.1.26.1 | 29-Feb-2020 |
ad | Sync with head.
|
1.1.20.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.1.16.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.16.1 | 15-Apr-2017 |
jdolecek | file luareadhappy.c was added on branch tls-maxphys on 2017-12-03 11:38:53 +0000
|
1.1.12.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.12.1 | 15-Apr-2017 |
skrll | file luareadhappy.c was added on branch nick-nhusb on 2017-08-28 17:53:10 +0000
|
1.1.4.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.1.4.1 | 15-Apr-2017 |
pgoyette | file luareadhappy.c was added on branch pgoyette-localcount on 2017-04-26 02:53:28 +0000
|
1.1.2.2 | 15-Apr-2017 |
kamil | 1043943
|
1.1.2.1 | 15-Apr-2017 |
kamil | file luareadhappy.c was added on branch bouyer-socketcan on 2017-04-15 04:27:31 +0000
|