summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Quiet warnings. I believe gcc is incorrect about these.peter2007-07-051-1/+1
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-1/+0
* Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate.peter2007-07-041-0/+83
* Regenerate after mmap/lseek/etc syscall changespeter2007-07-044-102/+177
* Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, sopeter2007-07-041-6/+22
* Try a cheap way to get around gcc4.2 believing that user argumentsmjacob2007-06-171-3/+6
* Remove stale 'XXX implement' comments for syscalls which have since beenemaste2007-06-151-3/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-125-25/+16
* Quiesce warnings by initializing irql values to zero.mjacob2007-06-101-3/+3
* Ensure that newpath is always initialized, even for the error case.mjacob2007-06-101-0/+2
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-092-0/+10
* The current rusage code show peculiar problems:attilio2007-06-091-4/+5
* - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-082-0/+247
* Commit 14/14 of sched_lock decomposition.jeff2007-06-053-7/+7
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-2/+2
* Reimplement traverse() helper function:pjd2007-06-042-10/+14
* Revert VMCNT_* operations introduction.attilio2007-05-313-12/+12
* Revert UF_OPENING workaround for CURRENT.kib2007-05-314-4/+5
* There are too many false positive LORs reported by WITNESS, so when ZFSpjd2007-05-262-2/+14
* DNLC_NO_VNODE can't be NULL.pjd2007-05-241-1/+1
* FreeBSD's namecache works quite well with ZFS, so remove DNLC.pjd2007-05-231-0/+40
* Remove duplicate includes.cognet2007-05-231-3/+0
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-231-75/+38
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-201-6/+6
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-183-12/+12
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-141-31/+29
* Share-lock a vnode where possible.pjd2007-05-022-3/+3
* Eliminate the use of Giant from ia64-specific code in freebsd32_mmap().alc2007-05-011-6/+1
* Synchronize vm map and object accesses.alc2007-05-011-8/+26
* MFp4: Reduce diff against vendor code:pjd2007-04-235-5/+72
* Now that we're MPSAFE, tell namei() to acquire Giant if necessary.des2007-04-221-2/+4
* MFp4:pjd2007-04-211-1/+1
* MFp4: Fix automatic snapshot mount when unprivileged user does lookuppjd2007-04-181-7/+8
* - Fix a leftover - vfs_mount_alloc() is now exported properly.pjd2007-04-171-4/+5
* Whitespace cleanup.des2007-04-151-16/+18
* Some Linux applications (ping) pass a non-NULL msg_control argument torwatson2007-04-141-0/+10
* strchr() and strrchr() are already present in the kernel, but with lesswkoszek2007-04-102-33/+2
* Whitespace fixesscottl2007-04-101-28/+28
* Try to stabilize ZFS with regard to memory consumption:pjd2007-04-102-8/+26
* Instead of detecting if lock is already initialized based on standard 1 bitpjd2007-04-093-2/+55
* Extend kobj compatibility KPI to support operating on files before andpjd2007-04-082-16/+102
* MFp4: Synchronize with recent OpenSolaris changes.pjd2007-04-082-0/+95
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-072-0/+61
* Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.jkim2007-04-061-0/+2
* We have strcasecmp() in libkern now.pjd2007-04-064-55/+3
* Please welcome ZFS - The last word in file systems.pjd2007-04-0642-0/+4244
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-042-8/+21
* MFP4: Turn emul_lock into a mutex.jkim2007-04-022-14/+14
* Use underlying structures instead of kernel_sysctlbyname() for msginfo andjkim2007-03-301-34/+5
OpenPOWER on IntegriCloud