Commit Graph

14597 Commits

Author SHA1 Message Date
Jim Meyering 8e480afae3 . 2003-02-10 22:45:40 +00:00
Jim Meyering e046d32e51 *** empty log message *** 2003-02-10 13:23:50 +00:00
Jim Meyering 81b7f5a407 add comments and fix dumb typos 2003-02-10 13:19:00 +00:00
Jim Meyering c2597b6041 Don't include group-member.h.
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-10 09:01:48 +00:00
Jim Meyering bf95c4519c *** empty log message *** 2003-02-09 08:40:12 +00:00
Jim Meyering 22319b98fc (jm_CHECK_DECLS): Add euidaccess. 2003-02-09 08:40:09 +00:00
Jim Meyering 8f69eadada (test_stat): Remove function. It's job is done (only
when necessary) by the wrapper in lib/stat.c.
2003-02-09 08:28:59 +00:00
Jim Meyering aa2142ded2 bump to4.5.8 2003-02-09 07:55:15 +00:00
Jim Meyering 4e3b901743 . 2003-02-08 21:23:24 +00:00
Jim Meyering 4e94149b49 . COREUTILS-4_5_7 2003-02-08 20:49:00 +00:00
Jim Meyering 1faf44aaa8 . 2003-02-08 20:33:03 +00:00
Jim Meyering fd4716fb7f *** empty log message *** 2003-02-08 20:31:56 +00:00
Jim Meyering 6c4ad568f5 (Mode Structure): Mention filesystem-specific
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 20:31:48 +00:00
Jim Meyering a70e8c6a64 *** empty log message *** 2003-02-08 20:09:36 +00:00
Jim Meyering 6a79d4805e Don't assume that the file owner username length is less than 9
in ls output: instead, omit that field altogether.
2003-02-08 20:08:55 +00:00
Jim Meyering 8aa60ca867 . 2003-02-08 20:01:19 +00:00
Jim Meyering 905c870f3a . 2003-02-08 20:00:53 +00:00
Jim Meyering cf5d5f5789 *** empty log message *** 2003-02-08 18:20:01 +00:00
Jim Meyering 5c13851e62 (ftw_startup): Don't shadow outer declaration of save_err.
Merge inconsequential changes from libc.
2003-02-08 18:19:57 +00:00
Jim Meyering f3e0faa64c *** empty log message *** 2003-02-08 18:11:17 +00:00
Jim Meyering a9bf908eb3 . 2003-02-08 18:08:54 +00:00
Jim Meyering 77f6e91e99 *** empty log message *** 2003-02-08 18:08:20 +00:00
Jim Meyering 47276b7f94 (TESTS): Add restore-wd. 2003-02-08 18:08:16 +00:00
Jim Meyering d60aa22957 New test for just-fixed bug in ftw.c. 2003-02-08 18:07:45 +00:00
Jim Meyering 981efef893 *** empty log message *** 2003-02-08 17:07:41 +00:00
Jim Meyering f99cc7ac67 (ftw_startup): When using FTW_CHDIR, always remember
the current directory, not just when DIR contains a slash.
2003-02-08 17:07:38 +00:00
Jim Meyering 14608aae3c *** empty log message *** 2003-02-08 16:50:06 +00:00
Jim Meyering 712c6ceded Correct now-invalid comment about cycle-detection. 2003-02-08 16:50:00 +00:00
Jim Meyering 7e82ca8927 Use @command instead of @code for program names. 2003-02-07 18:00:19 +00:00
Jim Meyering 828c363c22 fix typo in entry from 2003-02-02 2003-02-07 09:39:57 +00:00
Jim Meyering 58fac09294 *** empty log message *** 2003-02-07 09:28:58 +00:00
Jim Meyering 0876c5bbd3 Merge inconsequential changes from libc.
Include limits.h earlier.
Move PATH_MAX definition `down' a little; add comment.
Rename local, saved_errno to save_err.
2003-02-07 09:28:50 +00:00
Jim Meyering 4f1c8d7e88 . 2003-02-06 20:59:02 +00:00
Jim Meyering 68f8003de8 add entries from old/*/NEWS
from fileutils-4.1 through 4.1.11 and
  from sh-utils-2.0 through 2.0.15.
Thanks, Karl.
2003-02-06 14:36:26 +00:00
Jim Meyering 9bf618e9cb *** empty log message *** 2003-02-06 14:29:03 +00:00
Jim Meyering bf9322b7ac bump to 4.5.7 2003-02-06 14:28:53 +00:00
Jim Meyering 1a210d0f64 *** empty log message *** 2003-02-06 14:28:19 +00:00
Jim Meyering e5afe1995e Adjust alignment and mention `file, text, shell'
on the `* Coreutils:...' dirently line.  From Karl Berry.
2003-02-06 14:27:14 +00:00
Jim Meyering eacacadc1b . 2003-02-06 13:22:53 +00:00
Jim Meyering ac0fd8b58f *** empty log message *** COREUTILS-4_5_6 2003-02-06 13:06:33 +00:00
Jim Meyering 784604222e Include <unistd.h>. On some systems,
it is required for the definition of _SC_PAGESIZE.
2003-02-06 13:06:29 +00:00
Jim Meyering 524ed3ce44 Remove declaration of statfs.
It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
2003-02-06 10:25:43 +00:00
Jim Meyering 0468afd28f *** empty log message *** 2003-02-06 10:25:21 +00:00
Jim Meyering ae0cb229f2 (FTW_DPRE) [enum]: New member and definition.
(struct FTW) [skip]: New member.
2003-02-06 10:24:57 +00:00
Jim Meyering adb8e94a33 (print_boottime, print_deadprocs, print_runlevel):
Fix memory allocation arithmetic.
2003-02-06 10:22:12 +00:00
Jim Meyering 4138c9ef9f *** empty log message *** 2003-02-06 10:13:35 +00:00
Jim Meyering ac0250af06 (__restrict): Define to `restrict' or to nothing. 2003-02-06 10:13:28 +00:00
Jim Meyering 0e4da9fc4f *** empty log message *** 2003-02-06 08:14:13 +00:00
Jim Meyering a47615d2ed (process_file): Don't return early for excluded files
or for files whose dev/inode we've already seen.
2003-02-06 08:14:01 +00:00
Jim Meyering 505f652d9e Require non-root. 2003-02-06 08:09:53 +00:00