similar to: [PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call

Displaying 20 results from an estimated 400 matches similar to: "[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call"

2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add calls for directory functions; Implement most only for FAT (SYSLINUX). Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the COM32 C functions getcwd(), opendir(), readdir(), and closedir(), respectively. INT22h, AX=001Fh will return a valid value for all variants. INT22h, AX= 0020h, 0021h, and 0022h are only
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add calls for directory functions; Implement most only for FAT (SYSLINUX). Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the COM32 C functions getcwd(), opendir(), readdir(), and closedir(), respectively. INT22h, AX=001Eh will return a valid value for all variants. INT22h, AX= 001Fh, 0020h, and 0021h are only
2013 Jul 31
0
Fwd: Syslinux 6.01 PXE tftp problem
I've run debug.c32 with syslinux-6.02pre15 and got the following output: The kernel image is rescue/dev-64/vmlinuz.img searchdir: rescue/dev-64/vmlinuz.c32 [...] PXE: file = 0x00000000be887fa8, retries left = 0: failed serachdir: error seraching file rescue/dev-64/vmlinuz.c32 searchdir: rescue/dev-64/vmlinuz.c32 [...] PXE: file = 0x00000000be887fa8, retries left = 0: failed serachdir: error
2015 Aug 10
4
EFI: HP + syslinux = crash [ brown paper bag update ]
Updating myself again: On 07-08-15 16:03, Oscar Roozen wrote: > e466d24 still has an issue with png's in vesalinux causing crashes I can confirm this remaining crash is caused by the line "MENU BACKGROUND bootlogo.png". The original bootlogo.png is 640x480. Forcing the videomode with "MENU RESOLUTION 640 480" did not resolve the crashes, nor did resizing the png
2016 Jan 26
0
[PATCH 2/2] core: Fix stack overflow when reloading config
2016-01-25 23:21 UTC+01:00, Ady via Syslinux <syslinux at zytor.com>: > >> >I see 3 ways of handling this. >> >1) Have some specific code in ldlinux.c32 that handles >> >reinitialization. >> >2) Have some specific cache for the COM32 modules and load them only >> >once for the lifetime of the whole boot loader. >> >3) Put a file system
2016 Jan 25
2
[PATCH 2/2] core: Fix stack overflow when reloading config
> >I see 3 ways of handling this. > >1) Have some specific code in ldlinux.c32 that handles > >reinitialization. > >2) Have some specific cache for the COM32 modules and load them only > >once for the lifetime of the whole boot loader. > >3) Put a file system cache that would also benefit to other files. > > > >I would tend to prefer the third way,
2008 Jul 16
1
[PATCH] isolinux: rename CurDir to CurrentDir
ldlinux and extlinux are both using CurrentDir variable name. Rename CurDir to make it consistent with those. - Sebastian Index: syslinux-3.71-pre7/core/isolinux.asm =================================================================== --- syslinux-3.71-pre7.orig/core/isolinux.asm 2008-07-13 19:52:27.000000000 +0200 +++ syslinux-3.71-pre7/core/isolinux.asm 2008-07-13 19:53:11.000000000 +0200 @@
2008 Nov 27
1
RFC: COMBOOT API directory calls
Currently, I'm looking at implementing 3 COMBOOT API calls for directories, opendir, readdir, and closedir. In order to track progress within the directory, I'll need to keep track of the current sector number that is being read and the offset within the sector for the next file entry to read. I'm contemplating if I should also keep track of the starting sector of the directory (in
2005 Apr 13
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
Hi there, I'm having exactly the same problem. If using samba-3.0.13 without ACL's, everything goes perfect. ACL's on causes the file to get marked read only. Applied the Patch for MS Excel... No results. Any ideas? If you need any info, please ask. Best Regards, Bruno Guerreiro -----Original Message----- From: Nathan Vidican [mailto:nvidican@wmptl.com] Sent: ter?a-feira, 12 de
2005 Apr 12
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
Since applying the two patches you emailed me (one for cpu load, one for MS Excel issues): All is working fine now except MS Word; don't know if it's entirely related or a separate issue all together, but figured I'd post the details and see if you can think of anything; here's the behaior: Word (apparently) creates a "~384somerandomnamefile.tmp" when a user saves, the
2016 Feb 25
2
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
Hi Shao, On 2016.02.24 23:43, Shao Miller via Syslinux wrote: > Did you happen to notice anything unusual when compiling with MinGW > under Linux, once 'ok' was removed? I seem to recall warnings about > unused results, but not of unused objects. Maybe that's an incorrect > recollection or maybe it's ancient history, however. I got no warnings with the patch on
2008 Jun 17
1
ldlinux: CurrentDir not set if syslinux.cfg is missing
If a syslinux floppy does not contain a config file (syslinux.cfg) modules are not being found unless specified with a directory prefix (e.g. /pcitest.c32). The reason is that CurrentDir is only set if there is a config file present. This is a possible regression since commit 68eefb79e2cbb590ebf958dd0c50ce00b941abd2. Before this change RootDir was used in searchdir and now it's CurrentDir
2013 Jul 12
1
Syslinux 4.07-pre1 released
Folks, I've just spun a 4.07 prerelease. People were asking for a release that contained the commits that have been sitting in the master branch, and I've heard that distros are packaging the master branch just to get at them. --- Matt Fleming (4): extlinux: Avoid dereferencing a garbage pointer Merge branch 'searchdir_leak-406' of
2011 Jan 17
1
Linker script assertion with binutils 2.21
dos/syslinux.elf fails to build on current Ubuntu Natty (binutils 2.21) as follows: ld -m elf_i386 -T dosexe.ld -o syslinux.elf header.o crt0.o ldlinux.o syslinux.o fat.o syslxmod.o syslxopt.o setadv.o getopt_long.o bootsect_bin.o mbr_bin.o cache.o fatchain.o open.o searchdir.o libcom.a /usr/bin/ld.bfd.real: syslinux_ldlinux_size must equal the size of .payload /usr/bin/ld.bfd.real:
2013 Jul 05
2
Dynamic debugging
Folks, I've just pushed a new feature out in 5.11-pre8 that will hopefully aid in debugging future issues - the ability to dynamically (at runtime) enable and disable debug code using the new debug.c32 module. For instance, to turn on the dprintf() in execute(), you'd do, debug.c32 -e execute then, every time a module is executed you'll see messages like, kernel is ls.c32,
2002 Feb 26
0
syslinux timeout
Hi. I've ever wondered how nuch timeis left to timeout while waiting at the boot prompt, so I've writen this small patch to show it. This add a configuration command 'showtimeout'. If you like the patch I could improve it (for example to show the timeout in decimal because now it uses the writehex functions) Regards. -- ______ ________ / / \/ /___ ) I N T E G
2008 Jul 09
1
[RESEND][PATCH] ldlinux: CurrentDir not set if syslinux.cfg is missing
> If a syslinux floppy does not contain a config file (syslinux.cfg) modules are > not being found unless specified with a directory prefix (e.g. /pcitest.c32). > The reason is that CurrentDir is only set if there is a config file present. This is a > possible regression since commit 68eefb79e2cbb590ebf958dd0c50ce00b941abd2. > Before this change RootDir was used in searchdir and now
2013 Jul 08
0
Dynamic debugging
Op 2013-07-05 om 13:59 schreef Matt Fleming: > Folks, > > I've just pushed a new feature out in 5.11-pre8 that will hopefully aid > in debugging future issues - the ability to dynamically (at runtime) > enable and disable debug code using the new debug.c32 module. > > For instance, to turn on the dprintf() in execute(), you'd do, > > debug.c32 -e execute
2013 Jul 25
0
Syslinux 4.07 released
Folks, Syslinux 4.07 should be making its way to kernel.org now. There is only a small number of changes when compared with 4.06, mainly bug fixes. It turns out people were packaging up the git 'master' branch just to get at those commits, so here's an official release to eliminate that extra work. At this point, it's looking pretty certain that this will be the last release in
2008 Nov 03
1
[PATCH 1/1] COMBOOT: add get config file full name
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add get config full file name to SYSLINUX Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Returns the full configuration file name. Int 22h AX 001Eh for now as it appears that the COMBOOT API is designed to be strictly sequential. The API gets extended but only implemented (for now) for SYSLINUX in ldlinux.asm.