[comp.realtime] Latest VxWorks Archive Index

thor@stout.ucar.edu (Rich Neitzel) (08/03/89)

Well, many people want to know the latest state of the archive. So at
the end of this message I have attached the index from the archive
directories unix,vx, patch and xdbx. 

The rate of submissions has been slower then one might have hoped. I
see traffic in this newsgroup that indicates people are working on
code they are willing to share - like SCSI drivers. If you can share
the code, how about sending it to the archive? 
------------------------------------------------------------------------
unix index 

Current UNIX sources -

/patch - Tool for applying diff output files to existing source
files to bring them up to the latest version. Great for maintaining
code donated to the archive! Comes in three parts - patch1, patch2, patch3.

shar.shar - Package to wrap source files into shar format.

vxtool - A Suntool program for development work. Good for the test-fix-test
cycle.

xc.shar - A simple command extractor that allows shell commands to
be embedded in C or f77 comments. Good replacement for make for small
sources. 

/xdbx - An X11 wrapper for dbxWorks. Allows dbxWorks to use X
instead of Sunview. Comes in six parts - xdbx1 - xdbx6.

------------------------------------------------------------------
vx index -

VxWorks Sources: 	

bitcnt - Three routines that count set bits in an integer.

camaclib - Modules for using a Creative Electronic Systems Camac
branch highway driver for the model CBD-8210.

crc.shar - A CRC-16 routine.

fcompress.shar - Routines to convert IEEE 32 bit floating point to a
16 bit form and back again.

force.shar - Routines from Force for their ASCU-2 and SIO-1 boards.

jobLib - A library of routines for the creation and use of 'jobs' or
lightweight tasks.

jobCondLib - A library of routines that extends the functionality of
jobLib, including conditional scheduling of jobs.

lclflag.shar - Local event flags for tasks.

math.shar - More math routines like floor, ceiling, sincos, etc. In
MC68881/2 assembler.

math2 - More math routines like floor, ceil, etc. Also in 68881/2
assembler.

poolLib - A library of routines that create and maintain a memory
pool.

semCnt - An implementation of counting semaphores.

string.shar - More string routines like strchr, strtok, strpbrk,
etc.

tod.shar - Routines to use the time of day clock on the MV133. May be
applied to others as well.

vtape.shar - A driver for the Interphase V/Tape 3209 tape controller.

------------------------------------------------------------------
patch index -

Index from patch -

Patch is made up of three shar format files, patch1, patch2, patch3.
To get the entire program send a mail request of the from:

send patch1 from patch
send patch2 from patch
send patch3 from patch

Patch is a program that takes diff output and creates an updated
source file. 
-----------------------------------------------------------------
xdbx index -

Index from xdbx -

Xdbx is made up of six shar format files, xdbx1 - xdbx6.
To get the entire program send a mail request of the from:

send xdbx1 from xdbx
send xdbx2 from xdbx
send xdbx3 from xdbx
...
send xdbx6 from xdbx

Xdbx is the X11 counterpart of dbxtool. It allows dbxWorks to run in the X
world.
---------------------------------------------------------------------
R. Neitzel thor@thor.ucar.edu



-------------------------------------------------------------------------------