summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch rtems-rc-19991011-3.diff from Ralf Corsepius.Joel Sherrill1999-10-285-29/+35
|
* New test added - psxcancel. This is just a shell for now.Joel Sherrill1999-10-286-1/+170
|
* Added include of <sys/select.h> in attempt to remove compilation warning.Joel Sherrill1999-10-281-0/+4
|
* Added use of __rtems__ rather than LINUX for RTEMS configuration.Joel Sherrill1999-10-283-7/+7
|
* More changes.Joel Sherrill1999-10-281-2/+6
|
* Notes on what to do when merging a BSP.Joel Sherrill1999-10-281-0/+73
|
* Patch from Aleksey (Quality Quorum <qqi@world.std.com>) toJoel Sherrill1999-10-272-19/+36
| | | | | | increase ease of application configuration of the pc386 BSP. This patch allows switching the printk console to a serial port and overriding bsp_start by making it a weak alias.
* Modified to properly descend into the dummy directory.Joel Sherrill1999-10-272-1/+2
|
* Fixed typo.Joel Sherrill1999-10-271-1/+1
|
* New files from Ralf Corsepius <corsepiu@faw.uni-ulm.de> whichJoel Sherrill1999-10-273-0/+129
| | | | | | | | are a dummy for linking programs together when you are primarily concerned with tricking another package into building. This may grow into something which could help link programs on the command line by having a default start sequence.
* Added $(EXEEXT) in attempt to help Cygwin install process.Joel Sherrill1999-10-271-2/+2
|
* Updated.Joel Sherrill1999-10-271-1/+3
|
* Last cleanup to attempt to link.Joel Sherrill1999-10-272-1/+3
|
* rxgen960 now compiles -- may not link.Joel Sherrill1999-10-2713-52/+42
|
* Added CVS Ids and a basic header. More header cleanup needed.Joel Sherrill1999-10-2742-9/+174
|
* Removed systbl.S save_systbl.c. They were unnecessary.Joel Sherrill1999-10-273-523/+2
|
* Removed sctns.S. This file was obviously the output of the compiler.Joel Sherrill1999-10-272-336/+1
|
* Replaced Makefile.in's with modified copies of cvme961 to getJoel Sherrill1999-10-279-152/+242
| | | | autoconf/automake changes.
* Moved timerisr.s to timerisr.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved systbl.s to systbl.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved sctns.s to sctns.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved rxgen_romld.s to rxgen_romld.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved ihandler.s to ihandler.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved asmstub.s to asmstub.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* Moved asmfault.s to asmfault.S per GNU conventions.Joel Sherrill1999-10-271-0/+0
|
* The rxgen960 BSP and i960 RPM support was submitted by Mark BronsonJoel Sherrill1999-10-2777-44/+7151
| | | | <mark@ramix.com> of RAMIX.
* First attempt at icluding Eric Valette and Emmanuel Raguet.Joel Sherrill1999-10-271-0/+6
|
* Warnings removed. Still don't know what to do about the pragmaJoel Sherrill1999-10-273-10/+16
| | | | pack warnings in uemf.h.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric ValetteJoel Sherrill1999-10-2736-3/+12134
| | | | | | | | | | <valette@crf.canon.fr> to add a port of the GoAhead web server (httpd) to the RTEMS build tree. They have successfully used this BSP on i386/pc386 and PowerPC/mcp750. Mark and Joel spoke with Nick Berliner <nickb@goahead.com> on 26 Oct 1999 about this port and got verbal approval to include it in RTEMS distributions.
* New files created by split of old imfs_handlers.c.Joel Sherrill1999-10-269-0/+333
|
* Added include of libio.h so this would compile when posix is disabled.Joel Sherrill1999-10-263-0/+3
|
* Split console_reserve_resources to separate file to reduceJoel Sherrill1999-10-263-7/+42
| | | | code size.
* Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill1999-10-2631-837/+679
| | | | | readdir support. The next step is to add a mount table and configure either the miniIMFS or the full IMFS at the application level.
* Patch from Gerwin Pfab <pb@schenk.isar.de> to leave dispatchingJoel Sherrill1999-10-261-3/+4
| | | | | disabled on exit to ISR Thread dispatching. This allows a context switch to finish under high high interrupt rates.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to fix a small bug whereJoel Sherrill1999-10-261-1/+1
| | | | the receive buffer size was 16 bytes too small.
* Increased minimum stack size to ensure that there are no problemsJoel Sherrill1999-10-262-2/+2
| | | | running the network stack.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add missing fileJoel Sherrill1999-10-262-2/+2
| | | | reference to the Makefile.
* Removed all references to HOST_ARCH including the file gcc.cfg.in. AllJoel Sherrill1999-10-264-231/+0
| | | | | host programs are now compiled with automake generated rules. This was done after discussions with Ralf Corsepius and Eric Norum.
* idir=/opt/tmp/opt/rtemsJoel Sherrill1999-10-266-21/+12
| | | | | | | | | | | | rdir=/opt/rtems cd $idir find . -type f | while read file do if [ ! -f ${file} ] ; then echo ${file} missing fi done
* cat /tmp/j | while read fJoel Sherrill1999-10-2654-7836/+0
| | | | | | do rpm -qi $f 2>&1 | grep -v "is not ins" done
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to moveJoel Sherrill1999-10-266-9/+8
| | | | c/src/lib/libmisc to c/src/libmisc.
* cat /tmp/j | while read fJoel Sherrill1999-10-2642-5982/+0
| | | | | | do rpm -qi $f 2>&1 | grep -v "is not ins" done
* Patch rtems-rc-19991011-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-10-262-6/+5
| | | | fixes a minor configuration bug.
* New ideas on test incorporated.Joel Sherrill1999-10-261-9/+17
|
* Modifications from Erik Ivanenko <erik.ivanenko@utoronto.ca> to addJoel Sherrill1999-10-262-5/+17
| | | | | proper Multiboot signature to pc386 BSP. This enables Grub to recognize the image.
* Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to fix someJoel Sherrill1999-10-261-28/+68
| | | | reported bugs in the start code.
* Patch from Eric Norum <eric@cls.usask.ca> to address the following problemJoel Sherrill1999-10-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | report from Philip A. Prindeville <philipp@zembu.com>: I was working on a device driver for a certain ethernet chipset that occassionally wraps in its buffer, and causes a resulting mbuf chain with only a few dozen bytes in the first mbuf of the chain. I wouldn't have thought this would be a problem, until I ran some stress tests that flooded the ethernet receiver with packets and started to get panics here: 250 251 if (m->m_pkthdr.len < sizeof(struct ip)) 252 goto tooshort; 253 254 #ifdef DIAGNOSTIC 255 if (m->m_len < sizeof(struct ip)) 256 panic("ipintr mbuf too short"); 257 #endif 258 259 if (m->m_len < sizeof (struct ip) && 260 (m = m_pullup(m, sizeof (struct ip))) == 0) { 261 ipstat.ips_toosmall++; 262 return; 263 } 264 ip = mtod(m, struct ip *); and the panic was at line 256. But if I #undef'd DIAGNOSTICS, then the m_pullup() at line 260 does the right thing and the packet ends up being processed just fine. So I started wondering, (a) why was the test checking for something that apparently wasn't a fatal condition but rather one that is subsequently recovered from a couple of lines later and (b) why panic as a diagnostic "aid" from a recoverable condition rather than just (say) log a message to the console? All of this seems overly severe for no reason that is readily apparent to me.
* Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>Joel Sherrill1999-10-251-0/+8
| | | | | to initialize the pthread cancellation fields. This is a patch to _POSIX_Threads_Create_extension that fixes the problem.
* Added notes for new test.Joel Sherrill1999-10-251-0/+19
|
* tch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1999-10-252-72/+72
| | | | | <raguet@crf.canon.fr> to fix bugs and make the mcp750 boot RTEMS running the GoAhead web server.