summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix support initially addedJoel Sherrill1995-09-266-4/+113
|
* fixed Id stringsJoel Sherrill1995-09-266-3/+12
|
* new fileJoel Sherrill1995-09-261-0/+436
|
* moving files around and adding the exec/wrapup directoryJoel Sherrill1995-09-221-1/+1
|
* Fixed problem in fast_idle_switch_hookJoel Sherrill1995-09-211-1/+1
|
* Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1995-09-2028-0/+4376
| | | | commit them.
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-1923-72/+343
| | | | | | single biggest changes were the expansion of the workspace size macro to include other types of objects and the increase in the minimum stack size for most CPUs.
* Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill1995-09-122-4/+15
| | | | Changed back to Newlib for Solaris UNIX simulator.
* AddedJoel Sherrill1995-09-111-0/+55
|
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-1166-910/+3146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration Table Template file added and all tests modified to use this. All gvar.h and conftbl.h files removed from test directories. Configuration parameter maximum_devices added. Core semaphore and mutex handlers added and RTEMS API Semaphore Manager updated to reflect this. Initialization sequence changed to invoke API specific initialization routines. Initialization tasks table now owned by RTEMS Tasks Manager. Added user extension for post-switch. Utilized user extensions to implement API specific functionality like signal dispatching. Added extensions to the System Initialization Thread so that an API can register a function to be invoked while the system is being initialized. These are largely equivalent to the pre-driver and post-driver hooks. Added the Modules file oar-go32_p5, modified oar-go32, and modified the file make/custom/go32.cfg to look at an environment varable which determines what CPU model is being used. All BSPs updated to reflect named devices and clock driver's IOCTL used by the Shared Memory Driver. Also merged clock isr into main file and removed ckisr.c where possible. Updated spsize to reflect new and moved variables. Makefiles for the executive source and include files updated to show break down of files into Core, RTEMS API, and Neither. Header and inline files installed into subdirectory based on whether logically in the Core or a part of the RTEMS API.
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-286-31/+100
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-9/+19
| | | | | | | Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-2318-7/+1572
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Added file .. fixed RCS IdJoel Sherrill1995-08-221-0/+285
|
* fixed RCS IdJoel Sherrill1995-08-221-0/+249
|
* Fixed missing RCS IdsJoel Sherrill1995-08-222-1/+52
|
* Modified references to task name.Joel Sherrill1995-08-181-2/+3
|
* + Added object type field to object id.Joel Sherrill1995-08-181-3/+7
| | | | | | | | | | + Added name pointer to Object_Control. + Modified Object Open and Close to address name field. + Removed name as separate element from Thread and Proxy Control. + Added parameter "object class" to calls to Initialize Information
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-1743-344/+5234
| | | | | | | | | (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 functions to access the errno of the native system when using theJoel Sherrill1995-08-112-1/+50
| | | | | | | newlib C library. Fixed bug where length did not take into account amount added for alignment requirements.
* Added functions to access the errno of the native system when using theJoel Sherrill1995-08-112-14/+4
| | | | newlib C library.
* 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
|
* moved ringbuf.h to a shared include directoryJoel Sherrill1995-08-011-0/+42
|
* 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-1229-2/+2747
|
* added for first timeJoel Sherrill1995-06-071-0/+45
|
* incorporated mc68302 supportJoel Sherrill1995-06-0712-1/+1609
|
* incorporate Tony's patches:Joel Sherrill1995-06-052-9/+10
| | | | | | | | | | + 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-2413-61/+87
|
* Initial revisionJoel Sherrill1995-05-11164-0/+16071