summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor mods to get to compile locallyJoel Sherrill1996-03-212-3/+4
|
* some instructions altered for older binutilsJoel Sherrill1996-03-212-16/+16
|
* updatedJoel Sherrill1996-03-211-15/+0
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-064-4/+4
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-0612-0/+2355
| | | | | | | | | | | Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6
* As part of reducing visibility into rtems and hiding the .inl filesJoel Sherrill1996-03-069-0/+9
| | | | | from the application code, this file required more visibility than is given by default to application code.
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-061-0/+1
| | | | | | | | | | | | | | | the inline implementation. The impetus for this was twofold. First, it is incorrect to have static inline prototypes when using the macro implementation. Second, this reduced the number of lines in the include files seen by rtems.h by about 2000 lines. Next we restricted visibility for the inline routines to inside the executive itself EXCEPT for a handful of objects. This reduced the number of include files included by rtems.h by 40 files and reduced the lines in the include files seen by rtems.h by about 6000 lines. In total, these reduced the compile time of the entire RTEMS tree by 20%. This results in about 8 minutes savings on the SparcStation 10 morgana.
* Dispersal of internal thread handler resulted in the SYSI task beingJoel Sherrill1996-02-2115-19/+18
| | | | | | only required in a multiprocessor system. It was replace by the MPCI Receive Server. As a result, the CPU Table field for extra stack for the SYSI task was changed to be extra stack for the MPCI Receive Server.
* removed post switch extensionJoel Sherrill1996-02-131-1/+0
|
* fixed bug when outbyte had argument in wrong order relative to those invoking itJoel Sherrill1996-02-131-3/+3
|
* new times for 3.5.1Joel Sherrill1996-01-221-33/+33
|
* Added condition compile flag for dump of stack usage information onJoel Sherrill1996-01-191-0/+10
| | | | system exit.
* added a task begin extension for unix simulator configurations. This extensionJoel Sherrill1996-01-191-0/+25
| | | | insures that stdout is line buffered (see setvbuf).
* updatedJoel Sherrill1996-01-191-26/+26
|
* added definition of cpu_number.Joel Sherrill1996-01-191-0/+2
|
* Removed comment about a confusion on newlib buffering.Joel Sherrill1996-01-171-10/+0
|
* Update from Tony Bennett (tbennett@divnc.com)Joel Sherrill1996-01-177-76/+75
|
* Modified fstat and stat to be consistent with isatty in that all threeJoel Sherrill1996-01-171-7/+23
| | | | | now pretend that everything is a tty. This insures that newlib makes the console output line buffered.
* Split error handler into its own directory.Joel Sherrill1996-01-152-2/+2
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-1528-199/+280
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-2018-28/+296
| | | | partially recovered working tree, etc
* initial history lost in disk crashJoel Sherrill1995-12-192-0/+386
|
* changes remerged after disk crash -- history lostJoel Sherrill1995-12-197-221/+3
|
* file lost in crash and re-addedJoel Sherrill1995-12-198-0/+1287
|
* file lost in crash and readdedJoel Sherrill1995-12-191-0/+195
|
* updated for snapshot 3.5.02Joel Sherrill1995-12-081-163/+163
|
* updated to include HW informationJoel Sherrill1995-12-071-1/+2
|
* the bss start and end symbols were changedJoel Sherrill1995-12-071-3/+3
|
* updated to reflect HW informationJoel Sherrill1995-12-072-2/+4
|
* updated to reflect HW information and have correct timing information forJoel Sherrill1995-12-072-329/+334
| | | | a pre-release snapshot for 3.5.1
* createdJoel Sherrill1995-12-067-0/+972
|
* update from Andy Bray <andy@i-cubed.co.uk>Joel Sherrill1995-12-057-194/+139
|
* bug fix in statistics from Tony Bennett (tbennett@divnc.com)Joel Sherrill1995-12-051-1/+3
|
* typos fixedJoel Sherrill1995-10-312-0/+272
|
* SPARC port passes all testsJoel Sherrill1995-10-3031-256/+689
|
* fixed missing CVS IDsJoel Sherrill1995-10-0621-7/+40
|
* SPARC merged and successfully tested w/o interrupt supportJoel Sherrill1995-10-062-2/+0
|
* moved to new development machine and went to gcc 2.7.0Joel Sherrill1995-10-064-3/+5
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-2922-112/+179
|
* Modified UNIX simulator port so all references to native unixJoel Sherrill1995-09-2714-262/+55
| | | | | stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
* 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.