summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added sentence to indicate sections were deliberately empty.Joel Sherrill1998-09-291-7/+21
| | | | Added NONE to Notes sections and "-" to make this easier to fill out later.
* Added sentence to indicate sections were deliberately empty.Joel Sherrill1998-09-2915-4/+55
|
* Fleshed out considerably. This is almost a passable manual now.Joel Sherrill1998-09-291-49/+186
|
* Updated to reference the standards.Joel Sherrill1998-09-281-5/+18
|
* Documented the mount and umount routines.Wade A Smith1998-09-281-5/+233
|
* Documented the ftruncate and opendir routines. Removed reference to theWade A Smith1998-09-281-121/+197
| | | | readdir_r routine.
* New files.Joel Sherrill1998-09-275-1/+69
|
* Documented the following routines: dup, dup2, close, read, write, and fcntl.fWade A Smith1998-09-271-49/+168
|
* Documented the following routines in this file: rewinddir, pathconf,Wade A Smith1998-09-261-47/+274
| | | | fpathconf, fchmod, fstat, mkfifo, and telldir
* Documented the creat, scandir, and access routines.Wade A Smith1998-09-251-22/+120
|
* Docmumented the access routine in for this file.Wade A Smith1998-09-251-6/+31
|
* Fixed typos so this would build.Joel Sherrill1998-09-251-2/+2
|
* Now compiles.Joel Sherrill1998-09-255-1/+9
|
* Added information on every service in this chapter. Most of them areJoel Sherrill1998-09-251-51/+123
| | | | ENOSYS stubs at this time.
* Added ENOSYS stubs for a number of process routines.Joel Sherrill1998-09-2516-0/+264
|
* Stuff added by Kerwin.Joel Sherrill1998-09-251-64/+525
|
* Improved missing directory message.Joel Sherrill1998-09-242-2/+8
|
* Removed blank line.Joel Sherrill1998-09-241-1/+0
|
* Removed superfluous initialization of PC video.Joel Sherrill1998-09-241-3/+4
|
* Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca>:Joel Sherrill1998-09-242-33/+7
| | | | | | | | | | | | | | | | Please find attached a start.s that includes a cli prior to the hlt instruction. This ensures that external interrupts cannot restart the system after returning to the startup code. ( According to the hlt docs, they will! ) Also find a new timer.c. ( I forgot to update the countdowm value in the timer when I changed the PSCLK frequency in start.s) . This improves timer accuracy. The raw_idt_notify messages are no longer infinite, I tested sp11 and sp05, both which were bad, and I have seen the message print once in one test. I think it's ok if it prints out once. In fact, I don't think you can effectively stop it!
* New version from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-09-241-1/+23
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1998-09-234-4/+4
|
* IDLE task stack size now specified as a field in the CPU Table for allJoel Sherrill1998-09-2317-30/+26
| | | | ports.
* Modifed to zero out the C heap if the CPU Table indicates that theJoel Sherrill1998-09-233-0/+45
| | | | RTEMS workspace is to be zeroed out.
* changed version to 980923Joel Sherrill1998-09-233-4/+3
|
* Updated to remove bad comment.Joel Sherrill1998-09-231-4/+1
|
* Removed printk() references.Joel Sherrill1998-09-231-4/+4
|
* Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca>:Joel Sherrill1998-09-232-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please find attached the two files that have been changed relative to 980921 . The changes here are in the handling of the counter-timer used as the basis for the rtems executive clock. For the most part, these are housekeeping changes. The PSCLK frequency change in start.s... was a part of several bug-fixes. The fix improves executive clock and timer accuracy. changes : start.s -- All timers are disabled by the initialization routine -- PSCLK ( used by clock and timers ) frequency changed to 1MHz The clock_initialize routine now assumes that the PSCLK frequency is exactly 1 MHz. ckinit.c Clock_isr -- removed division by 1000. Now use 'static' variable -- clock_intial_isr_value -- to reset Clock_isrs variable. clock_initialize -- moved counter timer initialization here. Values used to configure the timer are totally dependent on BSP_configuration.microseconds_per_tick ( and the PSCLK assumption). Initializes clock_initial_isr_value used by th Clock_isr to reset Clock_isrs. clock_on -- no longer configures the timer, just enables it. Since altering the number of sections in the BSP, I decided to give it a good "once over" . The clock handling is now cleaner.
* Patch from Aleksey (Quality Quorum <qqi@world.std.com>):Joel Sherrill1998-09-2316-86/+88
| | | | | | | | | | | 1. Finally fixes raw interrupts for pc386 2. Makes some minor cleanup in console and startup 3. Makes rtems_termios_dequeue_characters() to return count of outstanding chars - it allows to simplify console isrs a little bit. 4. pc386 uart modified to be friendlier to termios parameter changes, to have minor performance improvement and to take advantage of of above termios modification.
* Switched "NEW_GAS" flag.Joel Sherrill1998-09-231-2/+0
|
* Regenerated.Joel Sherrill1998-09-231-2/+3
|
* Updated file based upon red-lines received.Wade A Smith1998-09-211-15/+11
|
* Updated file based upon read_lines received.Wade A Smith1998-09-211-1/+1
|
* Updated file based upon red-lines received.Wade A Smith1998-09-211-121/+110
|
* changed version to 980921Joel Sherrill1998-09-213-3/+3
|
* Modified sentences in the file to avoid using "shall" statements.Wade A Smith1998-09-211-6/+6
|
* Described the constants used by the admin_type in the background sectionWade A Smith1998-09-211-10/+14
| | | | of this file.
* Corrected ColdFire port information.Joel Sherrill1998-09-211-2/+4
|
* New file from Emmanuel Raguet <raguet@crf.canon.fr>.Joel Sherrill1998-09-211-0/+64
|
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-09-214-116/+404
| | | | | | | Here's a patch to make the rtems_showroute routine a little more useful. For `host' route table entries the link-level address is now displayed. This is equivalent to the old `show arp table' information displayed by the KA9Q code.
* Patch from Eric Norum and David Fiddes to put ColdFire support inJoel Sherrill1998-09-215-40/+45
| | | | the inet checksum routine.
* Update from Aleksey (Quality Quorum <qqi@world.std.com>) to pick up someJoel Sherrill1998-09-213-48/+138
| | | | patches missing from 980911.
* Removed by patch from Aleksey.Joel Sherrill1998-09-211-1/+0
|
* Patches from Aleksey which were not in 980911.Joel Sherrill1998-09-211-1/+4
| | | | | | I am sending you patch which was lost. As far as I remember there were minor patches on top of it, either by Eric Valette or by Eric Norum or by both.
* Update from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1998-09-214-16/+16
| | | | | | Here are patches that bring 980911 back to what I think is a correct version of raw IDT management as well as a correct initialisation of video console and rtems managed interrupts.
* Update from Erik Ivanenko <erik.ivanenko@utoronto.ca> to bring theJoel Sherrill1998-09-215-298/+138
| | | | | | | i386ex bsp up to date. 1) A 'hlt' instruction is coded in case of a return from boot_card in start.s.
* Patch from Eric Norum:Joel Sherrill1998-09-214-22/+7
| | | | | | | | I fixed the problems noted by Victor Vengerov. 1) Fix typo in cfsetispeed(). 2) In rtems_termios_open, ensure that args->iop->data1 is set before calling device-specific open routine.
* Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1998-09-201-1/+1
| | | | | Compiled and booted without problem. However console was set on COM2. At least for 4.0 it should be video :-)
* Remove many of the shall verbs and replaced them with present tense verbsWade A Smith1998-09-161-91/+86
|
* Changes the name of readdir, umask, mkdir, chmod, chown to cfg_readdir,Wade A Smith1998-09-131-22/+22
| | | | cfg_umask, cfg_mkdir, cfg_chmod, cfg_chown respectively.