summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/newlibc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1999-11-051-285/+145
* Removed go32 ifdefsJoel Sherrill1999-10-051-3/+0
* Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1999-05-111-1/+11
* GLobal reentrancy structure is now dynamically initialized.Joel Sherrill1999-02-181-1/+2
* Patch from Eric Valette <valette@crf.canon.fr> to undo the patchJoel Sherrill1999-02-151-2/+0
* Per bug report from Jiri Gaisler that RTEMS would no longer buildJoel Sherrill1999-01-191-1/+13
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-13/+65
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-08-311-3/+0
* Addition of tcdrain() from Eric Norum.Joel Sherrill1998-05-191-0/+12
* More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1998-04-061-11/+0
* Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1998-02-031-0/+1
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-011-0/+2
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-221-4/+2
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-221-10/+3
* added code to prevent attempts to clean up the library when rtems isJoel Sherrill1997-04-091-0/+8
* Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill1997-01-291-3/+6
* Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1997-01-291-1/+4
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-181-3/+20
* 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
* 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
* updates from Tony BennettJoel Sherrill1996-05-231-2/+2
* Updates from Tony Bennett.Joel Sherrill1996-04-221-18/+25
* 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
* Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1995-09-121-3/+13
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-111-5/+6
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-1/+1
* Ada95, gnat, go32Joel Sherrill1995-07-121-1/+1
* Fully tested on all in-house targetsJoel Sherrill1995-05-241-5/+5
* Initial revisionJoel Sherrill1995-05-111-0/+292