aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-24159-159/+159
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-192-2/+8
* MFC rev. 1.89, 1.90:Konstantin Belousov2008-01-091-8/+21
* MFC rev. 1.107:Konstantin Belousov2008-01-041-12/+19
* MFC: Remove redundant checks for msgsnd(3) and msgrcv(3).John Baldwin2007-12-201-6/+0
* Regen.John Baldwin2007-12-194-10/+26
* MFC: Add freebsd32 compat wrappers for msgctl() and __semctl().John Baldwin2007-12-193-29/+223
* MFC: Move several data structure definitions out of freebsd32_misc.c andJohn Baldwin2007-12-194-143/+68
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-091-0/+106
* MFC rev. 1.139 of src/sys/compat/linux/linux_ioctl.c,Konstantin Belousov2007-11-152-1/+15
* Allow the ia32 resource limits (compat.ia32.max{dsiz,ssiz,vmem} to beJohn Baldwin2007-09-241-0/+3
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-13/+3
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizeJohn Baldwin2007-08-281-9/+9
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-0/+21
* Some ZFS threads needs stack larger than the default 8kB, so use 16kB ofPawel Jakub Dawidek2007-08-161-1/+8
* Regenerate.David Xu2007-08-163-1/+4
* Add thr_kill2 compat32 syscall.David Xu2007-08-161-0/+1
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* ndis will signal the kthread to exit and then sleep on the proc pointer toAndrew Thompson2007-07-221-2/+6
* Fix a couple of issues with the stack limit for 32-bit processes on 64-bitJohn Baldwin2007-07-121-8/+9
* Quiet warnings. I believe gcc is incorrect about these.Peter Wemm2007-07-051-1/+1
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-1/+0
* Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate.Peter Wemm2007-07-041-0/+83
* Regenerate after mmap/lseek/etc syscall changesPeter Wemm2007-07-044-102/+177
* Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, soPeter Wemm2007-07-041-6/+22
* Try a cheap way to get around gcc4.2 believing that user argumentsMatt Jacob2007-06-171-3/+6
* Remove stale 'XXX implement' comments for syscalls which have since beenEd Maste2007-06-151-3/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-125-25/+16
* Quiesce warnings by initializing irql values to zero.Matt Jacob2007-06-101-3/+3
* Ensure that newpath is always initialized, even for the error case.Matt Jacob2007-06-101-0/+2
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-092-0/+10
* The current rusage code show peculiar problems:Attilio Rao2007-06-091-4/+5
* - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-082-0/+247
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-053-7/+7
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-2/+2
* Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-042-10/+14
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-313-12/+12
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-314-4/+5
* There are too many false positive LORs reported by WITNESS, so when ZFSPawel Jakub Dawidek2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.Pawel Jakub Dawidek2007-05-241-1/+1
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.Pawel Jakub Dawidek2007-05-231-0/+40
* Remove duplicate includes.Olivier Houchard2007-05-231-3/+0
* Move futex support code from <arch>/support.s into linux compat directory.Konstantin Belousov2007-05-231-75/+38
* Allow FreeBSD's native ELF image activators to execute shared libraries theAlexander Kabaev2007-05-221-2/+2
* - Move GDT/LDT locking into a seperate spinlock, removing the globalJeff Roberson2007-05-201-6/+6
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-183-12/+12
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-31/+29
* Share-lock a vnode where possible.Pawel Jakub Dawidek2007-05-022-3/+3
* Eliminate the use of Giant from ia64-specific code in freebsd32_mmap().Alan Cox2007-05-011-6/+1
* Synchronize vm map and object accesses.Alan Cox2007-05-011-8/+26