summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-18stat: port birthtime to Solaris 11Paul Eggert-11/+53
2014-03-13ln: with -sr, don't segfault for a TARGET of ''Jim Meyering-6/+10
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady-36/+82
2014-03-03doc: improve df --human and --si, help and man pagePádraig Brady-5/+6
2014-02-27cp: copy files by inode only if that facility is availablePaul Eggert-1/+1
2014-02-26cp: copy files by inodePaul Eggert-1/+1
2014-02-26shuf: convert error diagnostic to lowercaseBernhard Voelker-1/+1
2014-02-23shuf: with -r, don't dump core if the input is emptyPaul Eggert-4/+11
2014-02-10cp: with --link always use linkat() if availablePádraig Brady-4/+10
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady-56/+51
2014-02-09head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин-6/+21
2014-02-09dircolors: add a new entry to colorize 'm4a' filesJohn-0/+1
2014-02-09od: add an --endian option to control byte swappingNiels Möller-3/+56
2014-01-29stat,tail: improve support for HFS+ and HFSXPádraig Brady-0/+4
2014-01-17doc: clarify SMACK related --help and documentationChengwei Yang-13/+16
2014-01-17ln: fix replacing symbolic links whose targets can't existPádraig Brady-2/+12
2014-01-13copy: fix a segfault in SELinux context copying codeNicolas Iooss-0/+5
2014-01-13copy: fix SELinux context preservation for existing directoriesPádraig Brady-1/+12
2014-01-02maint: fix copyright holder and year in selinux sourcesBernhard Voelker-2/+2
2014-01-02maint: update all copyright year number rangesBernhard Voelker-127/+127
2013-12-13stat,tail: improve support for hostfs and smackfsPádraig Brady-0/+4
2013-12-09tail: use consistent diagnostics with and without inotifyPádraig Brady-1/+6
2013-12-06shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert-37/+30
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-13/+24
2013-12-04md5sum, sha*sum: use libcrypto where availablePádraig Brady-0/+9
2013-12-04df: handle bind mounts when processing device nodesPádraig Brady-1/+12
2013-12-04df: dereference symlinks to disk device nodesPádraig Brady-1/+8
2013-12-03maint: avoid '%s' quoting notation in diagnostic messagesBernhard Voelker-32/+41
2013-11-29build: fix potential factor build failure on arm and powerpcPádraig Brady-116/+137
2013-11-29maint: remove various FIXME commentsBernhard Voelker-4/+2
2013-11-29df: remove long-obsolescent --megabytes optionBernhard Voelker-10/+1
2013-11-28build: fix selinux.c build failure on 32 bitPádraig Brady-3/+2
2013-11-27build: avoid more selinux build failuresPádraig Brady-3/+22
2013-11-27build: avoid build failure on non selinux systemsPádraig Brady-1/+0
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-140/+421
2013-11-27selinux: a new module implementing "restorecon" functionalityDaniel J Walsh-0/+356
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady-10/+39
2013-11-27tail: improve inotify handling of symlinksPádraig Brady-1/+38
2013-11-27df: add --output=file to directly output specified argumentsPádraig Brady-10/+23
2013-11-27timeout: avoid unlikely issues with --kill-afterPádraig Brady-5/+8
2013-11-27sort: avoid issues when issuing diagnostics from child processesPádraig Brady-7/+39
2013-11-26doc: clarify the operation of ls -kPádraig Brady-1/+1
2013-11-23dircolors: add a new entry to colorize 'lz4' filesJohn-0/+1
2013-11-21doc: enhance diagnostic when rm skips "." or ".." argumentsBernhard Voelker-4/+8
2013-11-17stty: add support for mark/space parityColin Leitner-0/+4
2013-11-11base64: improve encoding I/O efficiencyPádraig Brady-19/+20
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady-0/+4
2013-11-08shred: increase I/O block size for periodic pattern casePádraig Brady-1/+1
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady-11/+10
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba-14/+34