summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak ndiscvt to support yet another flavor of .INF files (look forwpaul2004-01-033-5/+156
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-022-2/+5
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addwpaul2004-01-022-18/+54
* - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions fromwpaul2003-12-311-7/+4
* - Add new 802.11 OID information obtained from NDIS 5.1 update towpaul2003-12-302-121/+265
* Rework resource allocation. Replace the "feel around like a blind man"wpaul2003-12-291-25/+31
* Implement NdisInitUnicodeString().wpaul2003-12-281-0/+28
* Remove the sanity test in ndis_adjust_buflen(). I'm not sure what thewpaul2003-12-281-2/+0
* Attempt to handle the status field in the ndis_packet oob area correctly.wpaul2003-12-261-3/+27
* Back out the last batch of changes until I have a chance to properlywpaul2003-12-264-58/+63
* Don't call the miniport driver's releasepacket function unless thegreen2003-12-263-37/+56
* Give the timer API one last overhaul: this time, use the new calloutwpaul2003-12-253-17/+11
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.bde2003-12-251-33/+36
* Avoid using any of the ndis_packet/ndis_packet_private fields forwpaul2003-12-252-14/+19
* - Add stubs for Ndis*File() functionswpaul2003-12-252-5/+115
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-244-16/+54
* change NULL to 0 to silence warning.alfred2003-12-241-1/+1
* GC unused 'syshide' override to /dev/null. This was here to disablepeter2003-12-242-2/+0
* Regen. This should have been a NOP, but its not been regenerated forpeter2003-12-244-349/+372
* GC OBE namespc column and un-wrap longer lines that now fitpeter2003-12-241-327/+289
* Correct the definitions for NDIS_80211_NET_INFRA_IBSS andwpaul2003-12-231-2/+2
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-233-18/+34
* Regen (should be a NOP except for rcsid)peter2003-12-234-4/+4
* GC unused namespc column.peter2003-12-231-548/+518
* Regenpeter2003-12-234-5/+5
* freebsd32_fstat(2) is now MPSAFEpeter2003-12-231-1/+1
* Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_statpeter2003-12-231-53/+45
* Regenpeter2003-12-234-29/+13
* Eliminate stackgap usage for the (woefully incomplete) path translationspeter2003-12-233-195/+3
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-232-6/+20
* Some minor touchups:wpaul2003-12-221-4/+9
* Now that I finally have power back, implement a couple more NDIS APIwpaul2003-12-221-0/+75
* Big round of updates:wpaul2003-12-213-9/+41
* Deal with the duplicate sysctl leaf problem. A .inf file may containwpaul2003-12-182-0/+5
* Implement NdisGetBufferPhysicalArraySize(), which apparently is awpaul2003-12-161-0/+11
* Whups... remove some debug code that accidentally crept in.wpaul2003-12-141-4/+1
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little towpaul2003-12-142-29/+45
* Implement a few new NDIS routines: NdisInitAnsiString(),wpaul2003-12-141-5/+192
OpenPOWER on IntegriCloud