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