Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-10 | . | Jim Meyering | |
2003-02-10 | *** empty log message *** | Jim Meyering | |
2003-02-10 | add comments and fix dumb typos | Jim Meyering | |
2003-02-10 | Don't include group-member.h. | Jim Meyering | |
Include euidaccess.h. (eaccess): Rewrite function to set the real uid and gid temporarily to the effective uid and gid, then invoke 'access', and then set the real uid and gid back. On systems that lack setreuid or setregid, fall back on the kludges in euidaccess. Before, it would not work for e.g., files with ACLs, files that were marked immutable, or on file systems mounted read-only. | |||
2003-02-09 | *** empty log message *** | Jim Meyering | |
2003-02-09 | (jm_CHECK_DECLS): Add euidaccess. | Jim Meyering | |
2003-02-09 | (test_stat): Remove function. It's job is done (only | Jim Meyering | |
when necessary) by the wrapper in lib/stat.c. | |||
2003-02-09 | bump to4.5.8 | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (Mode Structure): Mention filesystem-specific | Jim Meyering | |
permissions and that mounting a filesystem as read-only may override actual file permissions. Use @command instead of @code for program names. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | Don't assume that the file owner username length is less than 9 | Jim Meyering | |
in ls output: instead, omit that field altogether. | |||
2003-02-08 | . | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): Don't shadow outer declaration of save_err. | Jim Meyering | |
Merge inconsequential changes from libc. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | . | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (TESTS): Add restore-wd. | Jim Meyering | |
2003-02-08 | New test for just-fixed bug in ftw.c. | Jim Meyering | |
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | (ftw_startup): When using FTW_CHDIR, always remember | Jim Meyering | |
the current directory, not just when DIR contains a slash. | |||
2003-02-08 | *** empty log message *** | Jim Meyering | |
2003-02-08 | Correct now-invalid comment about cycle-detection. | Jim Meyering | |
2003-02-07 | Use @command instead of @code for program names. | Jim Meyering | |
2003-02-07 | fix typo in entry from 2003-02-02 | Jim Meyering | |
2003-02-07 | *** empty log message *** | Jim Meyering | |
2003-02-07 | Merge inconsequential changes from libc. | Jim Meyering | |
Include limits.h earlier. Move PATH_MAX definition `down' a little; add comment. Rename local, saved_errno to save_err. | |||
2003-02-06 | . | Jim Meyering | |
2003-02-06 | add entries from old/*/NEWS | Jim Meyering | |
from fileutils-4.1 through 4.1.11 and from sh-utils-2.0 through 2.0.15. Thanks, Karl. | |||
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | bump to 4.5.7 | Jim Meyering | |
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | Adjust alignment and mention `file, text, shell' | Jim Meyering | |
on the `* Coreutils:...' dirently line. From Karl Berry. | |||
2003-02-06 | . | Jim Meyering | |
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | Include <unistd.h>. On some systems, | Jim Meyering | |
it is required for the definition of _SC_PAGESIZE. | |||
2003-02-06 | Remove declaration of statfs. | Jim Meyering | |
It conflicted with one from OSF/1 5.1 in <sys/mount.h>. | |||
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | (FTW_DPRE) [enum]: New member and definition. | Jim Meyering | |
(struct FTW) [skip]: New member. | |||
2003-02-06 | (print_boottime, print_deadprocs, print_runlevel): | Jim Meyering | |
Fix memory allocation arithmetic. | |||
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | (__restrict): Define to `restrict' or to nothing. | Jim Meyering | |
2003-02-06 | *** empty log message *** | Jim Meyering | |
2003-02-06 | (process_file): Don't return early for excluded files | Jim Meyering | |
or for files whose dev/inode we've already seen. | |||
2003-02-06 | Require non-root. | Jim Meyering | |