summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-282-1/+3
|
* Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1997-08-281-3/+5
|
* Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1997-08-271-7/+9
| | | | error number mapping.
* Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1997-08-222-4/+4
| | | | | | | 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-221-0/+5
|
* Moved reentrant wrappers into their own file.Joel Sherrill1997-08-221-4/+2
|
* Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1997-08-221-1/+6
|
* 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-221-0/+1
|
* new implementation of mc68681.hJoel Sherrill1997-08-041-72/+291
|
* Added GNAT configuration parameters.Joel Sherrill1997-08-041-4/+19
|
* moved from main include directoryJoel Sherrill1997-08-045-0/+478
|
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-022-0/+101
| | | | | but which did not have real bodies. This is necessary for languages like Ada95 which must have real entries in a library for bindings.
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-012-0/+191
| | | | | | | (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-312-4/+110
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-314-17/+107
|
* fixed typoJoel Sherrill1997-07-181-4/+4
|
* Reordered specs.Joel Sherrill1997-07-101-4/+4
|
* fixed milliseconds and microseconds to tick conversion routines.Joel Sherrill1997-07-101-11/+10
|
* Repository damaged -- files readded.Joel Sherrill1997-07-091-0/+214
|
* Changed name from entry to thread_entry to be more compatible withJoel Sherrill1997-07-092-2/+2
| | | | Ada interface where entry is a keyword.
* Added postswitch extension.Joel Sherrill1997-07-091-0/+2
|
* Added post switch extension.Joel Sherrill1997-07-091-0/+5
|
* Corrected typos and spacing.Joel Sherrill1997-07-091-3/+3
|
* Added sp, sfc, and fpcsr register defines.Joel Sherrill1997-07-092-0/+8
|
* Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill1997-06-032-8/+36
| | | | making sure every True/False reference was fully qualified.
* Added RTEMS boolean constants.Joel Sherrill1997-06-031-0/+3
|
* Added Pending_Events and lined up other event constantsJoel Sherrill1997-06-031-33/+34
|
* added more constants and fixed numerJoel Sherrill1997-06-032-24/+64
|
* added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill1997-06-032-5/+74
|
* added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill1997-06-032-16/+6
| | | | shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
* added Minimum_Stack_Size and Mode constantsJoel Sherrill1997-06-021-8/+23
|
* added new files from test area.Joel Sherrill1997-06-022-0/+3372
| | | | This code has successfully been used to run sp01.
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-283-2/+31
| | | | | | software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
* Corrected by adding check for NULL address passed into get_statusJoel Sherrill1997-04-251-0/+3
| | | | directive.
* Added to comment header block to include new status directive.Joel Sherrill1997-04-251-0/+1
|
* Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill1997-04-222-2/+138
| | | | | | in the unix port idle thread task. This should keep the entire application from blocking when any component does a blocking application. Also added TOD_MICROSECONDS_TO_TICKS.
* promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1997-04-221-0/+2
|
* multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1997-04-221-3/+4
| | | | semctl was being invoked.
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-223-30/+10
|
* File changed to reflect change in license and copyright.Joel Sherrill1997-04-221-5/+5
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22250-1205/+1205
| | | | of switching to the modified GNU GPL.
* Added FPSP support for MC68040Joel Sherrill1997-04-161-2/+19
|
* Reduced number of POSIX thread priorities from 255 to 254 to avoid conflictsJoel Sherrill1997-04-152-4/+10
| | | | | of lowest priority with the RTEMS IDLE thread. This was causing the lowest priority GNAT Ada task to never run.
* printing task names now instead of id numbersJoel Sherrill1997-04-091-3/+16
|
* new files.Joel Sherrill1997-04-095-0/+415
|
* added code to prevent attempts to clean up the library when rtems isJoel Sherrill1997-04-091-0/+8
| | | | down.
* added support for tracking thread cpu usage.Joel Sherrill1997-04-091-0/+2
|
* enhanced printf statementsJoel Sherrill1997-04-091-4/+4
|
* corrected spacing.Joel Sherrill1997-04-091-8/+8
|