summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
1998-03-20Removed blank line.Joel Sherrill1-1/+1
1998-02-17updated copyright to 1998Joel Sherrill10-10/+10
1998-02-17Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill2-3/+10
1998-02-03Added call to libc_wrapup() in _exit. This fixes a problem whereJoel Sherrill1-0/+1
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-4/+2
1998-01-30Corrected Linux port for glibc2Joel Sherrill2-1/+3
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill2-6/+8
1998-01-19Added _times_r.Joel Sherrill1-0/+7
1998-01-19more info from EricJoel Sherrill1-0/+6
1998-01-19Patch from Eric Norum:Joel Sherrill3-7/+25
1998-01-16Jennifer found some uninitialized variables:Joel Sherrill1-1/+7
1998-01-06Changed initial settings of first time.Joel Sherrill1-3/+5
1997-12-22Corrected prototypes for all termios console write driver entries toJoel Sherrill2-3/+4
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1-1/+4
1997-12-01Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1-0/+2
1997-11-18Removed warning under linux port.Joel Sherrill1-0/+5
1997-11-15interrupt driven change from Eric NorumJoel Sherrill2-83/+191
1997-11-10Fixed prototypeJoel Sherrill1-1/+1
1997-11-10Set return code to avoid spurious errors.Joel Sherrill1-0/+1
1997-10-24added katsutoshi ShibuyaJoel Sherrill1-1/+8
1997-10-23Changed prototype of read routine.Joel Sherrill2-14/+7
1997-10-23fixed commentJoel Sherrill1-2/+1
1997-10-23New termios.c from Eric Norum.Joel Sherrill2-601/+646
1997-10-21Converted from using a message queue for the raw input queue to using aJoel Sherrill1-49/+35
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill2-1/+761
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1-2/+22
1997-10-21Added casts and fixed line break.Joel Sherrill1-2/+3
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill11-22/+22
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill1-3/+3
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1-2/+0
1997-09-19Bug fix from Eric Norum:Joel Sherrill1-1/+0
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill1-0/+1
1997-08-27Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1-7/+9
1997-08-22Moved reentrant wrappers into their own file.Joel Sherrill4-5/+94
1997-08-22Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1-1/+6
1997-08-01Added include of termios.h which was accidentally left out.Joel Sherrill1-0/+2
1997-08-01Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill4-1/+78
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