home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ixemul-45.0-src.tgz / tar.out / contrib / ixemul / utils / ChangeLog next >
Text File  |  1996-10-01  |  1KB  |  45 lines

  1. Tue Sep 24 00:35:00 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)
  2.  
  3.     *  Added '-w' option. Allows user to enter a list of syscalls
  4.        that are to be ignored or ones they wish to Wipe out.
  5.  
  6.  
  7. Mon Aug 12 13:43:20 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)
  8.  
  9.     *  Updated the revision number of ixtrace to 1.4
  10.     *  The following were changed in ixtrace.h
  11.         287:__obsolete_ssystem    (name changed)
  12.         335:fgetln        (name changed)
  13.         483:__stkext_f        (added)
  14.         517:getprotobynumber    (name changed)
  15.         555:getdomainname    (added)
  16.         556:setlogin        (added)
  17.         557:isblank        (added)
  18.         558:mmap        (added)
  19.         559:munmap        (added)
  20.         560:mlock        (added)
  21.         561:munlock        (added)
  22.         562:madvise        (added)
  23.         563:mprotect        (added)
  24.         564:msync        (added)
  25.         565:setlocale        (added)
  26.         566:localeconv        (added)
  27.         567:strtoq        (added)
  28.         568:strtouq        (added)
  29.         569:setpgid        (added)
  30.         570:aselect        (added)
  31.  
  32.     *  Added '-l' option to ixtrace, allows the printing of all
  33.        system calls with corresponding numbers, to stdout. Don't 
  34.        have to look in include/sys/syscall.def anymore. :)
  35.     *  Added additional error checking to '-s' option
  36.     *  Added define 'MAXCALLS' to ixtrace.h, this is the maximum
  37.        number of calls that ixtrace understands
  38.     *  Updated man/man1/ixtrace.1 with additional information on the
  39.        '-l','-c','-z','-v' option
  40.     *  Allow entering of system call name to be traced, instead
  41.        of using a number. '-c'
  42.     *  Added ability to set precisely what calls you want traced 
  43.        (NOT limited to just one call). '-z'
  44.  
  45.