summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix (unfollow)
Commit message (Expand)AuthorFilesLines
1999-05-17Reworked to avoid pulling in the jump point entry in EVERY executable.Joel Sherrill1-2/+2
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill4-4/+4
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill4-12/+48
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill4-4/+12
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill7-0/+1442
1999-02-18Yet another part of automake VI from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill4-1275/+2
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-10/+1
1999-02-18Part of automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-2/+2
1999-02-18Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-6/+0
1998-10-28Patch from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1-11/+19
1998-09-23IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1-0/+1
1998-08-05Redid Makefiles to properly do a preinstall. There was remnants of theJoel Sherrill1-10/+2
1998-06-18Added freebsd support from Dario Alcocer <alcocer@connectnet.com>.Joel Sherrill3-2/+20
1998-06-03Added CPU_ISR_PASSES_FRAME_POINTER so some ports could pass just theJoel Sherrill1-0/+8
1998-05-21Per suggestion from Ralf Corsepius made all macros solaris2 -- not solarisJoel Sherrill1-1/+1
1998-05-18Added bsp_specs.Joel Sherrill1-3/+4
1998-04-27Added swap of unsigned16Joel Sherrill1-0/+3
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill2-2/+1
1998-03-31Added "sigemptyset()" call to insure that the memcmp() would work.Joel Sherrill1-0/+4
1998-03-27Changed int to unsigned32 to match cpu.h.Joel Sherrill1-1/+1
1998-03-24Added _XOPEN_SOURCE definition to allow use of UNIX IPC.Joel Sherrill1-0/+1
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill2-14/+14
1998-02-17updated copyright to 1998Joel Sherrill2-2/+2
1998-02-04Ralf Corsepius noticed that generally was spelled incorrectly.Joel Sherrill1-1/+1
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill1-4/+2
1998-01-28Change to remove warning on glibc2 systems per Ralf Corsepius'sJoel Sherrill1-1/+6
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-10/+0
1998-01-20Removed warning per Chris John's suggestion.Joel Sherrill1-1/+1
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1-1/+1
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1-1/+4
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill4-8/+8
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill1-6/+6
1997-04-22Patch from Chris John <cjohns@awa.com.au> to add use of a select statementJoel Sherrill3-3/+150
1997-04-22multiprocessing fixed on linux by fixing cpu.c so correct form ofJoel Sherrill1-3/+4
1997-04-22updated with new license information per Tony Bennett.Joel Sherrill2-20/+7
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill2-10/+10
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-0/+17
1997-04-07added initialization of variable to eliminate warning.Joel Sherrill1-1/+1
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill4-5/+99
1997-03-10initialized a stack variable to avoid a warning.Joel Sherrill1-1/+1
1997-01-29Removed definitions which are now in targopts.h. This eliminates theJoel Sherrill1-32/+0
1997-01-29Added comment.Joel Sherrill1-1/+1
1996-09-30fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.Joel Sherrill1-2/+2
1996-09-18use address object to avoid direct pointer arithmeticJoel Sherrill1-1/+1
1996-09-18corrected white space problemsJoel Sherrill1-60/+62
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1-4/+4
1996-05-23updates from Tony Bennett.Joel Sherrill2-60/+78
1996-05-08*** empty log message ***Joel Sherrill1-1/+2
1996-04-22added stack allocation fields to the cpu tableJoel Sherrill2-31/+71
1996-02-21Dispersal of internal thread handler resulted in IDLE thread becomingJoel Sherrill2-10/+10