| Commit message (Expand) | Author | Age | Files | Lines |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+1 |
* | Throw the switch on the new driver generation/loading mechanism. From | wpaul | 2005-04-24 | 6 | -39/+110 |
* | Now that the GDT has been reorganized and GNDIS_SEL has been reserved | wpaul | 2005-04-17 | 1 | -1/+17 |
* | When setting up the new stack for a function in x86_64_wrap(), make | wpaul | 2005-04-16 | 1 | -5/+7 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -2/+2 |
* | Implement SOUND_MIXER_INFO ioctl in compat layer. | mdodd | 2005-04-13 | 1 | -3/+36 |
* | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | mdodd | 2005-04-13 | 1 | -0/+16 |
* | In winx32_wrap.S, preserve return values in the fastcall and regparm | wpaul | 2005-04-11 | 1 | -10/+12 |
* | Create new i386 windows/bsd thunking layer, similar to the amd64 thunking | wpaul | 2005-04-11 | 11 | -948/+1697 |
* | Fix 32 bit signals on amd64. It turns out that I was sign extending | peter | 2005-04-05 | 1 | -72/+72 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 2 | -5/+5 |
* | Fix another KeInitializeDpc()/amd64 calling convention issue: | wpaul | 2005-04-01 | 1 | -1/+2 |
* | - Use a custom version of copyinuio() to implement readv/writev using | jhb | 2005-03-31 | 1 | -122/+83 |
* | Apparently I'm cursed. ndis_findwrap() should be searching ndis_functbl, | wpaul | 2005-03-31 | 1 | -1/+1 |
* | Fix an amd64 issue I overlooked. When setting up a callout to | wpaul | 2005-03-31 | 1 | -3/+26 |
* | Fix a possible mutex leak in KeSetTimerEx(): if timer is NULL, we | wpaul | 2005-03-30 | 1 | -2/+2 |
* | Remove a couple of #ifdef 0'ed code blocks left over from Atheros debugging. | wpaul | 2005-03-30 | 1 | -8/+2 |
* | - Initial cn_lkflags to LK_EXCLUSIVE. | jeff | 2005-03-29 | 1 | -0/+1 |
* | The filehandle allocated in NdisOpenFile() is allocated using | wpaul | 2005-03-28 | 1 | -2/+2 |
* | Another Coverity fix from Sam: add NULL pointer test in | wpaul | 2005-03-28 | 1 | -0/+5 |
* | More additions for amd64: | wpaul | 2005-03-28 | 1 | -0/+20 |
* | Fix resource leak found by Coverity (via Sam Leffler). | wpaul | 2005-03-28 | 1 | -0/+1 |
* | Fix for amd64. | wpaul | 2005-03-28 | 2 | -5/+5 |
* | Fix another amd64 issue with lookaside lists: we initialize the | wpaul | 2005-03-28 | 1 | -6/+40 |
* | Tweak to hopefully make lookaside lists work on amd64: in Windows, the | wpaul | 2005-03-28 | 2 | -1/+7 |
* | Spell '0' as 'FALSE' when initializing npp_validcounts. (Doesn't change | wpaul | 2005-03-28 | 1 | -1/+1 |
* | Unbreak the build: correct the resource list traversal code for | wpaul | 2005-03-28 | 1 | -4/+2 |
* | Argh. PCI resource list became an STAILQ instead of an SLIST. Try to | wpaul | 2005-03-27 | 1 | -1/+14 |
* | Check in ntoskrnl_var.h, which should have been included in the | wpaul | 2005-03-27 | 1 | -2/+18 |
* | Finally bring an end to the great "make the Atheros NDIS driver | wpaul | 2005-03-27 | 4 | -116/+306 |
* | Use the CTASSERT() macro instead of rolling my own, non-portable one | brooks | 2005-03-24 | 1 | -3/+1 |
* | Compile errors are way more useful then panics later. | brooks | 2005-03-24 | 1 | -3/+4 |
* | Bounds check the user-supplied length used in a copyout() in | das | 2005-03-23 | 1 | -0/+2 |
* | Reject packets larger than IP_MAXPACKET in linux_sendto() for sockets | das | 2005-03-23 | 1 | -2/+3 |
* | s/SLIST/STAILQ/ | phk | 2005-03-18 | 1 | -7/+7 |
* | Neuter the duplicated disk-device magic code for now. Somebody with | phk | 2005-03-15 | 1 | -41/+32 |
* | Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpress | sobomax | 2005-03-08 | 1 | -27/+4 |
* | Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socket | sobomax | 2005-03-07 | 1 | -2/+25 |
* | When you call MiniportInitialize() for an 802.11 driver, it will | wpaul | 2005-03-07 | 2 | -51/+81 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | sobomax | 2005-03-07 | 2 | -0/+45 |
* | Always produce cpuX entries, even in the case when there is only one CPU | sobomax | 2005-03-06 | 1 | -7/+6 |
* | MAXPATHLEN is 1024, which means NdisOpenFile() and ndis_find_sym() were | wpaul | 2005-03-03 | 2 | -17/+60 |
* | Remove linux_emul_find() and the CHECKALT*() macros as they are no longer | jhb | 2005-03-01 | 2 | -46/+0 |
* | Use kern_kevent instead of the stackgap for 32bit syscall wrapping. | ps | 2005-03-01 | 1 | -35/+31 |
* | In windrv_load(), I was allocating the driver object using | wpaul | 2005-03-01 | 1 | -17/+17 |
* | Ooops. I will compile test before committing. The stackgap version | ps | 2005-03-01 | 1 | -2/+2 |
* | Correct the freebsd32_kevent prototype. | ps | 2005-03-01 | 2 | -6/+6 |
* | Don't need to do MmInitializeMdl() in ndis_mtop() anymore: | wpaul | 2005-02-26 | 1 | -1/+0 |
* | MDLs are supposed to be variable size (they include an array of pages | wpaul | 2005-02-26 | 3 | -18/+47 |
* | fixup signal mapping: | sam | 2005-02-25 | 3 | -18/+15 |