/[coreutils]/coreutils/lib/openat.h
ViewVC logotype

Log of /coreutils/lib/openat.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.20
Mon Aug 21 07:26:47 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +0 -0 lines
FILE REMOVED
Remove from CVS, since the bootstrap script generates them automatically.


Revision 1.12.2.1 - (view) (download) (annotate) - [select for diffs]
Thu May 4 13:06:52 2006 UTC (17 years, 11 months ago) by meyering
Branch: b5_9x
CVS Tags: COREUTILS-5_95, COREUTILS-5_96, COREUTILS-5_97
Changes since 1.12: +36 -21 lines
Diff to previous 1.12 , to next main 1.20
(AT_FDCWD): Work around a bug in Solaris 9 and 10, where AT_FDCWD exceeds INT_MAX.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 20:48:23 2006 UTC (18 years ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-6_0, COREUTILS-6_1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
(openat_needs_fchdir) [defined __OPENAT_PREFIX]:
Turn this into a macro that always returns true.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 06:42:29 2006 UTC (18 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.17: +15 -1 lines
Diff to previous 1.17
(AT_FDCWD): Work around a bug in Solaris 9 and 10, where
AT_FDCWD exceeds INT_MAX.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 17:42:53 2006 UTC (18 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
(openat_needs_fchdir): Declare it.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 13:32:47 2006 UTC (18 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.15: +30 -1 lines
Diff to previous 1.15
(fchmodat, fchownat): Declare.
(chmodat, lchmodat): Define convenience functions.
(chownat, lchownat): Likewise.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 06:55:01 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.14: +27 -26 lines
Diff to previous 1.14
Revamp code so that function macros depend on
__OPENAT_PREFIX only, not also on AT_FDCWD.
(openat_ro): Remove.  Caller changed to use openat_permissive.
(openat_permissive): Now a macro, if not a function.
(openat_restore_fail, openat_save_fail): Now always functions,
since mkdirat needs them even if __OPENAT_PREFIX is defined.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 12:40:09 2005 UTC (18 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.13: +2 -0 lines
Diff to previous 1.13
(mkdirat): Declare.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 14:53:47 2005 UTC (18 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.12: +7 -0 lines
Diff to previous 1.12
(openat_permissive): Declare.
(openat_ro): Define.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 15:19:47 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_91, COREUTILS-5_92, COREUTILS-5_93, COREUTILS-5_94, COREUTILS-5_94-cvs
Branch point for: b5_9x
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
(fdopendir): Do not define if HAVE_FDOPENDIR.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 19 15:44:57 2005 UTC (18 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_90
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
(unlinkat): Add prototype.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 20:55:29 2005 UTC (18 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9
Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
and don't include <sys/file.h>).


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 09:38:12 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
Reflect s/_die/_fail/ renaming.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 06:54:57 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.7: +15 -0 lines
Diff to previous 1.7
(openat_save_die, openat_restore_die): Declare and define.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 05:05:29 2005 UTC (18 years, 10 months ago) by eggert
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Don't use "path" or "filename" to mean "file name"
in comments or local variable names.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat May 14 07:58:06 2005 UTC (18 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Update FSF postal mail address.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 13:44:54 2005 UTC (19 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.4: +2 -7 lines
Diff to previous 1.4
(AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the same value as for Solaris 9.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 19 09:57:49 2005 UTC (19 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.3: +16 -0 lines
Diff to previous 1.3
Include headers required for use of DIR and struct stat.
[AT_SYMLINK_NOFOLLOW]: Define.
(fdopendir, fstatat): Add prototypes.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 06:44:30 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-5_3_0
Changes since 1.2: +20 -2 lines
Diff to previous 1.2
Add copyright and authorship notice.
(AT_FDCWD): Use the same value Solaris 9 uses.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 22:42:08 2004 UTC (19 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.1: +1 -5 lines
Diff to previous 1.1
(rpl_openat): Also accept optional mode parameter.
Adjust prototype


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 20:51:05 2004 UTC (19 years, 4 months ago) by meyering
Branch: MAIN
*** empty log message ***


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26