source: rtems/cpukit/libcsupport/ChangeLog @ 8114f30

Last change on this file since 8114f30 was 8114f30, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/19/03 at 00:49:15

2003-03-18 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
  • src/strlcat.c: New (extracted from pppd/utils.c).
  • src/strlcpy.c: New (extracted from pppd/utils.c).
  • Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
4        * src/strlcat.c: New (extracted from pppd/utils.c).
5        * src/strlcpy.c: New (extracted from pppd/utils.c).
6        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
7
82003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove AC_CONFIG_AUX_DIR.
11
122003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
13
14        PR 357/rtems_misc
15        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
16        checked that the wrong pointer during allocation was NULL.
17
182003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * src/privateenv.c: Fix prototype for free_user_env.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302003-02-06      Joel Sherrill <joel@OARcorp.com>
31
32        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
33        Linux port builds.
34
352003-02-05     Till Straumann  <strauman@slac.stanford.edu>
36
37        PR 340/filesystem
38        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
39
402003-02-05      Joel Sherrill <joel@OARcorp.com>
41
42        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
43        code.
44
452003-02-03      Joel Sherrill <joel@OARcorp.com>
46
47        PR 338/filesystem
48        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
49        rtems_io_lookup_name() (API change).
50
512003-02-03     Till Straumann  <strauman@slac.stanford.edu>
52
53        PR 339/filesystem
54        * src/chroot.c: Fix violation of FS node object copy semantics.
55
562003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Eliminate OBJS.
59
602003-01-10      Joel Sherrill <joel@OARcorp.com>
61
62        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
63        conflict with GNU/Linux header files.
64
652003-01-03     Till Straumann  <strauman@slac.stanford.edu>
66
67        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
68        Per PR303, Fix violation of node_access copy syemantics
69
702002-12-26     Till Straumann  <strauman@slac.stanford.edu
71
72        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
73
742002-12-06      Joel Sherrill <joel@OARcorp.com>
75
76        * src/malloc.c: Fixed code that incorrected did a disable dispatch
77        instead of locking and unlocking the allocator mutex.
78
792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add various checks to enhance portability.
82        * src/termios.c: Reflect changes to configure.ac.
83
842002-12-02      Joel Sherrill <joel@OARcorp.com>
85
86        * include/rtems/libio.h: Internally use a union of an unsigned64
87        and major/minor device so we don't get into trouble shifting.
88        The h8300 seemed to be impossible to remove warnings otherwise.
89        Eventually the structure definition of a dev_t might be better anyway.
90        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
91        targets.
92
932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Cosmetical fixes.
96
972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Fix package name.
100
1012002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
104        Add check for CHAR_BIT.
105        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
106        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
107
1082002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove -ansi -fasm.
111        Add checks to diagnose potential system header conflicts.
112        * Makefile.am: Unconditionally install sys/cdefs.h.
113
1142002-11-07      <strauman@slac.stanford.edu>
115
116        * src/mount.c: Per PR297, correct fs_mountme failure paths.
117
1182002-11-01      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: Corrected.
121
1222002-10-30      Eric Norum <eric.norum@usask.ca>
123
124        * src/printk.c: Add vprintk function for kernel printing
125        from routines which have already obtained the va_list pointer.
126
1272002-10-31      Joel Sherrill <joel@OARcorp.com>
128
129        * src/mallocfreespace.c: Corrected sense of status check to
130        match change inside RTEMS.
131        * src/newlibc.c: Removed warning.
132
1332002-10-28      Joel Sherrill <joel@OARcorp.com>
134
135        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
136        enumeration to int to eliminate warnings when values are overridden.
137
1382002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
141
1422002-10-24      <strauman@slac.stanford.edu>
143
144        * src/eval.c: Per PR293, added freenode calls for evaluate
145          link failures.
146
1472002-10-23      <strauman@slac.stanford.edu>
148
149        * src/mount.c per PR290, add check for ops->node_type_h
150        * src/mknod.c per PR291, remove erroneous call to freenod
151
1522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Reformat.
155        Add autom4te*cache.
156        Remove autom4te.cache.
157
1582002-10-02      Eric Norum <eric.norum@usask.ca>
159
160        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
161        * src/getgrent.c: Removed as functionality is now just a wrapper for
162        common routines in src/getpwent.c.
163        * Makefile.am: Reflect file removal.
164
1652002-09-14      Joel Sherrill <joel@OARcorp.com>
166
167        * include/rtems/libio.h: Change rtems_filesystem_read_t and
168        rtems_filesystem_write_t to return ssize_t to match read(2)
169        and write(2) respectively.
170
1712002-09-14      Eric Norum <eric.norum@usask.ca>
172
173        * src/readdir_r.c: New file.
174        * Makefile.am: Reflect above.
175
1762002-08-12      Eric Norum <eric.norum@usask.ca>
177
178        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
179
1802002-07-30      Joel Sherrill <joel@OARcorp.com>
181
182        * include/sys/utime.h: Removed as file is now part of the RTEMS
183        newlib support.
184        * Makefile.am: Reflect above.
185        * include/rtems/termiostypes.h: Avoid use of __P.
186
1872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use .$(OBJEXT) instead of .o.
190
1912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
194        INCLUDES (Upcoming automake standard).
195
1962002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: RTEMS_TOP(../..).
199
2002002-07-01      Joel Sherrill <joel@OARcorp.com>
201
202        * src/__times.c: Corrected from previous attempt to cleanup.
203
2042002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove RTEMS_PROJECT_ROOT.
207
2082002-06-28      Joel Sherrill <joel@OARcorp.com>
209
210        * src/__times.c: Cleaned up comments, return more information,
211        and eliminated the fatal error on clock not set since it cannot
212        occur.
213
2142002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
217        Add AC_PROG_RANLIB.
218
2192002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Merge src/Makefile.am.
222        * configure.ac: Reflect changes above.
223        * src/Makefile.am: Remove.
224
2252002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
228        Use ../aclocal.
229        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
230
2312001-05-24      Joel Sherrill <joel@OARcorp.com>
232
233        * src/.cvsignore: New file.
234
Note: See TracBrowser for help on using the repository browser.