summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Eric Valette <valette@crf.canon.fr> to undo the patchJoel Sherrill1999-02-153-6/+0
| | | | that added ifdef on the pc386.
* Patch from Eric Valette <valette@crf.canon.fr> to correct _exitJoel Sherrill1999-02-151-2/+1
| | | | undefined problem.
* Added thank you.Joel Sherrill1999-02-101-2/+2
|
* Added POSIX timers.Joel Sherrill1999-02-101-5/+5
|
* Corrected titleJoel Sherrill1999-02-101-1/+1
|
* Added gdb_rtemsJoel Sherrill1999-02-103-2/+5
|
* Changed versions.Joel Sherrill1999-02-103-11/+11
|
* Now generates HTML, PostScript, and info correctly.Joel Sherrill1999-02-107-63/+42
|
* Base file.Joel Sherrill1999-02-101-0/+129
|
* Base version.Joel Sherrill1999-02-107-0/+374
|
* changed version to 19990210Joel Sherrill1999-02-102-2/+2
|
* POSIX timer support.Joel Sherrill1999-02-102-2/+2
|
* Added this file.Joel Sherrill1999-02-102-0/+16
|
* Don't build spfatal since it won't run anyway.Joel Sherrill1999-02-101-1/+1
|
* Changed file name.Joel Sherrill1999-02-101-2/+2
|
* Set the read/write offset to 0 when the file is opened. The ACVC had a testJoel Sherrill1999-02-103-0/+3
| | | | | that performed the sequence open/write/close/open/read/close on a file. It did not get the correct result since the file descriptor was reused.
* Corrected multiple places the file size was not being properly updated.Joel Sherrill1999-02-104-8/+32
|
* Added getcwd().Joel Sherrill1999-02-104-1/+841
|
* POSIX timer support modifications.Joel Sherrill1999-02-106-8/+32
|
* Comments fixed after problem report from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1999-02-102-38/+20
|
* Added maximum_timers field to configuration table.Joel Sherrill1999-02-091-1/+1
|
* Changed version numbers.Joel Sherrill1999-02-091-10/+10
|
* Changed versions.Joel Sherrill1999-02-091-14/+14
|
* Added information on debug modes that can be enabled in the network stack.Joel Sherrill1999-02-091-0/+45
|
* Changed the name of a section.Joel Sherrill1999-02-091-1/+1
|
* Install the PostScript file.Joel Sherrill1999-02-091-1/+1
|
* Changed version.Joel Sherrill1999-02-092-6/+6
|
* Changed date.Joel Sherrill1999-02-091-1/+1
|
* Split SONIC chip into appropriate files for libchip'ing. The portableJoel Sherrill1999-02-0517-181/+2445
| | | | | | portion is now in the libchip tree and the dmv177 configuration is in the dmv177 bsp. The performance impact of libchip'ing this driver was minimal.
* Commented out disable of building network code so it is built. You canJoel Sherrill1999-02-051-1/+1
| | | | | hack through some paths to check error checking paths without a network driver.
* Added instruction and data cache enable.Joel Sherrill1999-02-051-2/+13
|
* Patch from Eric Norum to correct bug induced by select() patch.Joel Sherrill1999-02-058-20/+44
|
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-0510-81/+111
| | | | to avoid dereferencing NULLs.
* Added optional data and instruction caching enable calls.Joel Sherrill1999-02-051-0/+13
|
* Added caching enable routines.Joel Sherrill1999-02-051-1/+1
|
* Reorganized into libchip style but not yet split out into multiple filesJoel Sherrill1999-02-041-152/+206
| | | | and placed in the right shareable directories.
* Works great now.Joel Sherrill1999-02-041-10/+27
|
* Added printf()'s that can be uncommented to trace MBUF operations. ThisJoel Sherrill1999-02-044-0/+12
| | | | is very useful when debugging a device driver.
* Modifed to reflect transition from device driver to file system.Joel Sherrill1999-02-044-164/+16
|
* Added debug printf()'s that are commented out. Uncommenting theseJoel Sherrill1999-02-044-0/+12
| | | | | | allows one to trace the enqueueing and dequeueing of messages. This can be used to insure that packets are getting to the boundary between the network stack and the device driver.
* Added PowerPC specific header checksum code.Joel Sherrill1999-02-045-170/+25
|
* Added PowerPC specific header checksum code.Joel Sherrill1999-02-044-16/+244
| | | | Added volatile to i386 assembly statements in header checksum code.
* Debugged and now works except for handling of minor number.Joel Sherrill1999-02-044-1252/+1716
|
* Modified to include comments on how to get TCPDEBUG turned on andJoel Sherrill1999-02-048-4/+44
| | | | printing messages.
* Patch from John S Gwynne <jsg@donet.com> for malloctest. His comments:Joel Sherrill1999-02-034-12/+24
| | | | | | | | | | I have a few patches for the efi332 bsp. If you let me know when you expect the next snapshot release, I will try to have them to you before then. Also, the malloctest has some problems that I would think would prevent it from running on almost any platform. I have enclose patches below to fix (1) Task_id and Task_name dimensioning, (2) end of test message, (3) the amount of memory malloc'ed, and (4) retry on unsuccessful (out of memory) molloc's.
* POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1999-02-0312-19/+2025
| | | | <jzamora@avellano.datsi.fi.upm.es>.
* New test from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-031-1/+1
| | | | that is part of the addition of POSIX timers.
* New files from Juan Zamorano Flores <jzamora@avellano.datsi.fi.upm.es>Joel Sherrill1999-02-037-0/+953
| | | | that are part of the addition of POSIX timers.
* Added POSIX timers.Joel Sherrill1999-02-031-0/+6
|
* New file.Joel Sherrill1999-02-021-0/+61
|