summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* docs: adjust some formatting and wordings in a handful of man pagesBenno Schulenberg2014-12-196-125/+137
* docs: adjust the grammar, text, sorting and formatting of logger man pageBenno Schulenberg2014-12-191-142/+116Star
* docs: don't use bold or italics for "[option]" in synopsis of man pagesBenno Schulenberg2014-12-1925-50/+61
* docs: improve the sorting of the options in the man page of getoptBenno Schulenberg2014-12-191-9/+9
* textual: do not start option descriptions with a capitalBenno Schulenberg2014-12-191-14/+14
* docs: fix the grammar of the recent comment about commentsBenno Schulenberg2014-12-191-2/+3
* login: Fix unused variables in login.c if _HAVE_UT_TV isn't definedWill Johansson2014-12-181-0/+2
* libmount: allow unspecified source on remountKarel Zak2014-12-182-7/+17
* login-utils: Enable building util-linux against OpenPAMWill Johansson2014-12-156-20/+70
* lslogins: fix -l -g logicKarel Zak2014-12-121-30/+40
* terminal-colors.d: add note about comments to man pageKarel Zak2014-12-121-0/+4
* getopt: cleanup add_log_options()Karel Zak2014-12-091-6/+9
* getopt: rename function to keep code readableKarel Zak2014-12-091-6/+6
* getopt: fix compiler warningKarel Zak2014-12-091-1/+1
* Merge branch '2014wk48' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2014-12-0934-139/+481
|\
| * getopt: avoid re-terminating long_option list at every updateSami Kerola2014-12-081-11/+10Star
| * getopt: change --shell argument parsing functionSami Kerola2014-12-081-12/+10Star
| * getopt: prefer switch-case rather than long if statementSami Kerola2014-12-081-27/+37
| * getopt: remove unnecessary codeSami Kerola2014-12-081-9/+1Star
| * getopt: make normalize() print stringsSami Kerola2014-12-081-14/+12Star
| * getopt: use xstrdup rather than malloc + strcpySami Kerola2014-12-081-12/+5Star
| * getopt: add struct getopt_control and remove global variablesSami Kerola2014-12-081-81/+83
| * getopt: remove function prototypesSami Kerola2014-12-081-10/+0Star
| * getopt: make nonoptions optstring comment correctSami Kerola2014-12-081-2/+2
| * tests: add more getopt testsSami Kerola2014-12-088-0/+83
| * tests: copy test-suite from Frodo Looijaard's getoptSami Kerola2014-12-0825-0/+264
| * getopt: sync with 1.1.6 releaseSami Kerola2014-12-081-4/+17
| * line: use util-linux conventionsSami Kerola2014-12-081-15/+49
| * textual: improve error messagesSami Kerola2014-12-084-10/+7Star
| * login-utils: use libc error printing facilitySami Kerola2014-12-081-7/+4Star
* | lslogins: align usage() and manual with struct option longoptsSami Kerola2014-12-092-6/+2Star
* | lslogins: fix assertion failure for none existing loginsSami Kerola2014-12-091-1/+1
* | build-sys: hwclock requires -lmCristian Rodríguez2014-12-091-1/+1
* | line: use util-linux conventionsSami Kerola2014-12-091-15/+49
* | textual: improve error messagesSami Kerola2014-12-094-10/+7Star
* | login-utils: use libc error printing facilitySami Kerola2014-12-091-7/+4Star
|/
* libmount: add new libmnt_monitor APIKarel Zak2014-12-0510-3/+482
* libblkid: fix potential bufer overflowsSebastian Krahmer2014-12-053-4/+18
* libfdisk: fix bug in cmp_numbers() and partitions sortingKarel Zak2014-12-043-8/+43
* libfdisk: remove 'end' from struct fdisk_partitionKarel Zak2014-12-0411-25/+75
* libfdisk: rename sector_t to fdisk_sector_tKarel Zak2014-12-0412-124/+132
* libfdisk: fix cfdisk freespace analyzeKarel Zak2014-12-046-3/+31
* lsblk: add SUBSYSTEMS columnKarel Zak2014-12-021-0/+37
* docs: update TODO fileKarel Zak2014-12-021-5/+0Star
* lsblk: add HOTPLUG columnKarel Zak2014-12-021-1/+6
* eject: use sysfs API to detect hotplugKarel Zak2014-12-021-105/+1Star
* lib/sysfs: add subsystem and hotplug detectionKarel Zak2014-12-022-1/+156
* docs: update TODO fileKarel Zak2014-11-281-0/+5
* libblkid: care about unsafe chars in cacheKarel Zak2014-11-274-7/+45
* include/carefulputc: encode also ' and $ in fputs_quoted() outputKarel Zak2014-11-271-0/+2