summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Used shared sbrk.c.Joel Sherrill1998-05-301-61/+0
|
* Use shared initialization.Joel Sherrill1998-05-301-151/+0
|
* Rewrote in C to avoid Makefile problems.Joel Sherrill1998-05-302-25/+17
|
* New files -- from rtems-LM-980406 which was based on an RTEMS from 12/97.Joel Sherrill1998-05-3034-0/+5693
| | | | | | This was called the dmv170 BSP in that source tree but since the DMV171 is now obsolete, we have transitioned to the DMV177 and have no intention of checking compatibility with any other models.
* Deleted blank lines.Joel Sherrill1998-05-271-6/+0
|
* Added "speaker on" debug code.Joel Sherrill1998-05-271-0/+12
|
* Numerous changes including the following:Joel Sherrill1998-05-273-257/+194
| | | | | | | | | | | | + DEBUG_EARLY_START re-added (Eric Valette) + segment register initialization (Aleksey/Quality Quorum) + heap size use correction + more debug printk's + increased heap size. Now works with grub boot on all systems I have access to including desktops and a laptop. This is with the i386-rtems tools. Neither i386-rtemself nor netboot produces a working executable.
* Moved rtemsReboot() to console/inch.c.Joel Sherrill1998-05-271-14/+0
|
* Deleted HEAP_SIZE constant.Joel Sherrill1998-05-271-5/+0
|
* Removed illegally formatted comments.Joel Sherrill1998-05-271-4/+4
|
* Moved rtemsReboot() to here from exit.c. This appears to have beenJoel Sherrill1998-05-271-0/+12
| | | | necessary because a patch did not apply cleanly.
* Added tcdrain(), cfgetospeed(0, cfsetospeed(), cfgetispeed(), andJoel Sherrill1998-05-224-6/+110
| | | | cfsetispeed().
* Added tcdrain(), cfgetospeed(), cfsetospeed(), cfgetispeed(), and cfsetispeed().Joel Sherrill1998-05-221-1/+5
|
* UNIX port now builds and runs cleanly with both C++ support enabledJoel Sherrill1998-05-221-1/+0
| | | | and disabled.
* Added call to console_reserve_resources back in.Joel Sherrill1998-05-221-0/+6
|
* Added main() which did not require C++ support. A different mainJoel Sherrill1998-05-222-2/+66
| | | | is used based on whether C++ is enabled or disabled.
* Added bare bsp from Chris Johns <cjohns@plessey.com.au>.Joel Sherrill1998-05-217-3/+316
|
* Corrected license notices per Eric's permissionJoel Sherrill1998-05-212-34/+12
|
* New file from Eric ValetteJoel Sherrill1998-05-212-0/+152
|
* Remove --start-group/--end-group pair to support non-GNU ld's.Joel Sherrill1998-05-211-2/+2
|
* Patch to add return status to rtems_termios_enqueue_raw_characters fromJoel Sherrill1998-05-203-3/+5
| | | | | | | | | | | | | | | Eric Norum per request from Geoffroy Montel: > The rtems_termios_enqueue_raw_characters function type is void. > The problem is that I can't return an error message if the input > buffer is full. > Could we add a return value? Sure, but what would you do with the overflow indication? POSIX says, ``when the input limit is reached, the saved characters are thrown away without notice''. Anyhow, the change is so small I've done it and enclosed the patch.
* Patch from Ralf Corseipus to fix latent configure problems suddenly triggered:Joel Sherrill1998-05-206-273/+209
| | | | | | | | | | | | | | | | | | | | | | | The breakdown: * CC_FOR_TARGET and CXX_FOR_TARGET were not correctly re-read from autoconf's configuration cache (config.cache) * If <target>-[gcc|g++] was not found while running configure, the config macros tried to use other (wrong) compilers (e.g. cc). Changes: * New RTEMS_PROG_CC macro (aclocal/prog-cc.m4). * New RTEMS_PROG_CXX macro (aclocal/prog-cxx.m4) * Moved a shell script fragment from configure.in to a new m4-autoconf macro (New file: aclocal/tool-prefix.m4) * Minor changes to configure.in I tested it with linux/posix (native gcc/primary libc) and sh-rtems/gensh1 on a linux host and didn't notice any bugs related to the problems mentioned above. There seem to be more bugs with the posix bsp, but I consider them minor as the build run completed successfully. It is just too late for me to attempt to fix them now.
* Added tcdrain() from Eric NorumJoel Sherrill1998-05-202-0/+2
|
* Addition of tcdrain() from Eric Norum.Joel Sherrill1998-05-192-0/+18
|
* Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.Joel Sherrill1998-05-192-2/+0
|
* New file from Pedro RomanoJoel Sherrill1998-05-181-0/+178
|
* Update from Ralf Corsepius.Joel Sherrill1998-05-181-0/+8
|
* Updates from Pedro Romano.Joel Sherrill1998-05-182-10/+14
|
* New file.Joel Sherrill1998-05-182-1/+26
|
* Cleaned up to remove warnings.Joel Sherrill1998-05-111-2/+1
|
* new file to support execv family support in newlibJoel Sherrill1998-05-112-1/+32
|
* execv*() now comes from newlib.Joel Sherrill1998-05-111-0/+2
|
* Patch from Eric Norum to switch to termios callback structure, addJoel Sherrill1998-05-043-48/+61
| | | | | support for device driver support on tcsetattr(), and hardware flow control callbacks.
* Switched to termios callback structure.Joel Sherrill1998-05-043-43/+70
|
* Corrected and added sections to link cleanly under powerpc-rtems (ELF).Joel Sherrill1998-05-042-17/+30
|
* Removed warning for unnecessary reference to start as entry point.Joel Sherrill1998-05-041-1/+1
|
* Patch from Eric Norum to switch to termios callback structure andJoel Sherrill1998-05-041-15/+85
| | | | add support for changing the baudrate.
* Corrected and added sections to link cleanly under i386-rtemself.Joel Sherrill1998-05-041-35/+44
|
* removed warning for implicit declaration of idtsim__exit()Joel Sherrill1998-05-022-0/+4
|
* removed warning for implicit declaration of resolve()Joel Sherrill1998-05-021-0/+1
|
* removed warning for `#ifdef' argument starts with a digitJoel Sherrill1998-05-021-1/+1
|
* removed warning for implicit declaration of boot_card()Joel Sherrill1998-05-024-0/+4
|
* Removed tripling of workspace API when POSIX API is enabled. confdefs.hJoel Sherrill1998-04-302-1/+5
| | | | | | is now correct enough where this is not necessary. This was in to cover up the deficiencies in figuring out how much memory a GNAT/RTEMS application required. There is a good stab at this now.
* Added wildcard to switch for monitor and termios.Joel Sherrill1998-04-301-1/+1
|
* Added sections and redirected some to RAM to avoid warnings.Joel Sherrill1998-04-301-40/+47
|
* Added sections to remove warningsJoel Sherrill1998-04-301-0/+8
|
* moved tools to bsp directoryJoel Sherrill1998-04-302-2/+2
|
* Update from Pedro Romano <pmcnr@camoes.rnl.ist.utl.pt>.Joel Sherrill1998-04-2711-820/+274
|
* Cosmetic fix from Eric Norum:Joel Sherrill1998-04-271-1/+1
| | | | | | This makes the headings line up above the columns a little better. Now that it's so easy to include/exclude the stack check code I find myself adding it to all my `debug' targets.
* Removed redundant implementation of tcgetattr and tcsetattr.Joel Sherrill1998-04-271-20/+0
|