summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added ftpd server from Jake Janovetz <janovetz@tempest.ece.uiuc.edu>.Joel Sherrill1999-03-162-0/+1093
* Use proper include for libio.h.Joel Sherrill1999-03-166-12/+6
* Corrected bug where pointer to doubly linked blocks was being incorrectlyJoel Sherrill1999-03-081-2/+34
* Added code to translate internal libio flags to POSIX style flags.Joel Sherrill1999-03-081-3/+20
* Added support for F_GETFL and F_SETFL.Joel Sherrill1999-03-081-2/+3
* Added F_GETFL support so the fdopen() implementation in newlib 1.8.1Joel Sherrill1999-03-064-2/+43
* Patch from Eric Norum <eric@skatter.usask.ca> to eliminate externalJoel Sherrill1999-03-0121-276/+61
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-012-19/+19
* Changed IMFS to use IMFS_NAME_MAX as the maximum length of a basenameJoel Sherrill1999-02-248-24/+34
* Corrected name of constant so this would compile.Joel Sherrill1999-02-241-1/+1
* Moved back up in tree.Joel Sherrill1999-02-198-0/+4202
* Moved asm.h back up in tree.Joel Sherrill1999-02-1914-0/+1728
* Moved to proper rtems/scoreJoel Sherrill1999-02-1927-6045/+289
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-1834-0/+13100
* Yet another part of automake VI from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-187-2466/+0
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1999-02-181-1/+9
* GLobal reentrancy structure is now dynamically initialized.Joel Sherrill1999-02-181-1/+2
* Patch from Eric Valette <valette@crf.canon.fr> to undo the patchJoel Sherrill1999-02-151-2/+0
* POSIX timer support.Joel Sherrill1999-02-101-1/+1
* Set the read/write offset to 0 when the file is opened. The ACVC had a testJoel Sherrill1999-02-101-0/+1
* Corrected multiple places the file size was not being properly updated.Joel Sherrill1999-02-101-2/+8
* Added getcwd().Joel Sherrill1999-02-101-0/+280
* POSIX timer support modifications.Joel Sherrill1999-02-103-4/+16
* Comments fixed after problem report from Ian Lance Taylor <ian@airs.com>.Joel Sherrill1999-02-101-19/+10
* Patch from Eric Norum to correct bug induced by select() patch.Joel Sherrill1999-02-052-5/+11
* Corrected spacing and added some new error checks that were neededJoel Sherrill1999-02-053-24/+34
* Added printf()'s that can be uncommented to trace MBUF operations. ThisJoel Sherrill1999-02-041-0/+3
* Modifed to reflect transition from device driver to file system.Joel Sherrill1999-02-041-41/+4
* Added debug printf()'s that are commented out. Uncommenting theseJoel Sherrill1999-02-041-0/+3
* Added PowerPC specific header checksum code.Joel Sherrill1999-02-042-68/+10
* Added PowerPC specific header checksum code.Joel Sherrill1999-02-041-4/+61
* Debugged and now works except for handling of minor number.Joel Sherrill1999-02-041-313/+429
* Modified to include comments on how to get TCPDEBUG turned on andJoel Sherrill1999-02-042-1/+11
* POSIX Timers submitted by Juan Zamorano FloresJoel Sherrill1999-02-035-8/+1011
* Added debug #define and commented it out.Joel Sherrill1999-02-021-0/+1
* Added PowerPC specific in_cksum file.Joel Sherrill1999-02-021-0/+4
* New file. Based on the i386 version.Joel Sherrill1999-02-022-0/+404
* Prepended macro variables with "_" to avoid name conflicts in expansions.Joel Sherrill1999-01-311-78/+78
* Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1999-01-3121-918/+1341
* New files added to ease debugging.Joel Sherrill1999-01-312-0/+96
* Patch from Eric Norum <eric@skatter.usask.ca> to avoid dereferencing aJoel Sherrill1999-01-281-1/+4
* Patch from Eric Norum <eric@skatter.usask.ca> to set more flags inJoel Sherrill1999-01-281-2/+2
* Added include of <rtems/posix/priority.h> so a macro would expandJoel Sherrill1999-01-261-0/+1
* Changed prototype of rtems_bsdnet_makeFdForSocket to (void *) pointerJoel Sherrill1999-01-261-1/+1
* Switched from printf() to puts().Joel Sherrill1999-01-261-1/+1
* Added libio_sockets.c to hold support routines for networking code.Joel Sherrill1999-01-261-0/+58
* Split most of POSIX Threads Manager into multiple files.Joel Sherrill1999-01-2530-957/+1347
* Added enough prototypes to allow most of POSIX Threads Manager to beJoel Sherrill1999-01-251-0/+26
* Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill1999-01-215-39/+299
* Patch from Eric Norum <eric@skatter.usask.ca> to make m68360.h usableJoel Sherrill1999-01-202-714/+732