Age | Commit message (Expand) | Author | Files | Lines |
2014-02-17 | cfdisk: support for illumos disks (/dev/rdsk/c0t0d0p0)HEADmaster | Igor Pashev | 1 | -0/+13 |
2014-02-17 | blkdev_get_size() for illumos | Igor Pashev | 2 | -1/+16 |
2014-02-16 | s_addr is defined to something strange on illumos | Igor Pashev | 1 | -5/+5 |
2014-02-16 | include <termios.h> for TIOCSCTTY | Igor Pashev | 1 | -0/+1 |
2014-02-16 | Use utmpx | Igor Pashev | 6 | -105/+192 |
2014-02-16 | Some utils are linux only | Igor Pashev | 3 | -2/+34 |
2014-02-15 | include <libgen.h> for basename() | Igor Pashev | 1 | -0/+1 |
2014-02-15 | Need sys/sysmacros.h on illumos for major/minor | Igor Pashev | 2 | -0/+8 |
2014-02-15 | Ensure TTYDEF_SPEED is defined | Igor Pashev | 1 | -0/+4 |
2014-02-15 | Include syslog.h for syslog() definition | Igor Pashev | 1 | -1/+1 |
2014-02-15 | getting the hardware address | Igor Pashev | 2 | -7/+15 |
2014-02-12 | include <libgen.h> for basename() | Igor Pashev | 1 | -0/+1 |
2014-02-12 | include <stdlib.h> when testing for wchar | Igor Pashev | 1 | -0/+1 |
2014-02-12 | include <signal.h> | Igor Pashev | 1 | -0/+1 |
2014-02-12 | undef sun in libfdisk/src/sun.c | Igor Pashev | 1 | -0/+5 |
2014-02-12 | Define missed macros | Igor Pashev | 1 | -0/+33 |
2014-02-12 | Removed check for PKG_PROG_PKG_CONFIG | Igor Pashev | 1 | -6/+0 |
2014-02-10 | scriptreplay: Add --maxdelay option. | Jesper Dahl Nyerup | 2 | -4/+20 |
2014-02-10 | cal: remove unnecessary static variables | Sami Kerola | 1 | -19/+0 |
2014-02-10 | renice: correct max priority in renice man page | Phillip Susi | 1 | -7/+3 |
2014-02-10 | mount: remove obsolete and confusing statement from mount.8 | Phillip Susi | 1 | -2/+1 |
2014-02-10 | fix mkfs --verbose and man page | Phillip Susi | 2 | -6/+2 |
2014-02-10 | hwclock: internationalizing the message of the used interface | Benno Schulenberg | 4 | -4/+4 |
2014-02-10 | getopt.1: The usual doc dir is /usr/share/doc, not .../docs | Ville Skyttä | 1 | -1/+1 |
2014-02-10 | setpriv: Fix --apparmor-profile | Andy Lutomirski | 1 | -2/+2 |
2014-02-10 | last: make session gone determination more robust | Sami Kerola | 1 | -3/+22 |
2014-02-10 | hexdump: add highlighting support | Ondrej Oprala | 35 | -1/+1268 |
2014-02-10 | lib/color: add colorscheme parser | Karel Zak | 2 | -2/+48 |
2014-02-10 | Merge branch 'master' of https://github.com/micha137/util-linux | Karel Zak | 1 | -1/+1 |
2014-02-10 | lsblk: add PARTTYPE tag | Michael Marineau | 1 | -0/+13 |
2014-02-06 | tests: automatic whitespace trimming broke earlier commit | Sami Kerola | 0 | -0/+0 |
2014-02-06 | tests: cal(1) is year is limited to signed 32 bit value | Sami Kerola | 4 | -369/+355 |
2014-02-06 | cal: limit year to 32 bit value | Sami Kerola | 1 | -21/+23 |
2014-02-06 | fsck: don't return error if fsck.<type> does not exist | Karel Zak | 1 | -32/+42 |
2014-02-06 | nsenter: fix set{gid,uid} order,drop supplementary groups | Karel Zak | 1 | -2/+5 |
2014-02-06 | dmesg: -w output not line-buffered | Karel Zak | 1 | -0/+2 |
2014-01-24 | losetup: wait for udev | Karel Zak | 2 | -5/+19 |
2014-01-24 | include/c.h: prefer nanosleep() over usleep() | Karel Zak | 8 | -16/+25 |
2014-01-20 | flock: Change the 'exit status' man page section to make more sense | Wieland Hoffmann | 1 | -2/+2 |
2014-01-20 | wipefs: call BLKRRPART when erase partition table | Karel Zak | 2 | -8/+36 |
2014-01-20 | libblkid: detect alone PMBR | Karel Zak | 3 | -2/+44 |
2014-01-17 | tests: update build-sys tests | Karel Zak | 18 | -18/+15 |
2014-01-17 | build-sys: fstrim depends on libmount | Karel Zak | 2 | -6/+14 |
2014-01-17 | mkswap: fix compiler warning [-Wunused-variable] | Karel Zak | 1 | -1/+2 |
2014-01-16 | libblkid: no more probe for btrfs backup superblock | Karel Zak | 4 | -19/+2 |
2014-01-16 | wipefs: add comments to code | Karel Zak | 1 | -4/+7 |
2014-01-16 | script: use all-io.h to make the code more robust | Karel Zak | 1 | -9/+5 |
2014-01-16 | script: fix inconsistent -q, use poll() rather then O_NONBLOCK | Karel Zak | 1 | -25/+17 |
2014-01-16 | script: don't wait for empty descriptors if child is dead | Karel Zak | 1 | -4/+8 |
2014-01-15 | ionice: Fix output for case ioclass==0 | Michael Bunk | 1 | -1/+1 |