| Commit message (Expand) | Author | Age | Files | Lines |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 6 | -119/+111 |
* | Correct/improve the implementation of NdisMAllocateSharedMemoryAsync(). | wpaul | 2004-02-04 | 1 | -13/+50 |
* | Implement support for single packet sends. The Intel Centrino driver | wpaul | 2004-02-03 | 2 | -0/+36 |
* | Regen. | deischen | 2004-02-03 | 4 | -5/+7 |
* | Sync with kern/syscalls.master. | deischen | 2004-02-03 | 1 | -0/+1 |
* | Regen | peter | 2004-01-28 | 5 | -7/+40 |
* | Add getitimer swab stub | peter | 2004-01-28 | 1 | -2/+2 |
* | Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe(). | wpaul | 2004-01-27 | 1 | -0/+21 |
* | Reorganize the timer code a little and implement NdisInitializeTimer() | wpaul | 2004-01-26 | 3 | -17/+96 |
* | Avoid possible panic on shutdown: if there are still some devices | wpaul | 2004-01-26 | 1 | -1/+20 |
* | Add structures and definitions for task offload (TCP/IP checksum, | wpaul | 2004-01-21 | 1 | -0/+141 |
* | Make sure to trap failures correctly in ndis_get_info() and ndis_set_info(). | wpaul | 2004-01-21 | 1 | -0/+6 |
* | Reduce gratuitous includes: don't include jail.h if it's not needed. | rwatson | 2004-01-21 | 1 | -1/+0 |
* | Add WDM major/minor #defines. | wpaul | 2004-01-19 | 1 | -0/+7 |
* | Implement IofCompleteRequest() and IoIsWdmVersionAvailable(). | wpaul | 2004-01-19 | 1 | -3/+32 |
* | Implement atoi() and atol(). Some drivers appear to need these. Note | wpaul | 2004-01-19 | 1 | -0/+18 |
* | Eliminate some code duplication: since ndis_runq() and ndis_intq() were | wpaul | 2004-01-19 | 1 | -78/+47 |
* | Convert from using taskqueue_swi to using private kernel threads. The | wpaul | 2004-01-18 | 3 | -16/+347 |
* | The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows. | obrien | 2004-01-16 | 2 | -2/+23 |
* | The definition for __stdcall logically belongs in pe_var.h, but | wpaul | 2004-01-15 | 3 | -4/+9 |
* | Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros. | obrien | 2004-01-15 | 3 | -20/+24 |
* | Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe(). | wpaul | 2004-01-15 | 1 | -0/+110 |
* | VOP_GETATTR() wants the vnode passed to it to be locked. Instead | truckman | 2004-01-14 | 1 | -13/+1 |
* | mp_ncpus is always defined now, so no need to do an #ifdef SMP in | wpaul | 2004-01-14 | 1 | -5/+1 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | obrien | 2004-01-13 | 6 | -14/+14 |
* | Use 'vm_offset_t' rather than 'u_int32_t'. | obrien | 2004-01-13 | 1 | -2/+2 |
* | AMD64 has a single MS-Win calling convention, so provide an empty __stdcall. | obrien | 2004-01-13 | 1 | -0/+4 |
* | Implement some more unicode handling routines. This will hopefully bring | wpaul | 2004-01-13 | 1 | -7/+172 |
* | Loosen up the range test in ndis_register_ioport(). Allow drivers to | wpaul | 2004-01-13 | 1 | -1/+2 |
* | Ugh. I am not having a good day. Remove debugging #ifdef that accidentally | wpaul | 2004-01-12 | 1 | -2/+0 |
* | Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c, | wpaul | 2004-01-12 | 1 | -68/+2 |
* | In if_ndis.c:ndis_intr(), be a bit more intelligent about squelching | wpaul | 2004-01-12 | 2 | -14/+96 |
* | Merge in some changes submitted by Brian Feldman. Among other things, | wpaul | 2004-01-12 | 5 | -96/+47 |
* | Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0" | rwatson | 2004-01-12 | 1 | -1/+1 |
* | The private data section of ndis_packets has a 'packet flags' byte | wpaul | 2004-01-09 | 3 | -0/+12 |
* | Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). | wpaul | 2004-01-09 | 2 | -9/+124 |
* | Correct the definition of the ndis_miniport_interrupt structure: | wpaul | 2004-01-08 | 1 | -1/+9 |
* | Correct and simplify the implementation of RtlEqualUnicodeString(). | wpaul | 2004-01-07 | 1 | -22/+23 |
* | It appears drivers may call NdisWriteErrorLogEntry() with locks | wpaul | 2004-01-07 | 1 | -3/+5 |
* | Use atomic ops for the interlocked increment and decrement routines | wpaul | 2004-01-07 | 2 | -14/+6 |
* | In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() | wpaul | 2004-01-07 | 2 | -26/+14 |
* | Clean up pe_get_message(). Allow the caller to obtain the resource | wpaul | 2004-01-06 | 3 | -28/+17 |
* | - Add pe_get_message() and pe_get_messagetable() for processing | wpaul | 2004-01-06 | 6 | -32/+250 |
* | Modify if_ndis.c so that the MiniportISR function runs in ndis_intr() | wpaul | 2004-01-04 | 2 | -2/+10 |
* | Implement NdisScheduleWorkItem() and RtlCompareMemory(). | wpaul | 2004-01-04 | 4 | -33/+73 |
* | In ndis_attach(), report the NDIS API level that the Windows miniport | wpaul | 2004-01-04 | 1 | -5/+56 |
* | In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag while | wpaul | 2004-01-03 | 2 | -12/+57 |
* | subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() | wpaul | 2004-01-03 | 2 | -1/+91 |
* | Tweak ndiscvt to support yet another flavor of .INF files (look for | wpaul | 2004-01-03 | 3 | -5/+156 |
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. | alc | 2004-01-02 | 2 | -2/+5 |