Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed the makefile (we need a better one)
|
|
|
|
worth making, because the clock would act weird if this used to work with cpu_perc().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more info && added bound checks for fscanf() in hostname() (a dirty hack) && fixed a bug or two && some tiny style corrections
|
|
|
|
|
|
|
|
|
|
&& trying to fix possible buffer overflow
|
|
|
|
snd_mixer_selem_get_playback_volume_range bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I know formatting commits suck... And I try to avoid them.
But this commit was absolutely necessary... The coding style in this
program was not ok and not the same over the whole program.
The commit is hard to read, but this is what I changed:
- Tabs for indentation instead of spaces
- Same style over the whole program (suckless style)
|
|
|
|
|
|
|
|
|
|
|