summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Corrected flaws which prevented formatting with texi2pdf since itJoel Sherrill1999-11-091-1/+1
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-054-4/+12
* Fixed commentJennifer Averett1999-11-054-4/+4
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-058-24/+16
* changed version to 19991105Joel Sherrill1999-11-051-1/+1
* New file. Added as part of adding a formal API to this object.Joel Sherrill1999-11-051-0/+54
* New file.Joel Sherrill1999-11-054-0/+152
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-0529-254/+411
* Removed.Joel Sherrill1999-11-051-249/+0
* Added this file as a way to build RPMs for CPUs that would onlyJoel Sherrill1999-11-051-0/+174
* Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1999-11-055-2/+97
* Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1999-11-0510-857/+782
* Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill1999-11-059-463/+94
* Fixed typo.Joel Sherrill1999-11-052-6/+6
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-0566-115/+467
* Eliminated references to stack checker related #defines.Joel Sherrill1999-11-054-29/+0
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-0470-163/+807
* Added first stab at mkgnatnewlib.Joel Sherrill1999-11-046-0/+692
* Renamed POSIX_Thread_cancel_run to _POSIX_Thread_cancel_run since RTEMSJoel Sherrill1999-11-0310-16/+18
* Added CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM as a configurationJoel Sherrill1999-11-032-8/+6
* Added prototype of _POSIX_Semaphore_Delete to avoid warnings.Joel Sherrill1999-11-032-0/+24
* Added prototype of POSIX_Thread_cancel_run to avoid warnings.Joel Sherrill1999-11-032-0/+24
* Typo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1999-11-031-1/+1
* Split core mutex and semaphore handlers into separate files.Joel Sherrill1999-11-0212-0/+1122
* Split core message queue and watchdog handler objects into separate files.Joel Sherrill1999-11-0229-1984/+1736
* Split Heap and Time of Day Handlers.Joel Sherrill1999-11-0227-3072/+1738
* Split threadq.c into multiple files.Joel Sherrill1999-11-0233-2/+2552
* The object memfile.o was being included in the miniIMFS even though itJoel Sherrill1999-11-0241-513/+909
* Split object.c into multiple files.Joel Sherrill1999-11-0233-1965/+2743
* Split types.s into individual files.Joel Sherrill1999-11-0223-343/+608
* Final tuning required to drop out POSIX timers.Joel Sherrill1999-11-027-93/+117
* *** empty log message ***Joel Sherrill1999-11-027-1844/+1964
* Split cancel.c into multiple files.Joel Sherrill1999-11-0215-368/+552
* Missed these in the initial split up.Joel Sherrill1999-11-024-0/+354
* Split key.c into multiple files.Joel Sherrill1999-11-0213-451/+584
* Wrong routine was initially cut into this file.Joel Sherrill1999-11-022-28/+12
* Split time.c into multiple files.Joel Sherrill1999-11-0227-731/+1151
* Split condition variables into multiple files.Joel Sherrill1999-11-0229-966/+1081
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-0235-1173/+1667
* Split some more stuff out of psignal.c.Joel Sherrill1999-11-0213-471/+686
* Split mutex.c into multiple files.Joel Sherrill1999-11-0245-1405/+2066
* Split mqueue into multiple files.Joel Sherrill1999-11-022-0/+56
* Removed warnings.Joel Sherrill1999-11-022-4/+4
* Split mqueue.c into a variety of files.Joel Sherrill1999-11-0233-1345/+2247
* Minor changes to make the screen match a bit better.Joel Sherrill1999-11-024-8/+8
* Minor fixes to make screen match a bit better.Joel Sherrill1999-11-024-22/+30
* Added more proper checking of F_GETFL and F_SETFL.Joel Sherrill1999-11-022-10/+34
* Fixed F_SETFL to properly convert between internalJoel Sherrill1999-11-023-6/+9
* Added support for configuring base filesystem. First attempt atJoel Sherrill1999-11-023-51/+123
* Install imfs.h so base filesystem can be configured or IMFS mountedJoel Sherrill1999-11-021-1/+1