summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill250-500/+500
1997-10-06Fixed comment.Joel Sherrill1-1/+1
1997-10-06Make Post an atomic operation.Joel Sherrill2-2/+12
1997-10-06Added _Thread_Enable_dispatch to already_timedout path on Wait_support.Joel Sherrill1-2/+3
1997-10-05If the specified time period is less than a clock tick, thenJoel Sherrill1-1/+4
it is arbitrarily assumed to be 1 clock tick.
1997-09-30fixed typoJoel Sherrill1-1/+1
1997-09-30Fixed typos.Joel Sherrill1-1/+1
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1-2/+0
1997-09-21Cleaned up as part of adding the Monitor test.Joel Sherrill17-27/+21
1997-09-19Bug fix from Eric Norum:Joel Sherrill1-1/+0
After weeks of trying to figure why my RTEMS/KASQ server crashes now and then I found a nasty bug I introduced in adding multiple-driver support to libio. The bug only affects `add-on' driver classes (like the networking code). Old-style file descriptors were not affected. The bug cleared 32 bytes of memory (unspecified location) whenever a `close' of a socket was performed! I was clearing an IOP I hadn't allocated -- and the pointer wasn't initiallized, either!
1997-09-16updatedJoel Sherrill1-4/+11
1997-08-28Fixed IO Manager calls to remove an argument which was used in 3.2.1Joel Sherrill2-64/+9
but not in newer RTEMS.
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill2-1/+3
1997-08-28Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1-3/+5
1997-08-27Added error numbers and changed default error code from 0 to -1 forJoel Sherrill1-7/+9
error number mapping.
1997-08-22Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill2-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.
1997-08-22Removed assert condition when not initialized or there are 0 periods.Joel Sherrill1-0/+5
1997-08-22Moved reentrant wrappers into their own file.Joel Sherrill1-4/+2
1997-08-22Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill1-1/+6
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1997-08-22Added commit about missing support for condition initializer.Joel Sherrill1-0/+1
1997-08-04new implementation of mc68681.hJoel Sherrill1-72/+291
1997-08-04Added GNAT configuration parameters.Joel Sherrill1-4/+19
1997-08-04moved from main include directoryJoel Sherrill5-0/+478
1997-08-02Added these files to contain bodies for routines included in the APIJoel Sherrill2-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.
1997-08-01Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill2-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.
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill2-4/+110
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
1997-07-31Added rtems_message_queue_get_number_pending directive.Joel Sherrill4-17/+107
1997-07-18fixed typoJoel Sherrill1-4/+4
1997-07-10Reordered specs.Joel Sherrill1-4/+4
1997-07-10fixed milliseconds and microseconds to tick conversion routines.Joel Sherrill1-11/+10
1997-07-09Repository damaged -- files readded.Joel Sherrill1-0/+214
1997-07-09Changed name from entry to thread_entry to be more compatible withJoel Sherrill2-2/+2
Ada interface where entry is a keyword.
1997-07-09Added postswitch extension.Joel Sherrill1-0/+2
1997-07-09Added post switch extension.Joel Sherrill1-0/+5
1997-07-09Corrected typos and spacing.Joel Sherrill1-3/+3
1997-07-09Added sp, sfc, and fpcsr register defines.Joel Sherrill2-0/+8
1997-06-03Added True and False constants for RTEMS.Boolean types. This necessitatedJoel Sherrill2-8/+36
making sure every True/False reference was fully qualified.
1997-06-03Added RTEMS boolean constants.Joel Sherrill1-0/+3
1997-06-03Added Pending_Events and lined up other event constantsJoel Sherrill1-33/+34
1997-06-03added more constants and fixed numerJoel Sherrill2-24/+64
1997-06-03added Signal constants, Is_Status_Successful, and Attribute constants.Joel Sherrill2-5/+74
1997-06-03added rtems_interrupt_level_attribute routien to return a properlyJoel Sherrill2-16/+6
shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
1997-06-02added Minimum_Stack_Size and Mode constantsJoel Sherrill1-8/+23
1997-06-02added new files from test area.Joel Sherrill2-0/+3372
This code has successfully been used to run sp01.
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill3-2/+31
software floating point emulation code. Code implemented by Karen Sara Looney <Karen.Looney@colorado.edu> with much email assistance from Joel.
1997-04-25Corrected by adding check for NULL address passed into get_statusJoel Sherrill1-0/+3
directive.
1997-04-25Added to comment header block to include new status directive.Joel Sherrill1-0/+1
1997-04-22Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill2-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.
1997-04-22promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1-0/+2