summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/shmsupp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-225-25/+25
| | | | of switching to the modified GNU GPL.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+54
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-153-4/+4
|
* changes remerged after lost in disk crash -- recovered from snapshot, ↵Joel Sherrill1995-12-205-0/+220
| | | | partially recovered working tree, etc
* changes remerged after disk crash -- history lostJoel Sherrill1995-12-195-220/+0
|
* Modified UNIX simulator port so all references to native unixJoel Sherrill1995-09-275-179/+35
| | | | | stuff is in the executive source proper in the file cpu.c. This should help avoid conflicts between RTEMS POSIX files and UNIX files.
* 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.
* Changed order of include files.Joel Sherrill1995-08-021-1/+1
|
* all built successfully after mergeJoel Sherrill1995-07-131-2/+2
|
* Ada95, gnat, go32Joel Sherrill1995-07-126-0/+354