summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-179-70/+208
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* added tty driver to simhppaJoel Sherrill1995-08-171-0/+254
|
* Added flush of output on exit. On some UNIX's using the native libraryJoel Sherrill1995-08-114-48/+65
| | | | | | | | | resulted in no output when the output was redirected until this was done. Redirection is important because runtest redirects test output. Added support for numerous environment variables which make it easier to run a multi-node system using a single executable and to tailor the size of the workspace and heap.
* Initialization of semaphores was incorrect. It did not forceJoel Sherrill1995-08-114-56/+98
| | | | | | | | | | | | the count to "1" to indicate availability. Interrupt support was added. Problem where newlib's errno "overrides" that set by system calls was addressed. Fixed bug which resulted in all nodes using the same semaphore although an array of semaphores was allocated.
* clean up -- interrupt support is in placeJoel Sherrill1995-08-111-5/+25
|
* minor clean up -- switched to memset for zero'ing SHMJoel Sherrill1995-08-115-92/+81
|
* cleaned up include statementsJoel Sherrill1995-08-111-1/+1
|
* clean up of RunWay interrupt supportJoel Sherrill1995-08-112-3/+11
|
* Changed order of include files.Joel Sherrill1995-08-021-1/+1
|
* updated mvme162 code from Misha (mms@eiscathq.irf.se)Joel Sherrill1995-08-018-618/+617
|
* times reported reasonably correctlyJoel Sherrill1995-07-241-4/+5
|
* hopefully works with regular timer and tm27Joel Sherrill1995-07-241-38/+51
|
* after testing go32 and cvme961Joel Sherrill1995-07-212-5/+8
|
* updating go32 to make timer more accurateJoel Sherrill1995-07-205-51/+56
|
* committing for rtems-3.2.01 snapshotJoel Sherrill1995-07-188-28/+24
|
* fixed for LinuxJoel Sherrill1995-07-183-0/+20
|
* all built successfully after mergeJoel Sherrill1995-07-131-2/+2
|
* fix oversites in libbsp/unix/posixJoel Sherrill1995-07-121-0/+71
|
* Ada95, gnat, go32Joel Sherrill1995-07-1227-0/+2745
|
* added for first timeJoel Sherrill1995-06-071-0/+45
|
* incorporated mc68302 supportJoel Sherrill1995-06-0711-0/+1608
|
* incorporate Tony's patches:Joel Sherrill1995-06-051-9/+9
| | | | | | | | | | + c/src/lib/libc/support/generic/malloc.c did not initialize the sbrk amount + _Thread_Handler in c/src/exec/rtems/thread.c left a window during the begin extension which could result in a context switch fixed places which did not correctly distinguish between an CPU_isr and a CPU_isr_entry.
* changed release number to 3.2.0Joel Sherrill1995-06-042-2/+2
|
* cpu/*types.h added and successfully compiled.Joel Sherrill1995-05-3010-30/+29
| | | | IDLE task priority changed from 0 to 255 during initialization.
* Fully tested on all in-house targetsJoel Sherrill1995-05-249-39/+41
|
* Initial revisionJoel Sherrill1995-05-11126-0/+12297