summaryrefslogtreecommitdiff
path: root/lib/os.js
Commit message (Expand)AuthorAgeFilesLines
* lib: replace Symbol.toPrimitive to SymbolToPrimitive primordialsSebastien Ahkrin2020-02-061-12/+12
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2020-02-061-0/+1
* lib: flatten access to primordialsMichaël Zasso2020-02-061-2/+4
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* lib: refactor Error.captureStackTrace() usageRuben Bridgewater2019-03-231-6/+9
* src: simplify loop arithmetic in `GetCPUInfo`Gireesh Punathil2019-02-211-8/+9
* os: add fallback for undefined CPUsMinwoo Jung2019-01-161-1/+2
* os: improve networkInterfaces() performanceBrian White2019-01-141-18/+29
* lib: move DEP0023 to end of lifecjihrig2019-01-061-6/+0
* os: move process.binding('os') to internalBindingbriete2018-12-201-1/+1
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-1/+1
* os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung2018-11-141-17/+15
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* util: make util binding internalcjihrig2018-09-051-1/+2
* os: don't use getCheckedFunction() in userInfo()cjihrig2018-09-031-3/+15
* os: add os.{get,set}Priority()cjihrig2018-08-221-1/+36
* os: destructure ERR_SYSTEM_ERROR properlycjihrig2018-08-201-1/+1
* os: improve networkInterfaces performanceRuben Bridgewater2018-08-201-10/+57
* lib: remove unnecessary assignment of exportsDaniel Bevenius2018-04-221-1/+1
* errors: improve SystemError messagesJoyee Cheung2018-04-051-2/+2
* lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz2018-02-161-4/+4
* os: migrate node_os.cc to internal/errorsJames M Snell2017-11-021-6/+28
* lib: use destructuring for some constantsWeijia Wang2017-10-161-3/+3
* os: make EOL configurable and read onlyXadillaX2017-08-211-5/+13
* os: add CIDR supportMudit Ameta2017-08-141-1/+17
* os: refactor os structure, add Symbol.toPrimitiveJames M Snell2017-05-011-44/+79
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* os: improve cpus() performanceBrian White2017-03-021-1/+22
* os: improve loadavg() performanceBrian White2017-02-251-1/+7
* lib: add static identifier codes for all deprecationsJames M Snell2017-01-301-2/+4
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-2/+3
* os: deprecate `tmpDir()` in favour of `tmpdir()`Jeremiah Senkpiel2016-06-301-1/+2
* src: refactor require('constants')James M Snell2016-05-171-0/+6
* os: add userInfo() methodcjihrig2016-04-121-0/+1
* lib: refactor code with startsWith/endsWithJackson Tian2016-03-231-5/+5
* lib: remove unused modulesRich Trott2015-12-251-1/+0
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-031-2/+4
* os: add homedir()cjihrig2015-06-051-0/+2
* os: refine tmpdir() trailing slash strippingcjihrig2015-05-131-1/+4
* os: remove trailing slash from os.tmpdir()Christian Tellnes2015-04-281-2/+6
* lib: use const to define constantscjihrig2015-01-211-3/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib,src: make os.endianness() inlinableBen Noordhuis2014-11-111-1/+5
* lintisaacs2013-03-281-2/+2
* os: use %SystemRoot% or %windir% in os.tmpdir()Suwon Chae2013-03-281-6/+13
* os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis2013-01-301-1/+3
* os: add os.endianness() functionNathan Rajlich2012-11-081-0/+1
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-4/+3