summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed blank line.Joel Sherrill1998-03-201-1/+1
* updated copyright to 1998Joel Sherrill1998-02-1710-10/+10
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-02-172-3/+10
* Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1998-02-031-0/+1
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-301-4/+2
* Corrected Linux port for glibc2Joel Sherrill1998-01-302-1/+3
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-232-6/+8
* Added _times_r.Joel Sherrill1998-01-191-0/+7
* more info from EricJoel Sherrill1998-01-191-0/+6
* Patch from Eric Norum:Joel Sherrill1998-01-193-7/+25
* Jennifer found some uninitialized variables:Joel Sherrill1998-01-161-1/+7
* Changed initial settings of first time.Joel Sherrill1998-01-061-3/+5
* Corrected prototypes for all termios console write driver entries toJoel Sherrill1997-12-222-3/+4
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-101-1/+4
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-011-0/+2
* Removed warning under linux port.Joel Sherrill1997-11-181-0/+5
* interrupt driven change from Eric NorumJoel Sherrill1997-11-152-83/+191
* Fixed prototypeJoel Sherrill1997-11-101-1/+1
* Set return code to avoid spurious errors.Joel Sherrill1997-11-101-0/+1
* added katsutoshi ShibuyaJoel Sherrill1997-10-241-1/+8
* Changed prototype of read routine.Joel Sherrill1997-10-232-14/+7
* fixed commentJoel Sherrill1997-10-231-2/+1
* New termios.c from Eric Norum.Joel Sherrill1997-10-232-601/+646
* Converted from using a message queue for the raw input queue to using aJoel Sherrill1997-10-211-49/+35
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-212-1/+761
* Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1997-10-211-2/+22
* Added casts and fixed line break.Joel Sherrill1997-10-211-2/+3
* 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