Displaying 3 results from an estimated 3 matches for "kernelmode".
Did you mean:
kernel_mode
2003 Jul 21
4
shorewall 1.4.6 question
why say:
Shorewall has detected the following iptables/netfilter capabilities:
NAT: Available
Packet Mangling: Available
Multi-port Match: Available
Connection Tracking Match: Not available
not available ? modules is loaded. or for rule = 0 ?
TC_ENABLE=Yes say Error: Traffic Control requires Mangle
2007 Nov 02
0
[PATCH] PVWin: Fix warnings
...ULONG nr_elems, x, i;
char **res;
char *msg;
@@ -488,7 +493,10 @@ XenBus_ReadThreadProc(PVOID StartContext
char *payload;
char *path, *token;
- while(TRUE) {
+ UNREFERENCED_PARAMETER(StartContext);
+
+ for (;;)
+ {
KeWaitForSingleObject(&XenBus_ReadThreadEvent, Executive,
KernelMode, FALSE, NULL);
KdPrint((__DRIVER_NAME " ReadThread Woken (Count = %d)\n",
ReadThreadWaitCount++));
while (xen_store_interface->rsp_prod !=
xen_store_interface->rsp_cons) {
@@ -553,7 +561,9 @@ XenBus_WatchThreadProc(PVOID StartContex
int index;
PXENBUS_WATCH_ENTRY...
2004 Feb 26
1
Printer settings reset problems
Hi,
I am working on a print server project where we have ran into a big
showstopper. The print server works in a very mixed environment with
clients running for example Linux, Windows NT4, Windows 2000, VMS,
different Solaris versions and other Unix dialects. The server runs CUPS
for printer spooling and Samba to serve the Windows machines. It's the
Windows machines that has caused most