summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* getops: improve getopt-parse.bash exampleSami Kerola2016-07-272-32/+60
* agetty: call uname() only when necessaryKarel Zak2016-07-201-2/+6
* agetty: fix \S usageKarel Zak2016-07-201-10/+15
* Revert "sfdisk: exit with error if rereading partition table fails"Karel Zak2016-07-201-1/+1
* logger: remove trailing spaces when outputing to journalSami Kerola2016-07-192-6/+2Star
* tailf: Fix previously adjusted segfault patchTobias Stoeckmann2016-07-191-1/+1
* tests: fix ttyutils testKarel Zak2016-07-151-1/+1
* write: don't use strftime()Karel Zak2016-07-141-6/+7
* Merge branch 'write-improvements' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-07-146-224/+216Star
|\
| * lib: try to find tty in get_terminal_name()Sami Kerola2016-07-045-19/+20
| * write: stop removing and adding /dev/ in front of tty stringSami Kerola2016-07-042-43/+39Star
| * write: tell when effective gid and tty path group mismatchSami Kerola2016-07-041-2/+7
| * write: improve coding styleSami Kerola2016-07-041-36/+35Star
| * write: remove PUTC macroSami Kerola2016-07-041-10/+5Star
| * write: make timestamp to be obviously just a clock timeSami Kerola2016-07-011-8/+9
| * write: remove unnecessary utmp variablesSami Kerola2016-07-011-17/+11Star
| * write: improve function and variable namesSami Kerola2016-07-011-38/+35Star
| * write: add control structure to clarify what is going onSami Kerola2016-07-011-42/+54
| * write: run atexit() checks at the end of executionSami Kerola2016-07-011-12/+17
| * write: use xstrncpy() from strutils.hSami Kerola2016-07-011-2/+2
| * write: set atime value in term_chk() only when neededSami Kerola2016-07-011-4/+4
| * write: remove pointless fileno(3) callsSami Kerola2016-07-011-6/+6
| * write: get rid of function prototypesSami Kerola2016-07-011-141/+132Star
| * write: remove unused variableSami Kerola2016-07-011-4/+0Star
* | sulogin: remove __nonnull__ function attributeSami Kerola2016-07-141-1/+1
* | tests: Fix fdisk/id and fdisk/mbr-nondos-mode on SparcJames Clarke2016-07-144-0/+218
* | blkdiscard: Improve man pageAllon Mureinik2016-07-141-1/+1
* | tailf: Fix segmentation fault in tailf on 32 bitTobias Stoeckmann2016-07-141-2/+5
* | fdisk: make -l <dev ...> behaves like fdisk -lThierry Vignaud2016-07-141-1/+6
* | libblkid: avoid non-empty recursion in EBRKarel Zak2016-07-123-0/+23
* | chrt: add fallback to be usable on kernels without sched_{get,set}attrKarel Zak2016-07-111-8/+43
* | tests: mark chrt as TS_KNOWN_FAILKarel Zak2016-07-111-0/+3
* | tests: make chrt test more debug-ableKarel Zak2016-07-112-0/+12
* | tests: mark chrt tests as root-onlyKarel Zak2016-07-111-0/+1
* | tests: implement ts_skip_subtestKarel Zak2016-07-112-11/+18
* | tests: add chrt testKarel Zak2016-07-1110-2/+125
* | cfisk: add /dev/vda as another default diskKarel Zak2016-07-071-13/+23
* | libblkid: ignore extended partition at zero offsetKarel Zak2016-07-071-2/+12
* | lsns: check for OOMKarel Zak2016-07-011-2/+2
|/
* lslocks: add --noinaccessibleKarel Zak2016-07-012-27/+45
* Merge branch 'utmpdump' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-07-0121-78/+192
|\
| * docs: add file format note to utmpdump manual pageSami Kerola2016-06-271-0/+12
| * tests: utmpdump add subsecond accuracy testSami Kerola2016-06-273-0/+42
| * tests: challenge utmpdump localization go-aroundSami Kerola2016-06-275-5/+5
| * tests: fix utmpdump timestamps to be in iso formatSami Kerola2016-06-269-44/+81
| * utmpdump: use iso-8601 timestamp format with subsecond accuracySami Kerola2016-06-262-26/+38
| * libcommon: add ISO_8601_GMTIME that will print UTC-0 timestampsSami Kerola2016-06-262-3/+14
| * utmpdump: use always UTC-0 timezone in textual outputSami Kerola2016-06-261-3/+3
* | libblkid: Add metadata signature check for IMSM on 4Kn drivesAlexey Obitotskiy2016-07-011-6/+7
* | agetty: don't modify argv[] when parse speedsKarel Zak2016-06-301-2/+7
|/