summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-15Add Irix6 support to physmem.c.Jim Meyering
(irix_sysget): New function. (IRIX_SYSGET_TOTAL, IRIX_SYSGET_AVAILABLE): New macros. (physmem_total, physmem_available): Use them.
2003-02-14*** empty log message ***Jim Meyering
2003-02-14Include "euidaccess.h".Jim Meyering
Remove declaration of euidaccess.
2003-02-13hacked from the versions in glibcJim Meyering
2003-02-12tweak commentJim Meyering
2003-02-12*** empty log message ***Jim Meyering
2003-02-12(ACX_C_RESTRICT): Remove #ifndef -- so now thisJim Meyering
macro also checks for support when using a C++ compiler. Also, remove the test for SGI's __restrict. Suggested by Steven G. Johnson.
2003-02-12*** empty log message ***Jim Meyering
2003-02-12*** empty log message ***Jim Meyering
2003-02-12(jm_PREREQ_REGEX): Require ACX_C_RESTRICT.Jim Meyering
2003-02-12(portable_chars_only): Remove unnecessary `const'Jim Meyering
in cast to avoid warning from icc. Reported by Alexandre Duret-Lutz.
2003-02-12*** empty log message ***Jim Meyering
2003-02-12*** empty log message ***Jim Meyering
2003-02-12(ACX_C_RESTRICT): Minor syntactic changes:Jim Meyering
Split long lines, use AC_COMPILE_IFELSE, use `case' instead of nested `if's, remove unnecessary quotes.
2003-02-12verbatim from the URL in the commentJim Meyering
2003-02-12*** empty log message ***Jim Meyering
2003-02-10*** empty log message ***Jim Meyering
2003-02-10(libfetish_a_SOURCES): Add euidaccess.h.Jim Meyering
2003-02-10Include "euidaccess.h".Jim Meyering
2003-02-10*** empty log message ***Jim Meyering
2003-02-10*** empty log message ***Jim Meyering
2003-02-10dohJim Meyering
2003-02-10.Jim Meyering
2003-02-10*** empty log message ***Jim Meyering
2003-02-10add comments and fix dumb typosJim Meyering
2003-02-10Don'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 (onlyJim Meyering
when necessary) by the wrapper in lib/stat.c.
2003-02-09bump to4.5.8Jim 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-specificJim 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-08Don't assume that the file owner username length is less than 9Jim 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-08New 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 rememberJim Meyering
the current directory, not just when DIR contains a slash.
2003-02-08*** empty log message ***Jim Meyering
2003-02-08Correct now-invalid comment about cycle-detection.Jim Meyering