aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix the build. When I added the lutimes the futimes definitionsDoug Ambrisko2006-01-201-0/+5
* Regen.Doug Ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.Doug Ambrisko2006-01-202-2/+23
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.Tom Rhodes2005-12-281-8/+8
* Add \n to log() message.Gleb Smirnoff2005-12-271-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structureMaxim Sobolev2005-12-261-0/+2
* Regen.Ruslan Ermilov2005-12-234-10/+4
* Fix build.Ruslan Ermilov2005-12-231-1/+1
* Regenerate sysent with new abort2 system call.Poul-Henning Kamp2005-12-234-5/+30
* Add missing 455-462 syscalls as unimplementedPoul-Henning Kamp2005-12-231-0/+8
* Add abort2() systemcall.Poul-Henning Kamp2005-12-231-0/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin2005-12-152-9/+0
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDXin LI2005-12-131-5/+5
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.Max Laier2005-12-111-2/+2
* Regen for futimes.Doug Ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesDoug Ambrisko2005-12-082-1/+24
* Suppress logging about unimplemented syscalls to one time per process. ThisGleb Smirnoff2005-12-081-9/+7
* Catch up to the system siginfo changes. Use a union for the ia32 layoutPeter Wemm2005-12-061-2/+19
* Fix -Wundef.Ruslan Ermilov2005-12-042-2/+2
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-291-1/+0
* Somehow memmove() got mapped to memset() in the patch table. Create aBill Paul2005-11-231-1/+12
* Correct the API for Windows interupt handling a little. The prototypeBill Paul2005-11-202-11/+13
* Unlike the rest of the world, NDIS code can access "structRuslan Ermilov2005-11-141-1/+2
* Restore backwards source compatibility with 6.x and 5.x.Bill Paul2005-11-131-2/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-4/+4
* Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allowBill Paul2005-11-101-0/+23
* Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latestBill Paul2005-11-071-1/+1
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromBill Paul2005-11-063-5/+60
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthPaul Saab2005-11-061-1/+1
* Calling setrlimit from 32bit apps could potentially increase certainPaul Saab2005-11-021-3/+2
* Tests with my dual Opteron system have shown that it's possibleBill Paul2005-11-026-96/+55
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-1/+1
* Clean up one remaining 'multiple DPC thread' bogon: only bzero() oneBill Paul2005-11-011-0/+4
* Reformat socket control messages on input/output for 32bit compatibilityPaul Saab2005-10-311-18/+225
* Regenerate (with the correct #ifdef COMPAT_43 tests now)Peter Wemm2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allPeter Wemm2005-10-262-31/+28
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_tBill Paul2005-10-261-2/+9
* Clean up and apply the fix for PR 83477. The calculation for locatingBill Paul2005-10-262-7/+22
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()Bill Paul2005-10-264-47/+118
* Fix handling of message table messages that got broken when IBill Paul2005-10-241-5/+5
* Add a 'clean' target.David E. O'Brien2005-10-231-0/+3
* regenPaul Saab2005-10-234-26/+66
* Implement for FreeBSD 3 32 binaries:Paul Saab2005-10-232-8/+219
* Make the multiple DPC threads an option, and create only one by default.Bill Paul2005-10-221-2/+31
* Correct the macro definition for KeRaiseIrql(). The official APIBill Paul2005-10-213-25/+8
* Use sched_bind() to make sure the DPC threads are bound to the correctBill Paul2005-10-201-1/+15
* Fix compiling problem by adding prefix name svr4 to si_xxx macro, theDavid Xu2005-10-192-24/+25
* Another round of cleanups and fixes:Bill Paul2005-10-185-393/+545
* regen after recvmsg, recvfrom, sendmsgPaul Saab2005-10-154-12/+34
* Implement the 32bit versions of recvmsg, recvfrom, sendmsgPaul Saab2005-10-152-5/+171