Displaying 8 results from an estimated 8 matches for "xmmap".
Did you mean:
mmap
2004 Oct 05
2
[Bug 940] xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940
Summary: xmmap.c noequality compile error on DigitalUNIX 4.0F PK7
Product: Portable OpenSSH
Version: 3.9p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: Build system
AssignedTo: open...
2004 Oct 06
2
[Bug 940] xmmap.c noequality compile error on Digital UNIX 4.0F PK7
http://bugzilla.mindrot.org/show_bug.cgi?id=940
anenni at isisw.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|xmmap.c noequality compile |xmmap.c noequality compile
|error on DigitalUNIX 4.0F |error on Digital UNIX 4.0F
|PK7 |PK7
------- Additional Comments From anenni at isisw.com 2004-10-06 22:24 -------
With the change you suggested xmmap.c...
2002 Jul 18
1
address = xmmap(size);
monitor_mm.c, line = 94 in openssh-SNAP-20020718
A value of type "int" cannot be assigned to an entity of type "void *".
address = xmmap(size);
^
-- ayamura
Ayamura KIKUCHI, M.D., Ph.D.
2002 Jul 18
1
hard-coded MM_SWAP_TEMPLATE
Hard-coded MM_SWAP_TEMPLATE defined as "/var/run/sshd.mm.XXXXXXXX"
in openssh-SNAP-20020718/openbsd-compat/xmmap.c should not be used
because "/var/run" directory does not exist on some platohomes.
-- ayamura
Ayamura KIKUCHI, M.D., Ph.D.
2003 Dec 22
0
(no subject)
...g ssh on HPUX
get the following. any help or pointers please
$ make
(cd openbsd-compat && make)
/usr/local/bin/ar rv libopenbsd-compat.a bsd-arc4random.o
bsd-cray.o bsd
-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o
bsd-wai
tpid.o fake-rfc2553.o xmmap.o xcrypt.o base64.o basename.o bindresvport.o
daemon
.o dirname.o getcwd.o getgrouplist.o getopt.o getrrsetbyname.o glob.o
inet_aton.
o inet_ntoa.o inet_ntop.o mktemp.o readpassphrase.o realpath.o rresvport.o
seten
v.o setproctitle.o sigact.o strlcat.o strlcpy.o strmode.o strsep.o vis.o
port-ir...
2005 Aug 26
0
Patch for UnixWare 7
....322790000 -0700
+++ openssh/openbsd-compat/Makefile.in 2005-08-24 16:51:30.417680000 -0700
@@ -20,7 +20,7 @@
COMPAT=bsd-arc4random.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-snprintf.o bsd-waitpid.o fake-rfc2553.o openssl-compat.o xmmap.o xcrypt.o
-PORTS=port-irix.o port-aix.o
+PORTS=port-irix.o port-aix.o port-uw.o
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
--- openssh/openbsd-compat/openbsd-compat.h.old 2005-06-17 08:29:17.605619000 -0700
+++ openssh/openbsd-compat/openbsd-compat.h 2005-08-25 20:51:19.325407005 -0700
@@ -...
2010 Mar 02
3
2.6.33 high cpu usage
With the ATI bug I was hitting earlier fixed, only my btrfs partition
continues to show high cpu usage for some operations.
Rsync, git pull, git checkout and svn up are typicall operations which
trigger the high cpu usage.
As an example, this perf report is from using git checkout to change to
a new branch; the change needed to checkout 208 files out of about 1600
total files. du(1) reports
2002 Jul 17
13
Testing Call
Ok.. I'm starting official testing calls early this release. I'd like to
have more feedback and more time for handling fixes.
If people could test snapshots (http://www.openssh.org/portable.html, pick
your favorate mirror and select snapshots directory) and report failures
it would be useful.
For those with pmake install there is regress/ which you can try out. It
may help any platform