- Modified to use PTRACE_PEEKUSER and PTRACE_POKEUSER, which are more
[dyninst.git] / rtinst / src /
1999-02-22 nash- Fixed a missing include on some machines
1999-02-08 nash- Major commit of Linux-x86 platform support
1998-04-01 wylieAdded some code to keep the compiler happy
1998-03-26 ssuenHandles restartable writes in sampling code to paradynd.
1998-02-25 naimImplementation of CPU time using gethrvtime in order...
1997-11-19 zhichenAdded TR_SYNC to eliminate a race condition between...
1997-08-19 naimAdding support to dynamically link libdyninstRT by...
1997-07-14 naimFixing problem with fork - naim
1997-07-11 tamchesremoved obsolete files
1997-06-02 naimSmall change to comment out a warning message - naim
1997-05-30 naimChanging PIOCUSAGE by PIOCPSINFO in the /proc call...
1997-05-23 mjrgWindows NT port
1997-05-23 naimRemoving unnecessary debugging information - naim
1997-05-13 secIncreased the new tags limit (a simple define)
1997-05-08 mjrgChanges for Windows NT port
1997-05-07 naimGetting rid of old support for threads and turning...
1997-04-29 mjrgfixed bug in hash table lookup
1997-04-29 mjrgfixed bug in syscall SYS_dup
1997-04-25 secModified the names of the functions I added earlier...
1997-04-17 secFixed a bug in how the message tag hiearchy was orderd...
1997-04-15 zhichenDefined a symbol that I forget to define, stache_blk_size
1997-04-14 zhichenAdded DYNINSTreportNewMem
1997-03-29 secAdded the code to allow a 2 level /Message hiearchy...
1997-03-17 lzhengAdded one more function to handle inferior procedure...
1997-02-27 newhallchanged some calls to open, and dup to use syscall...
1997-02-26 mjrgFirst part of WindowsNT port: divided RTposix.c into...
1997-02-18 secCleaned up some stuff
1997-02-18 secThere were some bugs in how the time was accessed,...
1997-01-30 tamchesadded global var the_paradyndPid, which connectToDaemon...
1997-01-27 naimPart of the base instrumentation for supporting multith...
1997-01-22 lzhengChanges made to remove uncessary instructions
1997-01-21 mjrgFixed a bug in my previous commit
1997-01-21 mjrgChanged to unix domain socket for trace stream
1997-01-21 tamchesremoved DYNINSTglobalData
1997-01-20 tamchesmoved all intialization of DYNINSTtraceFp out of DYNINS...
1997-01-20 tamchesremoved these obsolete files
1997-01-20 tamchesfix to prev commit
1997-01-16 tamchesadded proper param names for DYNINSTos_init
1997-01-16 tamchesadded proper param names to DYNINSTos_init
1997-01-16 tamchesremoved dependence on CONTROLLER_FD (always 3 which...
1997-01-16 tamchesparams to DYNINSTos_init
1997-01-15 tamchesfork revamped for shm sampling (shm_detach_reattach_ove...
1997-01-14 tamchesadded divMillion routine. Added a use of mulMillion.
1996-12-17 mjrgReplaced strtoul strtol because strtoul doesn't exist...
1996-12-16 mjrgChanges to the way a forked process connects to daemon...
1996-12-06 tamchestimers routines revamped. no more mutex vrble. protec...
1996-12-06 tamchesDYNINSTgetCPUtime revamped. Can't use gethrvtime(...
1996-11-26 naimImplementation of cross-compiler (sparc-solaris,x86...
1996-11-14 naimFixing signal problem on aix related to attach/detach...
1996-11-08 tamcheschange from 3-->1 shm seg per process
1996-11-05 tamchesDYNINSTrecordTag now calls DYNINSTreportNewTags directl...
1996-10-31 tamchesThe shm-sampling commit
1996-10-31 tamchesreplaced gotos with while loops
1996-10-31 tamchesremoved some unneeded code; added check for right platform
1996-10-31 tamchesremoved these obsolete files
1996-10-18 mjrgSolaris/X86 port
1996-09-26 newhalladded DYNINSTstart
1996-08-16 tamchesupdated copyright for release 1.1 Release1_1
1996-07-30 mjrgremoved unused code
1996-07-29 naimFixing race condition - naim
1996-07-18 naimMinor change to COSTTEST section - naim
1996-07-17 mjrgCommented out prototype of gettimeofday, that is causin...
1996-06-27 naimPreventing race condition in DYNINSTgenerateTraceRecord...
1996-06-22 lzhengMoved the code in the RTgeneric.c to the RThppa.c since...
1996-05-30 tamchesForced stdout to be line-buffered, and stderr to be...
1996-05-16 mjrgcommented out a debugging message
1996-05-12 tamchesaix 4.1 commit
1996-05-08 mjrgadded support for handling fork and exec in the application
1996-05-01 lzhengMinir fix. (removed a line for the debugging)
1996-04-30 lzhengRemoved the #ifdefs for the HPUX.
1996-04-30 lzhengClean up this file so that it could be easily maintaine...
1996-04-09 newhallchanged DYNINSTgetWallTime to DYNINSTgetWalltime to...
1996-04-09 naimFixing prototype for procedure DYNINSTgenerateTraceReco...
1996-04-08 lzheng DYNINSTalarmExpire on HPUX is changed so that it will...
1996-04-08 lzhengfirst version
1996-04-08 lzhengchanged how HP gets the CPU time
1996-04-08 hollingsFixed call to generate trace to have the correct number...
1996-04-06 hollingsAdd missing case for system time.
1996-03-12 mjrgImproved handling of process termination
1996-03-08 newhalladded wall and process time args to DYNINSTgenerateTrac...
1996-03-01 mjrgAdded type to resources.
1996-02-26 naimMaking sure that time does not go backwards - naim
1996-02-23 lzheng Use the system call pstat() instead of getrusage(...
1996-02-19 naimFixing DYNINSTgetWalltime. gettimeofday was going backw...
1996-02-15 naimFixing wall timer. It if goes backwards, then we retry...
1996-02-15 naimMinor changes to timers and cost model - naim
1996-02-13 naimMinor change related to the cost model for the CM-5...
1996-02-13 hollingsFixed timer64 to be time64.
1996-02-09 naimMinor fix, rounding error - naim
1996-02-09 naimChanges to observed cost model. Also, adding ifdef...
1996-02-01 naimMinor change - naim
1996-02-01 hollingsAdded missing function.
1996-02-01 naimFixing some problems related to timers and race conditi...
1996-02-01 naimFixing some problems related to timers and race conditi...
1996-01-15 zhichenDevided sampleInterval by 2 (bart's information theory)
1995-12-17 zhichenHopefully, the samples will arrive
1995-12-17 zhichenThis time i hope i really fixed the no sample problem
1995-12-17 zhichenHopefully, i have fixed the sample not reporting problem
1995-12-10 zhichenReport send_tries, message buffered and sent for parady...
1995-12-10 zhichenMinor clean up
next