summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* line: keep stdin unbuifferedKarel Zak2015-12-021-0/+1
* libmount: fix is-mounted check for btrfsKarel Zak2015-12-021-12/+26
* lscpu: Print physical cpu informationSukadev Bhattiprolu2015-12-024-2/+71
* Merge branch 'races' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2015-12-028-37/+63
|\
| * mesg: fix multiple racesSami Kerola2015-11-221-8/+14
| * fdformat: fix block device open raceSami Kerola2015-11-221-4/+2Star
| * mkswap: fix block device open raceSami Kerola2015-11-221-15/+6Star
| * mkfs.minix: fix block device open raceSami Kerola2015-11-221-6/+1Star
| * mkfs.bfs: allow creating file system to a fileSami Kerola2015-11-221-3/+0Star
| * mkfs.bfs: fix block device open raceSami Kerola2015-11-221-1/+1
| * lib/blkdev: add open_blkdev_or_file() functionSami Kerola2015-11-222-0/+27
| * include/fileutils: add is_same_inode() checkSami Kerola2015-11-221-0/+12
* | lsns: improve man pageKarel Zak2015-12-011-1/+6
* | include: add missing header fileKarel Zak2015-12-011-0/+1
* | lsns: fix usage()Karel Zak2015-12-011-2/+2
* | lsns: add details to the man pageKarel Zak2015-12-011-1/+6
* | lsns: sort namespaces, avoid duplicate entries in tree outputKarel Zak2015-12-011-1/+14
* | lsns: remove unwanted commentKarel Zak2015-12-011-3/+2Star
* | lsns: add man pageKarel Zak2015-12-012-1/+75
* | lsns: filter by NS typeKarel Zak2015-11-301-12/+47
* | lsln: allows to list namespace processesKarel Zak2015-11-301-47/+145
* | libsmartcols: make sure we have space for ascii artKarel Zak2015-11-301-9/+12
* | libsmartcols: allow to reduce tree columnsKarel Zak2015-11-302-5/+12
* | lsns: read all processes when --task specifiedKarel Zak2015-11-271-9/+21
* | build-sys: add lsns to gitignoreKarel Zak2015-11-271-0/+1
* | lsns: add USER and UIDKarel Zak2015-11-271-9/+37
* | namei: move icache to lib/Karel Zak2015-11-275-99/+156
* | lsns: new commandKarel Zak2015-11-263-0/+586
* | lslocks: use stuff from lib/procutilsKarel Zak2015-11-253-26/+18Star
* | agetty: don't ignore netlink on select()Karel Zak2015-11-241-3/+9
|/
* tests: update ZFS testKarel Zak2015-11-191-1/+1
* include: remove now useless linux_reboot.h.Casper Ti. Vector2015-11-192-73/+0Star
* ctrlaltdel: use reboot() provided by libc, assuming it is 1-adic.Casper Ti. Vector2015-11-192-2/+12
* losetup: clean up --direct-ioKarel Zak2015-11-192-4/+9
* losetup: support list direct ioMing Lei2015-11-193-0/+30
* losetup: support ioctl cmd of LOOP_SET_DIRECT_IOMing Lei2015-11-193-2/+45
* blkid: don't mark zfs as RAIDKarel Zak2015-11-182-3/+4
* bash-completion: fstrim: use mountpoint, not deviceAndreas Henriksson2015-11-131-1/+1
* lsipc: tweak a few wordings on the manpageBenno Schulenberg2015-11-091-6/+7
* chfn: improve formatting and wording of the manpageBenno Schulenberg2015-11-091-11/+10Star
* hexdump: fix a typo and tweak some wordings in the manpageBenno Schulenberg2015-11-091-5/+6
* dmseg: slightly improve punctuation and formatting of the manpageBenno Schulenberg2015-11-091-5/+5
* logger: sort the options in the manpage alphabeticallyBenno Schulenberg2015-11-091-47/+46Star
* logger: improve grammar and formatting of the manpageBenno Schulenberg2015-11-091-50/+53
* script, hwclock: check file exist with access(3) rather than stat(3)Sami Kerola2015-11-092-6/+2Star
* agetty: fix chown(3), chmod(3) and open(3) raceSami Kerola2015-11-091-5/+5
* fsck: retire stat(3) when access(3) does better jobSami Kerola2015-11-091-2/+1Star
* swapon: fix stat(3) and open(3) raceSami Kerola2015-11-091-7/+7
* login: fix stat(2) raceSami Kerola2015-11-091-4/+2Star
* logger: shadow declarationSami Kerola2015-11-061-7/+7