summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-10-09Added search of libcpu and fpsp.Joel Sherrill1-0/+5
1997-10-08Modified to search RTEMS library before Newlib C library.Joel Sherrill20-20/+20
1997-10-08Fix from Eric Norum so FPSP is installed before any FP code is actuallyJoel Sherrill1-0/+9
exercise.
1997-10-08Fix from Eric Norum to assemble under COFF.Joel Sherrill1-9/+9
1997-10-08Update from Eric Norum:Joel Sherrill2-530/+540
Change label names so they can be seen from the debugger. Provide a start symbol -- gets rid of a loader warning message.
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1383-2770/+2770
1997-10-08Removed include directory at "build" point and the link of this directoryJoel Sherrill89-177/+177
to lib/include. Went to using a PROJECT_INCLUDE variable.
1997-10-06Fixed some weird line duplications. Thanks to Chris Johns.Joel Sherrill1-18/+9
1997-10-06Increased interrupt stack space.Joel Sherrill1-1/+1
1997-10-06Fixed comment.Joel Sherrill2-2/+2
1997-10-06Make Post an atomic operation.Joel Sherrill4-4/+24
1997-10-06Added _Thread_Enable_dispatch to already_timedout path on Wait_support.Joel Sherrill1-2/+3
1997-10-05If the specified time period is less than a clock tick, thenJoel Sherrill1-1/+4
it is arbitrarily assumed to be 1 clock tick.
1997-09-30fixed typoJoel Sherrill1-1/+1
1997-09-30Fixed typos.Joel Sherrill1-1/+1
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill2-4/+0
1997-09-21Cleaned up as part of adding the Monitor test.Joel Sherrill36-56/+44
1997-09-21Added Monitor test.Joel Sherrill4-1/+192
1997-09-19Bug fix from Eric Norum:Joel Sherrill2-2/+0
After weeks of trying to figure why my RTEMS/KASQ server crashes now and then I found a nasty bug I introduced in adding multiple-driver support to libio. The bug only affects `add-on' driver classes (like the networking code). Old-style file descriptors were not affected. The bug cleared 32 bytes of memory (unspecified location) whenever a `close' of a socket was performed! I was clearing an IOP I hadn't allocated -- and the pointer wasn't initiallized, either!
1997-09-18Merged changes from Eric Norum:Joel Sherrill3-16/+32
Enable 68360 watchdog. The watchdog control register is a `write-once' register, so the watchdog has to be enabled in the boot roms if it is to be used at all. To make the change transparent I added a default feed of the watchdog to the clock interrupt handler. This can be overridden if the application wants to handle the watchdog. The only difficulty with this change is that an application has to either include the clock driver or handle the watchdog explicitely. I don't think this is much of a problem since I am pretty sure that almost every application includes the clock driver.
1997-09-16updatedJoel Sherrill2-8/+22
1997-09-15syslog addedJoel Sherrill1-1/+2
1997-09-15eliminated potential for overfilling buffer on readJoel Sherrill19-19/+0
1997-09-03Fix from Eric Norum. Here is the comment:Joel Sherrill1-2/+2
Enable SDMA operation during FREEZE. It seems that disabling SDMA during freeze makes the SMC channels work erratically.
1997-08-28Fixed IO Manager calls to remove an argument which was used in 3.2.1Joel Sherrill2-64/+9
but not in newer RTEMS.
1997-08-28Switched to new style which does not require hackspecs.awk.Joel Sherrill20-580/+260
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill4-2/+6
1997-08-28Added IO_Error status code and fixed No_Memory error number.Joel Sherrill1-3/+5
1997-08-27Corrected reference to LIBC_LIBM to work on all targets.Joel Sherrill1-1/+1
1997-08-27Added error numbers and changed default error code from 0 to -1 forJoel Sherrill2-14/+18
error number mapping.
1997-08-27Modified to support the BSP family concept.Joel Sherrill11-21/+21
1997-08-27Modified to have correct address for vector table on multiple models.Joel Sherrill2-0/+10
1997-08-26Patches from Chris Johns to clean up test.Joel Sherrill5-19/+52
1997-08-26removed -lmJoel Sherrill1-1/+1
1997-08-26Corrected to compile with egcs.Joel Sherrill2-5/+5
1997-08-22Corrected bug per Katsutoshi Shibuya's report:Joel Sherrill1-2/+2
The definition of "BEGIN_DATA" should not be null; should be ".data". Also, the definition of "BEGIN_BSS" should be ".bss". For this error, the compiled object has codes that write on the text segment area. It is fatal when the code runs on ROM.
1997-08-22Removed assert condition when not initialized or there are 0 periods.Joel Sherrill2-0/+10
1997-08-22Moved reentrant wrappers into their own file.Joel Sherrill5-9/+96
1997-08-22Fixed iop/memory leak bug reported by Dan Dickey.Joel Sherrill2-2/+12
1997-08-22Removed redundant stanza.Joel Sherrill1-2/+0
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1997-08-22Added commit about missing support for condition initializer.Joel Sherrill2-0/+2
1997-08-22start no longer a global symbol per Eric Norum's request.Joel Sherrill2-2/+12
Also, I ran across a nasty problem the first time I tried downloading and running an application compiled with the new snapshot. To make a very long story short, the `start' in ...../m68k/gen6860/start360/start360.s must not be global. The change is simple -- just remove the .globl start from start360.s.
1997-08-04Switched to new version of mc68681.hJoel Sherrill1-29/+29
1997-08-04moved mc68230.h from main include directory to motorolaJoel Sherrill1-1/+1
1997-08-04new implementation of mc68681.hJoel Sherrill2-144/+582
1997-08-04Fixed typeJoel Sherrill1-1/+1
1997-08-04Corrected typoJoel Sherrill9-9/+9
1997-08-04Corrected descent to a hardcoded directory and made it dependent on the cpu ↵Joel Sherrill1-1/+1
model
1997-08-04Fixed typo and removed duplicated codeJoel Sherrill1-4/+1