summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* newgrp: simplify if else clausesSami Kerola2015-01-051-7/+4Star
* chsh: fail get_shell_list() check when /etc/shells cannot be openedSami Kerola2015-01-051-5/+3Star
* chsh: simplify check_shell()Sami Kerola2015-01-051-33/+16Star
* chsh: rewrite function interacting with user to get path to new shellSami Kerola2015-01-051-24/+19Star
* chsh: clean up parse_argv()Sami Kerola2015-01-051-8/+3Star
* chsh: allow user to set shell to /bin/sh if none is setSami Kerola2015-01-051-2/+5
* chsh: set few variables read-only and rename one of themSami Kerola2015-01-051-19/+13Star
* chsh: use getline() to support arbitrarily long linesSami Kerola2015-01-051-7/+8
* chfn, chsh: share illegal_passwd_chars() functionSami Kerola2015-01-055-25/+53
* chsh: remove function prototypesSami Kerola2015-01-051-147/+143Star
* cfdisk: improve Dump dialogKarel Zak2015-01-051-9/+6Star
* cfdisk: improve menu clean functionKarel Zak2015-01-051-7/+8
* cfdisk: detect too small partition sizesKarel Zak2015-01-051-6/+15
* chfn: fix compilation without libuserKarel Zak2014-12-191-1/+1
* more: fix compiler warningsKarel Zak2014-12-191-2/+2
* Merge remote-tracking branch 'sami/2014wk49'Karel Zak2014-12-194-330/+332
|\
| * chfn: make command to obey login.defs CHFN_RESTRICT instructionsSami Kerola2014-12-192-8/+81
| * chfn: remove set_changed_data() and add add_missing()Sami Kerola2014-12-191-40/+39Star
| * chfn: rename prompt() to ask_new_field()Sami Kerola2014-12-191-6/+7
| * chfn: move new and old finger structs to chfn control structSami Kerola2014-12-191-89/+76Star
| * chfn: clean up parse_argv()Sami Kerola2014-12-191-30/+18Star