UPDATE.TXT
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:1k
源码类别:

操作系统开发

开发平台:

DOS

  1. New features
  2. 2001.03.01 TFTP client and server added
  3. 2001.03.28 automatic FIFO serial support added,
  4.            low latency IRQ handling co-existing with serial I/O,
  5.            other minor serial improvements
  6. 2001.04.27 resolved rare bug in timer wraparound after 49.7 days
  7.            resolved bug in critical sections if preemptive threading active
  8. 2001.05.24 added dos_enter() dos_exit() functions
  9.            numerous improvements to various network modules
  10.            another rarer 49.7 day bug fix
  11.            various fixes to bqueues, kreadmessage, kreadspecialmessage,
  12.                 getinistring, rt_settime
  13.            workaround for bug in NT (MS fixed in service pack)
  14. 2001.06.20 fixed bug in shtml code, if two #'s appear independantly on a line
  15. 2001.06.28 added line numbers to rt_yield and rt_sleep halt messages
  16. 2001.08.27 added 2nd 8259 controller support
  17. 2001.09.04 teld_gets() fixed timeout
  18.            fix for oddball sized stacks
  19.            added kinisr
  20. 2001.09.20 support for FP emulation, see src/rtos.c (#define USE_FP)
  21.            remove SNMP debug dumping
  22.            improved TCP/IP timer resolution for retransmits, etc
  23. 2001.10.01 improved stack overflow testing at thread context switch
  24.            addition of USE_FP in rtos.c
  25. 2001.10.04 don't check stack overflow on main thread
  26. 2002.07.15 FTPD supports CD D:
  27. 2002.10.30 Fixed bug in FTPD which could close unrelated sockets
  28. 2002.11.04 increased SNMPD buffer size
  29. 2002.11.04 added buffer overflow checking to kcalloc()/kfree()