summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill461-480/+1868
any directory in the build tree. The only variable which must be set before the command "gmake" is invoked is RTEMS_BSP (e.g. RTEMS_BSP=erc32).
1997-12-07Added missing dependency for libmisc.a based on a bug report by Phil Wilshire.Joel Sherrill2-0/+2
1997-12-07Fixed indexing bug reported by Phil Wilshire.Joel Sherrill2-2/+2
1997-12-06Changed the uuencode line to work better with VPATH setups.Joel Sherrill1-2/+2
1997-12-06Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined.Joel Sherrill2-4/+4
This simple error resulted in the wrong FP context structure being used for hardware contexts on the m68k. This was a difficult problem to find.
1997-12-04Reworked mkdir line to invoke smaller lines.Joel Sherrill1-1/+4
1997-12-01Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill32-0/+4896
<pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
1997-11-30Since test suite Makefiles are not always generated, use wildcardJoel Sherrill1-4/+3
to determine which directories to descend into.
1997-11-30Corrected call to rtems_termios_open.Joel Sherrill1-1/+2
1997-11-30Corrected comment.Joel Sherrill2-6/+1
1997-11-30Do not generate make/os at install point.Joel Sherrill1-2/+1
1997-11-29Removed warnings.Joel Sherrill4-2/+12
1997-11-29Added credit for host.cfg stuff from Ralf Corsepius (corsepiu@faw.uni-ulm.de).Joel Sherrill1-0/+4
1997-11-29Patch from Chris Johns to filter out the trace bit on CPU modelsJoel Sherrill1-2/+5
which have hardware support for a separate interrupt stack.
1997-11-18Removed warning.Joel Sherrill1-1/+1
1997-11-18New file.Joel Sherrill1-0/+45
1997-11-18Removed warning under linux port.Joel Sherrill2-0/+10
1997-11-18Removed warnings.Joel Sherrill2-1/+6
1997-11-18Added argument as required by new version of termios_open.Joel Sherrill1-2/+4
1997-11-18Fixed assignment to dereference ch.Joel Sherrill1-1/+1
1997-11-18Changed from DOS style CR/LF to Unix style.Joel Sherrill1-534/+534
1997-11-18Added CONFIGURE_MEMORY_USER_OVERHEAD constant per Chris Johns request.Joel Sherrill2-2/+12
1997-11-15interrupt driven change from Eric NorumJoel Sherrill6-178/+427
1997-11-10Fixed prototypeJoel Sherrill3-3/+3
1997-11-10Set return code to avoid spurious errors.Joel Sherrill2-0/+2
1997-10-24added katsutoshi ShibuyaJoel Sherrill2-2/+16
1997-10-23Changed prototype of read routine.Joel Sherrill5-29/+15
1997-10-23Switched to new style for read support routine.Joel Sherrill1-10/+6
1997-10-23Added TOD driver from Katsutoshi Shibuya.Joel Sherrill6-3/+190
1997-10-23Removed GEN68360_INIT.Joel Sherrill1-8/+0
1997-10-23Update from Eric Norum.Joel Sherrill1-161/+153
1997-10-23Updated console driver to use new read routine conventions.Joel Sherrill1-6/+3
1997-10-23Added new test for termios style consoles from Eric Norum.Joel Sherrill3-1/+205
1997-10-23Added console_reserve_resources.Joel Sherrill2-6/+15
1997-10-23Overhauled console driver to use termios and to simultaneously supportJoel Sherrill3-149/+170
both ports.
1997-10-23Added prototype for console_reserve_resources.Joel Sherrill2-0/+8
1997-10-23fixed commentJoel Sherrill2-4/+2
1997-10-23New termios.c from Eric Norum.Joel Sherrill5-1202/+1296
Added new entry point to add in per physical port resource requirements.
1997-10-21Added test case for rtems_interrupt_catch checking that the pointerJoel Sherrill2-1/+11
for the returned old_isr_handler was non-NULL.
1997-10-21Fixed a number of warnings regarding comparisons between signed andJoel Sherrill8-18/+18
unsigned numbers.
1997-10-21Fixed endian problem in printing object names.Joel Sherrill2-0/+10
1997-10-21Converted to termios style device driver.Joel Sherrill1-265/+144
1997-10-21Added check that return argument pointer for old_isr_handler was valid.Joel Sherrill1-0/+3
1997-10-21Moved rtems directory up one directory in the install point. It wasJoel Sherrill1-9/+9
formerly under $(target) and is now at the same level.
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill1-1/+4
1997-10-21Converted from using a message queue for the raw input queue to using aJoel Sherrill2-98/+70
ring buffer in conjunction with a counting semaphore.
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill3-1/+1521
1997-10-21Added termios submission from Eric Norum and Katsutoshi Shibuya.Joel Sherrill3-6/+66
1997-10-21Added casts and fixed line break.Joel Sherrill2-4/+6
1997-10-16Control and Data addresses were swapped for port A.Joel Sherrill1-2/+2