summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Regen.jhb2004-02-044-9/+9
* The following compat syscalls are now mpsafe: linux_getrlimit(),jhb2004-02-041-5/+5
* Locking for the per-process resource limits structure.jhb2004-02-046-119/+111
* Correct/improve the implementation of NdisMAllocateSharedMemoryAsync().wpaul2004-02-041-13/+50
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-032-0/+36
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regenpeter2004-01-285-7/+40
* Add getitimer swab stubpeter2004-01-281-2/+2
* Implement NdisVirtualBufferAddress() and NdisVirtualBufferAddressSafe().wpaul2004-01-271-0/+21
* Reorganize the timer code a little and implement NdisInitializeTimer()wpaul2004-01-263-17/+96
* Avoid possible panic on shutdown: if there are still some deviceswpaul2004-01-261-1/+20
* Add structures and definitions for task offload (TCP/IP checksum,wpaul2004-01-211-0/+141
* Make sure to trap failures correctly in ndis_get_info() and ndis_set_info().wpaul2004-01-211-0/+6
* Reduce gratuitous includes: don't include jail.h if it's not needed.rwatson2004-01-211-1/+0
* Add WDM major/minor #defines.wpaul2004-01-191-0/+7
* Implement IofCompleteRequest() and IoIsWdmVersionAvailable().wpaul2004-01-191-3/+32
* Implement atoi() and atol(). Some drivers appear to need these. Notewpaul2004-01-191-0/+18
* Eliminate some code duplication: since ndis_runq() and ndis_intq() werewpaul2004-01-191-78/+47
* Convert from using taskqueue_swi to using private kernel threads. Thewpaul2004-01-183-16/+347
* The ndis_kspin_lock type is called KSPIN_LOCK in MS-Windows.obrien2004-01-162-2/+23
* The definition for __stdcall logically belongs in pe_var.h, butwpaul2004-01-153-4/+9
* Create NDIS_BUS_SPACE_{IO,MEM} to abstract MD BUS_SPACE macros.obrien2004-01-153-20/+24
* Implement NdisCopyFromPacketToPacket() and NdisCopyFromPacketToPacketSafe().wpaul2004-01-151-0/+110
* VOP_GETATTR() wants the vnode passed to it to be locked. Insteadtruckman2004-01-141-13/+1
* mp_ncpus is always defined now, so no need to do an #ifdef SMP inwpaul2004-01-141-5/+1
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-136-14/+14
* Use 'vm_offset_t' rather than 'u_int32_t'.obrien2004-01-131-2/+2
* AMD64 has a single MS-Win calling convention, so provide an empty __stdcall.obrien2004-01-131-0/+4
* Implement some more unicode handling routines. This will hopefully bringwpaul2004-01-131-7/+172
* Loosen up the range test in ndis_register_ioport(). Allow drivers towpaul2004-01-131-1/+2
* Ugh. I am not having a good day. Remove debugging #ifdef that accidentallywpaul2004-01-121-2/+0
* Ugh. Last commit went horribly wrong. Back out changes to subr_ntoskrnl.c,wpaul2004-01-121-68/+2
* In if_ndis.c:ndis_intr(), be a bit more intelligent about squelchingwpaul2004-01-122-14/+96
* Merge in some changes submitted by Brian Feldman. Among other things,wpaul2004-01-125-96/+47
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"rwatson2004-01-121-1/+1
* The private data section of ndis_packets has a 'packet flags' bytewpaul2004-01-093-0/+12
* Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().wpaul2004-01-092-9/+124
* Correct the definition of the ndis_miniport_interrupt structure:wpaul2004-01-081-1/+9
* Correct and simplify the implementation of RtlEqualUnicodeString().wpaul2004-01-071-22/+23
* It appears drivers may call NdisWriteErrorLogEntry() with lockswpaul2004-01-071-3/+5
* Use atomic ops for the interlocked increment and decrement routineswpaul2004-01-072-14/+6
* In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec()wpaul2004-01-072-26/+14
* Clean up pe_get_message(). Allow the caller to obtain the resourcewpaul2004-01-063-28/+17
* - Add pe_get_message() and pe_get_messagetable() for processingwpaul2004-01-066-32/+250
* Modify if_ndis.c so that the MiniportISR function runs in ndis_intr()wpaul2004-01-042-2/+10
* Implement NdisScheduleWorkItem() and RtlCompareMemory().wpaul2004-01-044-33/+73
* In ndis_attach(), report the NDIS API level that the Windows miniportwpaul2004-01-041-5/+56
* In if_ndis.c:ndis_attach(), temporarily set the IFF_UP flag whilewpaul2004-01-032-12/+57
* subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx()wpaul2004-01-032-1/+91
OpenPOWER on IntegriCloud