Searching threads back to 2013-07-01 (date of last message on thread), I've come up with the folloowing: -Needs review for inclusion: 12/26 Init cache once 11/27 efi PE header set 11/21 FSUUID for ext2 filesystem 10/15 Upgrade to Lua 5.2.2, add filesystem module and get_key binding (21) 09/23 com32: hdt: fix memory leak 10/3/12-12/16 4k sector support 10/18 MultiFS from MultiDisk 10/07 Lua get_key & example (is this in the 5.2.2 upgrade?) -More Review/work required before inclusion (based on threads) 09/30 [PATCH v2] core: Check size of ldlinux.sys at building time (needs core shrink first) 09/06-09/17 [PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors (rework needed) 09/06-09/30 [PATCH 1/2] com32/lib/: Avoid unneeded allocation. 07/22 [PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer. 07/19 core/fs: Add support to Unix File system 1/2. 07/18 core/serial: Add support for serial output functions. -Pending rejection 10/8 gPXE null pointer deref (gPXE should be removed) -To Merge shortly: 09/30 diag/geodsp: README fixes 07/18 PXE legacynet DNS dotquad fix -- -Gene
Gene Cumm <gene.cumm at gmail.com> writes:> 10/15 Upgrade to Lua 5.2.2, add filesystem module and get_key binding (21) > 10/07 Lua get_key & example (is this in the 5.2.2 upgrade?)Hi, All my Lua work is included in the lua523 branch of https://github.com/wferi/syslinux.git. No need to review the once attached menu.lua, that was not meant for inclusion, I'm already using an improved version of it now. I'll submit it soon enough as an example, probably together with some cmenu example in Lua. That is, if the needed infrastructure (basically my lua523 branch) gets accepted. -- Thanks, Feri.
On Sun, Jan 5, 2014 at 1:10 PM, Gene Cumm <gene.cumm at gmail.com> wrote:> Searching threads back to 2013-07-01 (date of last message on thread), > I've come up with the folloowing: > > -Needs review for inclusion:> 10/3/12-12/16 4k sector support> 10/18 MultiFS from MultiDiskMultiFS feels like it should be targetted for a 6.10 release.> -More Review/work required before inclusion (based on threads) > 09/06-09/17 [PATCH 2/2] com32/disk: Improve flow at disk_write_sectors > and disk_read_sectors (rework needed) > 09/06-09/30 [PATCH 1/2] com32/lib/: Avoid unneeded allocation. > 07/22 [PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer. > 07/19 core/fs: Add support to Unix File system 1/2. > 07/18 core/serial: Add support for serial output functions. > > -Pending rejection > 10/8 gPXE null pointer deref (gPXE should be removed)> 09/30 [PATCH v2] core: Check size of ldlinux.sys at building time > (needs core shrink first)extlinux needs to split syslinux.bin across the 64k start and the additional reserved area (I believe within the first 1MiB and about 512kiB in size) Done: Lua: done by HPA. efi PE header set (11/27): Done. com32: hdt: fix memory leak (09/23): done FSUUID for ext2: done by HPA. Init cache once (12/26): done. -- -Gene
Reasonably Related Threads
- [PULL 0/8] MultiFS suppport for BIOS and EFI
- [PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors.
- COM32: console_ansi_raw() and later segfaults
- version: Bump version & Lua
- pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding