summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-11build: fix a build warning on 32 bit systems in shuf.cPádraig Brady
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon
2013-07-11maint: adjust indentation in df.cPádraig Brady
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady
2013-07-07maint: avoid a valgrind memory leak warning from uptimeAnton Ovchinnikov
2013-07-02stat: ensure --context emits an "unrecognized option" diagnosticPádraig Brady
2013-07-02mkdir,mkfifo,mknod: give scontext-related variable a better scopeBernhard Voelker
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady
2013-07-02id: don't show SMACK errors unless -Z is specifiedPádraig Brady
2013-07-01mkdir,mkfifo,mknod: with -Z, create SMACK security contextJarkko Sakkinen
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady
2013-06-22doc: clarify that truncate --size represents bytes by defaultPádraig Brady
2013-06-20id: adjust/restrict smack support to newer versions of libsmackJarkko Sakkinen
2013-06-18tests: use appropriate precision when printing float limitsPádraig Brady
2013-06-12doc: clarify the description of du --separate-dirsPádraig Brady
2013-06-03doc: mention 'UTC' in date --utc helpAndreas Mohr
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering
2013-05-24stat: tune for large-LDAP casePaul Eggert
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert
2013-05-11maint: add FIXME commentPaul Eggert
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert
2013-05-08id: with -Z, show SMACK security contextJarkko Sakkinen
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru
2013-04-29cut: reduce CPU usage for the the common casePádraig Brady
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru
2013-04-28stat,tail: improve support for snfsPádraig Brady
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon
2013-04-04tail: exit without reading input if would never outputPádraig Brady
2013-04-04shuf: exit without reading if would never outputPádraig Brady
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon
2013-03-24stat,tail: improve support for efivarfs, exofs, f2fs and ubifsPádraig Brady
2013-03-24maint: improve make src/fs-magic-comparePádraig Brady
2013-03-22doc: clarify the printable characters output by odPádraig Brady
2013-03-22doc: clarify stat the meaning of --format="%t %T"Pádraig Brady
2013-03-04build: fix factor build failure on aarch64Torbjörn Granlund
2013-02-28uniq: add the --group optionAssaf Gordon
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady
2013-02-28dircolors: add a new entry to colorize 'arc' filesJavier López
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon
2013-02-28dircolors: add new entries to colorized archive formatsOndřej Vašík
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala