summaryrefslogtreecommitdiffstats
path: root/misc-utils
Commit message (Expand)AuthorAgeFilesLines
* blkid: small fix for safe_print()Sergey Gusarov2011-03-291-1/+1
* blkid: add -d option to print non-printable charsKarel Zak2011-03-292-9/+22
* ddate: use ARRAY_SIZEKarel Zak2011-03-181-2/+4
* ddate: remove non-ascii chars from ddateKarel Zak2011-03-181-4/+4
* blkid: fix double free [coverity scan]Karel Zak2011-03-111-3/+2Star
* lib: [tt.c] use mbs_truncate() from mbsalign.cKarel Zak2011-03-111-1/+2
* lsblk: fix strtoul() usage [coverity scan]Karel Zak2011-03-111-1/+1
* findmnt: check mnt_tab_next_fs() return code [coverity scan]Karel Zak2011-03-111-1/+2
* lsblk: use ssize_t for readlink() return codeKarel Zak2011-03-112-2/+2
* lsblk: add TYPE column to lsblk outputMilan Broz2011-03-101-1/+75
* blkid: don't ignore -iKarel Zak2011-03-081-0/+1
* blkid: uniformize the synopsis, remove "the the"Benno Schulenberg2011-03-081-5/+5
* textual: tweak several manpages, mainly the blkid oneBenno Schulenberg2011-03-087-72/+70Star
* uuidd: add "-q" to synopsis, order options alphabeticallyBenno Schulenberg2011-03-082-17/+20
* logger: mention long option in logger man pageSami Kerola2011-03-081-10/+11
* logger: use libc error printing facilitiesSami Kerola2011-03-081-43/+29Star
* logger: support long optionsSami Kerola2011-03-082-12/+60
* logger: fix variable type compiler warningSami Kerola2011-03-081-1/+1
* man page syntax fixesVille Skyttä2011-03-071-1/+1
* move struct option to .rodataKarel Zak2011-03-034-4/+4
* build-sys: add term-utils/.gitignoreKarel Zak2011-03-021-1/+0Star
* build-sys: move reset to term-utils/Karel Zak2011-03-024-75/+0Star
* build-sys: move script and scriptreplay to term-utils/Karel Zak2011-03-025-1115/+3Star
* build-sys: move setterm to term-utils/Karel Zak2011-03-023-1496/+0Star
* kill: add -q sigval to use sigqueue(2)Karel Zak2011-02-283-2/+41
* kill: translate "-l <num>" to RT<n>Karel Zak2011-02-281-0/+6
* kill: add support for real-time signalsKarel Zak2011-02-281-0/+39
* lsblk: bitwise or TT_FL_ASCII with tt_flags instead of settingDave Reisner2011-02-211-1/+1
* scriptreplay: bug in argument checkSami Kerola2011-02-211-1/+1
* script: inform about long options in script manual pageSami Kerola2011-02-211-7/+13
* script: support for long optionsSami Kerola2011-02-211-12/+43
* script: use libc error printing facilitiesSami Kerola2011-02-211-33/+19Star
* script: fix compiler warningsSami Kerola2011-02-211-3/+3
* lsblk: fix readlink() usageKarel Zak2011-02-181-2/+2
* libuuid: rename uuid__generate_* to __uuid_generate_*Petr Uzel2011-02-161-4/+4
* uuidd: fix manpage: libuuid(3) does not existPetr Uzel2011-02-161-1/+1
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-161-1/+1
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-161-1/+1
* logger: support for logging to UDP socket / remote syslog serverWUEBBELS, Josef \(Extern\)2011-02-142-4/+55
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-147-7/+4Star
* build-sys: don't build lsblk on Linux without openat()Karel Zak2011-02-111-1/+1
* partx, lsblk: fix gettext callsKarel Zak2011-02-111-1/+1
* lsblk: small grammar touches to the man pageBenno Schulenberg2011-02-081-17/+18
* blkid: dynamically allocate devicename arrayEric Sandeen2011-02-081-1/+12
* wipefs: use write_all from include/writeall.hPetr Uzel2011-02-081-18/+1Star
* uuidd: correctly report number of generated subsequent UUIDsPetr Uzel2011-02-081-2/+2
* uuidd: fix -n usagePetr Uzel2011-02-081-1/+1
* uuidd: increase connection backlog size to SOMAXCONNPetr Uzel2011-02-081-1/+1
* uuidd: use write_all from include/writeall.hPetr Uzel2011-02-081-20/+2Star
* uuidd: use die() where possiblePetr Uzel2011-02-081-6/+4Star