summaryrefslogtreecommitdiffstats
path: root/c/src/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-10-29Moved the rmnod callback from the operations table to the handler table.Jennifer Averett7-16/+26
1999-10-29Joel added a table of mount entry requests to be processed duringJennifer Averett2-0/+28
initialization.
1999-10-28Patch rtems-rc-19991011-3.diff from Ralf Corsepius.Joel Sherrill4-4/+35
1999-10-28Notes on what to do when merging a BSP.Joel Sherrill1-0/+73
1999-10-27Patch from Aleksey (Quality Quorum <qqi@world.std.com>) toJoel Sherrill2-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.
1999-10-27Added $(EXEEXT) in attempt to help Cygwin install process.Joel Sherrill1-2/+2
1999-10-27Last cleanup to attempt to link.Joel Sherrill2-1/+3
1999-10-27rxgen960 now compiles -- may not link.Joel Sherrill11-42/+32
1999-10-27Added CVS Ids and a basic header. More header cleanup needed.Joel Sherrill42-9/+174
1999-10-27Removed systbl.S save_systbl.c. They were unnecessary.Joel Sherrill3-523/+2
1999-10-27Removed sctns.S. This file was obviously the output of the compiler.Joel Sherrill2-336/+1
1999-10-27Replaced Makefile.in's with modified copies of cvme961 to getJoel Sherrill9-152/+242
autoconf/automake changes.
1999-10-27Moved timerisr.s to timerisr.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved systbl.s to systbl.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved sctns.s to sctns.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved rxgen_romld.s to rxgen_romld.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved ihandler.s to ihandler.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved asmstub.s to asmstub.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27Moved asmfault.s to asmfault.S per GNU conventions.Joel Sherrill1-0/+0
1999-10-27The rxgen960 BSP and i960 RPM support was submitted by Mark BronsonJoel Sherrill71-0/+6584
<mark@ramix.com> of RAMIX.
1999-10-26New files created by split of old imfs_handlers.c.Joel Sherrill3-0/+111
1999-10-26Added include of libio.h so this would compile when posix is disabled.Joel Sherrill2-0/+2
1999-10-26Split console_reserve_resources to separate file to reduceJoel Sherrill3-7/+42
code size.
1999-10-26Added initial cut at miniIMFS which leaves out memfile and directoryJoel Sherrill13-334/+233
readdir support. The next step is to add a mount table and configure either the miniIMFS or the full IMFS at the application level.
1999-10-26Patch from Emmanuel Raguet <raguet@crf.canon.fr> to fix a small bug whereJoel Sherrill1-1/+1
the receive buffer size was 16 bytes too small.
1999-10-26idir=/opt/tmp/opt/rtemsJoel Sherrill2-11/+1
rdir=/opt/rtems cd $idir find . -type f | while read file do if [ ! -f ${file} ] ; then echo ${file} missing fi done
1999-10-26cat /tmp/j | while read fJoel Sherrill54-7836/+0
do rpm -qi $f 2>&1 | grep -v "is not ins" done
1999-10-26Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to moveJoel Sherrill2-3/+1
c/src/lib/libmisc to c/src/libmisc.
1999-10-26cat /tmp/j | while read fJoel Sherrill42-5982/+0
do rpm -qi $f 2>&1 | grep -v "is not ins" done
1999-10-26Modifications from Erik Ivanenko <erik.ivanenko@utoronto.ca> to addJoel Sherrill2-5/+17
proper Multiboot signature to pc386 BSP. This enables Grub to recognize the image.
1999-10-26Patch from Erik Ivanenko <erik.ivanenko@utoronto.ca> to fix someJoel Sherrill1-28/+68
reported bugs in the start code.
1999-10-25tch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill2-72/+72
<raguet@crf.canon.fr> to fix bugs and make the mcp750 boot RTEMS running the GoAhead web server.
1999-10-25Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1-7/+8
<raguet@crf.canon.fr> to use a local variable.
1999-10-25Added code to correctly free any allocated space during the evaluationJennifer Averett2-72/+74
process.
1999-10-25Changed leading spaces to periods to ease comparing test output.Joel Sherrill1-1/+1
1999-10-25Modified to produce correct output with new version of sis.Joel Sherrill1-1/+6
1999-10-12Spacing.Joel Sherrill1-0/+1
1999-10-12Split null handlers table to own file and renamed.Joel Sherrill8-78/+19
Renamed IMFS handler tables to include IMFS prefix.
1999-10-12Added rtems_filesystem_freenode() macro and added calls at appropriateJoel Sherrill17-92/+69
places to make sure memory allocated for filesystem specifif nodes gets freed.
1999-10-12Fixed spacing.Joel Sherrill2-2/+2
1999-10-12Corrected mistakes in the IMFS file handlers table and added the missingJoel Sherrill5-31/+144
routine imfs_fcntl.c
1999-10-12Added call to freenod to let each filesystem free its own internalJoel Sherrill15-68/+227
node used to manage file access.
1999-10-12Changed bcopy to strncpy to stick to ANSI/ISO routines.Joel Sherrill1-1/+1
1999-10-11Moved RTEMS error and association from libmisc to libc support toJoel Sherrill4-8/+11
avoid cyclic dependencies generated when moving packages to the top level.
1999-10-11Removed targets and configurations that are no longer functionalJoel Sherrill7-714/+0
and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
1999-10-11Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbgJoel Sherrill3-22/+2
to its own top level package.
1999-10-11Now compiles for coff and elf.Joel Sherrill1-65/+185
1999-10-06Removed targets and configurations that are no longer functionalJoel Sherrill26-5265/+0
and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
1999-10-06New file.Joel Sherrill2-0/+28
1999-10-06Removed aclocal.m4 generated from aclocal macrosJoel Sherrill18-11477/+0