summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Somehow memmove() got mapped to memset() in the patch table. Create awpaul2005-11-231-1/+12
* Correct the API for Windows interupt handling a little. The prototypewpaul2005-11-202-11/+13
* Unlike the rest of the world, NDIS code can access "structru2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.wpaul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowwpaul2005-11-101-0/+23
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestwpaul2005-11-071-1/+1
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-063-5/+60
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthps2005-11-061-1/+1
* Calling setrlimit from 32bit apps could potentially increase certainps2005-11-021-3/+2
* Tests with my dual Opteron system have shown that it's possiblewpaul2005-11-026-96/+55
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Clean up one remaining 'multiple DPC thread' bogon: only bzero() onewpaul2005-11-011-0/+4
* Reformat socket control messages on input/output for 32bit compatibilityps2005-10-311-18/+225
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-262-7/+22
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-264-47/+118
* Fix handling of message table messages that got broken when Iwpaul2005-10-241-5/+5
* Add a 'clean' target.obrien2005-10-231-0/+3
* regenps2005-10-234-26/+66
* Implement for FreeBSD 3 32 binaries:ps2005-10-232-8/+219
* Make the multiple DPC threads an option, and create only one by default.wpaul2005-10-221-2/+31
* Correct the macro definition for KeRaiseIrql(). The official APIwpaul2005-10-213-25/+8
* Use sched_bind() to make sure the DPC threads are bound to the correctwpaul2005-10-201-1/+15
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, thedavidxu2005-10-192-24/+25
* Another round of cleanups and fixes:wpaul2005-10-185-393/+545
* regen after recvmsg, recvfrom, sendmsgps2005-10-154-12/+34
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgps2005-10-152-5/+171
* regen for clock_gettime, clock_settime, clock_getresps2005-10-154-13/+28
* Implement 32bit wrappers for clock_gettime, clock_settime, andps2005-10-152-6/+59
* regenps2005-10-154-6/+6
* Correct the prototype for freebsd32_nanosleep and use the properps2005-10-152-4/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-143-3/+7
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-124-52/+43
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-108-744/+1688
* Use the constants for the syscall names from syscall.h rather thanjhb2005-10-031-3/+4
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-2811-81/+6
* Regeneratepeter2005-09-274-10/+26
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-6/+7
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-1911-6/+81
* Test the mbuf flags against the correct constant. The previous versionandre2005-08-301-1/+1
* Fix kernel build.delphij2005-08-281-1/+1
* Rewrite linux_ifconf() to be more like ifconf() in net/if.crodrigc2005-08-271-25/+39
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-3/+4
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+6
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-0/+4
* Regen.jhb2005-07-138-172/+172
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-132-164/+164
OpenPOWER on IntegriCloud