October 05, 2013 General » Re: epoll,kqueue support | |||
|---|---|---|---|
| |||
...you probably know, epoll is in core.sys.linux.epoll.d . kqueue obviously need someone... | |||
October 04, 2013 Learn » Re: Executable memory | |||
|---|---|---|---|
| |||
...to work for me
import core.sys.posix.sys.mman;
void main()
{
// NOTE: you did... | |||
October 04, 2013 Learn » Re: Executable memory | |||
|---|---|---|---|
| |||
...slen;
mov EBX, fd;
mov EAX, 4; // sys_write
int 0x80;
}
else version(D_InlineAsm... | |||
October 04, 2013 Learn » Re: Executable memory | |||
|---|---|---|---|
| |||
...would be like this:
import core.sys.posix.sys.mman;
void main()
{
// the operating system... | |||
October 04, 2013 General » Re: epoll,kqueue support | |||
|---|---|---|---|
| |||
...int maxevents, int timeout); import core.sys.posix.sys.time; } Then you use epoll_create... | |||
October 02, 2013 Genel » Yönetici Olarak Çalışmaya Zorlama | |||
|---|---|---|---|
| |||
...geteuid() imiş:
```
import std.stdio;
import core.sys.posix.unistd;
void main()
{
if (geteuid() == 0... | |||
September 28, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 4c8914: Correct permissions for windows.d source file. | |||
|---|---|---|---|
| |||
...paths:
A src/core/sys/windows/windows.d
R src/core/sys/windows/windows.d... | |||
September 28, 2013 Learn » Re: core/sys/windows/windows.d is executable | |||
|---|---|---|---|
| |||
Pull request sent: https://github.com/D-Programming-Language/druntime/pull/618 I'll file... | |||
September 28, 2013 Learn » Re: core/sys/windows/windows.d is executable | |||
|---|---|---|---|
| |||
Sure. Can't remember off the top of my head if/how git handles this... | |||
September 28, 2013 Learn » Re: core/sys/windows/windows.d is executable | |||
|---|---|---|---|
| |||
Wouldn't it make more sense to automatically remove execute permission instead of testing against... | |||
Copyright © 1999-2021 by the D Language Foundation