source: rtems/cpukit/libcsupport/ChangeLog @ 4b533522

4.104.114.84.95
Last change on this file since 4b533522 was 4b533522, checked in by Joel Sherrill <joel.sherrill@…>, on 11/11/02 at 21:36:19

2002-11-07 <strauman@…>

  • src/mount.c: Per PR297, correct fs_mountme failure paths.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-11-07      <strauman@slac.stanford.edu>
2
3        * src/mount.c: Per PR297, correct fs_mountme failure paths.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * ChangeLog: Corrected.
8
92002-10-30      Eric Norum <eric.norum@usask.ca>
10
11        * src/printk.c: Add vprintk function for kernel printing
12        from routines which have already obtained the va_list pointer.
13
142002-10-31      Joel Sherrill <joel@OARcorp.com>
15
16        * src/mallocfreespace.c: Corrected sense of status check to
17        match change inside RTEMS.
18        * src/newlibc.c: Removed warning.
19
202002-10-28      Joel Sherrill <joel@OARcorp.com>
21
22        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
23        enumeration to int to eliminate warnings when values are overridden.
24
252002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
28
292002-10-24      <strauman@slac.stanford.edu>
30
31        * src/eval.c: Per PR293, added freenode calls for evaluate
32          link failures.
33
342002-10-23      <strauman@slac.stanford.edu>
35
36        * src/mount.c per PR290, add check for ops->node_type_h
37        * src/mknod.c per PR291, remove erroneous call to freenod
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-10-02      Eric Norum <eric.norum@usask.ca>
46
47        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
48        * src/getgrent.c: Removed as functionality is now just a wrapper for
49        common routines in src/getpwent.c.
50        * Makefile.am: Reflect file removal.
51
522002-09-14      Joel Sherrill <joel@OARcorp.com>
53
54        * include/rtems/libio.h: Change rtems_filesystem_read_t and
55        rtems_filesystem_write_t to return ssize_t to match read(2)
56        and write(2) respectively.
57
582002-09-14      Eric Norum <eric.norum@usask.ca>
59
60        * src/readdir_r.c: New file.
61        * Makefile.am: Reflect above.
62
632002-08-12      Eric Norum <eric.norum@usask.ca>
64
65        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
66
672002-07-30      Joel Sherrill <joel@OARcorp.com>
68
69        * include/sys/utime.h: Removed as file is now part of the RTEMS
70        newlib support.
71        * Makefile.am: Reflect above.
72        * include/rtems/termiostypes.h: Avoid use of __P.
73
742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
81        INCLUDES (Upcoming automake standard).
82
832002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: RTEMS_TOP(../..).
86
872002-07-01      Joel Sherrill <joel@OARcorp.com>
88
89        * src/__times.c: Corrected from previous attempt to cleanup.
90
912002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_PROJECT_ROOT.
94
952002-06-28      Joel Sherrill <joel@OARcorp.com>
96
97        * src/__times.c: Cleaned up comments, return more information,
98        and eliminated the fatal error on clock not set since it cannot
99        occur.
100
1012002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
104        Add AC_PROG_RANLIB.
105
1062002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Merge src/Makefile.am.
109        * configure.ac: Reflect changes above.
110        * src/Makefile.am: Remove.
111
1122002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
115        Use ../aclocal.
116        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
117
1182001-05-24      Joel Sherrill <joel@OARcorp.com>
119
120        * src/.cvsignore: New file.
121
Note: See TracBrowser for help on using the repository browser.