similar to: [PATCH 3/3] Add relevant socket.h definitions

Displaying 20 results from an estimated 100 matches similar to: "[PATCH 3/3] Add relevant socket.h definitions"

2010 Feb 23
0
[PATCH 2/3] nfsmount: s/PF_INET/AF_INET/
use AF_INET directly. Signed-off-by: maximilian attems <max at stro.at> --- usr/kinit/nfsmount/dummypmap.c | 2 +- usr/kinit/nfsmount/mount.c | 4 ++-- usr/kinit/nfsmount/sunrpc.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/kinit/nfsmount/dummypmap.c b/usr/kinit/nfsmount/dummypmap.c index 43abe37..481e23b 100644 ---
2010 Feb 23
0
[PATCH 1/3] nfsmount.h: Add missing definitions.
linux-2.6 2ad780978b7c0c3e7877949f098cbd06e7c73839 cleaned up linux/nfsmount.h and thus a klibc build would produce this: > usr/kinit/nfsmount/mount.c:179: error: 'MNTPROC_MNT' undeclared (first use in this function) > usr/kinit/nfsmount/mount.c:179: error: (Each undeclared identifier is reported only once > usr/kinit/nfsmount/mount.c:179: error: for each function it appears
2007 May 03
1
sockaddr structure elements
Dear All, We are using samba 3.0.24 compiled for xscale on two devices: We are running a smbclient and smb daemon on two different devices, 192.168.1.39 (smbd) and 192.168.1.24 (smbclient). When we establish a smbclient connection from client -> Server, in the smbd/server.c:open_sockets_smbd() function, we are getting sockaddr structure values as follows (caught at debug data on smbd):
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes. External Building ================= Patches 1 through 8 enable to use of klibc's build system while leaving the src tree pristine (and potentially read only). Specifically: - srctree=<Sources for klibc> - objtree=<Ouput directory for klibc> - KLIBCKERNELSRC=<Kernel sources> - KLIBCKERNELOBJ=<Kernel
2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
The defines of SIOCGIFCONF and SIOCSIFFLAGS are well hidden in linux-2.6 under #ifdef __KERNEL__ sections for example in linux/socket.h. Fixes these in kexec-tools against klibc: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in |
2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello, to compile kexec-tools statically against klibc we still need a patch for socket.h, otherwise: | kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in this function) | kexec/ifdown.c:46:16: note: each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
TL;DR ----- In this RFC we propose the introduction of the concept of hardware socket offload to the Linux kernel. Patches will accompany this RFC in a few days, but we felt we had enough on the design to solicit constructive discussion from the community at-large. BACKGROUND ---------- Many applications within enterprise organizations suitable for virtualization neither require nor desire a
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
TL;DR ----- In this RFC we propose the introduction of the concept of hardware socket offload to the Linux kernel. Patches will accompany this RFC in a few days, but we felt we had enough on the design to solicit constructive discussion from the community at-large. BACKGROUND ---------- Many applications within enterprise organizations suitable for virtualization neither require nor desire a
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
2009 Jul 09
0
Making the linker output the relevant dynamic stuff
Well, I figured out how to make the linker to the right thing with regards to producing a dynamic section for the core... it involves using the options "-pie -Bsymbolic" ... which means we're building a relocatable binary even though we don't want to relocate it, and -Bsymbolic is there to force the linker to resolve all symbols at link time. -hpa
2006 May 02
0
OT - but relevant
This is OT but relevant to the 'tech depth' of this list. The Always-On Top 100 of 2006 were announced this evening a streaming webcast of some of the CEO's will be online tomorrow at http://www.alwayson-network.com/comments.php?id=14349_0_1_0_C If you want to see a full list of the companies you can see it here
2006 Jun 13
1
Are zttest results relevant on a system with no telephony hardware?
Our asterisk system gains access to the PSTN through a voip provider. We have no digium or other telephony hardware in our system. Do the zttest results still matter to us? Our results were as follows: --- Results after 1007 passes --- Best: 100.000000 -- Worst: 99.780273 -- Average: 99.975763
2016 Jan 15
0
[PATCH] ltc/gm107: wait on relevant bit in gm107_ltc_cbc_wait
Patch "ltc/gm107: use nvkm_mask to set cbc_ctrl1" sets the 3rd bit of the CTRL1 register instead of writing it entirely in gm107_ltc_cbc_clear(). As a counterpart, gm107_ltc_cbc_wait() must also be modified to wait on that single bit only, otherwise a timeout may occur if some other bit of that register is set. This happened at least on GM206 when running glmark2-drm. While we are at
2015 Dec 15
0
Upgrade security relevant packages
Chris, I recommend you look into: - Spacewalk: Centralized system management utility ( http://spacewalk.redhat.com/) - Errata update tool: https://github.com/mike-wendt/spacewalk-centos-errata - CentOS repos do not include the errata information in the repo itself (EPEL does include errata info in its repos), so others have created external tools that pull errata
2015 Jan 01
0
some tickets on SF that aren't relevant now
There are several tickets that can be closed IMHO: ================================================ Bug tickets: #303: Text relocation on ia32 Seems to be fixed in http://git.xiph.org/?p=flac.git;a=commitdiff;h=12022d90dd3adc9f37dc2b16358cbecfe3c5be1c (and then bitreader_asm.nasm was completely removed) #356: Missing MSCOMCTL.OCX #373: FLAC Frontend crashes on W7 x32 HP #378: go.bat
2015 May 15
1
Error when comparing two variables within a dataframe and print relevant observations
I'm trying to use a nested ifelse condition to compare two lines. Input: Code: Expected Output: Actual Output: Any idea what might be causing this problem? -- View this message in context: http://r.789695.n4.nabble.com/Error-when-comparing-two-variables-within-a-dataframe-and-print-relevant-observations-tp4707240.html Sent from the R devel mailing list archive at Nabble.com.
2009 Aug 08
1
Which parts of the book "Programming with Data: A Guide to the S Language" are still relevant now?
Hi, The book "Programming with Data: A Guide to the S Language" was published over 10 years ago. I know that to understand object oriented programming. I should read the associated section in this book. But I am wondering if other chapters, in particular "Chapter 3. Quick Reference", are still relevant now if I want to learn R. Regard, Peng
2010 Aug 20
0
Assign statistically relevant groups following multimodal distribution of data
Dear R mailing list members, ? I am trying to find a way to assign samples into groups depending on their mathematical distribution in a computational way (that is, looped many times). My input is by row, a series of 34 samples per row with n rows. The goal would be to compute the distribution of row n and assign for that row n the samples into bins that would match the distribution of the given
1998 Apr 01
0
Idea for new Perl module (relevant to Samba)
I have an idea for a Perl module and ultimately a CGI interface that I want to start working on, so I would like input from interested parties. The purpose of the module is to facilitate a CGI interface to the Unix file system. The original idea behind this is that I wanted to expose my Samba users to the richness of Unix file permissions. The interface would be a point and click access to
2002 Jul 11
1
How to get relevant dimnames from apply() ?
Hello, in order to vectorize task (of plotting barplots), I use, as probably all R-folks, function apply() instead of for() loop. <R> testarr<-matrix(1:30, nrow=5) rownames(testarr)<-letters[1:5] colnames(testarr)<-LETTERS[1:6] apply(testarr,1,function(x) {x11(); barplot(x)}) #the funcion used is actually more compex, but it doesn't matter </R> Now, how I can propagate