Displaying 20 results from an estimated 32 matches for "aleaxand".
Did you mean:
aleaxander
2009 Dec 10
1
[PATCH] [RFC] lib: add a hex dump lib function
...ata, like fs meta data,
in a hex style, just like what the 'hexdump -C file' command does.
BTW, I'm not sure where should I to put the hexdump function declaration.
For now, I just put it in stdio.h, since I think it's a little better than
adding a new hexdump.h
Signed-off-by: Liu Aleaxander <Aleaxander at gmail.com>
---
com32/include/stdio.h | 2 ++
com32/lib/Makefile | 2 +-
com32/lib/hexdump.c | 42 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 1 deletions(-)
create mode 100644 com32/lib/hexdump.c
diff --git a/com32/include/std...
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 + Ctrl-n key binds
core/elflink/cli.c | 10 +++++-----
core/elflink/execute.c | 3 +++
core/elflink/ge...
2010 Oct 03
3
[PATCH 0/3] elflink: Another small fixes on CLI
Hi,
This is a another small set of fixes about CLI on elflink branch.
Liu Aleaxander (3):
elflink: use 'input' as the prompt of the CLI
elflink: Add ctrl-R key bind support
elflink: handle the NULL return of edit_cmdline
core/elflink/cli.c | 88 +++++++++++++++++++++++++++++++++++++++++---
core/elflink/load_env32.c | 4 ++-
2 files changed, 85 insertio...
2009 Aug 08
2
[PATCH] pxe: fix OACK packet handling
The current code only works iff the tsize option is set.
This patch fixes the handling of the OACK packet and makes the code
work with all combinations of the tsize and blksize options.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/pxe.c b/core/pxe.c
index 81d3e23..a4b8a14 100644
--- a/core/pxe.c
+++ b/core/pxe.c
@@ -913,8 +913,10 @@ static void pxe_searchdir(char
2009 Aug 08
0
[PATCH] core:PXELINUX: fix the OACK option parsing bug.
the current code can just handle one option beacuse I put the do-while loop
in the wrong position.
Signed-off-by: Liu Aleaxander <Aleaxander at gmail.com>
---
core/pxe.c | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/core/pxe.c b/core/pxe.c
index 81d3e23..bda1a54 100644
--- a/core/pxe.c
+++ b/core/pxe.c
@@ -928,20 +928,20 @@ static void pxe_searchdir(char *filenam...
2009 Mar 19
1
Question about the application template
Synopsis A short description
question:
A short description of what? myself or the job I am applying to?
I thinks it's the latter, so I send this email for confirm.
Thanks.
2009 Mar 23
0
GSoC Application submitted.
Hi, all.
I have submitted my application just now. it's at:
http://socghop.appspot.com/student_proposal/show/google/gsoc2009/aleaxander/t123783762744
Thanks.
--
regards
liu Aleaxander
2009 Apr 20
1
Announcing our 2009 Google Summer of Code students
Congratulations to our 2009 Google Summer of Code Students:
Claudiu Mihail
Liu Aleaxander
Claudiu will work on CLI/parser migration to C, and Liu will work on
ext4 support and filesystem migration to C. In combination, this should
help get Syslinux into a much more portable state.
We're looking forward to your work!
-hpa
2009 Dec 14
1
Applied the generic path searching to ISOLINUX
...e my best to make all the fs C code be clean
and readable. Well, it would be great if you take a minute to look at
it , and tell me what you think; I'll try to improve it.
And, everybody, I would deeply appreciate it if you test & hack it and
feedback the results.
Thanks!
--
regards
Liu Aleaxander
2009 Jun 01
1
error on implementing printf
...so eax would point to a unknow value, in there, I don't know why it point
to "linux".
; and as we can think, it will output "linux" but not the hello_str string.
; so it failed.
I don't know why, but I'm think of the gcc flags.
any ideas?
Thanks!
--
regards
liu Aleaxander
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 +...
2009 Jun 03
2
[Syslinux-GSoC]Successed in converting the cache code to C
...ut I don't think I can fix it.
After this I will change the load_config part to C, then testing it with
extlinux (Just change the load_config first, after that, I will try to merge
the EXT fs drive written for user space into core). so, this is the current
plan.
best wishes!
--
regards
liu Aleaxander
2010 Jun 28
1
Syslinux 4.00 released
..., for sponsoring mine, Alek Du's and Feng Tang's work on
Syslinux (Feng's work will be included in a subsequent release);
- Shao Miller, Gert Hulselmans, Erwan Velu, Gene Cumm, and Thomas
B?chler for all your work and especially your work during the last
productization rush.
- Liu Aleaxander, Pierre-Alexandre Meyer, Steffen Winterfeldt,
Sebastian Herbszt, Ferenc Wagner and Paul Bolle for major
development work.
- Everyone else who have contributed or tested!
Changes in 4.00:
* Major code base changes; all filesystem rewritten in C.
This work was done primarily...
2009 Mar 18
1
Is there an application template or something of that sort?
Hello, everyone.
Writing the application for gsoc is around the corner, is there any
application template for syslinux ? I'm handling it.
Thanks.
2009 Mar 30
0
[PATCH]some changes in linux/syslinux.c
...r *argv[])
{
static unsigned char sectbuf[SECTOR_SIZE];
- unsigned char *dp;
const unsigned char *cdp;
int dev_fd, fd;
struct stat st;
@@ -498,7 +497,7 @@ int main(int argc, char *argv[])
goto umount;
}
- dp += nb;
+ cdp += nb;
left -= nb;
}
--
regards
liu Aleaxander
2009 Jun 01
1
Exporting real-mode functions
A question was asked on the IRC channel about how to get the address of
a real-mode symbol -- or any assembly symbol in general.
The answer is that you have to declare it global.
In NASM syntax:
global func
func:
In GAS syntax:
.globl func
func:
--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.
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 figure them out.
T...
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
2009 Dec 15
0
[GIT PULL] fsc branch
...a specified directory) in all the current fs(pxelinux
excluded).
BTW, I just added a new git repo, called fsc.git, to be my main git
repo. Well, in fact, it's a symlink of gsoc09_liu.git, so the both
will work(I guess).
hpa, should we move our focus on fsc branch from now?
--
regards
Liu Aleaxander
2009 Dec 18
2
[RFC][PATCH] fsc: convert the highmem.inc from assembly to C code
All,
Here is a RFC patch for converting the highmem.inc to C code, which doesn't
touch the core part. please help to review, thanks
Thanks,
Feng