summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed hackspecs.awk in move from -mrtems to -qrtems.Joel Sherrill1997-08-281-2/+1
|
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-284-2/+6
|
* Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1997-08-281-3/+5
|
* Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1997-08-271-1/+1
|
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-272-14/+18
| | | | error number mapping.
* Modified to support the BSP family concept.Joel Sherrill1997-08-2711-21/+21
|
* Modified to have correct address for vector table on multiple models.Joel Sherrill1997-08-272-0/+10
|
* Added rule so TARGET_VARIANTS are dependent on the environment stuff.Joel Sherrill1997-08-271-1/+4
|
* Patches from Chris Johns to clean up test.Joel Sherrill1997-08-265-19/+52
|
* removed -lmJoel Sherrill1997-08-261-1/+1
|
* Corrected to compile with egcs.Joel Sherrill1997-08-262-5/+5
|
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-221-2/+2
| | | | | | | The definition of "BEGIN_DATA" should not be null; should be ".data". Also, the definition of "BEGIN_BSS" should be ".bss". For this error, the compiled object has codes that write on the text segment area. It is fatal when the code runs on ROM.
* Removed assert condition when not initialized or there are 0 periods.Joel Sherrill1997-08-222-0/+10
|
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-225-9/+96
|
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-222-2/+12
|
* Removed redundant stanza.Joel Sherrill1997-08-221-2/+0
|
* Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1997-08-221-10/+15
|
* Added commit about missing support for condition initializer.Joel Sherrill1997-08-222-0/+2
|
* start no longer a global symbol per Eric Norum's request.Joel Sherrill1997-08-222-2/+12
| | | | | | | | | | Also, I ran across a nasty problem the first time I tried downloading and running an application compiled with the new snapshot. To make a very long story short, the `start' in ...../m68k/gen6860/start360/start360.s must not be global. The change is simple -- just remove the .globl start from start360.s.
* Switched to new version of mc68681.hJoel Sherrill1997-08-041-29/+29
|
* moved mc68230.h from main include directory to motorolaJoel Sherrill1997-08-041-1/+1
|
* new implementation of mc68681.hJoel Sherrill1997-08-042-144/+582
|
* Fixed typeJoel Sherrill1997-08-041-1/+1
|
* Corrected typoJoel Sherrill1997-08-049-9/+9
|
* Corrected descent to a hardcoded directory and made it dependent on the cpu ↵Joel Sherrill1997-08-041-1/+1
| | | | model
* Fixed typo and removed duplicated codeJoel Sherrill1997-08-041-4/+1
|
* First attempt at values for PPCJoel Sherrill1997-08-043-0/+9
|
* Trying to support all modelsJoel Sherrill1997-08-041-20/+4
|
* Trying to support all models.Joel Sherrill1997-08-041-0/+6
|
* consolex built for all models.Joel Sherrill1997-08-041-8/+4
|
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-048-9/+8
|
* Correcting difference between mvme162lx and mvme162. All versions haveJoel Sherrill1997-08-041-0/+5
| | | | four serial ports.
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-044-5/+7
|
* Modified to reflect changes in mc68681.h header file.Joel Sherrill1997-08-041-104/+200
|
* Header files moved into zilog subdirectory.Joel Sherrill1997-08-041-2/+2
|
* Moved files into the zilog and motorola subdirectories.Joel Sherrill1997-08-041-3/+12
|
* Added GNAT configuration parameters.Joel Sherrill1997-08-042-8/+38
|
* Added include/motorola and include/zilog directories to theJoel Sherrill1997-08-041-8/+10
| | | | install tree and cleaned up spacing.
* moved from main include directoryJoel Sherrill1997-08-0410-0/+956
|
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-023-1/+102
| | | | | but which did not have real bodies. This is necessary for languages like Ada95 which must have real entries in a library for bindings.
* Added conditional for KA9Q.Joel Sherrill1997-08-011-0/+4
|
* Added include of termios.h which was accidentally left out.Joel Sherrill1997-08-011-0/+2
|
* Added consolex to wrapupJoel Sherrill1997-08-011-0/+1
|
* Corrected typo.Joel Sherrill1997-08-011-1/+1
|
* Made to work.Joel Sherrill1997-08-011-1/+1
|
* Removed warnings.Joel Sherrill1997-08-011-2/+2
|
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-0117-11/+1609
| | | | | | | (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-3183-0/+12481
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-317-6/+84
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added support for rtems_message_queue_get_number_pending.Joel Sherrill1997-07-314-0/+21
|