aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedBill Paul2005-04-171-1/+17
* When setting up the new stack for a function in x86_64_wrap(), makeBill Paul2005-04-161-5/+7
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.Matthew N. Dodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.Matthew N. Dodd2005-04-131-0/+16
* In winx32_wrap.S, preserve return values in the fastcall and regparmBill Paul2005-04-111-10/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingBill Paul2005-04-1111-948/+1697
* Fix 32 bit signals on amd64. It turns out that I was sign extendingPeter Wemm2005-04-051-72/+72
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-012-5/+5
* Fix another KeInitializeDpc()/amd64 calling convention issue:Bill Paul2005-04-011-1/+2
* - Use a custom version of copyinuio() to implement readv/writev usingJohn Baldwin2005-03-311-122/+83
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,Bill Paul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout toBill Paul2005-03-311-3/+26
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, weBill Paul2005-03-301-2/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.Bill Paul2005-03-301-8/+2
* - Initial cn_lkflags to LK_EXCLUSIVE.Jeff Roberson2005-03-291-0/+1
* The filehandle allocated in NdisOpenFile() is allocated usingBill Paul2005-03-281-2/+2
* Another Coverity fix from Sam: add NULL pointer test inBill Paul2005-03-281-0/+5
* More additions for amd64:Bill Paul2005-03-281-0/+20
* Fix resource leak found by Coverity (via Sam Leffler).Bill Paul2005-03-281-0/+1
* Fix for amd64.Bill Paul2005-03-282-5/+5
* Fix another amd64 issue with lookaside lists: we initialize theBill Paul2005-03-281-6/+40
* Tweak to hopefully make lookaside lists work on amd64: in Windows, theBill Paul2005-03-282-1/+7
* Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't changeBill Paul2005-03-281-1/+1
* Unbreak the build: correct the resource list traversal code forBill Paul2005-03-281-4/+2
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try toBill Paul2005-03-271-1/+14
* Check in ntoskrnl_var.h, which should have been included in theBill Paul2005-03-271-2/+18
* Finally bring an end to the great "make the Atheros NDIS driverBill Paul2005-03-274-116/+306
* Use the CTASSERT() macro instead of rolling my own, non-portable oneBrooks Davis2005-03-241-3/+1
* Compile errors are way more useful then panics later.Brooks Davis2005-03-241-3/+4
* Bounds check the user-supplied length used in a copyout() inDavid Schultz2005-03-231-0/+2
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsDavid Schultz2005-03-231-2/+3
* s/SLIST/STAILQ/Poul-Henning Kamp2005-03-181-7/+7
* Neuter the duplicated disk-device magic code for now. Somebody withPoul-Henning Kamp2005-03-151-41/+32
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpressMaxim Sobolev2005-03-081-27/+4
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketMaxim Sobolev2005-03-071-2/+25
* When you call MiniportInitialize() for an 802.11 driver, it willBill Paul2005-03-072-51/+81
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingMaxim Sobolev2005-03-072-0/+45
* Always produce cpuX entries, even in the case when there is only one CPUMaxim Sobolev2005-03-061-7/+6
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() wereBill Paul2005-03-032-17/+60
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerJohn Baldwin2005-03-012-46/+0
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.Paul Saab2005-03-011-35/+31
* In windrv_load(), I was allocating the driver object usingBill Paul2005-03-011-17/+17
* Ooops. I will compile test before committing. The stackgap versionPaul Saab2005-03-011-2/+2
* Correct the freebsd32_kevent prototype.Paul Saab2005-03-012-6/+6
* Don't need to do MmInitializeMdl() in ndis_mtop() anymore:Bill Paul2005-02-261-1/+0
* MDLs are supposed to be variable size (they include an array of pagesBill Paul2005-02-263-18/+47
* fixup signal mapping:Sam Leffler2005-02-253-18/+15
* Add macros to construct Windows IOCTL codes, and to extract functionBill Paul2005-02-251-0/+19
* Fix a couple of callback instances that should have been wrapped withBill Paul2005-02-252-2/+3