summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill11-22/+22
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill1-3/+3
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1-2/+0
1997-09-19Bug fix from Eric Norum:Joel Sherrill1-1/+0
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill1-0/+1
1997-08-27Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1-7/+9
1997-08-22Moved reentrant wrappers into their own file.Joel Sherrill4-5/+94
1997-08-22Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1-1/+6
1997-08-01Added include of termios.h which was accidentally left out.Joel Sherrill1-0/+2
1997-08-01Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill4-1/+78
1997-04-22updated with new license information per Tony Bennett.Joel Sherrill1-10/+3
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill10-50/+50
1997-04-16fixed spacingJoel Sherrill1-1/+3
1997-04-09added code to prevent attempts to clean up the library when rtems isJoel Sherrill1-0/+8
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill2-14/+114
1997-04-07removed noreturn attribute to eliminate warnings.Joel Sherrill1-2/+7
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-0/+62
1997-03-10added include of rtems.h so the proper macro definitions would be present.Joel Sherrill1-0/+2
1997-03-10made some of this conditional on unix libJoel Sherrill1-2/+5
1997-01-29Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill2-4/+7
1997-01-29Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill6-36/+162
1997-01-08removed assert() for stat on non-devices. Now it returns -1. ThisJoel Sherrill1-2/+1
1996-11-08Added asserts for unhandled conditions which need to result in errorJoel Sherrill2-1/+17
1996-10-15added ENOSYS supportJoel Sherrill1-0/+1
1996-09-18dummy function added to satisfy ANSIJoel Sherrill2-0/+20
1996-09-18modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1-3/+20
1996-09-18added malloc_walkJoel Sherrill1-4/+35
1996-09-18added prototype for malloc_walkJoel Sherrill1-0/+1
1996-08-06get_errno: no longer needed by gnat runtimeJoel Sherrill1-0/+4
1996-07-03another attempt at the rtems_posix_api ifdefJoel Sherrill1-4/+3
1996-06-18minor changes to insure the few posix-ish routines needed in non-posixJoel Sherrill1-6/+25
1996-06-12use exit() from newlib by default.Joel Sherrill1-8/+8
1996-06-06patch from Tony Bennett on the ifdef for O_NDELAYJoel Sherrill1-7/+8
1996-06-03sleep moved into newlibc.c so the sleep.o object would not be in the library.Joel Sherrill1-1/+26
1996-05-30added dummy versions of __kill and __getpid which assert(0) so thatJoel Sherrill1-0/+23
1996-05-29comment clean upJoel Sherrill1-2/+1
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1-4/+0
1996-05-28added initial posix configuration supportJoel Sherrill1-2/+3
1996-05-23updates from Tony BennettJoel Sherrill3-3/+6
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-0/+1
1996-04-22updates from Tony BennettJoel Sherrill4-12/+5
1996-04-22Updates from Tony Bennett.Joel Sherrill4-25/+34
1996-03-06As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1-0/+1
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1-0/+1
1996-02-21Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1-2/+2
1996-01-19added a task begin extension for unix simulator configurations. This extensionJoel Sherrill1-0/+25
1996-01-17Removed comment about a confusion on newlib buffering.Joel Sherrill1-10/+0
1996-01-17Modified fstat and stat to be consistent with isatty in that all threeJoel Sherrill1-7/+23
1996-01-15Split error handler into its own directory.Joel Sherrill1-1/+1
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill7-71/+82