libuv/src/unix
ci-innoq c438e739a8 fsevents: remove kFSEventStreamCreateFlagNoDefer polyfill
The kFSEventStreamCreateFlagNoDefer flag is already
defined in CarbonCore/FSEvents.h since OS X 10.5.

Fixes #1000.
2013-11-23 12:20:30 +04:00
..
aix.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
async.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
atomic-ops.h unix: add atomic-ops.h 2013-10-20 13:58:34 +02:00
core.c unix: set close-on-exec flag on received fds 2013-11-15 23:13:06 +01:00
darwin-proctitle.c Merge branch 'v0.10' 2013-10-28 20:59:10 +04:00
darwin.c Merge remote-tracking branch 'origin/v0.10' 2013-11-13 13:52:53 +01:00
dl.c openbsd: fix dlerror() const correctness warning 2013-08-05 02:45:59 +02:00
freebsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
fs.c netbsd, openbsd: enable futimes() wrapper 2013-11-16 23:01:14 +01:00
fsevents.c fsevents: use FlagNoDefer for FSEventStreamCreate 2013-11-10 13:05:27 +04:00
getaddrinfo.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
internal.h fsevents: remove kFSEventStreamCreateFlagNoDefer polyfill 2013-11-23 12:20:30 +04:00
kqueue.c Merge remote-tracking branch 'origin/v0.10' 2013-11-13 13:52:53 +01:00
linux-core.c Merge branch 'v0.10' 2013-11-12 15:30:54 +04:00
linux-inotify.c unix, windows: add uv_fs_event_start/stop functions 2013-10-12 20:37:05 +02:00
linux-syscalls.c linux: move files out of src/unix/linux 2013-01-29 17:07:41 +01:00
linux-syscalls.h unix: support for android builds 2013-05-25 21:16:52 +02:00
loop-watcher.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
loop.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
netbsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
openbsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
pipe.c include: remove uv_strlcat() and uv_strlcpy() 2013-11-03 03:50:23 +01:00
poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
process.c unix: return exec errors from uv_spawn, not async 2013-11-07 22:10:38 +01:00
proctitle.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
pthread-fixes.c unix: support for android builds 2013-05-25 21:16:52 +02:00
signal.c Merge remote-tracking branch 'origin/v0.10' 2013-10-18 17:29:19 +02:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c unix: nicer error message when kqueue() fails 2013-11-18 21:00:14 +01:00
sunos.c Merge branch 'v0.10' 2013-11-12 15:30:54 +04:00
tcp.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
thread.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
threadpool.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
timer.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
tty.c unix: make uv_tty_reset_mode() async signal-safe 2013-10-20 13:58:34 +02:00
udp.c linux: don't turn on SO_REUSEPORT socket option 2013-10-30 09:41:52 +01:00
uv-dtrace.d unix: dtrace probes for tick-start and tick-stop 2013-04-10 14:10:05 +02:00