summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Throw the switch on the new driver generation/loading mechanism. Fromwpaul2005-04-246-39/+110
* Now that the GDT has been reorganized and GNDIS_SEL has been reservedwpaul2005-04-171-1/+17
* When setting up the new stack for a function in x86_64_wrap(), makewpaul2005-04-161-5/+7
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+16
* In winx32_wrap.S, preserve return values in the fastcall and regparmwpaul2005-04-111-10/+12
* Create new i386 windows/bsd thunking layer, similar to the amd64 thunkingwpaul2005-04-1111-948/+1697
* Fix 32 bit signals on amd64. It turns out that I was sign extendingpeter2005-04-051-72/+72
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-012-5/+5
* Fix another KeInitializeDpc()/amd64 calling convention issue:wpaul2005-04-011-1/+2
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-122/+83
* Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl,wpaul2005-03-311-1/+1
* Fix an amd64 issue I overlooked. When setting up a callout towpaul2005-03-311-3/+26
* Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, wewpaul2005-03-301-2/+2
* Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging.wpaul2005-03-301-8/+2
* - Initial cn_lkflags to LK_EXCLUSIVE.jeff2005-03-291-0/+1
* The filehandle allocated in NdisOpenFile() is allocated usingwpaul2005-03-281-2/+2
* Another Coverity fix from Sam: add NULL pointer test inwpaul2005-03-281-0/+5
* More additions for amd64:wpaul2005-03-281-0/+20
* Fix resource leak found by Coverity (via Sam Leffler).wpaul2005-03-281-0/+1
* Fix for amd64.wpaul2005-03-282-5/+5
* Fix another amd64 issue with lookaside lists: we initialize thewpaul2005-03-281-6/+40
* Tweak to hopefully make lookaside lists work on amd64: in Windows, thewpaul2005-03-282-1/+7
* Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't changewpaul2005-03-281-1/+1
* Unbreak the build: correct the resource list traversal code forwpaul2005-03-281-4/+2
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-271-1/+14
* Check in ntoskrnl_var.h, which should have been included in thewpaul2005-03-271-2/+18
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-274-116/+306
* Use the CTASSERT() macro instead of rolling my own, non-portable onebrooks2005-03-241-3/+1
* Compile errors are way more useful then panics later.brooks2005-03-241-3/+4
* Bounds check the user-supplied length used in a copyout() indas2005-03-231-0/+2
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsdas2005-03-231-2/+3
* s/SLIST/STAILQ/phk2005-03-181-7/+7
* Neuter the duplicated disk-device magic code for now. Somebody withphk2005-03-151-41/+32
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-27/+4
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketsobomax2005-03-071-2/+25
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-072-51/+81
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-072-0/+45
* Always produce cpuX entries, even in the case when there is only one CPUsobomax2005-03-061-7/+6
* MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() werewpaul2005-03-032-17/+60
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerjhb2005-03-012-46/+0
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-011-35/+31
* In windrv_load(), I was allocating the driver object usingwpaul2005-03-011-17/+17
* Ooops. I will compile test before committing. The stackgap versionps2005-03-011-2/+2
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
* Don't need to do MmInitializeMdl() in ndis_mtop() anymore:wpaul2005-02-261-1/+0
* MDLs are supposed to be variable size (they include an array of pageswpaul2005-02-263-18/+47
* fixup signal mapping:sam2005-02-253-18/+15
* Add macros to construct Windows IOCTL codes, and to extract functionwpaul2005-02-251-0/+19
OpenPOWER on IntegriCloud