summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-172008-09-17 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill1-175/+0
2008-09-01Convert using "bool".Ralf Corsepius1-2/+2
2008-08-25Stop using old-style function-definitions.Ralf Corsepius1-1/+1
2008-08-182008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-24/+1
2008-08-052008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-114/+27
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-101/+0
2007-04-092007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+2
2004-04-18Remove stray white spaces.Ralf Corsepius1-11/+11
2004-03-052004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-19/+24
2004-03-052004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-24/+19
2004-03-052004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-19/+24
2003-11-262003-11-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+28
2003-10-022003-10-02 Phil Torre <ptorre@zetron.com>Joel Sherrill1-31/+52
2003-09-152003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
2003-09-132003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-4/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-04-032003-04-03 Eri Valette <eric.valette@free.fr>Joel Sherrill1-1/+1
2002-10-312002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
2002-05-152002-05-15 Chris Johns <ccj@acm.org>Joel Sherrill1-35/+6
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+5
2000-11-012000-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-09-222000-09-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-05Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1-285/+145
1999-10-05Removed go32 ifdefsJoel Sherrill1-3/+0
1999-05-11Fix based on bug report from Jay Kulpinski <jskulpin@eng01.gdds.com>Joel Sherrill1-1/+11
1999-02-18GLobal reentrancy structure is now dynamically initialized.Joel Sherrill1-1/+2
1999-02-15Patch from Eric Valette <valette@crf.canon.fr> to undo the patchJoel Sherrill1-2/+0
1999-01-19Per bug report from Jiri Gaisler that RTEMS would no longer buildJoel Sherrill1-1/+13
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-13/+65
1998-08-31Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-3/+0
1998-05-19Addition of tcdrain() from Eric Norum.Joel Sherrill1-0/+12
1998-04-06More stuff removed as a result of using newlib's isatty() implementation.Joel Sherrill1-11/+0
1998-02-03Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1-0/+1
1997-12-01Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1-0/+2
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-08-22Moved reentrant wrappers into their own file.Joel Sherrill1-4/+2
1997-04-22updated with new license information per Tony Bennett.Joel Sherrill1-10/+3
1997-04-09added code to prevent attempts to clean up the library when rtems isJoel Sherrill1-0/+8
1997-01-29Modifications to make go32 build using new i386-go32-rtems toolsetJoel Sherrill1-3/+6
1997-01-29Merged newlib's libgloss support for rtems into this directory. ThisJoel Sherrill1-1/+4
1996-09-18modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1-3/+20
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-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-23updates from Tony BennettJoel Sherrill1-2/+2
1996-04-22Updates from Tony Bennett.Joel Sherrill1-18/+25