2003-02-20 Wolfram Wadepohl PR 357/rtems_misc * src/termios.c (rtems_termios_open): Fixed code the incorrectly checked that the wrong pointer during allocation was NULL. 2003-02-11 Ralf Corsepius * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). 2003-02-11 Ralf Corsepius * configure.ac: AC_PREREQ(2.57). 2003-02-06 Joel Sherrill * include/sys/ioccom.h: Include not so Linux port builds. 2003-02-05 Till Straumann PR 340/filesystem * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib. 2003-02-05 Joel Sherrill * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc code. 2003-02-03 Joel Sherrill PR 338/filesystem * src/unixlibc.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). 2003-02-03 Till Straumann PR 339/filesystem * src/chroot.c: Fix violation of FS node object copy semantics. 2003-01-10 Ralf Corsepius * Makefile.am: Eliminate OBJS. 2003-01-10 Joel Sherrill * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid conflict with GNU/Linux header files. 2003-01-03 Till Straumann * ChangeLog, base_fs.c, getpwent.c, privateenv.c Per PR303, Fix violation of node_access copy syemantics 2002-12-26 Till Straumann * src/malloc.c: Fixed code that incorrected did a disable dispatch instead of locking and unlocking the allocator mutex. 2002-12-06 Ralf Corsepius * configure.ac: Add various checks to enhance portability. * src/termios.c: Reflect changes to configure.ac. 2002-12-02 Joel Sherrill * include/rtems/libio.h: Internally use a union of an unsigned64 and major/minor device so we don't get into trouble shifting. The h8300 seemed to be impossible to remove warnings otherwise. Eventually the structure definition of a dev_t might be better anyway. * include/sys/ioccom.h: Added casts to remove warnings on 16 bit targets. 2002-11-19 Ralf Corsepius * configure.ac: Cosmetical fixes. 2002-11-19 Ralf Corsepius * configure.ac: Fix package name. 2002-11-18 Ralf Corsepius * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H. Add check for CHAR_BIT. * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or if the host does not provide sys/cdefs.h (Fixes Linux/posix). 2002-11-18 Ralf Corsepius * configure.ac: Remove -ansi -fasm. Add checks to diagnose potential system header conflicts. * Makefile.am: Unconditionally install sys/cdefs.h. 2002-11-07 * src/mount.c: Per PR297, correct fs_mountme failure paths. 2002-11-01 Joel Sherrill * ChangeLog: Corrected. 2002-10-30 Eric Norum * src/printk.c: Add vprintk function for kernel printing from routines which have already obtained the va_list pointer. 2002-10-31 Joel Sherrill * src/mallocfreespace.c: Corrected sense of status check to match change inside RTEMS. * src/newlibc.c: Removed warning. 2002-10-28 Joel Sherrill * include/rtems/libio.h: Change rtems_filesystem_node_types_t from enumeration to int to eliminate warnings when values are overridden. 2002-10-25 Ralf Corsepius * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE. 2002-10-24 * src/eval.c: Per PR293, added freenode calls for evaluate link failures. 2002-10-23 * src/mount.c per PR290, add check for ops->node_type_h * src/mknod.c per PR291, remove erroneous call to freenod 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-10-02 Eric Norum * src/getpwent.c: Per PR283, reimplement to address reentrancy problems. * src/getgrent.c: Removed as functionality is now just a wrapper for common routines in src/getpwent.c. * Makefile.am: Reflect file removal. 2002-09-14 Joel Sherrill * include/rtems/libio.h: Change rtems_filesystem_read_t and rtems_filesystem_write_t to return ssize_t to match read(2) and write(2) respectively. 2002-09-14 Eric Norum * src/readdir_r.c: New file. * Makefile.am: Reflect above. 2002-08-12 Eric Norum * src/write.c (_write_r): Change prototype to match newlib's reent.h. 2002-07-30 Joel Sherrill * include/sys/utime.h: Removed as file is now part of the RTEMS newlib support. * Makefile.am: Reflect above. * include/rtems/termiostypes.h: Avoid use of __P. 2002-07-22 Ralf Corsepius * Makefile.am: Use .$(OBJEXT) instead of .o. 2002-07-22 Ralf Corsepius * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of INCLUDES (Upcoming automake standard). 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../..). 2002-07-01 Joel Sherrill * src/__times.c: Corrected from previous attempt to cleanup. 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. 2002-06-28 Joel Sherrill * src/__times.c: Cleaned up comments, return more information, and eliminated the fatal error on clock not set since it cannot occur. 2002-06-27 Ralf Corsepius * configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB. 2002-06-17 Ralf Corsepius * Makefile.am: Merge src/Makefile.am. * configure.ac: Reflect changes above. * src/Makefile.am: Remove. 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 2001-05-24 Joel Sherrill * src/.cvsignore: New file.