search for: readmask

Displaying 6 results from an estimated 6 matches for "readmask".

Did you mean: read_mask
2006 Apr 01
1
Sys.sleep() burns up CPU on Solaris 8
....c@@/main/3 Thu Jan 12 11:39:55 2006 +++ src/unix/sys-std.c Fri Mar 31 23:12:16 2006 @@ -294,13 +294,13 @@ else onintr(); } - tv.tv_sec = 0; - tv.tv_usec = usec; + tv.tv_sec = usec/1000000; + tv.tv_usec = usec % 1000000; maxfd = setSelectMask(R_InputHandlers, &readMask); if (ignore_stdin) FD_CLR(fileno(stdin), &readMask); if (R_SelectEx(maxfd+1, &readMask, NULL, NULL, - (usec >= 0) ? &tv : NULL, intr)) + (usec >= 0) ? &tv : NULL, intr) > 0) return(&readMask); else...
1998 Nov 05
1
compilation of 0.62.4
...roblems. Under AIX, system.c complains: system.c: In function `waitForActivity': system.c:150: `fd_set' undeclared (first use in this function) system.c:150: (Each undeclared identifier is reported only once system.c:150: for each function it appears in.) system.c:150: parse error before `readMask' system.c:154: `readMask' undeclared (first use in this function) On the Alpha it compiles OK, but dumps core during initialization (I may not have g77 installed right becuase I still get errors with g77 -v). Has anyone experience with these two operating systems? I access R on my Toshib...
1998 Jun 08
1
IBM AIX problems
...ite(.) and FINITE(.). BUT: I have never been successful compiling R with xlc: Compilation of the current snapshot stops with $ xlc -DANSI -D_XOPEN_SOURCE -I/usr/local/vni/.include -I../include \ -c system.c "system.c", line 150.16: 1506-275 (S) Unexpected text readMask ignored. "system.c", line 150.9: 1506-045 (S) Undeclared identifier fd_set. "system.c", line 151.9: 1506-275 (S) Unexpected text 'int' ignored. "system.c", line 151.13: 1506-045 (S) Undeclared identifier stdinfd. "system.c"...
2008 Jun 03
0
More information on R segfaults, tcltk package, and graphics devices
...=TRUE) at devices.c:307 #1 0xb7962855 in handleEvent (event= {type = 33, xany = {type = 33, serial = 15621, send_event = 1, ...(snip)... , 268686226}}) at devX11.c:627 #2 0xb796296c in R_ProcessX11Events (data=0x0) at devX11.c:665 #3 0x080fd99c in R_runHandlers (handlers=0x8263d28, readMask=0x82cf6a0) at sys-std.c:363 #4 0xb74e159e in RTcl_eventProc (evPtr=0x97dfbf0, flags=-1) at tcltk_unix.c:136 #5 0xb749d6a3 in Tcl_ServiceEvent () from /usr/lib/libtcl8.4.so.0 #6 0xb749da32 in Tcl_DoOneEvent () from /usr/lib/libtcl8.4.so.0 #7 0xb74e14ee in TclSpinLoop (data=0x0) at tcltk_unix.c...
2003 Jun 08
1
redirect unauthorized users to a login page (natd as a transparent proxy)
Hello I am trying to redirect all http traffic of unauthorized wifi users on a wireless hotspot to a login page. The problem I have is that I can not disable the regular address translation (I want the source address to stay the same). 10.0.0.7 is the wifi client 195.250.155.29 is the web wifi user tries to access from his browser 195.113.17.94 is my login page 10.0.0.1 is the wifi
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...Use NotifyFd for other input fd wakeups xnest: Use SetNotifyFd to receive events hw/kdrive: Use passed-in fd for kdrive/linux APM monitoring [v2] modesetting: Use passed-in fd for drm event monitoring NotifyFd callback dmx: Eliminate use of AddEnabledDevice [v2] Remove readmask from screen block/wakeup handler Remove fd_set from Block/Wakeup handler API Remove AddEnabledDevice and AddGeneralSocket APIs Bump ABI versions to reflect block/wakeup handler API changes dix/os: Merge priority computation into SmartScheduleClient dix: Intermediate Gr...