summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* I missed two pieces of the commit to this file. Robert has alreadydwmalone2004-07-181-1/+1
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasrwatson2004-07-181-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optiondwmalone2004-07-171-65/+19
* /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1obrien2004-07-161-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Regenpeter2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatepeter2004-07-141-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-134-5/+13
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-131-2/+3
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-113-9/+16
* Update for the KDB framework:marcel2004-07-101-2/+3
* Clean up and wash struct iovec and struct uio handling.phk2004-07-102-52/+19
* Use a couple of regular kernel entry points, rather than COMPAT_43phk2004-07-081-4/+12
* Fix two problems:wpaul2004-07-072-1/+17
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-022-0/+5
* Change the thread ID (thr_id_t) used for 1:1 threading from being amarcel2004-07-021-4/+4
* Regen.marcel2004-07-024-4/+4
* Cast variable-sized (based on platform) quantities before printing out.obrien2004-06-241-2/+2
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-2/+4
* Mark linux_emul_convpath() as GIANT_REQUIRED.rwatson2004-06-221-0/+2
* Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.phk2004-06-212-0/+6
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundbms2004-06-182-0/+5
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tbms2004-06-182-0/+5
* Linux applications expect to be able to call SIOCGIFCONF with anbms2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.bms2004-06-181-15/+17
* Fix two attempts to use an unchecked NULL pointer provided from thebms2004-06-181-7/+10
* Second half of the dev_t cleanup.phk2004-06-176-12/+12
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Add support for more linux ioctls.phk2004-06-142-2/+117
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+4
* Deorbit COMPAT_SUNOS.phk2004-06-112-2/+2
* Add another 5.2.1 source compatibility tweak: acquire Giant before callingwpaul2004-06-072-0/+6
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-2/+2
* Take advantage of the dev sysctl tree.des2004-06-042-0/+20
* Grrr. Really check subr_ndis.c in this time. (fixed my_strcasecmp())wpaul2004-06-041-13/+19
* Explicitly #include <sys/module.h> instead of depending on <sys/kernel.h>wpaul2004-06-011-0/+1
* Fix build with ndisulator: Add prototype for my_strcasecmp().wpaul2004-05-291-0/+1
* In subr_ndis.c, when searching for keys in our make-pretend registry,wpaul2004-05-291-2/+21
* Small timer cleanups:wpaul2004-04-301-24/+19
* Fix build for non-COMPAT_FREEBSD4 configurations. Make the FreeBSD 4marcel2004-04-241-0/+10
* Ok, _really_ fix the Intel 2100B Centrino deadlock problems this time.wpaul2004-04-221-12/+27
* Correct the AT_DISPATCH_LEVEL() macro to match earlier changes.wpaul2004-04-201-1/+1
* Try to handle recursive attempts to raise IRQL to DISPATCH_LEVEL betterwpaul2004-04-191-1/+9
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetwpaul2004-04-181-2/+2
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-165-56/+21
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.peter2004-04-141-0/+43
* Regenpeter2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.peter2004-04-143-18/+49
* Continue my efforts to imitate Windows as closely as possible bywpaul2004-04-148-156/+421
* In ndis_convert_res(), initialize the head of our temporary listwpaul2004-04-071-1/+2
OpenPOWER on IntegriCloud