Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cytune: fix printf type warning | Sami Kerola | 2011-09-29 | 1 | -3/+3 |
| | | | | | | conversion specifies type 'unsigned long' but the argument has type 'unsigned long *' Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: coding style fixes | Sami Kerola | 2011-09-29 | 1 | -329/+347 |
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: refactor main(), new function query_tty_stats() | Sami Kerola | 2011-09-29 | 1 | -124/+127 |
| | | | | | | | This commit also moves global variables to the beginning of the file, or to function scope where they belong. Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: use libc error printing facilities | Sami Kerola | 2011-09-29 | 1 | -63/+27 |
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: check numeric user inputs | Sami Kerola | 2011-09-29 | 1 | -10/+11 |
| | | | | | | Checks use strtol_or_err() from strutils.h Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: add long options and usage() | Sami Kerola | 2011-09-29 | 1 | -6/+45 |
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> | ||||
* | cytune: fix compiler warnings [-Wsign-compare] | Karel Zak | 2011-08-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Karel Zak <kzak@redhat.com> | ||||
* | cytune: remove unused variable | Karel Zak | 2011-06-08 | 1 | -4/+1 |
| | | | | | | | cytune.c: In function ‘summary’: cytune.c:105:9: warning: variable ‘j’ set but not used [-Wunused-but-set-variable] Signed-off-by: Karel Zak <kzak@redhat.com> | ||||
* | sys-utils: make use xalloc wrappers | Davidlohr Bueso | 2010-11-01 | 1 | -6/+3 |
| | | | | Signed-off-by: Davidlohr Bueso <dave@gnu.org> | ||||
* | cytune: remove linux/tty.h inclusion | Karel Zak | 2007-07-19 | 1 | -1/+0 |
| | | | | | | The <linux/tty.h> file is empty. It's __KERNEL__ only. Signed-off-by: Karel Zak <kzak@redhat.com> | ||||
* | Imported from util-linux-2.12i tarball. | Karel Zak | 2006-12-07 | 1 | -6/+1 |
| | |||||
* | Imported from util-linux-2.11o tarball. | Karel Zak | 2006-12-07 | 1 | -2/+1 |
| | |||||
* | Imported from util-linux-2.11m tarball. | Karel Zak | 2006-12-07 | 1 | -12/+16 |
| | |||||
* | Imported from util-linux-2.11b tarball. | Karel Zak | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | Imported from util-linux-2.10s tarball. | Karel Zak | 2006-12-07 | 1 | -10/+8 |
| | |||||
* | Imported from util-linux-2.10m tarball. | Karel Zak | 2006-12-07 | 1 | -2/+4 |
| | |||||
* | Imported from util-linux-2.9v tarball. | Karel Zak | 2006-12-07 | 1 | -57/+77 |
| | |||||
* | Imported from util-linux-2.8 tarball. | Karel Zak | 2006-12-07 | 1 | -1/+4 |
| | |||||
* | Imported from util-linux-2.7.1 tarball. | Karel Zak | 2006-12-07 | 1 | -2/+2 |
| | |||||
* | Imported from util-linux-2.5 tarball. | Karel Zak | 2006-12-07 | 1 | -0/+424 |