summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 07:31:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-18 07:31:32 +0000
commitc5f52e9725745b0cd81e3b2b4881fc2360f830ec (patch)
tree1db87a69b5067c144aa105f34199b133a15fcfa9 /cpukit/libcsupport/ChangeLog
parent2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c5f52e9725745b0cd81e3b2b4881fc2360f830ec.tar.bz2
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.
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>