summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libuuid: fix test in get_clock()Petr Uzel2011-02-161-1/+1
* uuidd: fix manpage: libuuid(3) does not existPetr Uzel2011-02-161-1/+1
* partx: improve clarity of some messages, gettextize two missed onesBenno Schulenberg2011-02-161-14/+13Star
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-166-17/+19
* textual: fix three typos in message strings and improve consistencyBenno Schulenberg2011-02-164-4/+4
* fsck: use xmalloc, warn & err and new usageSami Kerola2011-02-161-91/+87Star
* docs: favour small patchesSami Kerola2011-02-151-0/+4
* lib: [strutils] avoid integer overflow on large valuesDave Reisner2011-02-152-30/+40
* more: new usage output, and some trivial fixesSami Kerola2011-02-152-188/+210
* 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-1452-52/+84
* sfdisk: rename warn to my_warnFabian Groffen2011-02-141-51/+51
* mkfs.minix: general cleanupsDavidlohr Bueso2011-02-141-140/+142
* docs: update TODOKarel Zak2011-02-111-0/+6
* include: [c.h]: add fallback for old libs without O_CLOEXECKarel Zak2011-02-111-0/+4
* libmount: add fallbacks for old systems without umount2() syscallKarel Zak2011-02-111-0/+28
* include: [at.h]: include c.h for PATH_MAXKarel Zak2011-02-111-0/+1
* libmount: replace mkostmps() with more portable mkstemp()Karel Zak2011-02-113-4/+4
* build-sys: don't build lsblk on Linux without openat()Karel Zak2011-02-112-1/+10
* partx, lsblk: fix gettext callsKarel Zak2011-02-112-2/+2
* build-sys: release++ (v2.19)Karel Zak2011-02-102-2/+6
* docs: update v2.19 ReleaseNotesKarel Zak2011-02-101-11/+66
* docs: update AUTHORS fileKarel Zak2011-02-101-0/+2
* po: merge changesKarel Zak2011-02-1026-9666/+12510
* po: update pl.po (from translationproject.org)Jakub Bogusz2011-02-101-1098/+659Star
* po: update nl.po (from translationproject.org)Benno Schulenberg2011-02-101-931/+593Star
* po: update fr.po (from translationproject.org)David Prévot2011-02-101-5825/+4562Star
* po: update da.po (from translationproject.org)Joe Hansen2011-02-101-3189/+2658Star
* po: update cs.po (from translationproject.org)Petr Písař2011-02-101-965/+717Star
* include: [c.h]: add unused attribute to ignore_result()Karel Zak2011-02-091-1/+3
* tests: fix libmount testKarel Zak2011-02-092-5/+9
* libuuid: do not check for EAGAIN after flock()Petr Uzel2011-02-091-1/+1
* libmount: do not check for EAGAIN after flock()Petr Uzel2011-02-091-1/+1
* mount: add rootcontext= for tmpfs on SELinux boxesKarel Zak2011-02-093-3/+33
* include: [c.h]: fix __alloc_size__ testKarel Zak2011-02-081-2/+2
* libmount: more robust flock() usageKarel Zak2011-02-081-2/+6
* libuuid: fix locking of clock state counter filePetr Uzel2011-02-081-9/+2Star
* schedutils: remove unneeded header filesDavidlohr Bueso2011-02-082-5/+0Star
* lscpu: add description of --sysroot option to man page, plus grammar touchesBenno Schulenberg2011-02-081-9/+16
* lsblk: small grammar touches to the man pageBenno Schulenberg2011-02-081-17/+18
* partx: normalize the punctuation of man page, and improve grammar here and thereBenno Schulenberg2011-02-081-39/+40
* blkid: dynamically allocate devicename arrayEric Sandeen2011-02-081-1/+12
* wipefs: use write_all from include/writeall.hPetr Uzel2011-02-081-18/+1Star
* swapon: use EXIT_SUCCESS constantsDavidlohr Bueso2011-02-081-2/+2
* dmesg: use strtol_or_err instead of atoiDavidlohr Bueso2011-02-082-8/+10
* lscpu: cleanup usage()Karel Zak2011-02-081-6/+8
* 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