Displaying 20 results from an estimated 6000 matches similar to: "[klibc:master] fwrite: fix typo in comment"
2016 Feb 01
0
[klibc:master] fwrite: flush before a large write to allow better bypass
Commit-ID: cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf9c7d2382eadc5699d3e4032b3e1774eccc36da
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 1 Feb 2016 02:39:07 -0800
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 1 Feb 2016 02:41:00 -0800
[klibc] fwrite: flush before a large write to
2014 Apr 09
0
[klibc:master] fwrite: use memrchr() to find the final ' \n' in _IOLBF mode
Commit-ID: a51893a6d52a8cdf247cb1bd10dd8987d4d7eb49
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a51893a6d52a8cdf247cb1bd10dd8987d4d7eb49
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Wed, 9 Apr 2014 16:51:10 -0700
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Wed, 9 Apr 2014 16:51:10 -0700
[klibc] fwrite: use memrchr() to
2011 Jan 30
1
[PATCH] Very minor various typo fixes
Signed-off-by: Gilles Espinasse <g.esp at free.fr>
---
scripts/Makefile.host | 2 +-
usr/klibc/CAVEATS | 2 +-
usr/klibc/README.klibc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/Makefile.host b/scripts/Makefile.host
index d8ab687..6a6b949 100644
--- a/scripts/Makefile.host
+++ b/scripts/Makefile.host
@@ -5,7 +5,7 @@
#
# Both C and C++ is
2020 Jul 25
0
[klibc:master] stdio: Define all the _unlocked functions and macros
Commit-ID: 8c056cab6c8cce0b5dbc2c3141060f89a6ffc905
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8c056cab6c8cce0b5dbc2c3141060f89a6ffc905
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 25 Jul 2020 21:18:30 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 25 Jul 2020 21:44:14 +0100
[klibc] stdio: Define all the
2004 Oct 19
1
[PATCH] fix fwrite declaration
fwrite() takes a const void *p, but stdio declares just a void *p.
Is there a reason for the difference?
diff -p -purN klibc-0.186/include/stdio.h klibc-0.186.fwrite/include/stdio.h
--- klibc-0.186/include/stdio.h 2004-07-28 23:09:59.000000000 +0200
+++ klibc-0.186.fwrite/include/stdio.h 2004-10-19 20:06:30.000000000 +0200
@@ -90,7 +90,7 @@ fread(void *__p, size_t __s, size_t __n,
}
extern
2016 May 21
0
Syslinux fwrite support
On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
>
>
>> -----Original Message-----
>> From: Gene Cumm [mailto:gene.cumm at gmail.com]
>> Sent: Tuesday, May 17, 2016 1:07 PM
>> To: Tal Lubko
>> Cc: syslinux at zytor.com
>> Subject: Re: [syslinux] Syslinux fwrite support
>>
>> On Tue, May 17, 2016 at 2:39 AM, Tal
2008 Jun 13
1
String "fwrite();" causes 503 error (Passenger or apache?)
Hi,
While testing a rails application on DreamHost (mod_rails), I found a
really weird problem.
If I submit form data which includes "fwrite();" (with semi-colon but
without quotes), I get 503 error (Server temporarily unavailable).
I checked out rails log file and it didn''t even reach the rails app.
I assume the error was from web server.
You may test this at
2013 Oct 10
2
utils.c: fwrite() returned error: Broken pipe how to solve it ???
Dear all,
I want to make call through socket i have set code given below:
#!/usr/bin/perl -w
use IO::Socket::INET;
sub asterisk_command ()
{
# my $command=$_[0];
my
$ami=IO::Socket::INET->new(PeerAddr=>'127.0.0.1',PeerPort=>5038,Proto=>'tcp')
or die "failed to connect to AMI!";
print $ami "Action: Login\r\nUsername:
2016 May 17
0
Syslinux fwrite support
On Tue, May 17, 2016 at 2:39 AM, Tal Lubko via Syslinux
<syslinux at zytor.com> wrote:
> Hi
> Does Syslinux support fwrite for fat filesystem?Is it supported for other filesystem?As far as I understand the function exist but isn't fully implemented.Is that correct?
> I also found this thread that says about the samehttp://www.syslinux.org/archives/2011-August/017093.html
>
2016 May 23
3
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Saturday, May 21, 2016 4:44 PM
> To: Tal Lubko
> Cc: For discussion of Syslinux and tftp-hpa
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Fri, May 20, 2016 at 11:14 PM, Tal Lubko <tallubko at yahoo.com> wrote:
> >
> >
> >> -----Original Message-----
2016 May 21
2
Syslinux fwrite support
> -----Original Message-----
> From: Gene Cumm [mailto:gene.cumm at gmail.com]
> Sent: Tuesday, May 17, 2016 1:07 PM
> To: Tal Lubko
> Cc: syslinux at zytor.com
> Subject: Re: [syslinux] Syslinux fwrite support
>
> On Tue, May 17, 2016 at 2:39 AM, Tal Lubko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
> > Does Syslinux support fwrite for fat
2017 Oct 02
0
fwrite() not found in data.table package
You are asking about (a) a contributed package (b) for a package version that is not in CRAN and (c) an R version that is outdated, which stretches the definition of "on topic" here. Since that function does not appear to have been removed from that package (I am not installing a development version to test if it is broken for your benefit), I will throw out a guess that if you update R
2010 Dec 02
1
Syslinux Digest, Vol 93, Issue 1
All,
Thanks for all your help. Now, I can compile the latest source code base on
RedHat 5.5 after update nasm(to 2.09) and binutil(2.17).
And *make spotless* before *make* under core/ directory. But with the new
pxelinux.0, the PXEClient can not bootup.
The error info,
No valid file system found!
And stuck in there. I think maybe the gcc cause the problem. My gcc version
is 4.1.2.
Thanks aaron
2017 Oct 02
2
fwrite() not found in data.table package
Hi all,
I used to use fwrite() function in data.table but I cannot get it to work
now. The function is not in the data.table package, even though a help page
exists for it. My session info is below. Any ideas on how to get fwrite()
to work would be much appreciated. Thanks!
> sessionInfo()
R version 3.2.0 (2015-04-16)
Platform: x86_64-unknown-linux-gnu (64-bit)
Running under: Red Hat
2016 May 17
2
Syslinux fwrite support
Hi
Does Syslinux support fwrite for fat filesystem?Is it supported for other filesystem?As far as I understand the function exist but isn't fully implemented.Is that correct?
I also found this thread that says about the samehttp://www.syslinux.org/archives/2011-August/017093.html
Thanks,Tal
2011 Aug 01
1
fwrite?
Is there a known problem with fopen and/or fwrite in Syslinux? I'm trying
to open a file to write data to but fopen( file_name, "w+" ) fails
everytime. fopen( file_name, "r" ) works just fine.
2007 Jan 31
2
syslinux-2.11 boot, syslinux-3.20 fail
We used syslinux package on IPCop with success to install from floppy, from
cdrom, from usb key and pxe.
I upgrade the distribution nine month ago from 2.11 to more recent versions
(3.11, later 3.20).
We add one consistent report of a laptop machine that boot with 2.11 but
fail with 3.11 and 3.20
Symptom is that the machine don't display anything after loading the kernel
and initrd.
with
2019 Jan 05
0
Pull request: collected patches for klibc
The following changes since commit 4d19974d7020488f63651244e1f9f51727c3f66c:
[klibc] fwrite: fix typo in comment (2016-02-01 13:26:01 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/bwh/klibc.git for-hpa
for you to fetch changes up to 7b49d9729ff6b3118c57eb6fe52c4f186016cfa0:
[klibc] x86_64: Use -Ttext-segment to avoid address collision
2000 Feb 29
2
Reading data from file made by C fwrite
Hello!
First, I must also congratulate the R core team with their accomplishment!
I have gotten to like R a lot, and I have recommended it for inclusion in
an "Astronomy for Linux"-distribution which is in use by many professional
astronomers and observatories.
I'm currently working on importing data from files created by a C program
(that I have not written myself, I have the
2011 Mar 29
1
[PATCH] Fix gpxe compilation when gcc is patched to compile by default with -fPIE -Wl, -pie
Signed-off-by: Gilles Espinasse <g.esp at free.fr>
---
gpxe/src/Makefile.housekeeping | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/gpxe/src/Makefile.housekeeping b/gpxe/src/Makefile.housekeeping
index 1f5e115..d49416e 100644
--- a/gpxe/src/Makefile.housekeeping
+++ b/gpxe/src/Makefile.housekeeping
@@ -134,6 +134,16 @@ SP_FLAGS := $(shell $(SP_TEST)