Search

October 05, 2013
General »
...you probably know, epoll is in core.sys.linux.epoll.d . kqueue obviously need someone...
October 04, 2013
Learn »
...to work for me

import core.sys.posix.sys.mman;

void main()
{
       // NOTE: you did...
October 04, 2013
Learn »
...slen;
       mov EBX, fd;
       mov EAX, 4; // sys_write
       int 0x80;
   }
   else version(D_InlineAsm...
October 04, 2013
Learn »
...would be like this:

import core.sys.posix.sys.mman;

void main()
{
       // the operating system...
October 04, 2013
General »
...int maxevents, int timeout);

	import core.sys.posix.sys.time;
}



Then you use epoll_create...
October 02, 2013
Genel »
...geteuid() imiş:

```
import std.stdio;
import core.sys.posix.unistd;

void main()
{
   if (geteuid() == 0...
September 28, 2013
Druntime »
...paths:
    A src/core/sys/windows/windows.d
    R src/core/sys/windows/windows.d...
September 28, 2013
Learn »
Pull request sent: https://github.com/D-Programming-Language/druntime/pull/618

I'll file...
September 28, 2013
Learn »
Sure.  Can't remember off the top of my head if/how git handles this...
September 28, 2013
Learn »
Wouldn't it make more sense to automatically remove execute permission instead of testing against...
197 198 199 200 201 202 203 204 205 206 207
Next ›   Last »