aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()Bill Paul2004-07-113-9/+16
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+3
* Clean up and wash struct iovec and struct uio handling.Poul-Henning Kamp2004-07-102-52/+19
* Use a couple of regular kernel entry points, rather than COMPAT_43Poul-Henning Kamp2004-07-081-4/+12
* Fix two problems:Bill Paul2004-07-072-1/+17
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-022-0/+5
* Change the thread ID (thr_id_t) used for 1:1 threading from being aMarcel Moolenaar2004-07-021-4/+4
* Regen.Marcel Moolenaar2004-07-024-4/+4
* Cast variable-sized (based on platform) quantities before printing out.David E. O'Brien2004-06-241-2/+2
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-2/+4
* Mark linux_emul_convpath() as GIANT_REQUIRED.Robert Watson2004-06-221-0/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.Poul-Henning Kamp2004-06-212-0/+6
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundBruce M Simpson2004-06-182-0/+5
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tBruce M Simpson2004-06-182-0/+5
* Linux applications expect to be able to call SIOCGIFCONF with anBruce M Simpson2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.Bruce M Simpson2004-06-181-15/+17
* Fix two attempts to use an unchecked NULL pointer provided from theBruce M Simpson2004-06-181-7/+10
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-176-12/+12
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Add support for more linux ioctls.Poul-Henning Kamp2004-06-142-2/+117
* Socket MAC labels so_label and so_peerlabel are now protected byRobert Watson2004-06-131-0/+4
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-112-2/+2
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingBill Paul2004-06-072-0/+6
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments toTim J. Robbins2004-06-051-2/+2
* Take advantage of the dev sysctl tree.Dag-Erling Smørgrav2004-06-042-0/+20
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())Bill Paul2004-06-041-13/+19
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>Bill Paul2004-06-011-0/+1
* Fix build with ndisulator: Add prototype for my_strcasecmp().Bill Paul2004-05-291-0/+1
* In subr_ndis.c, when searching for keys in our make-pretend registry,Bill Paul2004-05-291-2/+21
* Small timer cleanups:Bill Paul2004-04-301-24/+19
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4Marcel Moolenaar2004-04-241-0/+10
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.Bill Paul2004-04-221-12/+27
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.Bill Paul2004-04-201-1/+1
* Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL betterBill Paul2004-04-191-1/+9
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetBill Paul2004-04-181-2/+2
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andBill Paul2004-04-165-56/+21
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.Peter Wemm2004-04-141-0/+43
* RegenPeter Wemm2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.Peter Wemm2004-04-143-18/+49
* Continue my efforts to imitate Windows as closely as possible byBill Paul2004-04-148-156/+421
* In ndis_convert_res(), initialize the head of our temporary listBill Paul2004-04-071-1/+2
* - The MiniportReset() function can return NDIS_STATUS_PENDING, in whichBill Paul2004-04-053-18/+21
* Remove ps_argsopen from this check, because of two reasons:Pawel Jakub Dawidek2004-04-011-1/+1
* Add missing cprd_flags member to partial resource structure inBill Paul2004-03-294-1/+15
* Apparently, some atheros drivers want rand(), so implement it (in termsBill Paul2004-03-271-0/+12
* Regen for libthr thread synchronization syscalls.Mike Makonnen2004-03-274-5/+11
* Separate thread synchronization from signals in libthr. InsteadMike Makonnen2004-03-271-0/+2
* - In subr_ndis.c:ndis_init_event(), initialize events as notificationBill Paul2004-03-252-4/+41
* - In kern_ndis.c, implement ndis_unsched(), the complement to ndis_sched(),Bill Paul2004-03-252-28/+86
* Remove another case of grabbing Giant before doing a kthread_exit()Bill Paul2004-03-221-1/+0