| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add WDM major/minor #defines. | Bill Paul | 2004-01-19 | 1 | -0/+7 |
* | Implement IofCompleteRequest() and IoIsWdmVersionAvailable(). | Bill Paul | 2004-01-19 | 1 | -3/+32 |
* | Implement atoi() and atol(). Some drivers appear to need these. Note | Bill Paul | 2004-01-19 | 1 | -0/+18 |
* | Eliminate some code duplication: since ndis_runq() and ndis_intq() were | Bill Paul | 2004-01-19 | 1 | -78/+47 |
* | Convert from using taskqueue_swi to using private kernel threads. The | Bill Paul | 2004-01-18 | 3 | -16/+347 |
* | The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows. | David E. O'Brien | 2004-01-16 | 2 | -2/+23 |
* | The definition for __stdcall logically belongs in pe_var.h, but | Bill Paul | 2004-01-15 | 3 | -4/+9 |
* | Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros. | David E. O'Brien | 2004-01-15 | 3 | -20/+24 |
* | Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe(). | Bill Paul | 2004-01-15 | 1 | -0/+110 |
* | VOP_GETATTR() wants the vnode passed to it to be locked. Instead | Don Lewis | 2004-01-14 | 1 | -13/+1 |
* | mp_ncpus is always defined now, so no need to do an #ifdef SMP in | Bill Paul | 2004-01-14 | 1 | -5/+1 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | David E. O'Brien | 2004-01-13 | 6 | -14/+14 |
* | Use 'vm_offset_t' rather than 'u_int32_t'. | David E. O'Brien | 2004-01-13 | 1 | -2/+2 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | David E. O'Brien | 2004-01-13 | 1 | -0/+4 |
* | Implement some more unicode handling routines. This will hopefully bring | Bill Paul | 2004-01-13 | 1 | -7/+172 |
* | Loosen up the range test in ndis_register_ioport(). Allow drivers to | Bill Paul | 2004-01-13 | 1 | -1/+2 |
* | Ugh. I am not having a good day. Remove debugging #ifdef that accidentally | Bill Paul | 2004-01-12 | 1 | -2/+0 |
* | Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c, | Bill Paul | 2004-01-12 | 1 | -68/+2 |
* | In if_ndis.c:ndis_intr(), be a bit more intelligent about squelching | Bill Paul | 2004-01-12 | 2 | -14/+96 |
* | Merge in some changes submitted by Brian Feldman. Among other things, | Bill Paul | 2004-01-12 | 5 | -96/+47 |
* | Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0" | Robert Watson | 2004-01-12 | 1 | -1/+1 |
* | The private data section of ndis_packets has a 'packet flags' byte | Bill Paul | 2004-01-09 | 3 | -0/+12 |
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). | Bill Paul | 2004-01-09 | 2 | -9/+124 |
* | Correct the definition of the ndis_miniport_interrupt structure: | Bill Paul | 2004-01-08 | 1 | -1/+9 |
* | Correct and simplify the implementation of RtlEqualUnicodeString(). | Bill Paul | 2004-01-07 | 1 | -22/+23 |
* | It appears drivers may call NdisWriteErrorLogEntry() with locks | Bill Paul | 2004-01-07 | 1 | -3/+5 |
* | Use atomic ops for the interlocked increment and decrement routines | Bill Paul | 2004-01-07 | 2 | -14/+6 |
* | In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() | Bill Paul | 2004-01-07 | 2 | -26/+14 |
* | Clean up pe_get_message(). Allow the caller to obtain the resource | Bill Paul | 2004-01-06 | 3 | -28/+17 |
* | - Add pe_get_message() and pe_get_messagetable() for processing | Bill Paul | 2004-01-06 | 6 | -32/+250 |
* | Modify if_ndis.c so that the MiniportISR function runs in ndis_intr() | Bill Paul | 2004-01-04 | 2 | -2/+10 |
* | Implement NdisScheduleWorkItem() and RtlCompareMemory(). | Bill Paul | 2004-01-04 | 4 | -33/+73 |
* | In ndis_attach(), report the NDIS API level that the Windows miniport | Bill Paul | 2004-01-04 | 1 | -5/+56 |
* | In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag while | Bill Paul | 2004-01-03 | 2 | -12/+57 |
* | subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() | Bill Paul | 2004-01-03 | 2 | -1/+91 |
* | Tweak ndiscvt to support yet another flavor of .INF files (look for | Bill Paul | 2004-01-03 | 3 | -5/+156 |
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. | Alan Cox | 2004-01-02 | 2 | -2/+5 |
* | Clean up ndiscvt a bit (leaving out the -i flag didn't work) and add | Bill Paul | 2004-01-02 | 2 | -18/+54 |
* | - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions from | Bill Paul | 2003-12-31 | 1 | -7/+4 |
* | - Add new 802.11 OID information obtained from NDIS 5.1 update to | Bill Paul | 2003-12-30 | 2 | -121/+265 |
* | Rework resource allocation. Replace the "feel around like a blind man" | Bill Paul | 2003-12-29 | 1 | -25/+31 |
* | Implement NdisInitUnicodeString(). | Bill Paul | 2003-12-28 | 1 | -0/+28 |
* | Remove the sanity test in ndis_adjust_buflen(). I'm not sure what the | Bill Paul | 2003-12-28 | 1 | -2/+0 |
* | Attempt to handle the status field in the ndis_packet oob area correctly. | Bill Paul | 2003-12-26 | 1 | -3/+27 |
* | Back out the last batch of changes until I have a chance to properly | Bill Paul | 2003-12-26 | 4 | -58/+63 |
* | Don't call the miniport driver's releasepacket function unless the | Brian Feldman | 2003-12-26 | 3 | -37/+56 |
* | Give the timer API one last overhaul: this time, use the new callout | Bill Paul | 2003-12-25 | 3 | -17/+11 |
* | Quick fix for LINT breakage caused by interface changes in accept(2), etc. | Bruce Evans | 2003-12-25 | 1 | -33/+36 |
* | Avoid using any of the ndis_packet/ndis_packet_private fields for | Bill Paul | 2003-12-25 | 2 | -14/+19 |
* | - Add stubs for Ndis*File() functions | Bill Paul | 2003-12-25 | 2 | -5/+115 |