libuv/src/unix
Michael Neumann c8eebc93a9 dragonflybsd: fix uv_exepath
This fixes a bug I have noticed with nodejs:

> cat test.js
  console.log(process.execPath);

> node test.js (on DragonFly)
  node test.js

> node test.js (on Linux)
  node

PR-URL: https://github.com/libuv/libuv/pull/399
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-06-16 22:54:33 +02:00
..
aix.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
android-ifaddrs.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
async.c unix: fix for uv_async data race 2015-02-18 21:44:37 +01:00
atomic-ops.h unix: add atomic-ops.h 2013-10-20 13:58:34 +02:00
core.c dragonflybsd: fixes for nonblocking and cloexec 2015-06-16 22:54:27 +02:00
darwin-proctitle.c unix: fix long line introduced in commit 94e628fa 2015-01-21 13:04:50 +01:00
darwin.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
dl.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
freebsd.c dragonflybsd: fix uv_exepath 2015-06-16 22:54:33 +02:00
fs.c dragonflybsd: use sendfile(2) for uv_fs_sendfile 2015-06-16 22:54:33 +02:00
fsevents.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
getaddrinfo.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
getnameinfo.c unix, win: add synchronous uv_get{addr,name}info 2015-01-23 01:12:05 +01:00
internal.h unix: make sure UDP send callbacks are asynchronous 2015-05-28 11:05:45 +02:00
kqueue.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
linux-core.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
linux-inotify.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
linux-syscalls.c linux: intercept syscall when running under memory sanitizer 2015-05-05 10:26:20 +02:00
linux-syscalls.h linux: fix epoll_pwait() sigmask size calculation 2014-12-25 14:37:02 +01:00
loop-watcher.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
loop.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
netbsd.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
openbsd.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
pipe.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
poll.c unix, windows: set non-block mode in uv_poll_init 2015-01-16 10:41:00 +01:00
process.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
proctitle.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
pthread-fixes.c unix: workaround broken pthread_sigmask on Android 2014-03-06 11:54:50 +01:00
signal.c unix: fix various memory leaks and undef behavior 2013-12-07 02:29:43 +04:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
sunos.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
tcp.c unix: set non-block mode in uv_{pipe,tcp,udp}_open 2015-01-14 19:46:54 +01:00
thread.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00
timer.c unix, windows: don't allow a NULL callback on timers 2014-09-05 16:59:18 +02:00
tty.c unix: reject non-tty fds in uv_tty_init() 2015-03-11 16:45:51 +01:00
udp.c core: add ability to customize memory allocator 2015-06-02 12:05:20 +02:00