Displaying 20 results from an estimated 5000 matches similar to: "Announcing our 2009 Google Summer of Code students"
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 May 24
3
Time to set a coding style for Syslinux?
Given the number of people that are starting to be involved in Syslinux
development, I wanted to start a discussion about a common coding style,
for C code in particular.
Currently, a lot of the code in Syslinux is written in different styles,
partly because my own style has changed over the years.
There are pretty much two alternatives that I think are realistic:
a) Linux kernel coding style:
2009 Dec 10
1
[PATCH] [RFC] lib: add a hex dump lib function
Hi all,
Date: Thu, 10 Dec 2009 22:55:20 +0800
Subject: [PATCH] [RFC] lib: add a hex dump lib function
I think it would be better to have a hex dump routine; it would make
debugging much easier since it can dump the data, 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
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 +
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 insertions(+), 7
2009 Jul 27
1
[PATCH] mboot using module path
Hi,
We are using pxelinux at my company to test our product. And there are
limitations
that we have hit in the past w.r.t. the max length of a path, or the
max length of a module
name (in mboot.c / mboot.c32). We've used workarounds in the past, and
reorganized the
directory structure, but we face that problem again. Out of the 128 /
FILENAME_MAX chars
that can be used, 110 - 120 go to the
2024 Aug 23
1
[PATCH v2 11/86] drm/atmel-hdlcd: Run DRM default client setup
On Wed, Aug 21, 2024 at 02:59:08PM +0200, Thomas Zimmermann wrote:
> Call drm_client_setup_with_fourcc() to run the kernel's default client
> setup for DRM. Set fbdev_probe in struct drm_driver, so that the client
> setup can start the common fbdev client.
>
> v2:
> - use drm_client_setup_with_fourcc()
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
Hello,
We have published two papers which build upon the LLVM
Compiler Infrastructure. Would it be possible to include them in the
LLVM related publications at http://llvm.org/pubs/ ?
I attach below
the bibliographic references:
"CERE: LLVM Based Codelet Extractor and
REplayer for Piecewise Benchmarking and Optimization"
P. de Oliveira
Castro, C. Akel, E. Petit, M. Popov, and W.
2018 Jan 30
0
Publication LLVM Related Publications Submission
Dear Mihail,
I've added these two publications to the publications page. Please
review it and let me know if I need to make any changes. In particular,
if you have URLs to use for the papers, having those would be greatly
appreciated.
Regards,
John Criswell
On 11/28/17 12:05 PM, Mihail Popov via llvm-dev wrote:
>
> Hello,
>
> I would like to submit two papers that use LLVM
2004 Jan 31
1
Per Ip bandwidth
Hi there,
I have two questions:
1)
In the following setup:
tc qdisc add dev eth1 root handle 1: htb
tc class add dev eth1 parent 1: classid 1:1 htb rate 100Mbit
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 128Kbit
tc class add dev eth1 parent 1:10 classid 1:11 htb rate 32Kbit ceil
128Kbit
tc class add dev eth1 parent 1:10 classid 1:12 htb rate 32Kbit ceil
128Kbit
I have observed
1999 Jan 27
3
SWAT (eroneously) reports smbd/nmbd not working
hi all,
I just installed samba 2.2.0 on a Digital SMP server and I can tell that
administering it via SWAT is the bigest step since man walking on the moon.
but...
SWAT eroneously reports smbd/nmbd not working while they are working.
And even more, the smbd/nmbd [start]/[restart] buttons have dissapeared.
Why is that ?
Claudiu
premises:
hardware: Digital server 2xPII 266/128MB/2x4GB SCSI
2017 Nov 28
2
Publication LLVM Related Publications Submission
Hello,
I would like to submit two papers that use LLVM to the
Related Publications section.
Both papers focus on code isolation
applied to perform piecewise compiler optimizations.
The code isolation
process is performed by CERE, an open source tool based on LLVM.
The
second paper is an extended version of the first one.
1) Piecewise
Holistic Autotuning of Compiler and Runtime Parameters
2015 Apr 28
4
roaming profile doubles in size at client logout
Hello all,
I have a FreeBSD 10.1-RELEASE amd64 VM, with 4GB RAM and ZFS, running on an
ESX host.
I installed and configured samba 4 with the following configuration:
[global]
workgroup = TST-DOM
realm = TST-DOM.TLD.COM
netbios name = SAMBA4
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
logon path = \\%L\Profiles\%U
[netlogon]
path =
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
2002 Jun 13
1
Wine patches
Dear developer friends,
Is there a chance to have daily patches
to wine from CVS. Is too hard to wait a
month for a big patch. Also, at my job
I don't have access to open connections
to anything than proxy, so CVS is not
a solution.
kind regards,
Claudiu Costin
******************************************************************************
The information contained in this communication
2009 Jun 01
1
error on implementing printf
hello, all.
here is my implementation of printf for use in syslinux core.
#include <stdio.h>
#include <unistd.h>
#define BUF_SIZE 1024
char buf[BUF_SIZE];
extern void myputs(const char *);
int printf(const char *format, ...)
{
va_list ap;
int rv;
#if 1
myputs("DEBUG:the string we want fomart is\n\r");
myputs(format);
#endif
va_start(ap, format);
2005 Mar 05
4
how can I identify disconnect due to low <queue-size>
> On Sat, 2005-03-05 at 23:52, Mihail Egorov wrote:
> > 1. How can I identify disconnect due to low <queue-size>. Suppose, I
have
> > enabled loglevel=4 (debug). Suppose, I have network jam. What shall I
see at
> > error.log?
>
> There is a log message that signifies the removal of a listener for
> being too slow and that is
> "Client has fallen too far
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
2013 Dec 12
0
[LLVMdev] Summary of TableNextGen BOF
On Tue, Dec 10, 2013 at 6:38 AM, Mihail Popa <mihail.popa at gmail.com> wrote:
> Hello everyone.
>
> I apologise for the sizeable delay in sending this.
>
> The BoF was attended by quite a lot of people and there was general
> agreement that tablegen needs improvement in some shape of form. However
> there are many divergent ideas as to how to go about this improvement.
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