Age | Commit message (Collapse) | Author |
|
device
|
|
|
|
|
|
|
|
manipulations at boot time, a la sysctl
|
|
|
|
|
|
|
|
|
|
|
|
In case we're taking over the console after a killed X server.
https://bugzilla.redhat.com/show_bug.cgi?id=771563
|
|
The KDSKBMODE ioctl wants a value directly, not its address.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fgets() does not set errno on EOF.
|
|
|
|
|
|
|
|
Detected by "cppcheck" (actually it detected a file descriptor leak)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signal_to_string:
Produce names for SIGRTMIN+n.
Never give an "n/a" result. In the worst case give the number itself as
a string.
signal_from_string:
Parse "RTMIN+n".
Parse any valid signal number.
|
|
positives
|
|
|
|
|
|
cpu+cpuacct to the default
|
|
|
|
|
|
If a device node is specified, then adjust the bandwidth/weight of it,
otherwise find the backing block device of the file system the path
refers to and adjust its bandwidth/weight.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
an array
|
|
|
|
|