fixed function to match prototype
2 lines of code changed in 1 file:
use Eric's new putenv API
1 lines of code changed in 1 file:
changed the API for CA context manipulation
19 lines of code changed in 7 files:
allow subscription delete from subscription callback
7 lines of code changed in 1 file:
added test for monitor delete in event callback
19 lines of code changed in 1 file:
changed the API for CA context manipulation
19 lines of code changed in 1 file:
installed some limited self test capabilities so that the hash tables
can be verified during regression testing
64 lines of code changed in 6 files:
Removed references to EPICS_BASE_LIB.
0 lines of code changed in 1 file:
Changed EPICS_BASE_HOST_BIN to INSTALL_HOST_BIN.
4 lines of code changed in 1 file:
Add comment explaining why aitConvert must be compiled without optimization
for RTEMS-pc386 targets.
2 lines of code changed in 1 file:
Remove compiler path requirement.
6 lines of code changed in 1 file:
Added include for time.h.
5 lines of code changed in 1 file:
Allow make inc at top level
3 lines of code changed in 3 files:
Remove OPT flag for RTEMS-pc386 build.
2 lines of code changed in 1 file:
Allow make inc at top level
2 lines of code changed in 2 files:
Updated documentation for alpha3 release.
170 lines of code changed in 6 files:
Added T_A specific OPT and WARN flags.
9 lines of code changed in 1 file:
Moved +DAportable to CODE flags.
12 lines of code changed in 2 files:
fix improper auto ptr release bug
72 lines of code changed in 2 files:
RTEMS now provides a mechanism for interrogating the memory allocator.
12 lines of code changed in 1 file:
removed overly conservative list node verification
3 lines of code changed in 1 file:
fixed autoLock where autoRelease should have been
2 lines of code changed in 1 file:
fixed bug in proper cleanup of client context
4 lines of code changed in 2 files:
fixed potential deadlock
12 lines of code changed in 1 file:
keep private copy of pvname
7 lines of code changed in 2 files:
simplified locking
26 lines of code changed in 3 files:
improved monitor first update test
22 lines of code changed in 1 file:
fix bug that could cause dbNotifyCancel to timeout
16 lines of code changed in 1 file:
eliminate redundant code
4 lines of code changed in 1 file:
fixed a disconnect related problem and also improved
structure of locking
106 lines of code changed in 5 files:
Uncommented epicsListTest.
2 lines of code changed in 1 file:
fixed gnu warning
4 lines of code changed in 1 file:
rearranged code so that we have a late start
process receive thread again
252 lines of code changed in 5 files:
IO deletes must wait for callback completion
101 lines of code changed in 2 files:
Allowed file and file/os specific WARN and OPT values.
9 lines of code changed in 1 file:
fixed use of destroy member function without checking for nill pointer
4 lines of code changed in 1 file:
fixed uninitialized member
8 lines of code changed in 1 file:
work around problems in the Tornado compiler
21 lines of code changed in 3 files:
updated for R3.14
4 lines of code changed in 1 file:
no need to specify hash table size
3 lines of code changed in 3 files:
no longer need to specify hash table size
15 lines of code changed in 6 files:
adjust to changing hash table api
11 lines of code changed in 1 file:
no longer need to specify hash table size
3 lines of code changed in 2 files:
improved message
1 lines of code changed in 1 file:
no longer need to specify hash table size
4 lines of code changed in 1 file:
no need to specify hash table size
2 lines of code changed in 1 file:
fixed bug where resource was deallocated but it was
still in the hash table, and no longer need to specify
the hash table size
14 lines of code changed in 1 file:
fixed bug where resource was deallocated but it was still in the hash table
10 lines of code changed in 1 file:
non need to specify hash table size
24 lines of code changed in 7 files:
improved test
49 lines of code changed in 1 file:
now uses linear hashing technique to expand the table w/o
causing significant outliers in insertion or lookup delays
202 lines of code changed in 1 file:
allow one list to be initialized from, and also steal the contents from,
another list
15 lines of code changed in 1 file:
sysClkRateGet() _is_ defined in sysLib.h, but indirectly in the
drv/timer/timerDev.h file that it includes.
0 lines of code changed in 1 file:
Added RTEMS template files.
2 lines of code changed in 1 file:
Changed #if to make it more readable.
2 lines of code changed in 1 file:
Clean up printout when RTEMS task has gone away.
Treat a missing RTEMS task as suspended. Do not print error message.
5 lines of code changed in 1 file:
make sure iocshReg is defined
5 lines of code changed in 1 file:
eliminate option to turn off exceptions
45 lines of code changed in 5 files:
fixed to use const for begin and end
14 lines of code changed in 1 file:
new timer creation API
13 lines of code changed in 5 files:
fixed purify warning
1 lines of code changed in 1 file:
removed warning message
1 lines of code changed in 1 file:
dont use free list for passive timer queue because of entaglements
between the file scope free list destructor and any file scope
file descriptor manager destructor's attempts to destroy a
passive timer queue
10 lines of code changed in 2 files:
changed the api for creating timers to match new timer API
and dont allow exceptions to be dissabled
40 lines of code changed in 1 file:
changed the api for creating timers to match new timer API
4 lines of code changed in 1 file:
revert because workaround for RTEMS didnt build
10 lines of code changed in 2 files:
workarounds for problems discovered when building for RTEMS
10 lines of code changed in 2 files:
made diff computations const
2 lines of code changed in 1 file:
made diff computations identical
5 lines of code changed in 1 file:
workarounds for problems discovered when building for RTEMS
30 lines of code changed in 5 files:
dont pull in stdio.h in the header since it isnt referenced there
12 lines of code changed in 2 files:
make alarm a link LINK_ALARM
2 lines of code changed in 1 file:
force at least a 1 tick delay if timeOut >0.0
14 lines of code changed in 2 files:
added time stamp tests
35 lines of code changed in 1 file:
Changed LIBOBJS_HOST to LIBRARY_LD_OBJS.
7 lines of code changed in 2 files:
R3.14.0alpha3
3 lines of code changed in 1 file:
fixed gnu warning
1 lines of code changed in 1 file:
Changes to create vxWorks archive libraries and prods.
269 lines of code changed in 36 files:
proper conversion from floating point offset to integer nsec
2 lines of code changed in 1 file:
added parens
1 lines of code changed in 1 file:
fixed gnu warning
2 lines of code changed in 2 files:
more changes for type safe thread id
25 lines of code changed in 2 files:
clean up resulting from type safe thread id
34 lines of code changed in 1 file:
fixed wrong destroy method called
2 lines of code changed in 1 file:
fixed comment
3 lines of code changed in 1 file:
use struct ptr for ID types because:
o this is more type safe
o this works better with source level debuggers
144 lines of code changed in 12 files:
possibly bad guess for the number of channels
2 lines of code changed in 1 file:
bad guess for the number of channels
1 lines of code changed in 1 file:
dont always use default exception handler
19 lines of code changed in 4 files:
set default number of channels guess
4 lines of code changed in 1 file:
o set default number of channels guess
o clean up get copy ifit fails prematurely
5 lines of code changed in 1 file:
use proper printf
2 lines of code changed in 1 file:
added printf MF
21 lines of code changed in 2 files:
clean up get copy ifit fails prematurely
12 lines of code changed in 1 file:
set number of channels guess
2 lines of code changed in 1 file:
dont always use default exception handler
16 lines of code changed in 1 file:
set number of channels guess
3 lines of code changed in 1 file:
removed comment
3 lines of code changed in 1 file:
set number of channels guess
10 lines of code changed in 2 files:
added more tests
64 lines of code changed in 1 file:
o set default number of channels guess
o clean up get copy ifit fails prematurely
14 lines of code changed in 1 file:
fixed problem where put conversion fails but nevertheless
1) caller of db_put_field gets successful status
2) the array size is modified.
2 lines of code changed in 1 file:
added more exception tests
101 lines of code changed in 1 file:
added array exception test
33 lines of code changed in 1 file:
compiler restrictions
2 lines of code changed in 1 file:
cosmetic
3 lines of code changed in 2 files:
new tasks
4 lines of code changed in 1 file:
fixed bug where suibscription cancel request was not sent to
server when user canceled IO
43 lines of code changed in 1 file:
improved diagnostic
2 lines of code changed in 1 file:
May 2001 »