summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-115-533/+31
* Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-118-9/+16
* Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-102-0/+6
* Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill2000-07-071-7/+1
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-071-1/+7
* Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill2000-07-071-1/+1
* Switched to faster implementation.Joel Sherrill2000-07-061-25/+20
* Patch from Eric Valette <valette@crf.canon.fr> and Yacine El KolliJoel Sherrill2000-07-061-2/+2
* Added missing #endif's.Joel Sherrill2000-07-062-3/+0
* Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill2000-07-061-2/+5
* Modfied to execute faster and have fewer instructions.Joel Sherrill2000-07-061-38/+38
* Switched to using isr disable version of _Objects_Get. When theJoel Sherrill2000-07-061-13/+15
* Added _Semaphore_Get_interrupt_disable.Joel Sherrill2000-07-061-0/+10
* Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill2000-07-061-18/+16
* Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill2000-07-061-3/+4
* Added support for converting a mutex id to a pointer and returningJoel Sherrill2000-07-061-21/+39
* Reimplemented _Core_MUTEX_Seize to return with interrupts disabledJoel Sherrill2000-07-062-7/+119
* Added _CORE_semaphore_Seize_isr_disable.Joel Sherrill2000-07-061-0/+56
* Added _Objects_Get_isr_disable prototype and added numerous comments.Joel Sherrill2000-07-061-7/+18
* Removed unnecessary parentheses.Joel Sherrill2000-07-061-4/+4
* Added objjectgetbyisr.cJoel Sherrill2000-07-061-2/+3
* The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill2000-07-061-83/+7
* Directly index local table to avoid error check.Joel Sherrill2000-07-063-12/+10
* New file. Convert ID to pointer and return with interrupts -- notJoel Sherrill2000-07-061-0/+83
* Format of return line changed.Joel Sherrill2000-07-061-3/+3
* Interrupt stack is allocated in _ISR_Handler_initialization notJoel Sherrill2000-07-038-8/+8
* Added blocked_count field to allow for optimizations.Joel Sherrill2000-07-032-2/+4
* Changed extra_system_initialization_stack to extra_mpci_receive_server_stackJoel Sherrill2000-07-031-1/+1
* Fixed stat_ino should be st_ino.Joel Sherrill2000-07-021-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> so the web serverJoel Sherrill2000-06-302-3/+12
* Patch from Chris Johns <cjohns@cybertec.com.au> so the directoryJoel Sherrill2000-06-301-1/+1
* Patch from Chris Johns <cjohns@cybertec.com.au> to add support forJoel Sherrill2000-06-302-13/+17
* Patch from Chris Johns <cjohns@cybertec.com.au> to add fchdir()Joel Sherrill2000-06-302-0/+72
* This is the initial addition of the port of RTEMS to theJoel Sherrill2000-06-2912-0/+1979
* Added H8 as IEEE whether this is true or not.Joel Sherrill2000-06-291-0/+1
* Disabled #ident since the h8300-rtems binutils do not like theJoel Sherrill2000-06-291-1/+1
* Corrected prototype for xdrrec_endofrecord to match C body.Joel Sherrill2000-06-291-1/+1
* Added RTEMS_CPU_HAS_16_BIT_ADDRESSES constant to disable codeJoel Sherrill2000-06-292-0/+12
* Patch from Chris Johns <cjohns@cybertec.com.au> to make sure theJoel Sherrill2000-06-291-1/+2
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-0/+3
* Patch from Chris Johns <cjohns@cybertec.com.au> andJoel Sherrill2000-06-261-1/+1
* Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill2000-06-161-16/+16
* Remove pragma align 4Joel Sherrill2000-06-151-2/+0
* Fixing warning obtained by some users.Joel Sherrill2000-06-151-0/+4
* Moved <sys/cdefs.h> to lib/include so non-networking applications couldJoel Sherrill2000-06-151-1/+1
* Moved <sys/cdefs.h> from libnetworking to lib/include so non-networkingJoel Sherrill2000-06-141-0/+177
* *** empty log message ***Joel Sherrill2000-06-1413-29/+109
* Added include of options.h since it was not being picked upJoel Sherrill2000-06-141-0/+1
* Patch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@cybertec.com.au>Joel Sherrill2000-06-143-174/+761
* Patch from Chris Johns <cjohns@cybertec.com.au> to enhance networkJoel Sherrill2000-06-142-43/+216