summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* dmesg: fix non-ANSI function declaration [smatch scan]Karel Zak2012-01-171-1/+1
* mount: fix compiler warnings [-Wunused-parameter -Wunused-variable]Karel Zak2012-01-171-2/+2
* losetup: fix compiler warnings [-Wpointer-sign -Wformat]Karel Zak2012-01-171-3/+3
* mount: remove duplicate includesKarel Zak2012-01-171-2/+0Star
* mount: avoid canonicalizing pseudofs pathsDave Reisner2012-01-171-3/+4
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-161-1/+10
* libmount: avoid duplicate loopdevsKarel Zak2012-01-161-2/+6
* mount: (new) print error messagesKarel Zak2012-01-131-6/+274
* build-sys: suport static build for new [u]mountKarel Zak2012-01-111-2/+21
* build-sys: add --enable-new-mountKarel Zak2012-01-114-0/+860
* losetup: add note about non-root users to losetup.8Karel Zak2012-01-111-1/+2
* losetup: move xgetpass() to lib/xgetpass.cKarel Zak2012-01-112-39/+2Star
* build-sys: move swapon from mount/ to sys-utils/Karel Zak2012-01-115-2/+1123
* losetup: add --partscan optionKarel Zak2012-01-092-2/+9
* lscpu: fix compiler warningsDavidlohr Bueso2012-01-051-2/+2
* lscpu: use xalloc libsDave Reisner2012-01-041-2/+2
* losetup: cleanup headers, cmdline checksKarel Zak2011-12-221-11/+4Star
* losetup: cleanup man pageKarel Zak2011-12-221-57/+37Star
* losetup: cleanup usage()Karel Zak2011-12-221-31/+46
* losetup: check to control debug outputKarel Zak2011-12-221-4/+4
* losetup: print info about one deviceKarel Zak2011-12-221-0/+13
* losetup: rewrite loop setupKarel Zak2011-12-221-833/+94Star
* losetup: rewrite -fKarel Zak2011-12-221-0/+7
* losetup: rewrite -d and -DKarel Zak2011-12-221-79/+50Star
* losetup: rewrite -cKarel Zak2011-12-221-38/+29Star
* losetup: rewrite -jKarel Zak2011-12-221-61/+36Star
* losetup: rewrite -aKarel Zak2011-12-222-18/+121
* prlimit: use xalloc libsDavidlohr Bueso2011-12-201-1/+1
* losetup: move to sys-utils directoryKarel Zak2011-12-204-0/+1337
* prlimit: return proper typeDavidlohr Bueso2011-12-161-1/+1
* fallocate: clean up fallbacks for FALLOC_FL_* flagsKarel Zak2011-11-231-1/+6
* fallocate: add FALLOC_FL_PUNCH_HOLE supportCong Wang2011-11-232-1/+10
* prlimit: s/amount/number/Jim Meyering2011-11-232-14/+14
* prlimit: add support for executing a commandBernhard Voelker2011-11-232-5/+26
* flock: use O_RDWR as fallback if O_RDONLY returns EIOKarel Zak2011-11-211-20/+48
* flock: timer code refactoringKarel Zak2011-11-211-13/+20
* build-sys: add missing BUILD_PRLIMITKarel Zak2011-11-181-5/+10
* prlimit: don't share pointer for old and new in prlimit(2)Karel Zak2011-11-161-3/+4
* prlimit: avoid segfault due to array-out-of-bounds errorKarel Zak2011-11-161-39/+63
* prlimit: fix typo in man page, option --verboseBernhard Voelker2011-11-161-1/+1
* prlimit: replace lims[i] with pointerKarel Zak2011-11-161-12/+13
* prlimit: fix case when PID is given laterBernhard Voelker2011-11-161-29/+33
* prlimit: fix error messageKarel Zak2011-11-161-2/+4
* prlimit: show all limits if called without optionsBernhard Voelker2011-11-161-2/+1Star
* switch_root: umount mount points we cannot move with MNT_DETACHHarald Hoyer2011-11-141-1/+5
* readprifile: remove unnecessary optstring arrayKarel Zak2011-11-141-2/+1Star
* Merge branch 'sys-utils-3rd' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-11-1410-851/+913
|\
| * ldattach: add default case to switchesSami Kerola2011-11-021-0/+12
| * ldattach: convert debug macro to functionSami Kerola2011-11-021-7/+17
| * ldattach: check numeric user inputs with strtol_or_errSami Kerola2011-11-022-18/+8Star