summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add OpenBSD support in volume.cparazyd2018-04-292-4/+9
|
* Update LICENSE for Ali H. FardanAaron Marcher2018-04-291-1/+1
|
* Remove ipv{4,6}() from todo in READMEAaron Marcher2018-04-291-1/+0
|
* ip: add OpenBSD supportAli H. Fardan2018-04-291-2/+5
| | | | ip.c already works on OpenBSD, it's just missing some headers:
* Remove non-portable functions from config.def.hAaron Marcher2018-04-161-3/+1
|
* Add Darron Anderson to LICENSEAaron Marcher2018-04-141-0/+1
| | | | Thank you for your contribution.
* Remove ram_*() from READMEAaron Marcher2018-04-141-1/+0
|
* Add OpenBSD RAM statsDarron Anderson2018-04-141-1/+75
|
* Format error messages properlyAaron Marcher2018-03-2815-33/+55
| | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message
* Remove program name from error messagesAaron Marcher2018-03-281-1/+1
|
* Get rid of err.h as it is not portableAaron Marcher2018-03-2813-46/+36
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* Remove unnecessary headersAaron Marcher2018-03-281-2/+0
|
* Remove ALSA dependency from READMEAaron Marcher2018-03-261-2/+1
| | | | | ALSA is not a dependency anymore as we use /dev/mixer. The corresponding notice about PulseAudio is thus not necessary too.
* More robust preprocessor switchesAaron Marcher2018-03-2110-17/+17
| | | | | Replace #ifdef with #if defined() and #elif with #elif defined() as it should only test if it is defined or not.
* uptime: Port to OpenBSD.Aaron Marcher2018-03-202-6/+30
| | | | In OpenBSD uptime gets fetched using sysctl now.
* battery_perc: Port to OpenBSD.Aaron Marcher2018-03-192-2/+30
| | | | In OpenBSD battery percentage gets fetched using apm now.
* README: Add list of non-portable functionsAaron Marcher2018-03-181-0/+12
|
* Build Linux-only functions only on LinuxAaron Marcher2018-03-1810-0/+20
|
* README: Add TodoAaron Marcher2018-03-181-0/+5
|
* Merge pull request #43 from SiIky/unknown_strAaron Marcher2018-02-171-1/+3
|\ | | | | Print unknown_str in case of error
| * Print unknown_str in case of errorSiIky2018-02-171-1/+3
|/ | | | | func can return NULL in case of error, but no checking is done when printing, and unknown_str wasn't being used anywhere.
* Update LICENSE year for myself.Aaron Marcher2018-01-061-1/+1
|
* Fix a bug in wifi_essid().Aaron Marcher2018-01-061-0/+1
| | | | | When an invalid interface name is passed to wifi_essid() it does not close opened sockets.
* Small fixes in config.mkAaron Marcher2017-12-031-2/+2
|
* Update LICENSE for parazydAaron Marcher2017-10-241-1/+1
|
* Return actual percentage for wifi_perc()parazyd2017-10-241-3/+7
| | | | | | Implement basic percentage calculation for wifi_perc. With this commit, the function returns correct percentage, since the max of what /proc/net/wireless returns is 70.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-2420-40/+40
| | | | This brings us a lot more tidiness.
* Get rid of HDR variableLaslo Hunhold2017-09-181-4/+3
| | | | | | | | | | The HDR variable is used for general purpose headers, which are not given in this project. arg.h and config.h are only needed for slstatus.c, not every component $(COM:=.c). This also fixes a problem introduced in e04a3853643df1c98a451969d515d8850f138bcc, where config.h is pulled into the tarball.
* Simplify MakefileLaslo Hunhold2017-09-181-20/+1
|
* Fix missing config.h in MakefileQuentin Rameau2017-09-181-1/+4
|
* Added LICENSE statements to all source filesAaron Marcher2017-09-1721-0/+21
|
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-173-3/+6
|
* Rewrite Makefile to accomodate file splitLaslo Hunhold2017-09-173-45/+131
|
* Split into multiple filesAaron Marcher2017-09-1722-740/+826
| | | | | | | | For multiple reasons the program is now split: - Make future porting to OpenBSD easier - Assign header includes to individiual functions - Make future program extensions easier - Recompile only changed parts
* Add blank line after setlocaleAaron Marcher2017-09-161-0/+1
| | | | setlocale() has to be separated from the signal handling.
* slstatus: set localeKurt Van Dijck2017-09-161-0/+2
| | | | | | | I want my date & time printed according my locale settings. This commit enables that Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
* Added CPU iowait to READMEAaron Marcher2017-09-161-0/+1
|
* slstatus: add cpu_iowaitKurt Van Dijck2017-09-162-11/+34
| | | | | | | | | | This commit introduces the cpu_iowait item, this is the percentage of cpu time spent waiting on disks. High numbers typically indicate that your system is not responsive due to disk IO. This commit also avoid sleeping inside the cpu_perc and cpu_iowait functions: waiting in either one implies lost info for the other. Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
* Deleted slstatus.png as it is unnecessaryAaron Marcher2017-09-141-0/+0
|
* slstatus load_avg format stringKamil CholewiƄski2017-09-102-4/+4
|
* Added IPv6 address functionAaron Marcher2017-08-143-6/+39
| | | | | | - Renamed "ip" function to "ipv4" - Added "ipv6" function - Adjusted README and config.def.h accordingly
* sexy config.def.h tableAaron Marcher2017-08-141-35/+38
|
* Fix a little logic errorLaslo Hunhold2017-08-141-1/+1
|
* Add pscanf()Laslo Hunhold2017-08-141-157/+66
| | | | This reduces a lot of equivalent code to one function call.
* Refactor main()Laslo Hunhold2017-08-132-36/+41
| | | | | | | | | | | | | | | | | We remove the hack with the sleep and global "delay"-variable and use a monotonic clock to derive the desired monotonic properties of the tool. Inside each function that demands a personal delay we can then just do a nanosleep() and be done with it. It's a shame that timespec is so ugly to work with, but there's really no way to make it more beautiful. However, at this cost though we finally can set the interval times in milliseconds and not only just seconds. We remove setlocale(), because nothing good ever came out of this function. Besides that we have some more code refactoring, especially in the argument loop which saves us a bit of complexity.
* Simplify signal handling a bitLaslo Hunhold2017-08-131-7/+5
|
* Remove unnecessary prototypesLaslo Hunhold2017-08-131-3/+0
|
* Remove unnecessary blank lines after license-noticeLaslo Hunhold2017-08-132-2/+0
|
* Fix man page .Os fieldAaron Marcher2017-08-131-1/+1
|
* Added Makefile target for distribution tarballs.Aaron Marcher2017-08-131-0/+8
|