summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2007-05-22"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering-12/+19
2007-05-22stty: fix a harmless syntax nitJim Meyering-4/+3
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering-28/+47
2007-05-19Rename uses of futimens -> gl_futimens; glibc now declares the former.Jim Meyering-3/+3
2007-05-13Remove the generated tests/*/Makefile.am files from version control.Jim Meyering-0/+2
2007-05-13Add -z option to uniq. Originally proposed by Egmont Koblinger.James Youngman-8/+15
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering-2/+1
2007-05-03The following commands and options now support the standard sizePaul Eggert-16/+25
2007-05-02* src/du.c (usage): Tweak description of --dereference-args (-D) again.Jim Meyering-1/+2
2007-04-28* src/nohup.c (usage): Describe how standard input and output are redirected.Paul Eggert-0/+7
2007-04-25Add "runcon" to .cvsignore and .gitignore files.Jim Meyering-1/+3
2007-04-25* src/du.c (usage): Clarify description of --dereference-args (-D).Jim Meyering-1/+1
2007-04-24ls --color once again colors dangling symlinks correctlyEric Blake-1/+1
2007-04-16* src/cut.c (usage): Adjust synopsis to show that an OPTION is required.Jim Meyering-2/+2
2007-04-12split --line-bytes=N (-C N): don't create an empty file.Paul Eggert-1/+5
2007-04-10ls: don't form or compute the length of strings that won't be used.Jim Meyering-51/+56
2007-04-07Fix a bug in how the LS_COLORS ln=target attribute is handled.Eric Blake-1/+2
2007-04-02* src/copy.c (copy_reg): Initialize local "con", before callingJim Meyering-1/+1
2007-04-02* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:Paul Eggert-3/+3
2007-03-29* src/runcon.c (main): Don't reorder arguments. Reported byJim Meyering-2/+2
2007-03-29* src/runcon.c (main): Remove "." at end of a diagnostic.Jim Meyering-1/+1
2007-03-29* src/runcon.c: New program.Jim Meyering-1/+252
2007-03-29mkfifo, mknod: Accept new "-Z, --context=C" option.Jim Meyering-4/+34
2007-03-29mkdir: Accept new "-Z, --context=C" option.Jim Meyering-2/+17
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering-12/+35
2007-03-29* src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define.Jim Meyering-0/+2
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering-14/+213
2007-03-29* src/c99-to-c89.diff: Remove the ls.c patch, now that I'veJim Meyering-20/+0
2007-03-29* src/chcon.c (usage): Split a string literal that was longer than 509.Jim Meyering-0/+2
2007-03-29* src/ls.c (gobble_file): Don't call getfilecon unless print_scontext.Jim Meyering-3/+4
2007-03-29* src/c99-to-c89.diff: Adjust offsets.Jim Meyering-2/+2
2007-03-29* src/c99-to-c89.diff: Remove trailing blanks.Jim Meyering-4/+4
2007-03-29* src/chcon.c: Don't include "dirname.h". system.h already includes it.Jim Meyering-1/+0
2007-03-29* src/c99-to-c89.diff: Handle a new c99'ism in ls.c.Jim Meyering-0/+20
2007-03-29* src/id.c (main): Tweak id -Z diagnostic.Jim Meyering-2/+2
2007-03-29id: Add SELinux support: -Z option.Jim Meyering-10/+54
2007-03-29stat: Add support for SELinux in the form of a %C format directive.Jim Meyering-6/+43
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering-26/+70
2007-03-29New program: chconJim Meyering-1/+591
2007-03-28Help translators include translation team's web or email address.Jim Meyering-87/+97
2007-03-28* src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering-4/+2
2007-03-27* README: Use "install", not "ginstall" in the list of program names.Jim Meyering-1/+1
2007-03-25* src/c99-to-c89.diff: Regenerate.Jim Meyering-26/+25
2007-03-25Avoid the need for euidaccess and/or lstat on every directory entryPaul Eggert-70/+102
2007-03-23* src/pathchk.c: Don't include euidaccess.h, as we don't callJim Meyering-2/+1
2007-03-20* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD):Paul Eggert-3/+3
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering-2/+1
2007-03-17Avoid an obscure build failure, prefer waitpid over wait.Jim Meyering-5/+4
2007-03-16* src/copy.c: Include filemode.h.Paul Eggert-2/+7
2007-03-10remove trailing blanksJim Meyering-3/+3