Displaying 20 results from an estimated 110 matches for "windrive".
Did you mean:
windriver
2013 Aug 22
2
[PATCH] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when the write-buffer is finally flushed to the file,
the caller can detect if the disk filled up (or had an i/o error) and
return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver...
2013 Sep 03
1
[PATCH] tftp-hpa: add error check for disk filled up
On 08/29/2013 03:13 AM, H. Peter Anvin wrote:
> On 08/21/2013 06:00 PM, rongqing.li at windriver.com wrote:
>> From: "Roy.Li" <rongqing.li at windriver.com>
>>
>> Add error check when the write-buffer is finally flushed to the file,
>> the caller can detect if the disk filled up (or had an i/o error) and
>> return a NOSAPCE nak to the other side....
2010 Jan 20
0
[LLVMdev] Bullet Physics for WindRiver's vxWorks?
Hi. I was wondering if anyone has compiled Bullet Physics for
WindRiver's vxWorks (or know of anyone who may have done so). Any
insight / info / help would be very much appreciated.
Thanks!
-Ryan (aka keppy)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100120/53f5b439/at...
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
...vin wrote:
> That is because it needs to use fseeko() and use off_t.
Do you mean it does need a patch for isohybrid.c. And the patch looks like:
#if _FILE_OFFSET_BITS == 64
fseeko(...)
#else
fseek(...)
Regards,
Kai
>
> On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote:
>> On 2014?05?12? 10:49, H. Peter Anvin wrote:
>>> On 05/11/2014 06:56 PM, Kai Kang wrote:
>>>> When call isohybrid with option '-u', it overflows on a 32 bits
>> host. It
>>>> seeks to 512 bytes before the end of the image to ins...
2007 May 03
2
[LLVMdev] LLVM Developers' meeting
I'd like to attend.
Thanks,
Tomas Evensen
Chief Technology Officer
500 Wind River Way
Alameda, CA 94501
510-749-2783 office
510-749-2007 fax
www.windriver.com
<file:///C:/Documents%20and%20Settings/teve/Application%20Data/Microsoft
/Signatures/www.windriver.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070503/4687875f/attachment.html>
2015 Jan 25
0
release cycle 6.04
...Improve format for asciidoc-to-manpage conversion.
Wrap text.
Correct info.
Help phase-out deprecated and/or conflicting options.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
commit 8ca85bbbcd82ec14c388946ecda4e8d061d7bf39
Author: Robert Yang <liezhi.yang at windriver.com>
Date: Tue Dec 23 12:45:25 2014 -0500
check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so
we'd better not suppress the output of build-gnu-efi.sh, which is good
for debugging.
Signed...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
...;stdbool.h>
#include <stdarg.h>
#include <lttng/tracef.h>
int main(void) { return 0; }
<==
[1/1] Compiling test.c
../test.c:15:26: fatal error: lttng/tracef.h: No such file or directory
#include <lttng/tracef.h>
^
compilation terminated.
['/opt/windriver/6.0/2016.048/i686/compiler/bin/gcc', '-MD', '-I/opt/windriver/6.0/2016.048/i686/sysroots/i686-wrs-linux/usr/lib/../include', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-D_GNU_SOURCE=1', '-D_XOPEN_SOURCE_EXTENDED=1', '../test.c', '-c...
2015 May 11
3
A question about CVE-2014-8242
Hi,everyone here:
whether or not CVE-2014-8242 affects rsync? any commnet would be
appreciated!!
Yadi
2016 Aug 24
6
[Bug 2608] New: Signed overflow in openbsd-compat/strlcpy.c
...duct: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: yuanjie.huang at windriver.com
Created attachment 2866
--> https://bugzilla.mindrot.org/attachment.cgi?id=2866&action=edit
test driver of strlcpy to demo the bug.
Pointer arithmatic results in implementation defined signed integer
type, so that 's - src' in strlcpy and others may trigger signed
overflow....
2014 Nov 28
2
Bug-report:rsync may hung if time jumps backwards
thanks your reply, could you please send off official fix?
On 11/28/2014 04:05 AM, Wayne Davison wrote:
> On Sun, Nov 16, 2014 at 10:44 PM, yhu2 <yadi.hu at windriver.com
> <mailto:yadi.hu at windriver.com>> wrote:
>
> + usleep(t*1000);
> Is it a correct fix? any comments would be appreciated!!!
>
>
> The hang was not because time went backwards, but because it moved
> forward by over 2 years (which overflows a variabl...
2005 Jun 01
1
Samba and AD
...Samba-3 to work with Active Directory.
I'm currently running Solaris 9(Sparc). When I run ./configure
--with-ads it seems to compile fine. However, when
I goto join the AD domain, It come with an error.,"ADS support not
compiled in" and ideas?
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
Canton, Ma 02021
ricardo.mattier@windriver.com
Canton: 781 364-2002
Nashua: 603 897-2084
2013 Aug 28
0
[PATCH] tftp-hpa: add error check for disk filled up
On 08/21/2013 06:00 PM, rongqing.li at windriver.com wrote:
> From: "Roy.Li" <rongqing.li at windriver.com>
>
> Add error check when the write-buffer is finally flushed to the file,
> the caller can detect if the disk filled up (or had an i/o error) and
> return a NOSAPCE nak to the other side.
>
> Signed-o...
2014 Nov 21
1
[PATCH 1/2] libupload: fix parallel build issue
...are/syslinux/com32/include/serial.h': No such file or directory
The cp is happened in the "libupload" dir, while "rm -fr" is happend in
"lib" dir, let "libupload" depend "lib" will fix the problem.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
com32/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/com32/Makefile b/com32/Makefile
index 754c915..abf5749 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -21,3 +21,4 @@ rosh: lib libutil
samples: libutil elflink/ldlinux
sysdump: lib libutil libupload gpllib
l...
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
The build would be failed and exit if build-gnu-efi.sh is failed, so
we'd better not suppress the output of build-gnu-efi.sh, which is good
for debugging.
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
efi/check-gnu-efi.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 85305f8..7d99e9a 100755
--- a/efi/check-gnu-efi.sh
+++ b/efi/check-gnu-efi.sh
@@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibi...
2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when write file, the caller can detect if the disk filled
up (or had an i/o error) and return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
common/tftpsubs.c |...
2018 Apr 18
3
[PATCH] configure.ac/cipher.c: Check for OpenSSL with EVP_des_ede3_cbc
While compiling openssl with option `no-des', it caused the openssh
build failure
...
cipher.c:85:41: error: 'EVP_des_ede3_cbc' undeclared here (not in a function);
...
Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
cipher.c | 2 ++
configure.ac | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/cipher.c b/cipher.c
index c3cd5dc..41dacfb 100644
--- a/cipher.c
+++ b/cipher.c
@@ -82,7 +82,9 @@ struct sshcipher {
static const struct sshcipher ciphers[] = {
#ifdef WIT...
2014 May 12
2
[PATCH] isohybrid: fix overflow on 32 bit system
...AX, it overflows fseek() and
>> cause error:
>>
>> isohybrid: wrlinux-image-x86-64-20140505110100.iso: seek error - 8: Invalid argument
>>
>> Check the offset and call fseek() multi-times if offset is too large.
>>
>> Signed-off-by: Kai Kang <kai.kang at windriver.com>
> NAK.
>
> The right thing to do is compile it with #define _FILE_OFFSET_BITS 64
> and change fseek to fseeko with the appropriate type being off_t.
>
> -hpa
Hi hpa,
Thanks for your reply.
In utils/Makefile, -D_FILE_OFFSET_BITS=64 is added to CFLAGS. isohybrid
is com...
2005 Jun 10
2
samba configure not working
...led. I've
successfully compiled kerberosV5 and Openldap. I can the following line
when compiling Samba ./configure --with-pam --with-ads
--with-ldap=/usr/local/openldap --with-winbind --with-krb5
The configure fails due to not having ldap support. Any ideas?
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
Canton, Ma 02021
ricardo.mattier@windriver.com
Canton: 781 364-2002
Nashua: 603 897-2084
2005 Jun 06
3
Configuring Samba with LDAP
...riables that
need to be set? I've done --with-ldap=/usr/local/openldap (This the
prefix for openldap). I'm installing this on a Solaris 9 machine. Has
anyone been successful with
this, and if so, please let me know what you had to do. Thanks in
Advance!!
Rick Mattier
Systems Analyst II
Windriver Systems
120 Royall St
Canton, Ma 02021
ricardo.mattier@windriver.com
Canton: 781 364-2002
Nashua: 603 897-2084
2015 May 12
1
A question about CVE-2014-8242
wayne.
Thanks your explanation, how about MD4 (rsync protocal <30)? any comment
would be appreciated!!
Thanks again.
Yadi
On 05/12/2015 05:19 AM, Wayne Davison wrote:
> On Mon, May 11, 2015 at 12:50 AM, yhu2 <yadi.hu at windriver.com
> <mailto:yadi.hu at windriver.com>> wrote:
>
> whether or not CVE-2014-8242 affects rsync? any commnet would be
> appreciated!!
>
>
> Yes. It would be extremely hard for someone to trigger that via
> indirect means (such as inserting DB data and ma...