| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some bulletproofing: don't allow the ndis_get_info() or ndis_set_info() | wpaul | 2004-02-10 | 1 | -0/+7 |
* | Remove VFS_STATFS() call which violated the lock order and wasn't | des | 2004-02-09 | 1 | -4/+0 |
* | Add stub implementations of KfLowerIrql() and KfRaiseIrql() (both of | wpaul | 2004-02-09 | 1 | -16/+40 |
* | Make NdisMMapIoSpace() guard against NULL/uninitialized resource pointers too. | wpaul | 2004-02-08 | 1 | -2/+4 |
* | Make NdisMMapIoSpace() handle the case where a device has both mem | wpaul | 2004-02-08 | 1 | -3/+5 |
* | Argh. kthread_suspend() when in P_KTHREAD context, tsleep() when not, | wpaul | 2004-02-07 | 1 | -2/+2 |
* | Correct an intance of mtx_pool_lock() that should have been mtx_pool_unlock(). | wpaul | 2004-02-07 | 1 | -1/+1 |
* | I guess nobody has needed to use the SVR4olator to create device | phk | 2004-02-07 | 1 | -2/+2 |
* | Add a whole bunch of new stuff to make the driver for the AMD Am1771/Am1772 | wpaul | 2004-02-07 | 6 | -101/+1212 |
* | Regen. | jhb | 2004-02-06 | 4 | -33/+33 |
* | Sync up MP safe flags with global syscalls.master. This includes read(), | jhb | 2004-02-06 | 1 | -29/+29 |
* | Regen. | jhb | 2004-02-04 | 4 | -9/+9 |
* | The following compat syscalls are now mpsafe: linux_getrlimit(), | jhb | 2004-02-04 | 1 | -5/+5 |
* | 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 |