Displaying 20 results from an estimated 1200 matches similar to: "6.03-pre changelog initial attempt"
2014 Jun 12
1
Current 6.03 changelog
The following is the current change-log for Syslinux 6.03.
The final stable version might include additional items.
Before the final release, it would be helpful to receive feedback
about:
_ Any item that should be added or eliminated.
_ Any item that should be edited in any way (rewording, technical
details...).
_ Any item that should not be included.
_ Any credit that should be added /
2014 Oct 14
0
Syslinux 6.03 released
With the release of 6.03 on October 6th. but page still shows latest as
2013-10-13 : Syslinux 6.02 released.
http://www.syslinux.org/wiki/index.php/The_Syslinux_Project
On 6 Oct 2014 at 9:35, H. Peter Anvin wrote:
Date sent: Mon, 06 Oct 2014 09:35:19 -0700
From: "H. Peter Anvin" <hpa at zytor.com>
To: For discussion of Syslinux and tftp-hpa
2014 Oct 06
5
Syslinux 6.03 released
Hi everyone,
I have released Syslinux 6.03. It is by and large identical to 6.03-pre20.
I would like to do a short cycle for 6.04, because 64-bit support for
ext4 has come up as a very high priority. Therefore I do not want to
stuff too many things into the 6.04 release but hold them for 6.05.
Thanks to Ady for most of the changelog.
Changes in 6.03:
* chain: Fix chainloading on 6.02
2013 Nov 20
0
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
On 11/19/2013 04:30 AM, Serj Kalichev wrote:
> Filesystem UUID shows the partition we boot kernel from.
> The kernel parameter has format like FSUUID=DA1A-0B2E.
> The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
> The patch is based on 67aaaeeb228.
>
> Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
Nice. It would be good to get a patch for ext2
2013 Nov 19
2
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
Filesystem UUID shows the partition we boot kernel from.
The kernel parameter has format like FSUUID=DA1A-0B2E.
The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
The patch is based on 67aaaeeb228.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
com32/include/syslinux/sysappend.h | 1 +
core/fs/btrfs/btrfs.c | 3 ++-
core/fs/ext2/ext2.c
2013 Nov 21
0
[PATCH] FSUUID for ext2 filesystem
The ext2 filesystem supports volume UUID now.
The FSUUID variable can be set to kernel command line.
Patch is based on FSUUID for FAT patch.
Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
---
core/fs/ext2/ext2.c | 40 +++++++++++++++++++++++++++++++++++++++-
core/fs/ext2/ext2_fs.h | 1 +
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/core/fs/ext2/ext2.c
2014 Feb 20
0
[PATCH] NTFS: Incorrect parsing of file runs
Length of some extents of NTFS files is parsed in wrong way.
Signed-off-by: Andy Alex <andy at r-tt.com>
---
diff -uprN syslinux-6.02.orig/core/fs/ntfs/ntfs.c
syslinux-6.02/core/fs/ntfs/ntfs.c
--- syslinux-6.02.orig/core/fs/ntfs/ntfs.c 2013-10-13
21:59:03.000000000 +0400
+++ syslinux-6.02/core/fs/ntfs/ntfs.c 2014-02-20 12:20:26.000000000 +0400
@@ -352,7 +352,6 @@ static int
2014 Feb 14
2
comapi removal
I have checked in a branch which removes the last vestiges of the INT
22h calls and the comapi. Unfortunately it doesn't quite work yet (we
crash on trying to boot something), but if someone wants to take a look
that would be useful. I suspect it is probably a relatively simple
problem, but I don't know for sure.
-hpa
2014 Feb 14
0
the nocomapi branch WAS: comapi removal
Op 2014-02-13 om 16:39 schreef H. Peter Anvin:
> I have checked in a branch which removes the last vestiges of the INT
> 22h calls and the comapi.
AFAICT is the branch name "nocomapi"
> Unfortunately it doesn't quite work yet (we crash on trying to boot
> something), but if someone wants to take a look that would be useful.
> I suspect it is probably a relatively
2013 Nov 21
0
Baking Cookies
FYI -- Did some more digging. These two changes lets SENDCOOKIES behavior work as desired/intended.
--- syslinux-6.02/com32/include/syslinux/pxe_api.h 2013-10-13 13:59:03.000000000 -0400
+++ syslinux-6.02-changed/com32/include/syslinux/pxe_api.h 2013-11-21 17:00:57.379519000 -0500
@@ -589,7 +589,7 @@
void __weak unload_pxe(uint16_t flags);
uint32_t __weak dns_resolv(const char *);
2014 Feb 22
2
[PATCH] efi: off-by-one in gdt allocation
From: Sylvain Gault <sylvain.gault at gmail.com>
The assembly instruction lgdt take a segment limit that is one less than
the actual size, so that base+limit points to the last byte.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
efi/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/efi/main.c b/efi/main.c
index 94878f9..bdf9353 100644
2015 Sep 11
2
[PATCH 1/1] efi/x86_64: fix trivial compilation warning
From: Sylvain Gault <sylvain.gault at gmail.com>
Missing */ at the end of a comment.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
efi/x86_64/linux.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/x86_64/linux.S b/efi/x86_64/linux.S
index 972c0b2..29dde94 100644
--- a/efi/x86_64/linux.S
+++ b/efi/x86_64/linux.S
@@ -27,7 +27,7 @@ kernel_jump:
2014 Feb 13
1
[PATCH] Potential bug in emalloc
2014-02-13 4:04 UTC+01:00, Sylvain Gault <sylvain.gault at gmail.com>:
> 2014-02-13 3:20 UTC+01:00, celelibi at gmail.com <celelibi at gmail.com>:
>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>
>
> It looks like git-send-email messed the headers when changing the sender.
>
Actually this was correct. It's the git-send-email way to specify the
2015 Oct 13
2
[PATCH 1/1] ldlinux: Fix return pointer to local data
From: Sylvain Gault <sylvain.gault at gmail.com>
The command-line parsing used to return a pointer to a local array. The
code used to work by chance, but now, gcc 5 is able to detect it and
return a NULL pointer instead.
The buffer is now marked static. This shouldn't be a problem as only one
command line can be read at a time.
Signed-off-by: Sylvain Gault <sylvain.gault at
2015 Sep 14
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
On Mon, Sep 14, 2015 at 05:50:56AM +0200, celelibi--- via Syslinux wrote:
> From: Sylvain Gault <sylvain.gault at gmail.com>
>
> OBJ directory creation changed from a .PHONY target to a real target
> used through an order-only dependency.
>
> A target depending on another target marked .PHONY is always rebuilt,
> thus forcing all the .o files to be rebuilt everytime.
2015 Sep 16
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
On Mon, 14 Sep 2015 05:50:56 +0200
celelibi--- via Syslinux <syslinux at zytor.com> wrote:
> From: Sylvain Gault <sylvain.gault at gmail.com>
>
> OBJ directory creation changed from a .PHONY target to a real target
> used through an order-only dependency.
>
> A target depending on another target marked .PHONY is always rebuilt,
> thus forcing all the .o files to
2016 Jan 21
3
[PATCH 2/2] core: Fix stack overflow when reloading config
On 10/12/15 21:04, celelibi--- via Syslinux wrote:
> From: Sylvain Gault <sylvain.gault at gmail.com>
>
> The behavior when running a "CONFIG" command line is to reload
> ldlinux.c32 with the new file as argument. This call never return.
>
> In order to avoid stacking up the calls to start_ldlinux, this patch
> introduce a setjmp/longjmp to return to the
2014 Feb 13
5
[PATCH] Potential bug in emalloc
From: Sylvain Gault <sylvain.gault at gmail.com>
I found something suspicious while hunting another bug a while ago. The
conditions for that bug to occur seems quite hard to meet, but it's still code
quality improvement. See the commit message for details.
Sylvain Gault (1):
efi: Suspicious size reduction in emalloc
efi/main.c | 4 +---
1 file changed, 1 insertion(+), 3
2015 Oct 19
0
ldlinux: Fix return pointer to local data
On Sun, Oct 18, 2015 at 10:18:04AM -0700, syslinux-bot for Sylvain Gault wrote:
> Commit-ID: 8dc6d758b564a1ccc44c3ae11f265d43628219ce
> Gitweb: http://www.syslinux.org/commit/8dc6d758b564a1ccc44c3ae11f265d43628219ce
> Author: Sylvain Gault <sylvain.gault at gmail.com>
> AuthorDate: Tue, 13 Oct 2015 06:18:07 +0200
> Committer: Paulo Alcantara <pcacjr at
2015 Aug 26
4
[PATCH 0/3] efi: A few warning fixes
From: Sylvain Gault <sylvain.gault at gmail.com>
I don't know if I should merge those trivial warning fix into one commit. I
can reformat it as requested. Those are a few warning fixes for the efi part.
The code involved has mainly been introduced in recent commits.
Sylvain Gault (3):
efi: fix warnings about argument types
efi: fix pointer-type mismatch assigment warning
efi: fix