Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jh/freebsdcpu/OTP-12796' | Björn-Egil Dahlberg | 2015-06-03 | 4 | -9/+92 |
|\ | |||||
| * | os_mon: Comply with C89 standard | Björn-Egil Dahlberg | 2015-06-02 | 1 | -11/+12 |
| * | os_mon: Update docs for FreeBSD | Wasif Malik and Johannes Huning | 2015-05-26 | 1 | -1/+1 |
| * | os_mon: Implement cpu_sup:util/0,1 for FreeBSD | Wasif Malik and Johannes Huning | 2015-05-26 | 3 | -8/+90 |
* | | Merge branch 'ethercrow/maint' | Zandra Hird | 2015-05-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | Make cpu_sup:util/0 spec lie less | Dmitry Ivanov | 2015-05-26 | 1 | -1/+1 |
| |/ | |||||
* | | Update application versions | Hans Bolinder | 2015-05-27 | 1 | -1/+1 |
|/ | |||||
* | Revert "Prepare release" | Henrik Nord | 2015-05-13 | 2 | -20/+1 |
* | Prepare release | Erlang/OTP | 2015-05-12 | 2 | -1/+20 |
* | Merge branch 'aw/native-cpu_sup/OTP-12730' | Björn-Egil Dahlberg | 2015-05-11 | 2 | -78/+128 |
|\ | |||||
| * | os_mon: rename send() to sendi() in cpu_sup.c | Alex Wilson | 2014-12-29 | 1 | -11/+11 |
| * | os_mon: cpu_sup should use native sysctl/libkvm calls on BSD | Alex Wilson | 2014-12-29 | 2 | -71/+121 |
* | | Prepare release | Erlang/OTP | 2015-03-31 | 2 | -1/+29 |
* | | Handle big loadavg values correctly | Viacheslav V. Kovalev | 2015-03-18 | 1 | -1/+1 |
* | | Fix compile breakage on OpenBSD | Alex Wilson | 2014-12-11 | 1 | -1/+1 |
|/ | |||||
* | Update release notes | Erlang/OTP | 2014-09-15 | 1 | -0/+17 |
* | Update version numbers | Erlang/OTP | 2014-09-15 | 1 | -1/+1 |
* | Clarify error for slow `cpu_sup` port init | Luca Favatella | 2014-08-29 | 1 | -5/+7 |
* | os_mon: Fix so that all testcases are run | Lukas Larsson | 2014-08-06 | 1 | -12/+7 |
* | os_mon: Ignore posix_only on windows and solaris | Lukas Larsson | 2014-08-06 | 2 | -5/+6 |
* | Add 'disksup_posix_only' parameter to disksup | Johannes Weißl | 2014-07-01 | 3 | -12/+52 |
* | Update release notes | Erlang/OTP | 2014-04-07 | 1 | -0/+42 |
* | os_mon: test tweaks | Dan Gudmundsson | 2014-03-28 | 2 | -11/+12 |
* | Raspberry PI / Android a minimal cross-compile configuration | Dmitry Kolesnikov | 2014-03-21 | 1 | -2/+6 |
* | Introduce runtime_dependencies in .app files | Rickard Green | 2014-03-20 | 1 | -1/+4 |
* | Bump versions and ensure that all are "normal" versions | Rickard Green | 2014-03-20 | 1 | -1/+1 |
* | Add test suites performing app and appup file checks | Tobias Schlager | 2014-02-24 | 1 | -3/+6 |
* | Fix non-library appup files according to issue #240 | Tobias Schlager | 2014-02-18 | 1 | -23/+4 |
* | Merge tag 'OTP_R16B03' | Magnus Lidén | 2013-12-10 | 2 | -1/+17 |
|\ | |||||
| * | Prepare releaseOTP_R16B03 | Erlang/OTP | 2013-12-09 | 2 | -1/+17 |
* | | Merge branch 'maint' | Fredrik Gustafsson | 2013-11-04 | 1 | -10/+9 |
|\ \ | |/ | |||||
| * | Fix incorrect reporting of memory on OS X via memsup. | Christopher Meiklejohn | 2013-10-31 | 1 | -10/+9 |
* | | Merge tag 'OTP_R16B02' | Magnus Lidén | 2013-09-17 | 2 | -1/+38 |
|\ \ | |/ | |||||
| * | Prepare releaseOTP_R16B02 | Erlang/OTP | 2013-09-16 | 2 | -1/+38 |
* | | Merge branch 'maint' | Fredrik Gustafsson | 2013-09-06 | 3 | -2/+9 |
|\ \ | |/ | |||||
| * | Fix broken cpu_sup:nprocs and others on Solaris 64-bit | Simon Cornish | 2013-09-02 | 2 | -2/+3 |
| * | Fix some compiler warnings | Simon Cornish | 2013-09-02 | 1 | -0/+5 |
| * | Remove object files when cleaning | Simon Cornish | 2013-09-02 | 1 | -0/+1 |
* | | Merge branch 'maint' | Lukas Larsson | 2013-08-08 | 2 | -1/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'lukas/smoketests/OTP-11221' into maint | Lukas Larsson | 2013-08-08 | 2 | -1/+5 |
| |\ | |||||
| | * | Add smoke tests | Lukas Larsson | 2013-08-05 | 2 | -1/+5 |
* | | | Merge branch 'maint' | Fredrik Gustafsson | 2013-08-01 | 2 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix compilation on Solaris | Maciej Małecki | 2013-07-26 | 2 | -2/+3 |
| |/ | |||||
* | | Merge branch 'maint' | Björn-Egil Dahlberg | 2013-07-22 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'egil/os_mon/fix-bsd-disksup/OTP-11207' into maint | Björn-Egil Dahlberg | 2013-07-22 | 1 | -2/+2 |
| |\ | |||||
| | * | os_mon: Fix openbsd diskspace queries | Björn-Egil Dahlberg | 2013-07-18 | 1 | -1/+1 |
| | * | os_mon: Fix freebsd diskspace queries | Björn-Egil Dahlberg | 2013-07-18 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Björn-Egil Dahlberg | 2013-07-22 | 1 | -157/+138 |
|\ \ \ | |/ / | |||||
| * | | os_mon: Relax disksup_SUITE test even more | Björn-Egil Dahlberg | 2013-07-19 | 1 | -21/+21 |
| * | | os_mon: Refactor disksup_SUITE | Björn-Egil Dahlberg | 2013-07-18 | 1 | -145/+117 |