summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill60-83/+83
1999-11-19Renaming all BSP specific startXXX directories to use the same name (start).Joel Sherrill25-44/+44
1999-11-19Renaming all BSP specific startXXX directories to use the same name (start).Joel Sherrill17-4067/+0
1999-11-19Moved startsis to start.Joel Sherrill5-409/+6
1999-11-18Patch from "John M. Mills" <jmills@tga.com> with subsequent cleanup fromJoel Sherrill60-340/+4298
1999-11-17Updated copyright notice.Joel Sherrill451-900/+451
1999-11-17Now allows override of base address via -Ttext command to linker.Joel Sherrill1-39/+47
1999-11-17New file documenting the on board monitor (PPCBUG) configuration usedJoel Sherrill2-0/+156
1999-11-16Added TERMINAL_IDENTIFICATION pieces.Joel Sherrill1-3/+4
1999-11-16Fixed alignment problem on _endtext.Joel Sherrill1-0/+1
1999-11-16Fixed bug.Jennifer Averett1-3/+3
1999-11-16Added handler for fsync. For the memfile it is the same as the data sync.Jennifer Averett1-1/+1
1999-11-16Removed start subdirectory and distributed contents to the appropriateJoel Sherrill2-9/+2
1999-11-16Works now.Joel Sherrill1-19/+12
1999-11-16New file.Joel Sherrill1-0/+113
1999-11-16Added.Joel Sherrill6-3/+209
1999-11-16Source and destination arguments to strncpy were swapped. This mistakeJoel Sherrill1-1/+1
1999-11-16Moved start code from lib/start to libbsp.Joel Sherrill14-7/+462
1999-11-16Moved start code from lib/start to libbsp.Joel Sherrill5-274/+0
1999-11-16Moved start code from lib/start to libbsp.Joel Sherrill14-829/+22
1999-11-16Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill7-1953/+0
1999-11-16Minor changes since new Makefile.Joel Sherrill1-4/+5
1999-11-16Added start subdirectory.Joel Sherrill1-1/+1
1999-11-16Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill18-2098/+0
1999-11-11Updated.Joel Sherrill1-4/+15
1999-11-09This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill2-14/+3
1999-11-09Removed.Joel Sherrill5-298/+0
1999-11-09Now using libchip instead of local precursor to libchip. Untested.Joel Sherrill10-2274/+86
1999-11-09Removed reaching "up and over" to install BSP header files.Joel Sherrill3-6/+3
1999-11-09Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill2-1/+73
1999-11-09Added #define to make this file exactly like its siblings in mpc821Joel Sherrill1-1/+2
1999-11-09Removed "up and over" into libbsp/.../include.Joel Sherrill2-3/+1
1999-11-09Moved include files to hppa1.1 subdirectory and put their sourcesJoel Sherrill6-10/+65
1999-11-09Removed runway directory and moved contents to include.Joel Sherrill2-77/+0
1999-11-05Correctly set and called handlers table for the link.Jennifer Averett1-1/+3
1999-11-05Fixed commentJennifer Averett1-1/+1
1999-11-05Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett2-6/+4
1999-11-05New file. Added as part of adding a formal API to this object.Joel Sherrill1-0/+54
1999-11-05New file.Joel Sherrill1-0/+38
1999-11-05Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill8-65/+105
1999-11-05Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill4-287/+262
1999-11-05Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill9-463/+94
1999-11-05This is another pass at making sure that nothing outside the BSPJoel Sherrill14-48/+29
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill54-110/+672
1999-11-03Typo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-1/+1
1999-11-02The object memfile.o was being included in the miniIMFS even though itJoel Sherrill11-129/+228
1999-11-02Fixed F_SETFL to properly convert between internalJoel Sherrill1-2/+3
1999-11-02Added support for configuring base filesystem. First attempt atJoel Sherrill1-17/+41
1999-11-02Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1-1/+1
1999-11-02Check for NULL being passed in.Joel Sherrill4-2/+17