summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-20 22:12:40 +0000
committerRoland McGrath <roland@gnu.org>2006-02-20 22:12:40 +0000
commitc5780b5fc8892aed62501fc599c9958f543b412e (patch)
tree92c08afd06611f9d797a8d0a54273705780658d2 /ChangeLog
parent24d58fb41db26300aa7ebfdf7b373860f636979a (diff)
* hurd/hurd/xattr.h: New file.
* hurd/xattr.c: New file. * hurd/Makefile (routines): Add it. * sysdeps/mach/hurd/fgetxattr.c: New file. * sysdeps/mach/hurd/flistxattr.c: New file. * sysdeps/mach/hurd/fremovexattr.c: New file. * sysdeps/mach/hurd/fsetxattr.c: New file. * sysdeps/mach/hurd/getxattr.c: New file. * sysdeps/mach/hurd/lgetxattr.c: New file. * sysdeps/mach/hurd/listxattr.c: New file. * sysdeps/mach/hurd/lsetxattr.c: New file. * sysdeps/mach/hurd/removexattr.c: New file. * sysdeps/mach/hurd/setxattr.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac56616287..30bdba34f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-02-20 Roland McGrath <roland@frob.com>
+
+ * hurd/hurd/xattr.h: New file.
+ * hurd/xattr.c: New file.
+ * hurd/Makefile (routines): Add it.
+ * sysdeps/mach/hurd/fgetxattr.c: New file.
+ * sysdeps/mach/hurd/flistxattr.c: New file.
+ * sysdeps/mach/hurd/fremovexattr.c: New file.
+ * sysdeps/mach/hurd/fsetxattr.c: New file.
+ * sysdeps/mach/hurd/getxattr.c: New file.
+ * sysdeps/mach/hurd/lgetxattr.c: New file.
+ * sysdeps/mach/hurd/listxattr.c: New file.
+ * sysdeps/mach/hurd/lsetxattr.c: New file.
+ * sysdeps/mach/hurd/removexattr.c: New file.
+ * sysdeps/mach/hurd/setxattr.c: New file.
+
2006-02-13 Mike Frysinger <vapier@gentoo.org>
* string/tester.c (test_strnlen): New function.