Commit Graph

27 Commits

Author SHA1 Message Date
Ingo Feinerer c1dc896c80 Add native OpenBSD support for mute/volume
Based on functionality in dstat by Joerg Jung.
2019-02-13 13:35:44 +01:00
Aaron Marcher b6d0bd2fe4 Update LICENSE 2019-02-05 09:32:47 +01:00
Aaron Marcher 1452a44832 Add Ian Remmler to LICENSE 2018-06-04 14:07:20 +02:00
Aaron Marcher c0436810ef Update LICENSE for Quentin 2018-05-29 22:26:40 +02:00
Aaron Marcher 5d6415608b Update LICENSE for Tobias 2018-05-28 16:17:03 +02:00
Aaron Marcher cf2b604507 Add Michael Buch to LICENSE 2018-05-23 10:12:20 +02:00
Aaron Marcher d8ce4e6942 Add David Demelier to LICENSE 2018-05-20 22:16:39 +02:00
Aaron Marcher ca02afb1d9 Add he4d to LICENSE 2018-05-16 08:13:09 +02:00
Aaron Marcher 0f7a34fa31 Add josuah to LICENSE 2018-05-08 15:06:55 +02:00
Laslo Hunhold 9750a3d731 Use indentation to increase readability
Granted, this style is definitely not common, but for the short
utility-functions of this program it's just the right choice. This
provides great flexibility, such that in the long run, it will be
possible to also share code between the OS-implementations.

This also keeps the state-keeping at a minimum and makes it clearer
which functions are implemented on which OS without having to jiggle
around with too many files in the process.
2018-05-01 19:43:49 +02:00
Laslo Hunhold 42edfea89a Revert component-split
this reverts the commits from 92ab9ef52e up to
d42870d6ca.

After heavy consideration, the component split has more disadvantages
than advantages, especially given there will be utility-functions
sharing quite a lot of code that would then need to be duplicated, as it
does not fit into the util.c due to its speciality.

One big advantage of the component-wise build is readability, and
without doubt, this was achieved here. This point will be addressed
with a different approach that will be visible in the upcoming commits.

One big disadvantage of the component build is the fact that it
introduces state to the build process which is not necessary. Before its
introduction, the only influencing factors where the system-defines
__linux__ and __OpenBSD__. With the components, we are also relying on
the output of uname(1).
Additionally, if the os.mk is not present, make gives the output

     $ make
     Makefile:5: os.mk: No such file or directory
     make: *** No rule to make target 'os.mk'.  Stop.

This could easily be fixed by providing some sort of meta-rule for this
file, however, it indicates the problem we have here, and this entire
statefulness will heavily complicate packaging of this tool and makes
the build process much more complex than it actually has to be.
2018-05-01 19:43:34 +02:00
Aaron Marcher 085431b282 Update LICENSE for Quentin Rameau 2018-04-30 15:44:41 +02:00
Aaron Marcher 7baad64a4b Sort LICENSE according to first commit 2018-04-29 18:50:44 +02:00
Aaron Marcher 57b1c1719f Update LICENSE for parazyd 2018-04-29 16:05:53 +02:00
Aaron Marcher 53ecbcb3ad Update LICENSE for Ali H. Fardan 2018-04-29 13:02:08 +02:00
Aaron Marcher 8601c27264 Add Darron Anderson to LICENSE
Thank you for your contribution.
2018-04-14 19:44:54 +02:00
Aaron Marcher 8bfe4b2e28
Update LICENSE year for myself. 2018-01-06 23:40:05 +01:00
Aaron Marcher 52d60c0862
Update LICENSE for parazyd 2017-10-24 11:23:27 +02:00
Aaron Marcher 0c2ee7df91
Updated LICENSE
Extended Ali H. Fardan contribution dates
2017-08-12 12:55:53 +02:00
Aaron Marcher 6b8384ef2f
Reformatted LICENSE to fit 75 character width 2017-08-10 22:43:56 +02:00
Aaron Marcher b3eed601e5
Moved contributors to LICENSE 2017-08-10 21:06:48 +02:00
Aaron Marcher dad6dc6300
Copyright sign (C) is not required in LICENSE
According to https://opensource.org/licenses/ISC
2017-08-10 20:32:14 +02:00
Aaron Marcher 999cf00490
new arg.h version by frign 2017-08-10 11:31:57 +02:00
Aaron Marcher 3847911771
happy new year! 2017-01-07 21:28:22 +01:00
Aaron Marcher 6239e5de17 added name to LICENSE 2016-10-05 22:56:25 +02:00
Aaron Marcher 58c1631235 this project is now licensed under the ISC license 2016-08-15 16:10:42 +02:00
Aaron Marcher 47a0e8dec3 Initial commit 2016-03-04 10:46:19 +01:00