- Rename kqueue.c to devque. KQUEUE (kernel queues) are implemented in queue.c, and...
authorAlex Ionescu <aionescu@gmail.com>
Wed, 13 Sep 2006 03:02:40 +0000 (03:02 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Wed, 13 Sep 2006 03:02:40 +0000 (03:02 +0000)
commit63142230b2f7bfddf4c66956d4821c85eaa1a36c
treebc8932192590709078dc0d16f0f7bd175d355eaa
parent630f3d1e69f1592e855b3d0363499b17fcdaf051
- Rename kqueue.c to devque. KQUEUE (kernel queues) are implemented in queue.c, and this filename always confused me. Why would you name KDEVICE_QUEUE into kqueue.c, when you already have KQUEUE in queue.c?!
- Rename exception.c to except.c, mostly due to MSVC's incompatibility with multiple identically named files.
- SVN delete usercall.c leftover.
- Fix KeSetPriorityAndQuantumProcess to use Queued Spinlocks and KiAcquireProcess/ThreadLock when needed.

svn path=/trunk/; revision=24094
reactos/ntoskrnl/ke/devqueue.c [moved from reactos/ntoskrnl/ke/kqueue.c with 99% similarity]
reactos/ntoskrnl/ke/except.c [moved from reactos/ntoskrnl/ke/exception.c with 96% similarity]
reactos/ntoskrnl/ke/process.c
reactos/ntoskrnl/ke/queue.c
reactos/ntoskrnl/ke/usercall.c [deleted file]
reactos/ntoskrnl/ntoskrnl.rbuild