summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* script: make sure errno is zeroKarel Zak2015-07-021-0/+1
* swapon: fix restart waitpid with errno == EINTRKarel Zak2015-07-011-8/+7Star
* lib/strutils: make strmode() more genericKarel Zak2015-06-301-17/+19
* Merge branch 'sulogin'Karel Zak2015-06-302-16/+40
|\
| * sulogin: improve support for locked root accountKarel Zak2015-06-252-16/+40
* | fstrim: close dir before exit [coverity scan]Karel Zak2015-06-291-9/+15
* | rtcwake: cosmetic changesKarel Zak2015-06-291-15/+28
* | rtcwake: fix ARRAY_SIZE() usageKarel Zak2015-06-291-1/+1
* | rtcwake: don't use usage() on errorKarel Zak2015-06-291-4/+4
* | rtcwake: fix valgrind warningSami Kerola2015-06-291-1/+1
* | rtcwake: read accepted mode strings from /sys/power/stateSami Kerola2015-06-291-55/+62
* | rtcwake: make some command line options mutually exclusiveSami Kerola2015-06-291-0/+7
* | rtcwake: improve coding styleSami Kerola2015-06-291-94/+29Star
* | rtcwake: add --list-modesSami Kerola2015-06-293-3/+22
* | rtcwake: do not overwrite device nameSami Kerola2015-06-291-22/+23
* | rtcwake: clean up struct tm initializationsSami Kerola2015-06-291-13/+8Star
* | rtcwake: fix preprocessor redefinitionSami Kerola2015-06-291-4/+3Star
* | rtcwake: add human readable --date timestamp formatSami Kerola2015-06-293-7/+42
* | rtcwake: improve read_clock_mode()Sami Kerola2015-06-293-12/+22
* | rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibilitySami Kerola2015-06-291-36/+6Star
* | rtcwake: replace long if else statement with switch caseSami Kerola2015-06-291-8/+16
* | rtcwake: enumerate constant mode stringsSami Kerola2015-06-291-49/+65
* | rtcwake: add rtcwake_control and remove global variablesSami Kerola2015-06-291-62/+69
* | reset: deprecate the script, and remove reset.033cSami Kerola2015-06-294-12/+11Star
* | getopt: use $(...) command substitution in example script [shellcheck]Sami Kerola2015-06-291-2/+2
* | docs: unify mkswap(8) with swapon(8) about holes warningSami Kerola2015-06-291-2/+12
* | zramctl: add link to kernel documentationSami Kerola2015-06-291-0/+4
* | last-deprecated: remove from source treeSami Kerola2015-06-295-567/+0Star
* | script: fix variable initialization warningSami Kerola2015-06-291-3/+3
* | build-sys: make autogen.sh more robustKarel Zak2015-06-291-1/+1
* | build-sys: use REALTIME_LIBS for scriptKarel Zak2015-06-291-1/+1
|/
* cfdisk: fix condition logic [cppcheck]Boris Egorov2015-06-251-1/+1
* libblkid/whereis: simplify some conditions [cppcheck]Boris Egorov2015-06-252-2/+2
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-257-37/+37
* rename: allow full-path renamesAndreas Henriksson2015-06-251-2/+3
* tests: add fullpath tests to rename/subdirAndreas Henriksson2015-06-252-0/+33
* cal: correct the man page: the reformation eliminated eleven days, not tenBenno Schulenberg2015-06-251-7/+7
* Merge branch 'script'Karel Zak2015-06-2515-473/+729
|\
| * script: add note to BUGS man page sectionKarel Zak2015-06-251-0/+7
| * script: fix EOF problemsKarel Zak2015-06-171-26/+88
| * script: improve poll debuggingKarel Zak2015-06-171-5/+9
| * script: cleanup signals usageKarel Zak2015-06-171-11/+28
| * script: debug poll() resultsKarel Zak2015-06-161-2/+5
| * script: add support for SCRIPT_DEBUG=Karel Zak2015-06-161-2/+65
| * script: remove magic constants from poll codeKarel Zak2015-06-161-21/+33
| * script: rename control struct membersKarel Zak2015-06-161-32/+32
| * script: close timingfp also when -eKarel Zak2015-06-161-11/+10Star
| * Merge branch 'script3' of git://github.com/kerolasa/lelux-utiliteetit into sc...Karel Zak2015-06-1614-498/+587
| |\
| | * tests: add scriptreplay testSami Kerola2015-06-083-0/+48
| | * script: move timing file opening close to use of itSami Kerola2015-06-081-14/+17