Age | Commit message (Expand) | Author |
2008-02-16 | Use the gettime module in ls.c. | James Youngman |
2008-02-14 | groups: don't test printf and putchar calls for failure | Jim Meyering |
2008-02-13 | Replace groups.sh with groups.c. | James Youngman |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2008-01-31 | Don't modify argv in dd due to ',' in arguments. | Paul Eggert |
2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets, again. | Jim Meyering |
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering |
2008-01-30 | * src/c99-to-c89.diff: Adjust remove.c offsets. | Jim Meyering |
2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering |
2008-01-30 | Don't modify argv in dd. | Paul Eggert |
2008-01-29 | ls: don't segfault on files in /proc with an old libselinux | Jim Meyering |
2008-01-26 | chcon: correct description of --no-dereference (-h) option. | Jim Meyering |
2008-01-26 | src/dircolors.hin (TERM): Add jfbterm. | Mike Frysinger |
2008-01-26 | Add a ";", so "make install" works with --enable-install-program=su. | Zvi Har'El |
2008-01-26 | Avoid misinterpreting mgetgroups failure in running root-only tests. | Jim Meyering |
2008-01-17 | Do not define-away __attribute__ when __STRICT_ANSI__ is set. | Jim Meyering |
2008-01-12 | * src/dircolors.hin (image formats): Add the .svg suffix. | Mike Frysinger |
2008-01-09 | Fix a minor race condition when using cp -p --parents. | Paul Eggert |
2008-01-08 | Remove uses of now-undefined Makefile variable. | Jim Meyering |
2008-01-07 | cp (but not copy.c): plug a small leak. | Jim Meyering |
2008-01-07 | cp --parents: don't use uninitialized memory when restoring permissions | Jan Blunck |
2008-01-06 | touch: ignore "-d now" option, when appropriate | Paul Eggert |
2008-01-06 | Avoid tr case-conversion failure in some locales. | Jim Meyering |
2007-12-30 | * src/dircolors.hin (TERM): Add gnome-256color. | Mike Frysinger |
2007-12-19 | Improve wording in uniq's --help "Note". | Paul Eggert |
2007-12-18 | * src/uniq.c (usage): Say "key-selection", not "field-selection". | Jim Meyering |
2007-12-18 | Note that sorting uniq's input is often useful. | Jim Meyering |
2007-12-11 | "ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given. | Paul Eggert |
2007-12-09 | "rm" as root would fail to unlink a non-directory on OS X 10.4.x | Jim Meyering |
2007-12-08 | * src/c99-to-c89.diff: Adjust shred.c offsets. | Jim Meyering |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-12-02 | Remove just-installed su, if unable to make it set-UID root. | Jim Meyering |
2007-12-01 | * NEWS: Mention some of the SELinux changes. | Jim Meyering |
2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-29 | Close a file descriptor leak when cp --preserve=context fails. | Paul Eggert |
2007-11-26 | setuidgid.c: more cleanup | Jim Meyering |
2007-11-25 | setuidgid: Update --help output. | Jim Meyering |
2007-11-24 | setuidgid: minor clean-up. | Jim Meyering |
2007-11-24 | setuidgid.c: Normalize leading white space: no more TABs | Jim Meyering |
2007-11-24 | setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,... | Lasse Collin |
2007-11-24 | "cp -p" tries to preserve GID even if preserving the UID fails. | Lasse Collin |
2007-11-23 | * src/runcon.c (main): Remove unused parameter, "envp". | Jim Meyering |
2007-11-22 | Quiet warnings about unused parameters. | Jim Meyering |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-21 | * src/c99-to-c89.diff: Adjust seq.c offsets. | Jim Meyering |
2007-11-21 | * src/seq.c (print_numbers): Rewrite in an attempt to avoid the | Paul Eggert |
2007-11-18 | * src/c99-to-c89.diff: Adjust seq.c offsets. | Jim Meyering |
2007-11-18 | Remove unused parameter in remove.c. | Jim Meyering |
2007-11-17 | Correct preceding patch. | Jim Meyering |