| Commit message (Expand) | Author | Age | Files | Lines |
* | Small timer cleanups: | wpaul | 2004-04-30 | 1 | -24/+19 |
* | Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4 | marcel | 2004-04-24 | 1 | -0/+10 |
* | Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time. | wpaul | 2004-04-22 | 1 | -12/+27 |
* | Correct the AT_DISPATCH_LEVEL() macro to match earlier changes. | wpaul | 2004-04-20 | 1 | -1/+1 |
* | Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL better | wpaul | 2004-04-19 | 1 | -1/+9 |
* | In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset | wpaul | 2004-04-18 | 1 | -2/+2 |
* | - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() and | wpaul | 2004-04-16 | 5 | -56/+21 |
* | Check in structure definitions for the FreeBSD-3.x signal syscall stuff. | peter | 2004-04-14 | 1 | -0/+43 |
* | Regen | peter | 2004-04-14 | 4 | -40/+49 |
* | Catch up to the not-so-recent statfs(2) changes. | peter | 2004-04-14 | 3 | -18/+49 |
* | Continue my efforts to imitate Windows as closely as possible by | wpaul | 2004-04-14 | 8 | -156/+421 |
* | In ndis_convert_res(), initialize the head of our temporary list | wpaul | 2004-04-07 | 1 | -1/+2 |
* | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | wpaul | 2004-04-05 | 3 | -18/+21 |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 1 | -1/+1 |
* | Add missing cprd_flags member to partial resource structure in | wpaul | 2004-03-29 | 4 | -1/+15 |
* | Apparently, some atheros drivers want rand(), so implement it (in terms | wpaul | 2004-03-27 | 1 | -0/+12 |
* | Regen for libthr thread synchronization syscalls. | mtm | 2004-03-27 | 4 | -5/+11 |
* | Separate thread synchronization from signals in libthr. Instead | mtm | 2004-03-27 | 1 | -0/+2 |
* | - In subr_ndis.c:ndis_init_event(), initialize events as notification | wpaul | 2004-03-25 | 2 | -4/+41 |
* | - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(), | wpaul | 2004-03-25 | 2 | -28/+86 |
* | Remove another case of grabbing Giant before doing a kthread_exit() | wpaul | 2004-03-22 | 1 | -1/+0 |
* | I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent() | wpaul | 2004-03-22 | 1 | -1/+1 |
* | The Intel 2200BG NDIS driver does an alloca() of about 5000 bytes | wpaul | 2004-03-22 | 3 | -8/+32 |
* | Change (yet again, sorry!) the path of the 32 bit ld-elf.so.1. | peter | 2004-03-21 | 1 | -2/+2 |
* | - Rewrite the timer and event API routines in subr_ndis.c so that they | wpaul | 2004-03-20 | 5 | -216/+101 |
* | - Replace wait1() with a kern_wait() function that accepts the pid, | jhb | 2004-03-17 | 3 | -70/+31 |
* | Use vfs_nmount() to mount linprocfs filesystems in linux_mount(); | tjr | 2004-03-16 | 1 | -4/+21 |
* | Correct size argument passed to copyinstr() in linux_mount(): mntfromname | tjr | 2004-03-16 | 1 | -2/+2 |
* | Add vectors for _snprintf() and _vsnprintf() (redirected straight to | wpaul | 2004-03-15 | 1 | -0/+2 |
* | Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a common | peter | 2004-03-13 | 2 | -6/+6 |
* | Remove unused second arg to vfinddev(). | phk | 2004-03-11 | 1 | -1/+1 |
* | Fix mind-o: sanity check in ndis_disable_ndis() is not sane. | wpaul | 2004-03-11 | 1 | -1/+1 |
* | Fix the problem with the Cisco Aironet 340 PCMCIA card. Most newer drivers | wpaul | 2004-03-11 | 1 | -0/+1 |
* | Fix several issues related to the KeInitializeTimer() etc... API stuff | wpaul | 2004-03-10 | 2 | -39/+56 |
* | Add preliminary support for PCMCIA devices in addition to PCI/cardbus. | wpaul | 2004-03-07 | 1 | -47/+0 |
* | kthread_exit() no longer requires Giant, so don't force callers to acquire | jhb | 2004-03-05 | 1 | -1/+0 |
* | - Some older Atheros drivers want KeInitializeTimer(), so implement it, | wpaul | 2004-03-04 | 2 | -19/+215 |
* | Add sanity checks to the ndis_packet and ndis_buffer pool handling | wpaul | 2004-03-04 | 2 | -2/+88 |
* | Add proper support for DbgPrint(): only print messages if bootverbose | wpaul | 2004-03-03 | 1 | -1/+30 |
* | Regen (FWIW) | peter | 2004-02-21 | 4 | -5/+5 |
* | Try and make the compat sigreturn prototypes closer to reality. | peter | 2004-02-21 | 1 | -1/+1 |
* | Add a note about the landmine in the middle of struct ia32_sigframe. | peter | 2004-02-21 | 1 | -0/+1 |
* | DOH!!! Fix signals for freebsd-4.x/i386 binaries. The ucontext has | peter | 2004-02-21 | 1 | -1/+1 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 1 | -4/+4 |
* | Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This | bms | 2004-02-19 | 2 | -0/+13 |
* | Add vector for memmove() (currently aliased to memcpy()) a implement | wpaul | 2004-02-17 | 1 | -0/+20 |
* | More cleanups/fixes for the AMD Am1771 driver: | wpaul | 2004-02-16 | 3 | -22/+80 |
* | Fix a problem with the way we schedule work on the NDIS worker threads. | wpaul | 2004-02-14 | 2 | -2/+22 |
* | Correct instance of *timeout that should have been timeout. | wpaul | 2004-02-11 | 1 | -1/+1 |
* | Add yet more bulletproofing. This is to guard against the case that | wpaul | 2004-02-11 | 1 | -31/+52 |