|
More site info...
OSR Online ListServer/Forum - www.osronline.com | Site profile
|
|
Site profile page for http://www.osronline.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.osronline.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.osronline.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on OSR Online ListServer/Forum:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
191
|
715
|
1,952
|
|
Post:
|
610
|
2,294
|
6,442
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for OSR Online ListServer/Forum (http://www.osronline.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
OSR Online ListServer/Forum posting activity graph:
|
|
http://www.osronline.com Alexa graph:
|
Top authors on OSR Online ListServer/Forum during last week:
user's latest post:
purchasing VID from USB.org
Published (2009-11-23 17:11:00)
xxxxx@gnotometrics.com wrote: > I may be needing to purchase a VID from USB.org and I am a little confused by the options available. > > One option appears to be to pay $4000(USD) annually and one of the benefits you get is a VID. I get that. > > The option two is a non-member licensee for $2000 for a two year term. > > Option three is a variation on option two where the license agreement is not signed, I would not get to...
user's latest post:
Windows PCI devices...
Published (2009-11-24 10:41:00)
Are windows PCI devices *required* to provide a non-zero pin register? Thanks, -PWM
user's latest post:
prevent hiberation
Published (2009-11-24 11:57:00)
I am pretty sure you can disable hibernation via a group policy object (GPO) or a custom power plan. d -----Original Message----- From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Wayne Gong Sent: Tuesday, November 24, 2009 7:45 AM To: Windows System Software Devs Interest List Subject: RE: [ntdev] prevent hiberation Actually I want to try to disable hibernate feature in my driver set. Then we can doc it in release note....
user's latest post:
User space - kernel communication
Published (2009-11-23 13:54:00)
Wow... in reference to the Code Project article: http://www.codeproject.com/KB/system/driverdev2.aspx Like just about every article on kernel-mode programming on Code Project, this is a particularly TERRIBLE example. It shows a basic lack of understanding by the author. I found the following particularly scary: The IoCompleteRequest is always called by the driver after it completes the IRP. The reason we weren't doing this in the...
user's latest post:
Minifilter function role type...
Published (2009-11-24 08:17:00)
SDV will work on things it does not explicitly have rules for, but the problem is that it does not have enough context to do that much useful. The power of SDV is its ability to understand the relationships between paths through the driver, and until they set up an environment for mini-filters you are not getting that. -- Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog:...
user's latest post:
parameters to int 0x2d
Published (2009-11-24 10:11:00)
Right - so there is no good answer for XP64 and W2K364. Luckily neither of these are actually mainstream releases, so I would suggest the following for them: punt. Either that or go to blackhat rootkit school and learn how to work around the 64bit restrictions. Mark Roddy On Tue, Nov 24, 2009 at 3:05 AM, James Harper wrote: > > > > See the post by Mark Roddy on a similar thread in the past two days > (sorry, > >...
user's latest post:
prevent hiberation
Published (2009-11-24 11:48:00)
"Wayne Gong" wrote in message news:134759@ntdev... > Actually I want to try to disable hibernate feature in my driver set. Then > we can doc it in release note. Without this prevention, customer may click > hibernate button but system cannot hibernate or resume properly. If I > cannot do that in driver, I have to disable it in BIOS. That means lots of > work to do. Why in the BIOS? Hibernation can be disabled in the...
user's latest post:
nasm compiled asm files
Published (2009-11-24 11:01:00)
> 1. The ability the mix 16-bit and 32-bit code in the same source file > > 2. Ability to tell assembler to generate its output as a plain binary data without any OBJ headers.. > > > Does it imply that none of the above can be done using masm? -pro
user's latest post:
nasm compiled asm files
Published (2009-11-24 10:40:00)
> But after ignoring the macro expansions, if I write codes is assembler instructions, how would > the assembler optimize it, how much scope for optimization is still left there? 1. The ability the mix 16-bit and 32-bit code in the same source file 2. Ability to tell assembler to generate its output as a plain binary data without any OBJ headers.. Anton Bassov
|
|
|
Top 10 active forums on OSR Online ListServer/Forum during last week:
|
|
Top 10 forums on OSR Online ListServer/Forum:
|
|
|
|
Latest active threads on OSR Online ListServer/Forum:
Started 23 hours, 46 minutes ago (2009-11-26 21:18:00)
by Peter Scott
xxxxx@unispy.com wrote:
> Dear NTFSD members,
>
> my encryption filter encrypts/decrypts files and filenames on removable drives.
> No filesize changes.
> Everything work fine on FAT (or at least I can't find any bugs) but not on
NTFS. The following bug I can always see on NTFS volume with compression:
> I'm trying to copy 1000 files to removable drive. 1-3 of this files becomes
bad ...
Started 1 day, 8 hours ago (2009-11-26 12:38:00)
by Bill Wandel
If it is a kernel address there is no reliable way. For a user address you
need to put the access in a __try/__except block.
Bill Wandel
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.fr
Sent: Thursday, November 26, 2009 12:29 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Is "this" is a bad block ?
I want to be ...
Started 2 days, 22 hours ago (2009-11-24 23:01:00)
by David J. Craig
You must complete the request after the wait or non-wait since it has not been
completed. If you broke the completion sequence, you do not need to mark it
pending. If you do mark it pending, you can only return pending from your
dispatch routine. You may have cases in your dispatch routine when the incoming
IRQL is not passive, so be sure to check. Paging IO is one possibility and it
...
Started 3 days, 9 hours ago (2009-11-24 11:14:00)
by Lijun Wang
In my opinion, when to call CcCopyRead? and acquire whatever resources should be
left to the file system owning the file object who has the best knowledge of the
caching state. A filter should use higher level API to read data. The fact it
"worked" in XP does not mean it is correct -- as indicated now by the bugcheck
in Windows 7 you observe.
Lijun
________________________________
From.. .
Started 1 week, 1 day ago (2009-11-19 14:59:00)
by Neil Weicher
In a low memory situation, I want to handle an asynch Irp_MJ_WRITE
synchonously so that I have access to the Irp-> UserBuffer thru out the
entire process (i.e., don't have to probe-n-lock it). Is there a way of
doing that? Thanks.
Started 2 days, 18 hours ago (2009-11-25 02:33:00)
by Divya Jain
I don't think that FltObjects-> FileObject can be NULL ever.
My filters don't even have a check for this field in the PreCreate.
And they seem to be working fine in various deployments.
FltObjects-> FileObject-> FileName.Buffer can be NULL. I guess this is when
someone is opening a handle to the volume.
With regards to management of the memory.
You can free buffer pointed by FileName.Buffer ...
Started 2 days, 20 hours ago (2009-11-25 00:49:00)
by David J. Craig
Wouldn't it be more desirable to keep the application from accessing the
file until the scan has completed? I think most anti-virus/spam/rootkit
utilities work. Knowing after it has been opened seems to be like reviewing
your credit report only when you want new credit and finding out you owe
thousands of dollars on credit cards you never applied for or received.
Maybe you should hold ...
|
|
Hot threads for last week on OSR Online ListServer/Forum:
Started 1 week, 1 day ago (2009-11-19 16:09:00)
by Tim Roberts
Peter W. Morreale wrote:
> What are the rules regarding the catalog file? If I change the .in[xf],
> I must recreate?
>
Of course. The .cat contains an index of all of the files in the driver
package, including the .inf and all of the files that the .inf refers
to, along with their checksums. If you change any file in the index,
you must recreate the .cat.
> Also, IIUC, I do not ...
Started 1 week ago (2009-11-20 09:47:00)
by wang chen
this is describe:
http://technet.microsoft.com/en-us/sysi nternals/bb896647.aspx
DebugView Capture
Under Windows 2000, XP, Server 2003 and Vista DebugView will capture:
Win32 OutputDebugString
Kernel-mode DbgPrint
All kernel-mode variants of DbgPrint implemented in Windows XP and Server 2003
DebugView also extracts kernel-mode debug output generated before a crash from
Window's 2000/XP crash...
Started 1 week, 2 days ago (2009-11-18 10:24:00)
by Bruce Cran
On Wed, 18 Nov 2009 09:11:15 -0500 (EST)
xxxxx@sivaller.no-ip.org wrote:
> To sign the X64 driver must purchase a certificate from VeriSign at
> Microsoft or GlobalSign OK.
Just to note that although VeriSign and GlobalSign are two popular CAs,
a certificate from any company that is a member of the Windows root
certificate program can be used. See
http://support.microsoft.com/kb/931125 for ...
Started 5 days, 7 hours ago (2009-11-22 13:05:00)
by MM
I would start by looking at \Windows\setupapi.log and see what it says.
The name of that file may have changed again, unfortunately.
mm
Started 1 week, 2 days ago (2009-11-18 17:34:00)
by Doron Holan
The INF is not going to help. If the hw is present, the driver will load. You
have a few options
1) yank the card out on reboot. Lame and time consuming.
2) set a breakpoint on your DriverEntry (bu vbus!DriverEntry to set an
unresolved bp that will be resolved on module load). Manually change the return
value to !NT_SUCCESS, reax=c0000001 on return from the function.
3) add a global to ...
Started 1 week, 3 days ago (2009-11-17 12:35:00)
by Don Burn
Use the CompletionContext to pass from the PRE to the POST.
--
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
wrote in message news:85446@ntfsd...
> I got the filename from Precreate. How do I pass it to post-create without
> using globals? My filename is a UNICODE_STRING.
>
>
>
> __________ ...
Started 1 week ago (2009-11-20 13:19:00)
by Tim Roberts
amitr0 wrote:
> hi all,
>
> i am trying to debug he same code in Windows using ITP and Windbg.
> What I see is, when I set a windows bp and break into windbg, and
> thenintercept the same call at the same place by ITP I do *noT* see
> the same instructions.
>
> Why is that so? I should be seeing the same segments and eip and stuff
> on the same core. I have tried verifying all ...
Started 4 days, 12 hours ago (2009-11-23 08:50:00)
by Pavel A
wrote in message news:134643@ntdev...
> I've posted a thread about how to disable hibernate feature.
> http://www.osronline.com/showThread.cfm?link=15240 0
>
> After I fail IRP_MN_DEVICE_USAGE_NOTIFICATION(DeviceUsageTypeHi bernation),
> windows server 2008 won't hibernate when I click button for the first
> time. If I try again, my bus driver didn't get
> IRP_MN_DEVICE_USAGE_...
Started 1 week, 6 days ago (2009-11-14 15:08:00)
by MM
From user mode, it's easy:
http://msdn.microsoft.com/en-us/library/ms683210( VS.85).aspx
There may (probably) are other ways to do this, which may be better or worse;
not sure really.
For kernel mode, I don't believe that there is an official way to do this.
I've never really understood why this has is such a big secret (unless I'm just
missing something). I mean, I get why this ...
Started 1 week, 1 day ago (2009-11-19 14:59:00)
by Neil Weicher
In a low memory situation, I want to handle an asynch Irp_MJ_WRITE
synchonously so that I have access to the Irp-> UserBuffer thru out the
entire process (i.e., don't have to probe-n-lock it). Is there a way of
doing that? Thanks.
|
|