| Age | Commit message (Expand) | Author | Lines |
| 2007-03-29 | * src/c99-to-c89.diff: Adjust offsets. | Jim Meyering | -2/+4 |
| 2007-03-29 | * AUTHORS: Add chcon. | Jim Meyering | -0/+3 |
| 2007-03-29 | * src/c99-to-c89.diff: Remove trailing blanks. | Jim Meyering | -4/+6 |
| 2007-03-29 | * src/chcon.c: Don't include "dirname.h". system.h already includes it. | Jim Meyering | -1/+2 |
| 2007-03-29 | * gl/lib/selinux-at.c: Remove a use of HAVE_CONFIG_H. | Jim Meyering | -3/+3 |
| 2007-03-29 | * src/c99-to-c89.diff: Handle a new c99'ism in ls.c. | Jim Meyering | -0/+22 |
| 2007-03-29 | * src/id.c (main): Tweak id -Z diagnostic. | Jim Meyering | -2/+4 |
| 2007-03-29 | * POTFILES.in: Add src/chcon.c. | Jim Meyering | -1/+6 |
| 2007-03-29 | id: Add SELinux support: -Z option. | Jim Meyering | -10/+62 |
| 2007-03-29 | Keep SELinux-related ChangLog entries here. | Jim Meyering | -0/+92 |
| 2007-03-29 | stat: Add support for SELinux in the form of a %C format directive. | Jim Meyering | -6/+43 |
| 2007-03-29 | add chcon | Jim Meyering | -2/+2 |
| 2007-03-29 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering | -74/+278 |
| 2007-03-29 | * man/chcon.x: New file. | Jim Meyering | -1/+9 |
| 2007-03-29 | .cvsignore, .gitignore: update | Jim Meyering | -0/+16 |
| 2007-03-29 | New program: chcon | Jim Meyering | -10/+943 |
| 2007-03-29 | Merge branch 'master' of /cu | Jim Meyering | -1/+20 |
| 2007-03-29 | * .vg-suppressions: Add libc-getpwuid-leak. | Jim Meyering | -1/+20 |
| 2007-03-28 | Merge branch 'master' of /cu | Jim Meyering | -960/+439 |
| 2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering | -87/+119 |
| 2007-03-28 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+2 |
| 2007-03-28 | * src/stty.c: Don't include "vasprintf.h", now that its | Jim Meyering | -4/+8 |
| 2007-03-27 | * README: Use "install", not "ginstall" in the list of program names. | Jim Meyering | -2/+7 |
| 2007-03-25 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+6 |
| 2007-03-25 | * src/c99-to-c89.diff: Regenerate. | Jim Meyering | -26/+29 |
| 2007-03-25 | Avoid the need for euidaccess and/or lstat on every directory entry | Paul Eggert | -71/+127 |
| 2007-03-24 | If strace malfunctions, skip the test rather than failing it. | Jim Meyering | -1/+13 |
| 2007-03-23 | * src/pathchk.c: Don't include euidaccess.h, as we don't call | Jim Meyering | -2/+6 |
| 2007-03-23 | * README-package-renamed-to-coreutils: Add a URL for the FAQ, | Jim Meyering | -1/+11 |
| 2007-03-23 | Post-release version change. | Jim Meyering | -1/+8 |
| 2007-03-22 | .prev-version: Record previous version: 6.9. | Jim Meyering | -1/+1 |
| 2007-03-22 | Version 6.9.v6.9COREUTILS-6_9 | Jim Meyering | -2/+6 |
| 2007-03-22 | * tests/mv/hard-3: Correct the preceding change: $3 -> $2. | Jim Meyering | -3/+7 |
| 2007-03-22 | * coreutils.texi (md5sum invocation): Document escapes in output | Eric Blake | -0/+9 |
| 2007-03-22 | Improve a test script. | Paul Eggert | -6/+12 |
| 2007-03-21 | Fix a test script not to claim an ext2 file system is of type xfs. | Jim Meyering | -7/+10 |
| 2007-03-21 | Add to .cvsignore and .gitignore files. | Jim Meyering | -0/+6 |
| 2007-03-21 | * gl/lib/savewd.c: Remove this file, since the savewd_save change | Jim Meyering | -308/+5 |
| 2007-03-20 | Skip part of this test when "." is not a local file system. | Jim Meyering | -3/+8 |
| 2007-03-20 | * gl/lib/acl.c: Remove this file, now that gnulib's version subsumes it. | Jim Meyering | -426/+2 |
| 2007-03-20 | Fix a typo in the handling of %x and %X. | Jim Meyering | -2/+9 |
| 2007-03-20 | Skip part of this test when "." is not a local file system. | Jim Meyering | -7/+17 |
| 2007-03-20 | * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): | Paul Eggert | -3/+8 |
| 2007-03-18 | Fix a generic NFS-related test failure. | Jim Meyering | -2/+8 |
| 2007-03-18 | Merge branch 'master' of /cu | Jim Meyering | -81/+691 |
| 2007-03-18 | Fix a bug in how pr -m -s works. | Jim Meyering | -2/+79 |
| 2007-03-17 | Fix a silly syntax error introduced in last change. | Jim Meyering | -4/+3 |
| 2007-03-17 | fix a syntax error | Jim Meyering | -1/+0 |
| 2007-03-17 | Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted. | Jim Meyering | -2/+12 |
| 2007-03-17 | * tests/misc/tty-eof: Add shuf to the list of tested commands. | Jim Meyering | -0/+3 |