summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index a520d4c332..a94bca2388 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,7 +1,24 @@
+2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 449/rtems:
+ * src/getegid.c: New (Copied from ../posix/src).
+ * src/geteuid.c: New (Copied from ../posix/src).
+ * src/getgid.c: New (Copied from ../posix/src).
+ * src/getgroups.c: New (Copied from ../posix/src).
+ * src/getlogin.c: New (Copied from ../posix/src).
+ * src/getpgrp.c: New (Copied from ../posix/src).
+ * src/getpid.c: New (Copied from ../posix/src).
+ * src/getppid.c: New (Copied from ../posix/src).
+ * src/getuid.c: New (Copied from ../posix/src).
+ * src/setpgid.c: New (Copied from ../posix/src).
+ * src/setsid.c: New (Copied from ../posix/src).
+ * src/no_posix: Remove getpid and _getpid_r.
+ * Makefile.am: Reflect changes above.
+
2003-08-14 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add fileio to list of interactive tests.
- * src/sync.c: New file.
+ * src/sync.c: New (Copied from ../posix/src). New file.
2003-08-05 Till Strauman <strauman@slac.stanford.edu>