search for: bucur

Displaying 20 results from an estimated 20 matches for "bucur".

2019 Dec 05
0
[vhost:linux-next 3/11] drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: error: initialization from incompatible pointer type
...rivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: note: (near initialization for 'dpaa_ops.ndo_tx_timeout') cc1: some warnings being treated as errors vim +2622 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 4664856e9ca2e5 Yangbo Lu 2018-06-25 2617 9ad1a37493338c Madalin Bucur 2016-11-15 2618 static const struct net_device_ops dpaa_ops = { 9ad1a37493338c Madalin Bucur 2016-11-15 2619 .ndo_open = dpaa_open, 9ad1a37493338c Madalin Bucur 2016-11-15 2620 .ndo_start_xmit = dpaa_start_xmit, 9ad1a37493338c Madalin Bucur 2016-11-15 2621 .ndo_stop = dpaa_et...
2008 Jul 21
15
SYSLINUX Anatomy
...e of diagrams to assist with the explanations. I encourage anyone to read/review those pages, signal any errors, and - why not - write new interesting stuff about SYSLINUX. This way more people will have an easier access to the underlyings of SYSLINUX and could become potential developers. Stefan Bucur PS: I also think it would be great if hpa could host a LXR database with relevant snapshots of the SYSLINUX source tree; it could be referenced by the wiki and make things easier to understand from an outsider point of view.
2010 Sep 08
2
[LLVMdev] Generating Consistent Instruction IDs
...ns of the LLVM program. One way would be to use a counter and iterate over all the functions, then all the BBs. But are there any guarantees on the ordering of the functions and BBs in the iteration? In extremis, I can sort the functions after name, but what about the basic blocks? Thanks! Stefan Bucur
2010 Sep 08
1
[LLVMdev] Generating Consistent Instruction IDs
On Wed, Sep 8, 2010 at 7:16 PM, Devang Patel <dpatel at apple.com> wrote: > > On Sep 8, 2010, at 5:12 AM, Stefan Bucur wrote: > >> Hi, >> >> I'd like to ask you what's the best way of generating instruction >> identifiers which are consistent across independent invocations of the >> LLVM program. One way would be to use a counter and iterate over all >> the functions,...
2010 Jun 26
2
Wine cannot create directories
This has been an issue for me for over 1 year. I have tried several boards but I do not get responses anywhere. Please take a look at this post. Towards the end i pastebined a wine.log with detailed debug output. Any help would be greatly appreciated. http://forum.winehq.org/viewtopic.php?t=6143 Bobby -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 02
7
u32 classifier
Hi folks...!!! I´ve a problem that i did not solve it. i want to limit the DOWNLOAD to my hosts (upstream traffic for the firewall) using IMQ, If i classify by PORT (source or destination) all seems to be fine, but...BUT...if i want to restrict by IP addresss (internal IP address) i can´t do it, because my hosts go to Internet toward the firewall using NAT, so after NAT my IP address in
2010 Sep 08
0
[LLVMdev] Generating Consistent Instruction IDs
On Sep 8, 2010, at 5:12 AM, Stefan Bucur wrote: > Hi, > > I'd like to ask you what's the best way of generating instruction > identifiers which are consistent across independent invocations of the > LLVM program. One way would be to use a counter and iterate over all > the functions, then all the BBs. But are t...
2009 Jul 06
1
New elflink branch in the mainline repository
I have pulled in Stefan Bucur's updated elflink branch into the main Syslinux repository as the "elflink" branch, and fixed a couple of minor issues. Note in particular that I have *not* run Nindent over the sources... I will leave that to Stefan and Klaus unless there is a compelling reason to. Please note the...
2015 Mar 20
0
About Memory, COM32, and Dynamic Loading
...ttp://www.syslinux.org/wiki/index.php/Project_Plan#Project_Plan_GSoC200 9_Claudiu _ http://www.syslinux.org/wiki/index.php/GSoC2008_Stefan follow the links to additional wiki pages, as they contain information too: Announcements Project Plan Journal Notes Personal Page on the Wiki ( Stefan Bucur ) _ http://code.google.com/p/google-summer-of-code-2008-syslinux/ This GSoC page includes a Wiki and code, among others. Other than the source code in Syslinux, this GSoC page seems to be the only additional info about the current c32 modules (ELF). Considering that Google Code is shutting dow...
2008 Aug 16
1
Minimal COM32 Root Module
...pcpy.o stpncpy.o \ strntoimax.o strntoumax.o strrchr.o strstr.o \ strtoimax.o strtol.o strtoll.o strtoul.o strtoull.o \ strtoumax.o vprintf.o vsprintf.o \ asprintf.o vasprintf.o strlcat.o \ vsscanf.o zalloc.o \ \ sys/x86_init_fpu.o math/pow.o math/strtod.o Thank you! Stefan Bucur
2015 Feb 03
2
About Memory, COM32, and Dynamic Loading
Hi there, Is there any updated document on COM32 format? http://www.syslinux.org/doc/comboot.txt Is there any updated memory map? http://www.syslinux.org/wiki/index.php/Memory_Map_(General) is there any updated info on Dynamic Module Loading Using the ELF Format? http://www.syslinux.org/wiki/index.php/GSoC2008_Stefan Thanks, Best, Patrick
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...ES = diff --git a/com32/modules/hello.c b/com32/modules/hello.c deleted file mode 100644 index d3d4d29..0000000 --- a/com32/modules/hello.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * hello.c - A simple ELF module that sorts a couple of numbers - * - * Created on: Aug 11, 2008 - * Author: Stefan Bucur <stefanb at zytor.com> - */ - -#include <stdio.h> -#include <stdlib.h> - -#include "sort.h" - -#define NUM_COUNT 10 -#define MAX_NUM 100 - -int main(int argc __unused, char **argv __unused) -{ - int *nums = NULL; - - nums = malloc(NUM_COUNT * sizeof...
2008 Aug 11
0
Preview of SYSLINUX Dynamic ELF Modules Support
...e useful in the long term and raise to the high engineering standards of SYSLINUX. I also appreciate the rest of the SYSLINUX community, with a special mention of Erwan Velu and Marty Connor, who were very supportive and made the #syslinux channel a source of inspiration and fun :). Cheers, Stefan Bucur
2008 Aug 19
0
Second Preview of SYSLINUX Dynamic Modules - GSoC Release
...ents#19_August_2008_-_Preview_.22Release.22_2.2C_Official_GSoC_Release_Package Of course, the end of GSoC doesn't mean an end of my contributions to SYSLINUX. The job is not done, my work has to be integrated into SYSLINUX 4, and I intend to be staying around even after that :) Cheers, Stefan Bucur
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. This is a major milestone, since this gets us to the point where we can really talk about the Syslinu...
2004 Jun 08
0
Routing - new table
.../iproute2/rt_tables 255 local 254 main 253 default 0 unspec 5 test # ip rule add fwmark 5 table 5 # ip ru sh 0: from all lookup local 32765: from all lookup test 32766: from all lookup main 32767: from all lookup default -------------------------------------- -- Catalin Bucur mailto:cata@geniusnet.ro NOC @ Genius Network SRL - Galati - Romania _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2008 Jun 09
4
USB keyboard not working? (* Help needed *)
Are there anyone who has a machine on which the *current* version of SYSLINUX ends up with an inoperable USB keyboard, especially when using the menu system? I might have a workaround, but I don't have a system which exhibits the problem available to me at the moment, and I really don't want to put in a hack without knowing that it actually does anything... If you do have such a
2005 May 06
7
mailling list newbie question
Hi. Why i receive this? this is not the first time i receive. "Your membership in the mailing list LARTC has been disabled due to excessive bounces The last bounce received from you was dated 29-Apr-2005." Can anybody tell me? Thanks a lot.! Marcelo
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2008 Apr 03
0
call transfer issue
Hi, I use asterisk 1.2.23 I have the following issue with transfer: I call from from sipA to sipB when sipB press transfer (not blanktransfer) sipA hear the music until sipB put down the phone, in this time sipC is ringing but sipA don't hear anything can you tell me where to lookup the problem of stop music ? BR, Adi