| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the API for Windows interupt handling a little. The prototype | wpaul | 2005-11-20 | 2 | -11/+13 |
* | Unlike the rest of the world, NDIS code can access "struct | ru | 2005-11-14 | 1 | -1/+2 |
* | Restore backwards source compatibility with 6.x and 5.x. | wpaul | 2005-11-13 | 1 | -2/+6 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+4 |
* | Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow | wpaul | 2005-11-10 | 1 | -0/+23 |
* | Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest | wpaul | 2005-11-07 | 1 | -1/+1 |
* | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | wpaul | 2005-11-06 | 3 | -5/+60 |
* | Copy out the number of iovecs in freebsd32_recvmsg, not the length | ps | 2005-11-06 | 1 | -1/+1 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 1 | -3/+2 |
* | Tests with my dual Opteron system have shown that it's possible | wpaul | 2005-11-02 | 6 | -96/+55 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | Clean up one remaining 'multiple DPC thread' bogon: only bzero() one | wpaul | 2005-11-01 | 1 | -0/+4 |
* | Reformat socket control messages on input/output for 32bit compatibility | ps | 2005-10-31 | 1 | -18/+225 |
* | Regenerate (with the correct #ifdef COMPAT_43 tests now) | peter | 2005-10-26 | 4 | -64/+70 |
* | There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are all | peter | 2005-10-26 | 2 | -31/+28 |
* | Minor nit: in ntoskrnl_finddev(), only free the 'children' device_t | wpaul | 2005-10-26 | 1 | -2/+9 |
* | Clean up and apply the fix for PR 83477. The calculation for locating | wpaul | 2005-10-26 | 2 | -7/+22 |
* | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | wpaul | 2005-10-26 | 4 | -47/+118 |
* | Fix handling of message table messages that got broken when I | wpaul | 2005-10-24 | 1 | -5/+5 |
* | Add a 'clean' target. | obrien | 2005-10-23 | 1 | -0/+3 |
* | regen | ps | 2005-10-23 | 4 | -26/+66 |
* | Implement for FreeBSD 3 32 binaries: | ps | 2005-10-23 | 2 | -8/+219 |
* | Make the multiple DPC threads an option, and create only one by default. | wpaul | 2005-10-22 | 1 | -2/+31 |
* | Correct the macro definition for KeRaiseIrql(). The official API | wpaul | 2005-10-21 | 3 | -25/+8 |
* | Use sched_bind() to make sure the DPC threads are bound to the correct | wpaul | 2005-10-20 | 1 | -1/+15 |
* | Fix compiling problem by adding prefix name svr4 to si_xxx macro, the | davidxu | 2005-10-19 | 2 | -24/+25 |
* | Another round of cleanups and fixes: | wpaul | 2005-10-18 | 5 | -393/+545 |
* | regen after recvmsg, recvfrom, sendmsg | ps | 2005-10-15 | 4 | -12/+34 |
* | Implement the 32bit versions of recvmsg, recvfrom, sendmsg | ps | 2005-10-15 | 2 | -5/+171 |
* | regen for clock_gettime, clock_settime, clock_getres | ps | 2005-10-15 | 4 | -13/+28 |
* | Implement 32bit wrappers for clock_gettime, clock_settime, and | ps | 2005-10-15 | 2 | -6/+59 |
* | regen | ps | 2005-10-15 | 4 | -6/+6 |
* | Correct the prototype for freebsd32_nanosleep and use the proper | ps | 2005-10-15 | 2 | -4/+4 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 3 | -3/+7 |
* | Convert ndis_set_info() and ndis_get_info() from using msleep() | wpaul | 2005-10-12 | 4 | -52/+43 |
* | This commit makes a big round of updates and fixes many, many things. | wpaul | 2005-10-10 | 8 | -744/+1688 |
* | Use the constants for the syscall names from syscall.h rather than | jhb | 2005-10-03 | 1 | -3/+4 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 11 | -81/+6 |
* | Regenerate | peter | 2005-09-27 | 4 | -10/+26 |
* | Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added | peter | 2005-09-27 | 1 | -6/+7 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 11 | -6/+81 |
* | Test the mbuf flags against the correct constant. The previous version | andre | 2005-08-30 | 1 | -1/+1 |
* | Fix kernel build. | delphij | 2005-08-28 | 1 | -1/+1 |
* | Rewrite linux_ifconf() to be more like ifconf() in net/if.c | rodrigc | 2005-08-27 | 1 | -25/+39 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 2 | -3/+4 |
* | Add missing dependencies on the SYSVIPC modules. | jhb | 2005-07-29 | 1 | -0/+6 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -0/+4 |
* | Regen. | jhb | 2005-07-13 | 8 | -172/+172 |
* | Make a pass through all the compat ABIs sychronizing the MP safe flags | jhb | 2005-07-13 | 2 | -164/+164 |
* | Regen. | jhb | 2005-07-13 | 4 | -28/+26 |