summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-17cfdisk: support for illumos disks (/dev/rdsk/c0t0d0p0)HEADmasterIgor Pashev1-0/+13
2014-02-17blkdev_get_size() for illumosIgor Pashev2-1/+16
2014-02-16s_addr is defined to something strange on illumosIgor Pashev1-5/+5
2014-02-16include <termios.h> for TIOCSCTTYIgor Pashev1-0/+1
2014-02-16Use utmpxIgor Pashev6-105/+192
2014-02-16Some utils are linux onlyIgor Pashev3-2/+34
2014-02-15include <libgen.h> for basename()Igor Pashev1-0/+1
2014-02-15Need sys/sysmacros.h on illumos for major/minorIgor Pashev2-0/+8
2014-02-15Ensure TTYDEF_SPEED is definedIgor Pashev1-0/+4
2014-02-15Include syslog.h for syslog() definitionIgor Pashev1-1/+1
2014-02-15getting the hardware addressIgor Pashev2-7/+15
2014-02-12include <libgen.h> for basename()Igor Pashev1-0/+1
2014-02-12include <stdlib.h> when testing for wcharIgor Pashev1-0/+1
2014-02-12include <signal.h>Igor Pashev1-0/+1
2014-02-12undef sun in libfdisk/src/sun.cIgor Pashev1-0/+5
2014-02-12Define missed macrosIgor Pashev1-0/+33
2014-02-12Removed check for PKG_PROG_PKG_CONFIGIgor Pashev1-6/+0
2014-02-10scriptreplay: Add --maxdelay option.Jesper Dahl Nyerup2-4/+20
2014-02-10cal: remove unnecessary static variablesSami Kerola1-19/+0
2014-02-10renice: correct max priority in renice man pagePhillip Susi1-7/+3
2014-02-10mount: remove obsolete and confusing statement from mount.8Phillip Susi1-2/+1
2014-02-10fix mkfs --verbose and man pagePhillip Susi2-6/+2
2014-02-10hwclock: internationalizing the message of the used interfaceBenno Schulenberg4-4/+4
2014-02-10getopt.1: The usual doc dir is /usr/share/doc, not .../docsVille Skyttä1-1/+1
2014-02-10setpriv: Fix --apparmor-profileAndy Lutomirski1-2/+2
2014-02-10last: make session gone determination more robustSami Kerola1-3/+22
2014-02-10hexdump: add highlighting supportOndrej Oprala35-1/+1268
2014-02-10lib/color: add colorscheme parserKarel Zak2-2/+48
2014-02-10Merge branch 'master' of https://github.com/micha137/util-linuxKarel Zak1-1/+1
2014-02-10lsblk: add PARTTYPE tagMichael Marineau1-0/+13
2014-02-06tests: automatic whitespace trimming broke earlier commitSami Kerola0-0/+0
2014-02-06tests: cal(1) is year is limited to signed 32 bit valueSami Kerola4-369/+355
2014-02-06cal: limit year to 32 bit valueSami Kerola1-21/+23
2014-02-06fsck: don't return error if fsck.<type> does not existKarel Zak1-32/+42
2014-02-06nsenter: fix set{gid,uid} order,drop supplementary groupsKarel Zak1-2/+5
2014-02-06dmesg: -w output not line-bufferedKarel Zak1-0/+2
2014-01-24losetup: wait for udevKarel Zak2-5/+19
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak8-16/+25
2014-01-20flock: Change the 'exit status' man page section to make more senseWieland Hoffmann1-2/+2
2014-01-20wipefs: call BLKRRPART when erase partition tableKarel Zak2-8/+36
2014-01-20libblkid: detect alone PMBRKarel Zak3-2/+44
2014-01-17tests: update build-sys testsKarel Zak18-18/+15
2014-01-17build-sys: fstrim depends on libmountKarel Zak2-6/+14
2014-01-17mkswap: fix compiler warning [-Wunused-variable]Karel Zak1-1/+2
2014-01-16libblkid: no more probe for btrfs backup superblockKarel Zak4-19/+2
2014-01-16wipefs: add comments to codeKarel Zak1-4/+7
2014-01-16script: use all-io.h to make the code more robustKarel Zak1-9/+5
2014-01-16script: fix inconsistent -q, use poll() rather then O_NONBLOCKKarel Zak1-25/+17
2014-01-16script: don't wait for empty descriptors if child is deadKarel Zak1-4/+8
2014-01-15ionice: Fix output for case ioclass==0Michael Bunk1-1/+1