summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
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
1995-12-05bug fix in statistics from Tony Bennett (tbennett@divnc.com)Joel Sherrill1-1/+3
1995-10-06fixed missing CVS IDsJoel Sherrill3-0/+6
1995-10-06moved to new development machine and went to gcc 2.7.0Joel Sherrill1-1/+1
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill2-32/+100
1995-09-26posix support initially addedJoel Sherrill3-2/+63
1995-09-12Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill2-4/+15
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill4-11/+22
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill2-9/+16
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill3-3/+3
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill7-21/+1074