similar to: Patch for OpenSSH/mmap() on Linux 2.2

Displaying 20 results from an estimated 300 matches similar to: "Patch for OpenSSH/mmap() on Linux 2.2"

2000 Apr 21
1
Changes..
This is the first project I'm taking an active interest in, so I trust that the guiding hand of flamethrowing will teach me the ways. I was anxious to start playing with Vorbis somehow, so I downloaded it via CVS and tried to get the tool in vorbis/cmdline to compile. It didn't compile at all until I made the attached changes. Note that I'm only trying to guess as to how the
2003 Sep 16
5
OpenSSH Security Advisory: buffer.adv
This is the 1st revision of the Advisory. This document can be found at: http://www.openssh.com/txt/buffer.adv 1. Versions affected: All versions of OpenSSH's sshd prior to 3.7 contain a buffer management error. It is uncertain whether this error is potentially exploitable, however, we prefer to see bugs fixed proactively. 2. Solution: Upgrade to OpenSSH
2002 Jun 26
2
MAP_ANON replacement?
Here I would like to suggest a replacement for MAP_ANON on systems which do not have it, such as Solaris < 8. In "man mmap" of Solaris 8: When MAP_ANON is set in flags, and fd is set to -1, mmap() provides a direct path to return anonymous pages to the caller. This operation is equivalent to passing mmap() an open file descriptor on /dev/zero with
2007 Jun 09
0
Resize your penis with Penis Enlarge Patch. http://www.ebora.hk/ Experience amazing results of Penis Enlarge Patch by yourself. ------------------------ He went away blindly into the darkest part of the cellar. It was very black there, but his eyes stared wide before him. It was very cold, but drops of sweat stood on his forehead as if he were in the hayfield. He was alone, but
2013 Nov 26
0
Budete mit erekci, kdy se Vam zachce
Nav?tivte na?e webov? str?nky infotigra a objevte, jak JEDNA jedin? mal? modr? pilulka m??e do?ivotn? zm?nit VA?I sexu?ln? v?konnost! ? V??en? z?kazn?k! V?deck? testy prok?zaly, ?e TIGRA funguje l?pe ne? jak?koli jin? pilulka. Test na 800 mu??ch ve v?ku 21 a? 80 let prok?zal ohromuj?c? v?sledky: ? 1. A? o 71 % siln?j?? touha
2003 Aug 08
0
[LLVMdev] how to have POWER erections yvddahws shx
<div align="center"><font face="Helvetica, Arial, sans-serif" ><font size="+3" >"Si<L>ze does ma<N>tter!"<P> <b>NATURAL PE<M>N<N>IS ENL<H>ARGE<N>ME<M>NT!</b></font><P><font color="red" size="+1"><b>GAIN 3 Inches to your Penis, with VPRX
2011 May 15
1
Centos 5.5 mmap.c and mmap hints
Good morning, We are trying to figure out how to properly provide adresss hints to mmap on 32-bit Centos 5.5. Does any documentation exist about to how to provide address hints to mmap on 32-bit Centos 5.5? If so, where can we find this documentation. In order to understand mmap better, we decided to try to find the Centos 5.5 source code for mmap.c. We already installed the kernel source
2003 Aug 08
1
[LLVMdev] Spammers
Clearly spammers have entered our midst. Having this list be moderated would be a good thing I think. -- Robert. At 12:00 PM 8/8/03 -0500, you wrote: >Send LLVMdev mailing list submissions to > llvmdev at cs.uiuc.edu > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >or, via email, send a message
2006 Jul 04
0
Reworking win32-mmap for the pure Ruby version
Hi all, I was looking at win32-mmap today. I thought it might be worth it to rewrite this one as pure Ruby. In the process, I decided I don''t really like the current API very much. Just feels too clunky and not very friendly. I think we followed Win32::MMF too closely. Anyway, I have a very preliminary version in CVS that I was hoping folks could take a look at and comment on.
2004 Mar 07
1
win32-mmap problem
Hi all, Ruby 1.8.1 (hand built, not the installer) Windows 2000 I was just playing with win32-mmap. I tried running the test_server.rb and test_client.rb. I started the server, which seems to be fine, but when I run the client I get this: C:\eclipse\workspace\win32-mmap-0.1.0\test>ruby test_client.rb C:/ruby/lib/ruby/1.8/ftools.rb:23:in `initialize'': Permission denied -
2004 Mar 13
0
Quick thought on win32-mmap
I suggest getting rid of the hash style arguments fior new() for this package. In this particular case, you already have a class and accessors, so you can just use the yield trick, e.g. rb_yield(self) if rb_block_given_p(). Thus you can do: mm = Mmap.new do |m| m.namespace = file m.swapfile = sfile m.size = 1024 end Looks just as nice, and is a lot less code on the C side of
2004 Mar 13
1
win32-mmap followup
Oops - just realized that there aren''t accessors for namespace, swapfile, size, etc. Should we add them? Or don''t we want to because then it might become confusing as to whether those values were "shared"? Dan _________________________________________________________________ Store more e-mails with MSN Hotmail Extra Storage – 4 plans to choose from!
2004 Feb 25
1
win32-mmap committed
Hi all, I have committed win32-mmap package. It is similar to mmap or shared memory of unix Basically, it can be used for variable sharing like this In server side ================================== m = Mmap.new a = 1 m.setvar("a",a) =================================== In client side ================================== m = Mmap.new(''reuse''=>true) a =
2004 Feb 27
0
mmap and faster IO?
Hi all, I was just wondering if it''s possible to speed up IO ops on Win32 using memory mapping. As it stands now, IO with Ruby on Windows seems slow, even with 1.8.x. Here is a possibly relevant thread: http://tinyurl.com/2dava Dan
2007 Apr 27
2
ARC, mmap, pagecache...
Hi, I was wondering about the ARC and its interaction with the VM pagecache... When a file on a ZFS filesystem is mmaped, does the ARC cache get mapped to the process'' virtual memory? Or is there another copy? -Manoj
2002 Jun 25
0
[Bug 292] New: sshd[1663]: fatal: mmap(65536): Invalid argument
http://bugzilla.mindrot.org/show_bug.cgi?id=292 Summary: sshd[1663]: fatal: mmap(65536): Invalid argument Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org
2006 Jul 03
0
/dev/mem: mmap: Bad address
Hey guys, I keep getting "/dev/mem: mmap: Bad address" in the console of my domUs.. The system runs happily though, so I was just wondering what it means, and how to fix it? Xen 3.0.2-2, Dom0 Debian Sarge DomU''s Ubuntu Dapper Thanks Abri _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Sep 06
0
[PATCH] Fix mmap batch ioctl error status copy back.
Copy back of per-slot error codes is only necessary for V2. V1 does not provide an error array, so copyback will unconditionally set the global rc to EFAULT. Only copyback for V2. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> --- drivers/xen/privcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/xen/privcmd.c b/drivers/xen/privcmd.c index
2009 Apr 02
0
mmap shared write support
Hi, Has anyone succeeded using mmap shared write with glusterfs? I tried using linux 2.6.26 and the lastest patched fuse without luck. Filipe
2002 Jun 25
0
[Bug 292] sshd[1663]: fatal: mmap(65536): Invalid argument
http://bugzilla.mindrot.org/show_bug.cgi?id=292 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From dtucker at zip.com.au 2002-06-25