summaryrefslogtreecommitdiff
path: root/lib/savewd.c
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* * lib/savewd.c (ESTALE) [!defined]: Define.Jim Meyering2007-09-171-0/+3
| | | | Reported to be required on Interix by Martin Koeppe.
* When trying to open ".", treat ESTALE like EACCES.Jim Meyering2007-03-211-1/+1
| | | | | * lib/savewd.c (savewd_save): Resort to forking not just upon failure with EACCES, but also when errno is ESTALE.
* exit.h is replaced with stdlib.h.Bruno Haible2007-02-181-2/+2
|
* [lib/ChangeLog]Paul Eggert2006-10-051-1/+2
| | | | | | | | | | | | | * fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE; we now test for that separately. * fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW rather than O_NOFOLLOW, when testing whether it's possible to avoid a race condition reliably. * savewd.c (savewd_chdir): Likewise. [m4/ChangeLog] * fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead of O_NOFOLLOW_IS_INEFFECTIVE. Define HAVE_WORKING_O_NOATIME if O_NOATIME works.
* [ChangeLog]Paul Eggert2006-09-261-0/+1
| | | | | | * modules/savewd (Depends-on): Add 'raise'. [lib/ChangeLog] * savewd.c: Include <signal.h>, for 'raise'.
* * savewd.c (savewd_restore): Don't shadow: s/status/child_status/.Jim Meyering2006-09-181-5/+5
|
* Initial revision.Paul Eggert2006-09-181-0/+305