aboutsummaryrefslogtreecommitdiff
path: root/src/platform_linux.cc
AgeCommit message (Expand)Author
2011-10-28linux: unbreak build if HAVE_MONOTONIC_CLOCK=0Ben Noordhuis
2011-10-18Remove process.memoryUsage().vsizeRyan Dahl
2011-10-13platform: support long process names on linuxBen Noordhuis
2011-10-07use uv for memory and loadavg functionsFedor Indutny
2011-07-15Use uv_exepathRyan Dahl
2011-07-04Check that PR_SET_NAME is defined.Ben Noordhuis
2011-05-20Rework getNetworkInterfaces() for Linux, SunOS, Mac OS XRobert Mustacchi
2011-03-17Remove bad assert in GetInterfaceAddressesRyan Dahl
2011-03-16os.getNetworkInterfaces()Ryan Dahl
2011-03-14Merge branch 'v0.4'Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-09Use higher resolution clock for uptime on Linux (if available).Tom Hughes
2011-03-07Add process.uptime().Tom Hughes
2011-02-19Fix os.cpus() on cygwinBrian White
2010-12-22Add more functionality to the os moduleBrian White
2010-10-22Fix parsing of linux memoryVitali Lovich
2010-08-11Implement process.title for linuxRyan Dahl
2010-08-11Stub out process.titleRyan Dahl
2010-07-12Coverity fixes: src/platform_linux.ccPeter Griess
2010-06-22Initial implementation of process.execPathMarshall Culpepper
2010-06-17Fix platform_linux.cc, missing includeRyan Dahl
2010-06-17Add platform files, move getmem to node::OS class.Ryan Dahl