summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFP4: Linux futex support for amd64.jkim2007-03-301-87/+129
* Implement the openat() linux syscalljulian2007-03-292-33/+142
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-122-45/+45
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'rwatson2007-03-061-4/+0
* MFP4: 113090, 113130, 113132jkim2007-03-021-3/+100
* MFP4: 115220, 115222jkim2007-03-021-2/+2
* MFp4 (110541):netchild2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):netchild2007-02-252-89/+92
* Partial MFp4 of 114977:netchild2007-02-244-15/+12
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-232-7/+13
OpenPOWER on IntegriCloud