search for: nsleep

Displaying 9 results from an estimated 9 matches for "nsleep".

Did you mean: sleep
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
Hi All. There are still build errors for scp on AIX 4.2.1 due to lack of nanosleep (which you can see them live and in colour at [1]). The attached patch fixes this by using the equivalent nsleep function on AIX if it exists and nanosleep doesn't. The patch is mostly the same as the AIX portion of the previous patch for the nanosleep issue, the major difference being that the #define is in port-aix.h. If this proves necessary for other platforms, it can be moved later (I'm not aw...
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
...or libposix4 in older versions) which is not linked. Adding them to configure works fine, however ldd show most of the binaries linked to librt.so (which is part of the core libraries package). I don't think this is a big deal (right?) AIX 4.2.1 does not have nanosleep but has an equivalent (nsleep). AIX 4.3.3 has nanosleep, I don't know about versions in between. The attached patch fixes both with one combined nanosleep test in configure and a couple of #defines. [1] http://dodgynet.dyndns.org/tinderbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8F...
2003 Jul 03
0
AIX cleanups: includes and arguments
...003 01:17:06 -0000 @@ -26,6 +26,15 @@ #ifdef _AIX +#ifdef WITH_AIXAUTHENTICATE +# include <login.h> +# include <userpw.h> +# include <usersec.h> +# ifdef HAVE_SYS_AUDIT_H +# include <sys/audit.h> +# endif +#endif + /* AIX 4.2.x doesn't have nanosleep but does have nsleep which is equivalent */ #if !defined(HAVE_NANOSLEEP) && defined(HAVE_NSLEEP) # define nanosleep(a,b) nsleep(a,b)
2003 Sep 17
5
problems with 3.7.1p1 on IRIX (again)
Hi, I've seen a few messages re. problems with 3.7.1p1 on IRIX 6.5... I'm using 6.5.19 and having no trouble compiling, installing and starting, but sshd just closes the connection with no explanation. debug/verbose modes don't seem to give any clues. Darren Tucker suggested defining BROKEN_GETADDRINFO in config.h, but I find that compilation then fails (assuming I've implemented
2003 Jun 22
2
Problem with Configure
...for inet_aton... yes checking for inet_ntoa... yes checking for inet_ntop... yes checking for innetgr... yes checking for login_getcapbool... yes checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... no checking for mmap... yes checking for ngetaddrinfo... no checking for nsleep... no checking for ogetaddrinfo... no checking for openpty... yes checking for pstat... no checking for readpassphrase... no checking for realpath... yes checking for recvmsg... yes checking for rresvport_af... yes checking for sendmsg... yes checking for setdtablesize... no checking for setegid......
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...for inet_aton... yes checking for inet_ntoa... yes checking for inet_ntop... yes checking for innetgr... yes checking for login_getcapbool... no checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... yes checking for mmap... yes checking for ngetaddrinfo... no checking for nsleep... no checking for ogetaddrinfo... no checking for openlog_r... no checking for openpty... yes checking for prctl... no checking for pstat... no checking for readpassphrase... yes checking for realpath... yes checking for recvmsg... yes checking for rresvport_af... yes checking for sendmsg... yes c...
2006 Apr 23
0
Configuration Warnings OpenSSH 4.3p2
...or inet_aton... yes checking for inet_ntoa... yes checking for inet_ntop... yes checking for innetgr... yes checking for login_getcapbool... yes checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... yes checking for mmap... yes checking for ngetaddrinfo... no checking for nsleep... no checking for ogetaddrinfo... no checking for openlog_r... no checking for openpty... yes checking for prctl... no checking for pstat... no checking for readpassphrase... yes checking for realpath... yes checking for recvmsg... yes checking for rresvport_af... yes checking for sendmsg... yes c...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...g for inet_aton... yes checking for inet_ntoa... yes checking for inet_ntop... yes checking for innetgr... no checking for login_getcapbool... no checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... no checking for mmap... yes checking for ngetaddrinfo... no checking for nsleep... no checking for ogetaddrinfo... no checking for openlog_r... no checking for openpty... yes checking for poll... yes checking for prctl... no checking for pstat... no checking for readpassphrase... no checking for realpath... yes checking for recvmsg... yes checking for rresvport_af... yes check...
2003 Jun 24
20
[Bug 601] configure script doesen't setup preprocessor flags properly
...ng for inet_aton... no checking for inet_ntoa... yes checking for inet_ntop... no checking for innetgr... yes checking for login_getcapbool... no checking for md5_crypt... no checking for memmove... yes checking for mkdtemp... no checking for mmap... yes checking for ngetaddrinfo... no checking for nsleep... no checking for ogetaddrinfo... no checking for openpty... no checking for pstat... no checking for readpassphrase... no checking for realpath... yes checking for recvmsg... yes checking for rresvport_af... no checking for sendmsg... yes checking for setdtablesize... no checking for setegid... y...