Displaying 20 results from an estimated 30000 matches similar to: "[GIT PULL] fsc branch"
2009 Oct 25
0
[fsc]Adding a generic path_lookup function in VFS
Hi hpa,
I just added the generic path_lookup function for EXTLINUX. hpa, It changed
a lot, so I want hear something from you.
First , here is the main skeleton of the generic path_lookup function:
> if (*name == '/') {
> inode = this_fs->fs_ops->iget_root(); // The way to get the root
> inode is different from different fs
> while(*name == '/')
>
2009 Sep 02
0
The fsc branch merged into the elflink branch...
Well, people...
I have just merged the "fsc" branch (filesystems in C, largely the work
of Liu Aleaxander) and the "elflink" branch (dynamic modules, the work
of Claudiu Mihail and Stefan Bucur) together... I haven't tested
anything other than it compiling, but it actually does compile. There
are almost guaranteed to be issues that I have missed, but well, we get
to
2009 Dec 14
1
Applied the generic path searching to ISOLINUX
Hi all,
I just applied the generic path searching to ISOLINUX, and you can
check it here:
http://git.zytor.com/?p=users/liu/gsoc09_liu.git
since commit 4bb194f14a43674cced3a8c35d5e625e59db32dc.
hpa, for now, all the fs code have been converted to new-style
interface and I have done my best to make all the fs C code be clean
and readable. Well, it would be great if you take a minute to
2010 Jun 28
1
Syslinux 4.00 released
After 64 prereleases, 626 commits, 52,742 lines of changes, and tons of
work by many, many people, Syslinux 4.00 is now officially released.
Syslinux 4.00 is the first of a set of major code restructuring
releases. The single biggest new features are btrfs and ext4 support,
and support for disks larger than 2 TiB.
Huge thanks to:
- Intel, for sponsoring mine, Alek Du's and Feng Tang's
2009 Aug 10
1
fsc branch: merged ldlinux.asm and extlinux; failing test
Hi,
I merged ldlinux.asm and extlinux.asm on the fsc branch, observing that
there were very little difference between them left. So far, so good.
I found, however, a test which fails on the fsc branch (with or without
the merge.) I have tracked it down to vfat_mangle_name() overwriting a
bunch of random .bss16 memory, eventually including the CallbackSP variable.
2011 Mar 16
0
[GIT PULL] elflink changes
Hi,
I picked up the following patches from Liu Aleaxander that he sent to
the mailing list last year. They add some new features to the command
line interface code and fix a couple of bugs.
The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74:
ldlinux: Parse and store the "onerror" command line (2011-03-09 14:32:36 +0000)
are available in the git repository
2009 Jun 03
2
[Syslinux-GSoC]Successed in converting the cache code to C
hi there,
The cache code of C version worked well(at least for extlinux, and this is
what I'm doing). you can go and check it on my git
web<http://git.zytor.com/?p=users/liu/gsoc09_liu.git;a=shortlog;h=refs/heads/extlinux>
.
Besides this, I got some new trouble:
the first is about git. When I cloned all the syslinux code from the
syslinux.git, then I'll do my work on it. And after
2009 Dec 10
0
Applied the generic path searching to LDLINUX
Hi all,
For now I have done the basic improvements(the dir stuff are broken
and removed for now) to LDLINUX.You can check this at here
http://git.zytor.com/?p=users/liu/gsoc09_liu.git;a=summary
since commit 6747b1ba13fbb6266d7d7fe8f710e8475810610c
--
regards
Liu Aleaxander
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
Hi,
These patches fix some compiler warnings in ldlinux and elflink. I've
tried to split the patches out so that they only change one file or one
type of problem at once. So, if they do inadvertently introduce any
bugs it should at least be easy to bisect to a smallish commit.
The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74:
ldlinux: Parse and store the
2009 Sep 02
3
fsc branch and Bochs
I have just tried syslinux-4.00-pre5-3-g25fb8eb on Bochs + etherboot and it doesn't seem to work:
PXELINUX 4.00 pre5-3-g25fb8eb Copyright (C) 1994-2009 H. Peter Anvin et al
!PXE entry point found (we hope) at 9F00:0680 via plan A
UNDI code segment at 9F00 len 0AB0
UNDI data segment at 9E00 len 1000
Getting cached packet 01 02 03
My IP address seems to be C0A80178 192.168.1.120
2012 Jun 26
2
[GIT PULL] elflink bug fixes
Hi Peter,
Please pull the following changes.
Paulo, I had to revert your "pxe: resolve names via DNS from
protected-mode code" change because dns_resolv() is only implemented for
PXELINUX and causes undefined symbol references for ISOLINUX, etc. Feel
free to make the change again on top of the revert.
The following changes since commit e7bd19def830e8341b1a100956345f1028740b9e:
2009 Dec 22
1
fsc: pxelinux.0 not working
pxelinux.0 from the fsc branch (syslinux-3.84-pre6-262-g03d6454) doesn't seem to work.
Qemu exists with:
qemu: fatal: Trying to execute code outside RAM or ROM at 0x6c620065
EAX=00103b88 EBX=00007ba2 ECX=00000000 EDX=0010399a
ESI=00103590 EDI=f81b0000 EBP=00000000 ESP=0011ffe8
EIP=6c620065 EFL=00000202 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0028 00000000 ffffffff 00cf9300 DPL=0 DS
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
I've changed my repo from git://github.com/geneC1/syslinux.git to
git://github.com/geneC/syslinux.git and still have several git-pull
requests pending.
Change from native compiled C application to Perl to remove the
platform association:
git://github.com/geneC/syslinux.git diag-geodsp-perl-for-hpa
Add AsciiDoc documentation and minor fixes to cptime.c32 and prdhcp.c32:
2010 Oct 02
4
[PATCH 0/4] some fixes on elflink branch
This is a small set of patches for elflink branch based on
feng's elflink branch.
hpa, It seems that I can't log on terminus by ssh at home. So I can't push these
patches on my git tree.
Liu Aleaxander (4):
elflink: Cleanup some warnings
elflink: Fix the wrong malloc size in enter_cmdline
elflink: Do clear screen even if we have no pDraw_Menu method
elflink: Add Ctrl-p +
2012 May 27
0
[git-pull] pxechn.c32
The following changes since commit 7c1b588f9a918b5e251773f0ef4f3812859cc159:
H. Peter Anvin (1):
Merge remote-tracking branch 'genec/diag-geodsp-perl-for-hpa'
are available in the git repository at:
git://github.com/geneC/syslinux.git pxechn-c32-for-hpa
Gene Cumm (1):
pxechn.c32: PXE NBP chainloader
H. Peter Anvin (1):
COM32: add DHCP pack/unpack functions
2012 Feb 15
0
[GIT PULL] NTFS features and fixes
Hi all,
- There is a worth thing to note about these changes, which is the handling
of
$ATTRIBUTE_LIST attribute, that is rare attribute. When there are a lot
of attributes
and there is no more space in the MFT record, all those attributes that
can be made
non-resident are moved out the MFT, so this is where the $ATTRIBUTE_LIST
comes in.
- Most people must have seen the ugly "EDD
2008 Dec 04
3
Patch: Allow args with spaces
Hi,
the first attached patch extends the argument parsing code to allow (shell
like) spaces. A config like
LABEL BIOSupdate
KERNEL dmiselect.c32
APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw"
will result in args[]:
ESPRIMO P5925
memdisk initrd=/dos/FSC-E5925.img raw
instead of (current code):
"ESPRIMO
P5925"
"memdisk
2011 Dec 18
1
[PATCH][GIT-PULL] updates for cptime/prdhcp
The following changes since commit deb7c5589182cc19499670c45104c5caa1a895fe:
H. Peter Anvin (1):
Merge commit 'syslinux-4.05' into lwip
are available in the git repository at:
git://github.com/geneC1/syslinux.git com32-cptime-upd-for-hpa
Gene Cumm (3):
cptime.c32: Move to modules; include in Makefile
cptime.txt: AsciiDoc manpage for cptime.c32
prdhcp.c32:
2009 Dec 09
1
[GIT PULL] gfxboot32 branch
The following changes since commit aae5483d9ebd6f091aa740108ad7f2958303931f:
Steffen Winterfeldt (1):
gfxboot.c32
are available in the git repository at:
git://repo.or.cz/syslinux/sherbszt.git gfxboot32
Sebastian Herbszt (4):
gfxboot: use $(NASM) and $(OBJCOPY)
gfxboot: fix typo in cb_getcwd - wrong function number
gfxboot: accept plain boot logo files
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote:
> On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote:
> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> >> Gene Cumm (1):
> >> Allow for UNDIIF_ID_DEBUG in 1 mk line
> >>
>