summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated scn files to match present expected test output.Jennifer Averett1998-12-038-22/+534
|
* Renamed all directories to start with psx.Jennifer Averett1998-12-034-4/+4
|
* Added a posix time test.Jennifer Averett1998-12-031-2/+2
| | | | Renamed all directories to start with psx.
* Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1998-12-034-0/+104
|
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-035-5/+20
|
* Added source for F_DUPFD.Jennifer Averett1998-12-033-36/+54
|
* Modifications for RTEMS_UNIX.Jennifer Averett1998-12-0317-4/+80
|
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-13/+24
| | | | Modifications for RTEMS_UNIX.
* Modified to support test names longer than two characters plus theJoel Sherrill1998-12-031-1/+1
| | | | | test suite designator. In English, we now support psxfile in addition to psx11.
* Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill1998-12-0310-2/+82
|
* Moved cpuuse.h to rtems subdirectory.Joel Sherrill1998-12-032-2/+2
|
* Moved stackchk.h to rtems subdirectory.Joel Sherrill1998-12-039-17/+27
|
* Increased default amount of RAM.Joel Sherrill1998-12-031-1/+1
|
* Removed reference to stackchk.h.Joel Sherrill1998-12-031-4/+0
|
* Don't build libchip if we are targetting UNIX.Joel Sherrill1998-12-031-1/+6
|
* Corrected spacing.Joel Sherrill1998-12-032-2/+2
|
* Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1998-12-032-4/+8
|
* Removed reference to libpurify.Joel Sherrill1998-12-012-4/+4
|
* Include files now installed as <rtems/*.h>.Joel Sherrill1998-12-0114-18/+16
|
* Removed unused file.Joel Sherrill1998-12-015-195/+3
| | | | Include files now installed as <rtems/*.h>.
* changed version to 4.0.0-RADSTONEJoel Sherrill1998-11-251-1/+1
|
* First Cut at Hitachi SH.Joel Sherrill1998-11-2512-0/+1222
|
* New files copied from template and personalized.Joel Sherrill1998-11-2312-0/+1314
|
* New files added as part of file system infrastructure effort.Joel Sherrill1998-11-234-0/+84
|
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-23330-2518/+31856
| | | | | | | | | | | | | | | | | | | | | | | | overhaul of the RTEMS system call interface. This base file system is the "In-Memory File System" aka IMFS. The design and implementation was done by the following people: + Joel Sherrill (joel@OARcorp.com) + Jennifer Averett (jennifer@OARcorp.com) + Steve "Mr Mount" Salitasc (salitasc@OARcorp.com) + Kerwin Wade (wade@OARcorp.com) PROBLEMS ======== + It is VERY likely that merging this will break the UNIX port. This can/will be fixed. + There is likely some reentrancy/mutual exclusion needed. + Eventually, there should be a "mini-IMFS" description table to eliminate links, symlinks, etc to save memory. All you need to have "classic RTEMS" functionality is technically directories and device IO. All the rest could be left out to save memory.
* Added new tests in support of the file system infrastructure.Joel Sherrill1998-11-237-0/+373
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2343-1/+9817
|
* Removed.Joel Sherrill1998-11-232-97/+1
|
* Upped the memory to 8 Mbytes.Joel Sherrill1998-11-231-1/+2
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-23154-494/+1593
| | | | it work.
* Added networking.Joel Sherrill1998-11-232-5/+10
|
* Removed "HAS_NETWORKING=no".Joel Sherrill1998-11-231-4/+0
|
* New network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-11-234-0/+3113
|
* Bug report from Peter Mueller <pmueller@decrc.abb.de>:Joel Sherrill1998-11-191-1/+1
| | | | | | | | I use the m68k/efi332 BSP together with a home made board. After some time of debugging I found that the m68020 CPU is used to build rtems. This is not correct, because the 68332 does not have some of the 68020 features (no separate int stack ...). It is necessary to change this to mcpu32. After a clean/make everything works fine.
* Renamed exception constants per requests from Erik IvanenkoJoel Sherrill1998-11-191-19/+19
| | | | <erik.ivanenko@utoronto.ca> and Eric Valette <valette@crf.canon.fr>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-11-193-4/+4
| | | | | | | Here is a cosmetic patch which corrects a few spelling problems in parts written by me. Apparently, I must have written these under the influence of ether (:-)
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-1929-702/+925
| | | | | | | | | | | | | | | 1) Socket timeout field changed from `short' to `long'. This makes longer timeouts possible. With a 1 kHz system clock the old system allowed timeouts only up to a little over 30 seconds! This change is a slightly cleaned-up version of the patch proposed by Ian Lance Taylor. 2) Major changes to BOOTP/DHCP reply handling. Now supports much of RFC2132. These changes were done at the request of, and with the assistance of, Erik Ivanenko. If you're making changes, you might want to change the network supplement Essentially just do a global search and replace of BOOTP with BOOTP/DHCP.
* Changed BOOTP -> BOOTP/DHCP.Joel Sherrill1998-11-192-11/+12
|
* Changed version string.Joel Sherrill1998-11-199-33/+447
| | | | | | Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
* Stripped down to be just new chapters.Joel Sherrill1998-11-192-102/+8
|
* Renamed entire document so this is a transient working directory.Joel Sherrill1998-11-191-43/+5
|
* Merged these into POSIX manual.Joel Sherrill1998-11-1919-9745/+0
|
* Added.Joel Sherrill1998-11-191-0/+175
|
* Readded prefaceJoel Sherrill1998-11-191-0/+34
|
* Major update/merge of POSIX manual.Joel Sherrill1998-11-1919-741/+6740
|
* New filesJoel Sherrill1998-11-196-0/+1020
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-1930-422/+2115
|
* changed version to 4.0.0-AFCCJoel Sherrill1998-10-293-3/+3
|
* Cleanup.Joel Sherrill1998-10-291-1/+6
|
* making release docsJoel Sherrill1998-10-294-29/+8
|