source: rtems/cpukit/libcsupport/ChangeLog @ 83333e9

4.104.114.84.95
Last change on this file since 83333e9 was 83333e9, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/02 at 13:49:57

2002-12-06 Joel Sherrill <joel@…>

  • src/malloc.c: Fixed code that incorrected did a disable dispatch instead of locking and unlocking the allocator mutex.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-12-06      Joel Sherrill <joel@OARcorp.com>
2
3        * src/malloc.c: Fixed code that incorrected did a disable dispatch
4        instead of locking and unlocking the allocator mutex.
5
62002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add various checks to enhance portability.
9        * src/termios.c: Reflect changes to configure.ac.
10
112002-12-02      Joel Sherrill <joel@OARcorp.com>
12
13        * include/rtems/libio.h: Internally use a union of an unsigned64
14        and major/minor device so we don't get into trouble shifting.
15        The h8300 seemed to be impossible to remove warnings otherwise.
16        Eventually the structure definition of a dev_t might be better anyway.
17        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
18        targets.
19
202002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Cosmetical fixes.
23
242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Fix package name.
27
282002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
31        Add check for CHAR_BIT.
32        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
33        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
34
352002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove -ansi -fasm.
38        Add checks to diagnose potential system header conflicts.
39        * Makefile.am: Unconditionally install sys/cdefs.h.
40
412002-11-07      <strauman@slac.stanford.edu>
42
43        * src/mount.c: Per PR297, correct fs_mountme failure paths.
44
452002-11-01      Joel Sherrill <joel@OARcorp.com>
46
47        * ChangeLog: Corrected.
48
492002-10-30      Eric Norum <eric.norum@usask.ca>
50
51        * src/printk.c: Add vprintk function for kernel printing
52        from routines which have already obtained the va_list pointer.
53
542002-10-31      Joel Sherrill <joel@OARcorp.com>
55
56        * src/mallocfreespace.c: Corrected sense of status check to
57        match change inside RTEMS.
58        * src/newlibc.c: Removed warning.
59
602002-10-28      Joel Sherrill <joel@OARcorp.com>
61
62        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
63        enumeration to int to eliminate warnings when values are overridden.
64
652002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
68
692002-10-24      <strauman@slac.stanford.edu>
70
71        * src/eval.c: Per PR293, added freenode calls for evaluate
72          link failures.
73
742002-10-23      <strauman@slac.stanford.edu>
75
76        * src/mount.c per PR290, add check for ops->node_type_h
77        * src/mknod.c per PR291, remove erroneous call to freenod
78
792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Reformat.
82        Add autom4te*cache.
83        Remove autom4te.cache.
84
852002-10-02      Eric Norum <eric.norum@usask.ca>
86
87        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
88        * src/getgrent.c: Removed as functionality is now just a wrapper for
89        common routines in src/getpwent.c.
90        * Makefile.am: Reflect file removal.
91
922002-09-14      Joel Sherrill <joel@OARcorp.com>
93
94        * include/rtems/libio.h: Change rtems_filesystem_read_t and
95        rtems_filesystem_write_t to return ssize_t to match read(2)
96        and write(2) respectively.
97
982002-09-14      Eric Norum <eric.norum@usask.ca>
99
100        * src/readdir_r.c: New file.
101        * Makefile.am: Reflect above.
102
1032002-08-12      Eric Norum <eric.norum@usask.ca>
104
105        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
106
1072002-07-30      Joel Sherrill <joel@OARcorp.com>
108
109        * include/sys/utime.h: Removed as file is now part of the RTEMS
110        newlib support.
111        * Makefile.am: Reflect above.
112        * include/rtems/termiostypes.h: Avoid use of __P.
113
1142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
121        INCLUDES (Upcoming automake standard).
122
1232002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: RTEMS_TOP(../..).
126
1272002-07-01      Joel Sherrill <joel@OARcorp.com>
128
129        * src/__times.c: Corrected from previous attempt to cleanup.
130
1312002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_PROJECT_ROOT.
134
1352002-06-28      Joel Sherrill <joel@OARcorp.com>
136
137        * src/__times.c: Cleaned up comments, return more information,
138        and eliminated the fatal error on clock not set since it cannot
139        occur.
140
1412002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
144        Add AC_PROG_RANLIB.
145
1462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge src/Makefile.am.
149        * configure.ac: Reflect changes above.
150        * src/Makefile.am: Remove.
151
1522002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
155        Use ../aclocal.
156        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
157
1582001-05-24      Joel Sherrill <joel@OARcorp.com>
159
160        * src/.cvsignore: New file.
161
Note: See TracBrowser for help on using the repository browser.