summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-29* src/runcon.c: New program.Jim Meyering
2007-03-29mkfifo, mknod: Accept new "-Z, --context=C" option.Jim Meyering
2007-03-29mkdir: Accept new "-Z, --context=C" option.Jim Meyering
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering
2007-03-29* src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define.Jim Meyering
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering
2007-03-29* src/c99-to-c89.diff: Remove the ls.c patch, now that I'veJim Meyering
2007-03-29* src/chcon.c (usage): Split a string literal that was longer than 509.Jim Meyering
2007-03-29* src/ls.c (gobble_file): Don't call getfilecon unless print_scontext.Jim Meyering
2007-03-29* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2007-03-29* src/c99-to-c89.diff: Remove trailing blanks.Jim Meyering
2007-03-29* src/chcon.c: Don't include "dirname.h". system.h already includes it.Jim Meyering
2007-03-29* src/c99-to-c89.diff: Handle a new c99'ism in ls.c.Jim Meyering
2007-03-29* src/id.c (main): Tweak id -Z diagnostic.Jim Meyering
2007-03-29id: Add SELinux support: -Z option.Jim Meyering
2007-03-29stat: Add support for SELinux in the form of a %C format directive.Jim Meyering
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering
2007-03-29New program: chconJim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-03-28* src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering
2007-03-27* README: Use "install", not "ginstall" in the list of program names.Jim Meyering
2007-03-25* src/c99-to-c89.diff: Regenerate.Jim Meyering
2007-03-25Avoid the need for euidaccess and/or lstat on every directory entryPaul Eggert
2007-03-23* src/pathchk.c: Don't include euidaccess.h, as we don't callJim Meyering
2007-03-20* src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD):Paul Eggert
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering
2007-03-17Avoid an obscure build failure, prefer waitpid over wait.Jim Meyering
2007-03-16* src/copy.c: Include filemode.h.Paul Eggert
2007-03-10remove trailing blanksJim Meyering
2007-03-09src/fs.h: git-rm a generated but already-ignored fileJim Meyering
2007-03-08* src/c99-to-c89.diff: Reflect the new c99'ism, update offsets.Jim Meyering
2007-03-08rm without -f: give a better diagnostic when euidaccess fails.Jim Meyering
2007-03-03Fix a bug: cp -x would fail to set mount point permissions.Andrew Church
2007-03-01* bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible
2007-02-27Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.Paul Eggert
2007-02-24* NEWS: sort no longer compresses temporaries by default.Paul Eggert
2007-02-23* src/date.c (usage): Split a diagnostic that had grown to beJim Meyering
2007-02-23* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',Ed Santiago
2007-02-23With -Dlint, make shuf free all heap-allocated storage.Jim Meyering
2007-02-22Honor dd's noatime flag if possible, even if not supported on build fsPaul Eggert
2007-02-22Adjust preceding change not to perform an unaligned access.Jim Meyering
2007-02-22Placate valgrind, wrt ./cp --sparse=alwaysJim Meyering
2007-02-21* src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warningPaul Eggert
2007-02-20* src/env.c (main): When invoked with no arguments (i.e. when printingJim Meyering
2007-02-19* NEWS: sort now uses a --compress-program option rather thanPaul Eggert
2007-02-18Rely on gnulib-generated stdlib.h, not exit.h.Jim Meyering
2007-02-15* bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.Paul Eggert
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering
2007-02-03* NEWS: Document fix for cp --preserve=mode.Paul Eggert