| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to | netchild | 2004-07-02 | 2 | -0/+5 |
* | Change the thread ID (thr_id_t) used for 1:1 threading from being a | marcel | 2004-07-02 | 1 | -4/+4 |
* | Regen. | marcel | 2004-07-02 | 4 | -4/+4 |
* | Cast variable-sized (based on platform) quantities before printing out. | obrien | 2004-06-24 | 1 | -2/+2 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of | bde | 2004-06-23 | 1 | -2/+4 |
* | Mark linux_emul_convpath() as GIANT_REQUIRED. | rwatson | 2004-06-22 | 1 | -0/+2 |
* | Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES. | phk | 2004-06-21 | 2 | -0/+6 |
* | Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound | bms | 2004-06-18 | 2 | -0/+5 |
* | Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't | bms | 2004-06-18 | 2 | -0/+5 |
* | Linux applications expect to be able to call SIOCGIFCONF with an | bms | 2004-06-18 | 1 | -0/+14 |
* | Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly. | bms | 2004-06-18 | 1 | -15/+17 |
* | Fix two attempts to use an unchecked NULL pointer provided from the | bms | 2004-06-18 | 1 | -7/+10 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 6 | -12/+12 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | Add support for more linux ioctls. | phk | 2004-06-14 | 2 | -2/+117 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -0/+4 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 2 | -2/+2 |
* | Add another 5.2.1 source compatibility tweak: acquire Giant before calling | wpaul | 2004-06-07 | 2 | -0/+6 |
* | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | tjr | 2004-06-05 | 1 | -2/+2 |
* | Take advantage of the dev sysctl tree. | des | 2004-06-04 | 2 | -0/+20 |
* | Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp()) | wpaul | 2004-06-04 | 1 | -13/+19 |
* | Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h> | wpaul | 2004-06-01 | 1 | -0/+1 |
* | Fix build with ndisulator: Add prototype for my_strcasecmp(). | wpaul | 2004-05-29 | 1 | -0/+1 |
* | In subr_ndis.c, when searching for keys in our make-pretend registry, | wpaul | 2004-05-29 | 1 | -2/+21 |
* | 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 |