summaryrefslogtreecommitdiff
path: root/src/platform_freebsd.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove process.memoryUsage().vsizeRyan Dahl2011-10-181-2/+1
* use uv for memory and loadavg functionsFedor Indutny2011-10-071-43/+0
* platform: fix GetFreeMemory() on 64 bits freebsdArtem Zaytsev2011-08-121-1/+1
* Use uv_exepathRyan Dahl2011-07-151-14/+0
* sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 3...avz2011-07-061-6/+2
* os.getNetworkInterfaces()Ryan Dahl2011-03-161-0/+6
* Merge branch 'v0.4'Ryan Dahl2011-03-141-0/+21
|\
| * Update copyright headersRyan Dahl2011-03-141-0/+21
* | Add process.uptime().Tom Hughes2011-03-071-1/+2
|/
* Add more functionality to the os moduleBrian White2010-12-221-5/+134
* Fix executable path on FreeBSD.Brian White2010-12-011-0/+1
* Add freebsd's process.title support.Vanilla Hsu2010-08-131-4/+11
* Stub out process.titleRyan Dahl2010-08-111-0/+16
* Initial implementation of process.execPathMarshall Culpepper2010-06-221-0/+12
* Add platform files, move getmem to node::OS class.Ryan Dahl2010-06-171-0/+45