Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
9.6 KiB

  1. 91-07-28@23:25 lees addfile ntos\dd\inport\i386\ New mouse\keyboard drivers.
  2. 91-07-28@23:25 lees addfile ntos\dd\inport\i386\inpcfg.h v1 New mouse\keyboard drivers.
  3. 91-07-28@23:25 lees addfile ntos\dd\inport\i386\inport.c v1 New mouse\keyboard drivers.
  4. 91-07-28@23:25 lees addfile ntos\dd\inport\i386\inport.h v1 New mouse\keyboard drivers.
  5. 91-08-12@15:26 NTBUILD4 in ntos\dd\inport\i386\inport.h v2 Fixed Non-Debug define of DebugPrint3
  6. 91-08-15@15:21 lees in ntos\dd\inport\i386\inport.c v2 Use status reg 0 to fix jerkiness problem.
  7. 91-08-15@15:21 lees in ntos\dd\inport\i386\inport.h v3 Use status reg 0 to fix jerkiness problem.
  8. 91-09-21@14:31 lees in ntos\dd\inport\i386\inport.c v3 Miscellaneous cleanup
  9. 91-09-21@14:31 lees in ntos\dd\inport\i386\inport.h v4 Miscellaneous cleanup
  10. 91-11-08@23:25 shielint in ntos\dd\inport\i386\inport.c v4 KeInitializeInterrupt change
  11. 91-11-11@14:57 stevewo in ntos\dd\inport\i386\inport.c v5 Phase 2 of spinlock change
  12. 91-11-11@14:57 stevewo in ntos\dd\inport\i386\inport.h v5 Phase 2 of spinlock change
  13. 92-02-01@18:23 lees in ntos\dd\inport\i386\inpcfg.h v2 Miscellaneous cleanup.
  14. 92-02-01@18:24 lees in ntos\dd\inport\i386\inport.c v6 Miscellaneous cleanup.
  15. 92-02-01@18:25 lees in ntos\dd\inport\i386\inport.h v6 Miscellaneous cleanup.
  16. 92-03-05@16:38 lees in ntos\dd\inport\i386\inport.c v7 Use HAL routines.
  17. 92-03-05@16:38 lees in ntos\dd\inport\i386\inport.h v7 Use HAL routines.
  18. 92-03-12@21:02 DARRYLH in ntos\dd\inport\i386\inport.c v8 Upgrade IoCreateDevice interface
  19. 92-03-21@14:20 LOUP in ntos\dd\inport\i386\inport.c v9 change PhysicalAddress to 64 bits
  20. 92-03-27@12:25 lees in ntos\dd\inport\i386\inport.c v10 Modified overrun handling.
  21. 92-03-27@12:25 lees in ntos\dd\inport\i386\inport.h v8 Modified overrun handling.
  22. 92-04-01@15:17 lees in ntos\dd\inport\i386\inpcfg.h v3 Dynamically alloc buffers
  23. 92-04-01@15:17 lees in ntos\dd\inport\i386\inport.c v11 Dynamically alloc buffers
  24. 92-04-01@15:17 lees in ntos\dd\inport\i386\inport.h v9 Dynamically alloc buffers
  25. 92-04-02@16:22 lees in ntos\dd\inport\i386\inport.c v12 IsrDpc check for work to do first.
  26. 92-04-10@12:28 lees in ntos\dd\inport\i386\inport.c v13 Added error logging.
  27. 92-04-10@12:28 lees in ntos\dd\inport\i386\inport.h v10 Added error logging.
  28. 92-04-17@09:05 KENRC in ntos\dd\inport\i386\inpcfg.h v4 MP update to HalGetInterruptVector
  29. 92-04-17@09:05 KENRC in ntos\dd\inport\i386\inport.c v14 MP update to HalGetInterruptVector
  30. 92-04-17@09:05 KENRC in ntos\dd\inport\i386\inport.h v11 MP update to HalGetInterruptVector
  31. 92-05-07@18:11 lees in ntos\dd\inport\i386\inport.c v15 Registry usage; error logging; cleanup
  32. 92-05-07@18:12 lees in ntos\dd\inport\i386\inport.h v12 Registry usage; error logging; cleanup
  33. 92-05-07@18:12 lees in ntos\dd\inport\i386\inpcfg.h v5 Registry usage; error logging; cleanup
  34. 92-05-12@20:00 lees in ntos\dd\inport\i386\inpcfg.h v6 Fix MCA dependency.
  35. 92-05-12@20:00 lees in ntos\dd\inport\i386\inport.c v16 Fix MCA dependency.
  36. 92-05-13@15:32 NTX86BLD in ntos\dd\inport\i386\inport.c v17 Cycle through registry for all bus types.
  37. 92-05-15@15:37 lees in ntos\dd\inport\i386\inpcfg.h v7 Impacted by registry mods for Ianja's GetKeyboardType API
  38. 92-05-15@15:37 lees in ntos\dd\inport\i386\inport.c v18 Impacted by registry mods for Ianja's GetKeyboardType API
  39. 92-05-18@14:33 lees in ntos\dd\inport\i386\inport.c v19 Changed error status code, per bug #8471
  40. 92-05-19@04:50 KENRC in ntos\dd\inport\i386\inport.c v20 hal spec update
  41. 92-06-11@18:24 lees in ntos\dd\inport\i386\inport.c v21 Fix bug #11278 - Add registry info for Setup
  42. 92-08-14@16:17 lees in ntos\dd\inport\i386\inport.c v22 Fixes #3513
  43. 92-08-14@16:18 lees in ntos\dd\inport\i386\inport.h v13 Fixes #3513
  44. 92-08-17@10:32 lees in ntos\dd\inport\i386\inport.c v23 Remove stdio prototypes
  45. 92-08-29@16:20 lees in ntos\dd\inport\i386\inport.c v24 Null-term. unicode strings (#4650); misc. cleanup
  46. 92-09-10@16:49 lees in ntos\dd\inport\i386\inpcfg.h v8 more flexible init; debug prints
  47. 92-09-10@16:49 lees in ntos\dd\inport\i386\inport.c v25 more flexible init; debug prints
  48. 92-10-17@14:36 lees in ntos\dd\inport\i386\inport.h v14 Bug #9915 - Cleanup DDK source
  49. 92-10-17@14:36 lees addfile ntos\dd\inport\i386\inpcmn.c v1 Split inport.c into inpcmn.c and inpdep.c
  50. 92-10-17@14:37 lees addfile ntos\dd\inport\i386\inpdep.c v1 Split inport.c into inpcmn.c and inpdep.c
  51. 92-10-17@14:38 lees delfile ntos\dd\inport\i386\inport.c v26 Split inport.c into inpcmn.c and inpdep.c
  52. 92-10-31@13:51 DARRYLH in ntos\dd\inport\i386\inpcmn.c v2 Autogenerate new ntddk.h header file
  53. 92-10-31@13:51 DARRYLH in ntos\dd\inport\i386\inpdep.c v2 Autogenerate new ntddk.h header file
  54. 92-10-31@13:51 DARRYLH in ntos\dd\inport\i386\inport.h v15 Autogenerate new ntddk.h header file
  55. 92-11-20@19:59 DARRYLH in ntos\dd\inport\i386\inpdep.c v3 Export buffered I\O characteristic
  56. 92-11-27@09:57 DARRYLH in ntos\dd\inport\i386\inpdep.c v4 Back out new buffered I\O flag
  57. 92-12-04@20:13 lees in ntos\dd\inport\i386\inpcmn.c v3 Multiple port connects; non-exclusive device objects
  58. 92-12-04@20:13 lees in ntos\dd\inport\i386\inpdep.c v5 Multiple port connects; non-exclusive device objects
  59. 92-12-04@20:14 lees in ntos\dd\inport\i386\inport.h v16 Multiple port connects; non-exclusive device objects
  60. 92-12-17@11:22 lees in ntos\dd\inport\i386\inpcmn.c v4 Use UnitId now that USER sends it
  61. 93-01-15@12:23 lees in ntos\dd\inport\i386\inpcmn.c v5 Fixes bugs 1446, 5961, 7303, and 7538
  62. 93-01-15@12:24 lees in ntos\dd\inport\i386\inpdep.c v6 Fixes bugs 1446, 5961, 7303, and 7538
  63. 93-01-15@12:24 lees in ntos\dd\inport\i386\inport.h v17 Fixes bugs 1446, 5961, 7303, and 7538
  64. 93-02-11@12:22 lees in ntos\dd\inport\i386\inpcmn.c v6 Fixes bug #10693
  65. 93-02-11@12:22 lees in ntos\dd\inport\i386\inpdep.c v7 Fixes bug #10693
  66. 93-02-11@12:22 lees in ntos\dd\inport\i386\inport.h v18 Fixes bug #10693
  67. 93-02-15@16:15 lees in ntos\dd\inport\i386\inpdep.c v8 Fix bug #11391
  68. 93-04-01@11:43 lees in ntos\dd\inport\i386\inpcmn.c v7 ISR DPC queueing (be smarter -- performance!)
  69. 93-04-01@11:43 lees in ntos\dd\inport\i386\inpdep.c v9 ISR DPC queueing (be smarter -- performance!)
  70. 93-04-01@11:43 lees in ntos\dd\inport\i386\inport.h v19 ISR DPC queueing (be smarter -- performance!)
  71. 93-04-30@12:22 lees in ntos\dd\inport\i386\inpcfg.h v9 Log overflow less often
  72. 93-04-30@12:22 lees in ntos\dd\inport\i386\inpcmn.c v8 Log overflow less often
  73. 93-04-30@12:22 lees in ntos\dd\inport\i386\inpdep.c v10 Log overflow less often
  74. 93-04-30@12:22 lees in ntos\dd\inport\i386\inport.h v20 Log overflow less often
  75. 93-05-10@11:11 lees in ntos\dd\inport\i386\inpcmn.c v9 Fixed accidental comma in ISR DPC
  76. 93-05-26@16:20 lees in ntos\dd\inport\i386\inpdep.c v11 Bug #5512 - Check DataLength before using DataOffset
  77. 93-06-17@11:05 lees in ntos\dd\inport\i386\inpcmn.c v10 Use one KDPC per IsrDpc queue site
  78. 93-06-17@11:05 lees in ntos\dd\inport\i386\inpdep.c v12 Use one KDPC per IsrDpc queue site
  79. 93-06-17@11:05 lees in ntos\dd\inport\i386\inport.h v21 Use one KDPC per IsrDpc queue site
  80. 93-06-23@14:27 lees in ntos\dd\inport\i386\inpdep.c v13 Bug #14365: Unreport resources correctly
  81. 94-01-30@11:38 DAVEC3 addfile ntos\dd\inport\i386\sources v1 x86 specific file
  82. 94-02-14@14:46 bobri_j in ntos\dd\inport\i386\inpdep.c v14 INIT section name
  83. 95-02-25@12:19 bobri_i in ntos\dd\inport\i386\inpdep.c v15 Remove warnings
  84. 95-03-06@10:38 NORBERTK2 in ntos\dd\inport\i386\inpdep.c v16 HalTranslateBusAddress
  85. 96-06-19@19:00 PETERWIE.R98 in ntos\dd\inport\i386\inpdep.c v17 pnp identify
  86. 96-06-19@19:00 PETERWIE.R98 in ntos\dd\inport\i386\inport.h v22 pnp identify
  87. 96-06-19@19:00 PETERWIE.R98 in ntos\dd\inport\i386\sources v2 pnp identify