Search

July 23, 2015
Druntime »
...src/core/sys/osx/sys/event.d
    M src/core/sys/posix/sys/msg.d...
July 20, 2015
Issues »
https://issues.dlang.org/show_bug.cgi?id=13338

Lars T. Kyllingstad <bugzilla@kyllingen.net...
July 20, 2015
Issues »
...mutex;
import core.stdc.config;
import core.sys.posix.pthread;
alias extern(C) c_ulong...
July 15, 2015
Druntime »
...Jul 2015)

  Changed paths:
    M src/core/sys/linux/epoll.d

  Log Message:
  -----------
  Fix epoll...
July 07, 2015
Druntime »
...src/core/sys/posix/sys/ioctl.d
    M src/core/sys/posix/sys/ipc.d...
July 03, 2015
Druntime »
...src/core/sys/linux/sys/xattr.d
    M src/core/sys/posix/sys/statvfs.d...
July 02, 2015
Issues »
...void* data)
{ }

// test.d
module test;

long sys_write(long arg1, in void* arg2, long...
June 30, 2015
General »
...d)

real    0m0.028s
user    0m0.020s
sys     0m0.009s
$ time (dmd -c test.d...
June 24, 2015
Learn »
Why not use core.sys.posix.signal: kill instead? You're already importing the module...
June 24, 2015
Learn »
...std.process: thisProcessID, kill, Pid;
    import core.sys.posix.signal: SIGKILL, SIGSTOP, SIGTSTP;
    const thisPid...
143 144 145 146 147 148 149 150 151 152 153
Next ›   Last »