[hackers] [slstatus] Makefile: add distclean target || Quentin Rameau

2018-04-30 Thread git
commit d42870d6ca7fb587b38f8cf6d6821ae33a53a696 Author: Quentin Rameau AuthorDate: Mon Apr 30 16:14:05 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 16:27:07 2018 +0200 Makefile: add distclean target diff --git a/Makefile b/Makefile

[hackers] [slstatus] Makefile: move OS-specific libs to configure script || Quentin Rameau

2018-04-30 Thread git
commit 2ea3d46f1341716daa1370f0f19d1fc571c3e63a Author: Quentin Rameau AuthorDate: Mon Apr 30 16:13:12 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 16:27:07 2018 +0200 Makefile: move OS-specific libs to configure script diff --git

[hackers] [slstatus] Makefile: separate default flags from user flags || Quentin Rameau

2018-04-30 Thread git
commit 95665e437b8f556db4d5499e189e224e3c6e6a12 Author: Quentin Rameau AuthorDate: Mon Apr 30 16:11:45 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 16:27:07 2018 +0200 Makefile: separate default flags from user flags diff --git

[hackers] [slstatus] Update LICENSE for Quentin Rameau || Aaron Marcher

2018-04-30 Thread git
commit 085431b2826ff345c6f8580a72f3fff6f8138785 Author: Aaron Marcher AuthorDate: Mon Apr 30 15:44:41 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:44:41 2018 +0200 Update LICENSE for Quentin Rameau diff --git a/LICENSE b/LICENSE index

[hackers] [slstatus] Makefile: detect running OS || Quentin Rameau

2018-04-30 Thread git
commit 92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:31 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:40:20 2018 +0200 Makefile: detect running OS diff --git a/Makefile b/Makefile index

[hackers] [slstatus] cpu: OS split || Quentin Rameau

2018-04-30 Thread git
commit f088dbfea06363a84533bb9f1a84f756c46bc3b2 Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:33 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:41:09 2018 +0200 cpu: OS split diff --git a/Makefile b/Makefile index

[hackers] [slstatus] uptime: OS split || Quentin Rameau

2018-04-30 Thread git
commit 19f3c8f545237f9db5e994220f3529b192b4bf39 Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:38 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:42:08 2018 +0200 uptime: OS split diff --git a/Makefile b/Makefile index

[hackers] [slstatus] entropy: OS split || Quentin Rameau

2018-04-30 Thread git
commit 3cc649e34c61f557da885260d5542c805e66b0d8 Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:34 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:41:31 2018 +0200 entropy: OS split diff --git a/Makefile b/Makefile index

[hackers] [slstatus] temperature: OS split || Quentin Rameau

2018-04-30 Thread git
commit 71eb1d321d1937b9fc96891fa47211a9e65a1e5e Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:37 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:42:00 2018 +0200 temperature: OS split diff --git a/Makefile b/Makefile index

[hackers] [slstatus] wifi: OS split || Quentin Rameau

2018-04-30 Thread git
commit 97ff66522c098ddd8f0c106deae1c5065cdb5920 Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:39 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:42:16 2018 +0200 wifi: OS split diff --git a/Makefile b/Makefile index

[hackers] [slstatus] ram: OS split || Quentin Rameau

2018-04-30 Thread git
commit 259e106b4fbdca3df8dd660f70edf0585f14b6f6 Author: Quentin Rameau AuthorDate: Mon Apr 30 15:14:35 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 15:41:43 2018 +0200 ram: OS split diff --git a/Makefile b/Makefile index

[hackers] [PATCH 7/9] temperature: OS split

2018-04-30 Thread Quentin Rameau
--- Makefile | 2 +- components/Linux/temperature.c | 15 +++ components/{ => OpenBSD}/temperature.c | 15 +-- 3 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 components/Linux/temperature.c rename components/{

[hackers] [PATCH 4/9] entropy: OS split

2018-04-30 Thread Quentin Rameau
--- Makefile | 2 +- components/{ => Linux}/entropy.c | 4 +--- components/OpenBSD/entropy.c | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename components/{ => Linux}/entropy.c (82%) create mode 100644 components/OpenBSD/entropy.c diff --git a/Makefile

[hackers] [PATCH 2/9] battery: OS split

2018-04-30 Thread Quentin Rameau
--- Makefile | 2 +- components/{ => Linux}/battery.c | 35 +-- components/OpenBSD/battery.c | 32 3 files changed, 34 insertions(+), 35 deletions(-) rename components/{ => Linux}/battery.c (63%)

[hackers] Split component sources per OS

2018-04-30 Thread Quentin Rameau
I think we reached the point, it's time now to separate sources in their own OS-specific directories. Feel free to squash the whole set if you prefer.

[hackers] [PATCH 8/9] uptime: OS split

2018-04-30 Thread Quentin Rameau
--- Makefile | 2 +- components/Linux/uptime.c | 24 components/{ => OpenBSD}/uptime.c | 25 + 3 files changed, 26 insertions(+), 25 deletions(-) create mode 100644 components/Linux/uptime.c rename components/{

[hackers] [slstatus] cpu_freq: Port to OpenBSD || Aaron Marcher

2018-04-30 Thread git
commit 3fe1db88922f9c06ee92ad6b6655ca0788aef93b Author: Aaron Marcher AuthorDate: Mon Apr 30 13:20:24 2018 +0200 Commit: Aaron Marcher CommitDate: Mon Apr 30 13:20:24 2018 +0200 cpu_freq: Port to OpenBSD In OpenBSD CPU frequency gets fetched