| Age | Commit message (Expand) | Author | Lines |
| 2007-03-18 | * src/runcon.c (main): Don't reorder arguments. Reported byselinux | Jim Meyering | -2/+2 |
| 2007-03-18 | * src/runcon.c (main): Remove "." at end of a diagnostic. | Jim Meyering | -1/+1 |
| 2007-03-18 | * src/runcon.c: New program. | Jim Meyering | -1/+252 |
| 2007-03-18 | mkfifo, mknod: Accept new "-Z, --context=C" option. | Jim Meyering | -4/+34 |
| 2007-03-18 | mkdir: Accept new "-Z, --context=C" option. | Jim Meyering | -2/+17 |
| 2007-03-18 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering | -12/+35 |
| 2007-03-18 | * src/system.h (GETOPT_SELINUX_CONTEXT_OPTION_DECL): Define. | Jim Meyering | -0/+2 |
| 2007-03-18 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering | -14/+213 |
| 2007-03-18 | * src/c99-to-c89.diff: Remove the ls.c patch, now that I've | Jim Meyering | -20/+0 |
| 2007-03-18 | * src/chcon.c (usage): Split a string literal that was longer than 509. | Jim Meyering | -0/+2 |
| 2007-03-18 | * src/ls.c (gobble_file): Don't call getfilecon unless print_scontext. | Jim Meyering | -3/+4 |
| 2007-03-18 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering | -2/+2 |
| 2007-03-18 | * src/c99-to-c89.diff: Remove trailing blanks. | Jim Meyering | -4/+4 |
| 2007-03-18 | * src/chcon.c: Don't include "dirname.h". system.h already includes it. | Jim Meyering | -1/+0 |
| 2007-03-18 | * src/c99-to-c89.diff: Handle a new c99'ism in ls.c. | Jim Meyering | -0/+20 |
| 2007-03-18 | * src/id.c (main): Tweak id -Z diagnostic. | Jim Meyering | -2/+2 |
| 2007-03-18 | id: Add SELinux support: -Z option. | Jim Meyering | -10/+54 |
| 2007-03-18 | stat: Add support for SELinux in the form of a %C format directive. | Jim Meyering | -6/+43 |
| 2007-03-18 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering | -26/+70 |
| 2007-03-18 | New program: chcon | Jim Meyering | -1/+591 |
| 2007-03-18 | Fix a bug in how pr -m -s works. | Jim Meyering | -2/+1 |
| 2007-03-17 | Avoid 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-10 | remove trailing blanks | Jim Meyering | -3/+3 |
| 2007-03-09 | src/fs.h: git-rm a generated but already-ignored file | Jim Meyering | -43/+0 |
| 2007-03-08 | * src/c99-to-c89.diff: Reflect the new c99'ism, update offsets. | Jim Meyering | -4/+21 |
| 2007-03-08 | rm without -f: give a better diagnostic when euidaccess fails. | Jim Meyering | -56/+62 |
| 2007-03-03 | Fix a bug: cp -x would fail to set mount point permissions. | Andrew Church | -11/+12 |
| 2007-03-01 | * bootstrap.conf (gnulib_modules): Replace xreadlink with | Bruno Haible | -7/+8 |
| 2007-02-27 | Make df -P immune to effects of e.g., the BLOCK_SIZE envvar. | Paul Eggert | -4/+13 |
| 2007-02-24 | * NEWS: sort no longer compresses temporaries by default. | Paul Eggert | -13/+3 |
| 2007-02-23 | * src/date.c (usage): Split a diagnostic that had grown to be | Jim Meyering | -0/+2 |
| 2007-02-23 | * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T', | Ed Santiago | -1/+4 |
| 2007-02-23 | With -Dlint, make shuf free all heap-allocated storage. | Jim Meyering | -4/+13 |
| 2007-02-22 | Honor dd's noatime flag if possible, even if not supported on build fs | Paul Eggert | -2/+2 |
| 2007-02-22 | Adjust preceding change not to perform an unaligned access. | Jim Meyering | -2/+11 |
| 2007-02-22 | Placate valgrind, wrt ./cp --sparse=always | Jim Meyering | -1/+2 |
| 2007-02-21 | * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning | Paul Eggert | -1/+1 |
| 2007-02-20 | * src/env.c (main): When invoked with no arguments (i.e. when printing | Jim Meyering | -3/+4 |
| 2007-02-19 | * NEWS: sort now uses a --compress-program option rather than | Paul Eggert | -17/+16 |
| 2007-02-18 | Rely on gnulib-generated stdlib.h, not exit.h. | Jim Meyering | -2/+1 |
| 2007-02-15 | * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase. | Paul Eggert | -5/+6 |
| 2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering | -10/+10 |
| 2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering | -11/+11 |
| 2007-02-03 | * NEWS: Document fix for cp --preserve=mode. | Paul Eggert | -13/+22 |
| 2007-02-03 | * NEWS: Document fix for cp --parents. | Paul Eggert | -3/+9 |
| 2007-02-02 | * src/nl.c (proc_text): Use "NULL", not "(struct re_registers *) 0". | Jim Meyering | -2/+2 |
| 2007-02-02 | * src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes | Jim Meyering | -3/+3 |
| 2007-01-29 | Plug a leak in ls. | Jim Meyering | -0/+2 |
| 2007-01-29 | * src/ls.c: Rename three global variables. | Jim Meyering | -49/+49 |