History log of /libuv/src/unix/freebsd.c (Results 51 – 65 of 65)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: node-v0.7.10, node-v0.6.19, node-v0.7.9, node-v0.6.18, node-v0.6.16, node-v0.6.17, node-v0.7.8, node-v0.6.15, node-v0.6.14, node-v0.6.13, node-v0.7.6, node-v0.6.12, node-v0.6.11, node-v0.7.4
# 372ed189 09-Feb-2012 Frank Denis

Add more fixes for Dragonfly BSD.

Revision tags: node-v0.6.10, node-v0.7.2, node-v0.6.9, node-v0.7.1, node-v0.7.0, node-v0.6.8, node-v0.6.7, node-v0.6.6, node-v0.6.4, node-v0.6.3, node-v0.6.2, node-v0.6.1, node-v0.6.0, node-v0.5.10, node-v0.5.9, node-v0.5.8
# ceff85dc 27-Sep-2011 Ben Noordhuis

unix: fix compile error in freebsd.c

Fixes joyent/node#2606.

# 9db39bb7 27-Sep-2011 Ben Noordhuis

unix: don't use C99 comments in C89 source

# 8e50b604 15-Dec-2011 okuoku

freebsd: Fix build

Fixes #280

# 3d189de6 13-Dec-2011 Igor Zinkovsky

platform api

# 89ea3be6 12-Nov-2011 Frank Denis

Add support for DragonFly BSD by sharing code for FreeBSD.

# 61ef8cc9 26-Sep-2011 Ben Noordhuis

freebsd: remove unused variables

# d3967992 21-Oct-2011 Ben Noordhuis

Change return type of uv_get_*_memory() functions

... from double to uint64_t. Limit use of floating point in public API as much
as possible.

# d1016de5 06-Oct-2011 okuoku

FreeBSD: Fix FreeBSD build.

# 8e9a3384 22-Sep-2011 Ben Noordhuis

unix: implement kqueue file watcher API

kqueue fds are not embeddable into other pollsets (select, poll, kqueue).
Hack the libev event loop to receive kqueue events with filter flags int

unix: implement kqueue file watcher API

kqueue fds are not embeddable into other pollsets (select, poll, kqueue).
Hack the libev event loop to receive kqueue events with filter flags intact.

show more ...

# a35591bb 01-Oct-2011 Fedor Indutny

os: implement loadavg (not working on cygwin/win)

# 33cb8775 01-Oct-2011 Fedor Indutny

os: implement memory bindings

* us_get_free_memory
* us_get_total_memory

# 23796d20 27-Sep-2011 Erick Tryzelaar

Fixes #76. Unify OS error reporting

As a nice fringe benefit, this also shaves a word
off of a windows TCP handle by replacing "uv_err_t
bind_error" with "int bind_error".

# 3368d6c1 22-Sep-2011 Ben Noordhuis

unix: stub file watcher implementation

The file watcher API has not been implemented on all Unices yet.
Provide stubs on those platforms so libuv at least compiles.

Revision tags: node-v0.5.7, node-v0.5.6
# 5fd68a01 31-Aug-2011 Ryan Dahl

Move unix platform files into src/unix

123