summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Add UDF hdd image created by Linux mkudffs with custom paramsPali Rohár2015-01-082-0/+9
* tests: Add UDF hdd image created by Linux mkudffsPali Rohár2015-01-082-0/+9
* tests: Add UDF hdd image created by Windows 7Pali Rohár2015-01-082-0/+9
* Merge branch '2015wk01' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-01-0810-55/+25Star
|\
| * eject: add verbosity to cdrom door lock errorSami Kerola2015-01-071-8/+11
| * libblkid: assume strtoull() is availableSami Kerola2015-01-072-11/+3Star
| * ipcs: remove FIXME markupSami Kerola2015-01-071-4/+0Star
| * ul: remove unexplained TERM=lpr overrideSami Kerola2015-01-071-9/+0Star
| * look: remove dead codeSami Kerola2015-01-071-10/+0Star
| * docs: make tools/checkmans.sh to pass without warningsSami Kerola2015-01-071-1/+1
| * build-sys: fix make checkincludes warningsSami Kerola2015-01-073-11/+9Star
| * docs: add howto-pull-request.txtSami Kerola2015-01-072-2/+292
| * docs: small improvements to howto-contribute.txtSami Kerola2015-01-071-7/+12
* | Merge branch 'master' of https://github.com/pali/util-linuxKarel Zak2015-01-084-22/+213
|\ \
| * | tests: update UDF test (add identifiers)Pali Rohár2014-12-151-0/+3
| * | libblkid: udf: Fix reading LABEL, add support for UUID and other udf identifiersPali Rohár2014-12-151-22/+185
| * | libblkid: superblocks: Add function blkid_probe_set_utf8_id_label for setting...Pali Rohár2014-12-152-0/+25
* | | docs: add howto-pull-request.txtSami Kerola2015-01-082-2/+292
* | | docs: small improvements to howto-contribute.txtSami Kerola2015-01-081-7/+12
| |/ |/|
* | libsmartcols: use ASCII art for trees rather than paddingKarel Zak2015-01-071-35/+97
* | build-sys: support nsenter.staticKarel Zak2015-01-072-1/+8
* | fsck.minix: fix segmentation faultSami Kerola2015-01-071-3/+10
* | lslocks: fix type warningSami Kerola2015-01-071-1/+1
* | maint: fix shadow declarationSami Kerola2015-01-0711-66/+69
* | fallocate: create mode 0666, that's what umask is forKarel Zak2015-01-071-1/+2
* | libmount: (monitor) make mnt_monitor_next_changed() usable for epoll version tooKarel Zak2015-01-061-14/+29
* | linmount: (monitor) refresh docs, headers and symbols tableKarel Zak2015-01-064-8/+23
* | libmount: (monitor) use inotify for utab lock fileKarel Zak2015-01-061-73/+75
* | libmount: (monitor) add kernel mountninfo monitoringKarel Zak2015-01-063-48/+175
* | libmount: (monitor) cleanup wait/verify stuffKarel Zak2015-01-064-77/+286
* | libmount: make public top-level monitor FD onlyKarel Zak2015-01-063-166/+223
* | libmount: monitor unref function refactoringKarel Zak2015-01-061-14/+10Star
* | libmount: cleanup monitor testKarel Zak2015-01-061-26/+34
* | libmount: split monitor initializationKarel Zak2015-01-064-118/+181
* | ipcrm: fix usageKarel Zak2015-01-061-2/+2
* | ipc*: use customary fputs() instead of fprintf() with the usage macrosBenno Schulenberg2015-01-063-16/+22
* | tailf: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-10/+9Star
* | look: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-8/+9
* | colcrt: slice up the usage text for ease of translationBenno Schulenberg2015-01-061-8/+8
* | textual: list the options of setarch in a more alphabetical orderBenno Schulenberg2015-01-061-6/+8
* | setarch: make the usage synopsis comprehensible for translatorsBenno Schulenberg2015-01-061-3/+4
* | docs: restore the alternative form of setarch in its man pageBenno Schulenberg2015-01-061-10/+11
* | ipcrm: gettextize the command synopsis of the usage textBenno Schulenberg2015-01-061-3/+3
* | ipcs: in usage show resource option as nonoptional when used with -iBenno Schulenberg2015-01-061-4/+4
* | docs: improve some wordings on the man page of wipefsBenno Schulenberg2015-01-061-16/+17
* | textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-0698-14/+343
* | chsh: keep struct options in .rodataKarel Zak2015-01-061-1/+1
* | chsh: simplify get_shell_list()Karel Zak2015-01-061-8/+5Star
* | newgrp: set function arguments read-only when possibleSami Kerola2015-01-051-3/+3
* | newgrp: move shell determination closer where it is usedSami Kerola2015-01-051-5/+3Star