summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* Regenerate.rwatson2006-02-044-196/+196
* Audit FreeBSD 32-bit system calls on 64-bit FreeBSD systems.rwatson2006-02-041-216/+216
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-263-1/+33
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Regen.ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.ambrisko2006-01-202-2/+23
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* Add \n to log() message.glebius2005-12-271-1/+1
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Regen.ru2005-12-234-10/+4
* Fix build.ru2005-12-231-1/+1
* Regenerate sysent with new abort2 system call.phk2005-12-234-5/+30
* Add missing 455-462 syscalls as unimplementedphk2005-12-231-0/+8
* Add abort2() systemcall.phk2005-12-231-0/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-152-9/+0
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.mlaier2005-12-111-2/+2
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
* Suppress logging about unimplemented syscalls to one time per process. Thisglebius2005-12-081-9/+7
* Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-061-2/+19
* Fix -Wundef.ru2005-12-042-2/+2
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-1/+0
* 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
OpenPOWER on IntegriCloud