summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-02(set_owner): Correct a comment.Jim Meyering
2006-01-02*** empty log message ***Jim Meyering
2006-01-02(parse_options): Change warning to say that --retryJim Meyering
2006-01-02*** empty log message ***Jim Meyering
2006-01-02(tail invocation): Say that --retryJim Meyering
2006-01-02Fix typo in previous change.Paul Eggert
2006-01-02New approach to safer chmod.Paul Eggert
2006-01-02Clarify file mode bits versus file permission bits.Paul Eggert
2006-01-02Update copyright year.Paul Eggert
2006-01-02Clarify file mode bits versus file permission bits.Paul Eggert
2006-01-02Document that mkfifo and mknod -m no longer set special bits.Paul Eggert
2006-01-02No longer used.Paul Eggert
2006-01-02(usage): Clarify -m's operation.Paul Eggert
2006-01-02Update copyright year.Paul Eggert
2006-01-02(usage): Clarify -m's operation.Paul Eggert
2006-01-02Include lchmod.h.Paul Eggert
2006-01-02Include lchmod.h.Paul Eggert
2006-01-02Include lchmod.h.Paul Eggert
2006-01-02New file.Paul Eggert
2006-01-02(gl_MACROS): Require gl_FUNC_LCHMOD.Paul Eggert
2006-01-02Include lchmod.h, lchmod.c.Paul Eggert
2005-12-29(sort invocation): Clarify that by default a blank is a space or a tab.Paul Eggert
2005-12-29(sort invocation): Clarify that a blank is a spacePaul Eggert
2005-12-29add src/system.hJim Meyering
2005-12-28.Jim Meyering
2005-12-28*** empty log message ***Jim Meyering
2005-12-28(EXTRA_DIST): Add .x-sc_prohibit_assert_without_use.Jim Meyering
2005-12-28(sc_obsolete_symbols): Prohibit use of O_NDELAY.Jim Meyering
2005-12-28Don't include <assert.h>; it wasn't used.Jim Meyering
2005-12-27chdir-related fixesPaul Eggert
2005-12-27(wipename): Use similar open flags to other places we open directories.Paul Eggert
2005-12-27(fd_to_subdirp): Open with O_DIRECTORY | O_NOCTTYPaul Eggert
2005-12-27(restricted_chown):Paul Eggert
2005-12-27(save_cwd): Don't bother trying to open directoryPaul Eggert
2005-12-27(rpl_chown) [CHOWN_MODIFIES_SYMLINK]:Paul Eggert
2005-12-27(defined_S_IFMT): New macro.Paul Eggert
2005-12-27(diropen): Don't bother trying to open directory for write access:Paul Eggert
2005-12-27(chdir_no_follow): Don't bother trying to open directory for writePaul Eggert
2005-12-27(cdb_free): Don't bother trying to open directoryPaul Eggert
2005-12-26(chdir_no_follow): Move declaration of local,Jim Meyering
2005-12-26*** empty log message ***Jim Meyering
2005-12-25chdir-safer.c still needs unistd.hPaul Eggert
2005-12-25Whoops; don't remove the include for unistd.h, since it defines fchdir.Paul Eggert
2005-12-25chdir-safer cleanupPaul Eggert
2005-12-25(chdir_no_follow): Don't include stdio.h, assert.h,Paul Eggert
2005-12-25(FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay.Paul Eggert
2005-12-25*** empty log message ***Jim Meyering
2005-12-25(chdir_no_follow): Remove unnecessary test of S_ISDIR (sb_init.st_mode).Jim Meyering
2005-12-23(TESTS): Add p-thru-slinkJim Meyering
2005-12-23New file. Test for today's mkdir-p.c fix.Jim Meyering