summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-231-434/+0
| | | | | * ChangeLog: Merge-in libcsupport/ChangeLog. * libcsupport/ChangeLog: Remove.
* Cleanup ChangeLog.Ralf Corsepius2004-01-231-161/+107
|
* 2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-192-5/+13
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-142-2/+13
| | | | | * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
* 2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-122-3/+7
| | | | | PR 548/rtems * Makefile.am: Add src/envlock.c.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-23/+23
| | | | * Makefile.am: Reformat, add UNUSED_FILES.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-112-5/+7
| | | | | * Makefile.am: Include compile.am, again. Eliminate DOC_FILES.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-1/+8
| | | | | * Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-092-7/+12
| | | | | * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of $(ARCH)/libcsupport.a.
* 2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-072-26/+21
| | | | * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
* 2003-12-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-12-162-0/+16
| | | | | | PR 542/filesystem * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to convert iop to the corresponding integer file descriptor.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-10/+9
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-2/+4
| | | | * Makefile.am: Remove BUILT_SOURCES.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-012-2/+6
| | | | * Makefile.am: Add $(dirstamp) to compilation rules.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-302-70/+83
| | | | * Makefile.am: Add $(dirstamp) to preinstallation rules.
* 2003-11-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-11-262-0/+34
| | | | | | PR 524/filesystem * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of newlib reentrancy handler.
* 2003-11-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-11-262-11/+24
| | | | | | | PR 523/filesystem * src/malloc.c: Make malloc family safer for use from ISRs and dispatching critical sections. If in a critical section while doing a free(), then the free is deferred until the next malloc() attempt.
* 2003-11-25 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2003-11-255-0/+48
| | | | | | PR 519/filesystem * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check write permissions in parent directory for file or directory delete
* 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-222-3/+7
| | | | * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
* 2003-11-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-223-59/+355
| | | | | * include/rtems/cdefs.h: New. * Makefile.am: Completely reworked.
* 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-203-6/+6
| | | | | * src/config.h: Remove. * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
* 2003-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-10-222-0/+54
| | | | | | PR 511/filesystem * src/malloc.c: Add deferred free and protect against C Program Heap operations while in a dispatch disable critical section or ISR.
* 2003-10-02 Phil Torre <ptorre@zetron.com>Joel Sherrill2003-10-022-31/+58
| | | | | | PR 504/rtems * src/newlibc.c: Fix memory allocation of libc extension so it is dispatch disabled safe See PR for detailed explanation.
* 2003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-09-262-0/+8
| | | | | | | PR 498/rtems * src/printk.c: RTEMS printk() does not support the %i format which is used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I as an alias for %d/%D.
* 2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-152-2/+8
| | | | | | PR 489/rtems * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent having changed from void * to struct _reent*.
* 2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-132-5/+6
| | | | | * src/sync.c: Don't undef __STRICT_ANSI__. Use struct _reent (struct reent doesn't exist)
* 2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-132-4/+5
| | | | | PR 486/rtems * src/newlib.c: Unconditionally include <stdio.h>
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-0495-94/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/chain.h, include/clockdrv.h, include/console.h, include/iosupp.h, include/rtc.h, include/spurious.h, include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h, include/rtems/libcsupport.h, include/rtems/libio.h, include/rtems/libio_.h, include/rtems/termiostypes.h, include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h, include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c, src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c, src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c, src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c, src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c, src/fcntl.c, src/fdatasync.c, src/fpathconf.c, src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c, src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c, src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c, src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c, src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c, src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c, src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c, src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c, src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c, src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c, src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c, src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c, src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for license changed.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-042-1/+13
| | | | | | | PR 479/rtems_misc * src/malloc.c: Per multiple standards realloc does not free the original memory if the allocation of the requested larger block fails.
* 2003-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-022-1/+5
| | | | * src/open.c: Fix typo.
* 2003-09-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-022-1/+4
| | | | * src/malloc.c: Remove test define left in.
* 2003-09-02 Ilya Alexeev <ilya@continuum.ru>Joel Sherrill2003-09-022-0/+7
| | | | | PR 472/filesystem src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
* Remove bogus file src/listRalf Corsepius2003-08-181-11/+0
|
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-1815-23/+450
| | | | | | | | | | | | | | | | | 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>Joel Sherrill2003-08-143-1/+75
| | | | | * Makefile.am: Add fileio to list of interactive tests. * src/sync.c: New file.
* 2003-08-05 Till Strauman <strauman@slac.stanford.edu>Jennifer Averett2003-08-052-0/+11
| | | | | PR 442/filesystem * src/open.c: file never closed if ftruncate() fails in open()
* CleanupRalf Corsepius2003-07-081-12/+0
|
* 2003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-082-0/+6
| | | | | PR 419/rtems * src/termios.c: Removed warning.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-084-94/+18
| | | | | | | * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am: DOC_FILES = src/TODO src/CASES, Reflect having merged configure.ac into ../configure.ac. * src/config.h: New.
* Fixed formatting.Joel Sherrill2003-07-021-0/+1
|
* Patch by Chris Johns <cjohns@cybertec.com.au> adding the ↵Chris Johns2003-07-023-7/+34
| | | | rtems_termios_bufsize call.
* Merger from rtems-4.6-branchRalf Corsepius2003-05-303-5/+18
|
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-272-9/+6
| | | | | PR 409: * include/stdint.h: Include rtems/stdint.h
* 2003-04-17 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-05-262-1/+12
| | | | | | | | PR 399/rtems_misc * src/termios.c: In canonical mode, when input is present in the input buffer that contains an EOL character and some following characters, a read call read data behind the EOL character, although it should stop reading with the EOL character.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-172-2/+6
|
* 2003-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-04-162-1/+11
| | | | | | PR 389/rtems * src/no_posix.c: Correct _kill_r() prototype and make it conditional on newlib.
* 2003-04-03 Eri Valette <eric.valette@free.fr>Joel Sherrill2003-04-032-1/+7
| | | | | | PR 381/core * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR to fix strange run-time problem where EIP was corrupted on pc386 BSP.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-255-1/+105
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-112-1/+4
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-02-282-1/+7
|