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