summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* updated for 3.5.17Joel Sherrill1996-07-023-517/+517
|
* minor changes to insure the few posix-ish routines needed in non-posixJoel Sherrill1996-06-181-6/+25
| | | | mode have stubs.
* changed reboot to a macro to avoid the "noreturn returns" warning.Joel Sherrill1996-06-182-1/+10
|
* corrected typoJoel Sherrill1996-06-181-1/+1
|
* use exit() from newlib by default.Joel Sherrill1996-06-121-8/+8
|
* patch from Tony Bennett on the ifdef for O_NDELAYJoel Sherrill1996-06-061-7/+8
|
* sleep moved into newlibc.c so the sleep.o object would not be in the library.Joel Sherrill1996-06-031-1/+26
| | | | | This implementation of sleep is now only used when the POSIX API is not configured.
* added dummy versions of __kill and __getpid which assert(0) so thatJoel Sherrill1996-05-301-0/+23
| | | | | applications which use only the rtems api (i.e. not the posix api) will link.
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-4/+0
|
* fixed typoJoel Sherrill1996-05-281-1/+1
|
* added initial posix configuration supportJoel Sherrill1996-05-2819-29/+31
|
* added Motorola MVME147 BSP submitted by Dominique le CampionJoel Sherrill1996-05-2411-0/+1427
| | | | | (Dominique.LECAMPION@enst-bretagne.fr), for Telecom Bretagne and T.N.I. (Brest, France)
* updates from Tony BennettJoel Sherrill1996-05-234-3/+7
|
* added code to insure that delay is always non-zeroJoel Sherrill1996-05-231-0/+2
|
* updates from tony bennettJoel Sherrill1996-05-231-2/+2
|
* added as example of how to do a bsp which is not in this tree.Joel Sherrill1996-05-232-0/+19
|
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+1
| | | | | | of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
* updated to remove workaround for bug in binutils 2.5.2 ld now that we areJoel Sherrill1996-05-081-4/+4
| | | | up to 2.6
* Updates from Eric Norum.Joel Sherrill1996-05-017-106/+268
|
* Hacked so gld will accept this so we can purge the aout toolset. This changeJoel Sherrill1996-04-241-2/+21
| | | | should be undone when the m68k-coff cross toolset is updated next time.
* updates from Tony BennettJoel Sherrill1996-04-2231-228/+147
|
* Updates from Tony Bennett.Joel Sherrill1996-04-228-45/+42
|
* Updates from Tony Bennett. rtems_environp removed among other minor things.Joel Sherrill1996-04-221-1/+0
|
* Fixed so now supports more than 16 nodes. Tested for up to 24 nodesJoel Sherrill1996-04-223-2/+11
| | | | by Tony Bennett. Information table is now malloc'ed.
* swapped order of operands on a movw to fix LOAD_SEGMENTS macroJoel Sherrill1996-04-201-1/+1
|
* minor mods to get to compile locallyJoel Sherrill1996-03-212-3/+4
|
* some instructions altered for older binutilsJoel Sherrill1996-03-212-16/+16
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-064-4/+4
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-0612-0/+2355
| | | | | | | | | | | Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
* As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1996-03-069-0/+9
| | | | | from the application code, this file required more visibility than is given by default to application code.
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-061-0/+1
| | | | | | | | | | | | | | | the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-2115-19/+18
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* removed post switch extensionJoel Sherrill1996-02-131-1/+0
|
* fixed bug when outbyte had argument in wrong order relative to those invoking itJoel Sherrill1996-02-131-3/+3
|
* new times for 3.5.1Joel Sherrill1996-01-221-33/+33
|
* Added condition compile flag for dump of stack usage information onJoel Sherrill1996-01-191-0/+10
| | | | system exit.
* added a task begin extension for unix simulator configurations. This extensionJoel Sherrill1996-01-191-0/+25
| | | | insures that stdout is line buffered (see setvbuf).
* updatedJoel Sherrill1996-01-191-26/+26
|
* added definition of cpu_number.Joel Sherrill1996-01-191-0/+2
|
* Removed comment about a confusion on newlib buffering.Joel Sherrill1996-01-171-10/+0
|
* Update from Tony Bennett (tbennett@divnc.com)Joel Sherrill1996-01-177-76/+75
|
* Modified fstat and stat to be consistent with isatty in that all threeJoel Sherrill1996-01-171-7/+23
| | | | | now pretend that everything is a tty. This insures that newlib makes the console output line buffered.
* Split error handler into its own directory.Joel Sherrill1996-01-152-2/+2
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-1528-199/+280
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-2018-28/+296
| | | | partially recovered working tree, etc
* initial history lost in disk crashJoel Sherrill1995-12-192-0/+386
|