| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework the routines to convert a 5.x+ statfs structure (with fixed-size | John Baldwin | 2007-08-28 | 1 | -9/+9 |
| * | Implement fake linux sched_getaffinity() syscall to enable java to work | Konstantin Belousov | 2007-08-28 | 1 | -0/+21 |
| * | Some ZFS threads needs stack larger than the default 8kB, so use 16kB of | Pawel Jakub Dawidek | 2007-08-16 | 1 | -1/+8 |
| * | Regenerate. | David Xu | 2007-08-16 | 3 | -1/+4 |
| * | Add thr_kill2 compat32 syscall. | David Xu | 2007-08-16 | 1 | -0/+1 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | ndis will signal the kthread to exit and then sleep on the proc pointer to | Andrew Thompson | 2007-07-22 | 1 | -2/+6 |
| * | Fix a couple of issues with the stack limit for 32-bit processes on 64-bit | John Baldwin | 2007-07-12 | 1 | -8/+9 |
| * | Quiet warnings. I believe gcc is incorrect about these. | Peter Wemm | 2007-07-05 | 1 | -1/+1 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 1 | -1/+0 |
| * | Add compat6 wrapper code for mmap/lseek/pread/pwrite/truncate/ftruncate. | Peter Wemm | 2007-07-04 | 1 | -0/+83 |
| * | Regenerate after mmap/lseek/etc syscall changes | Peter Wemm | 2007-07-04 | 4 | -102/+177 |
| * | Add i386 emulation wrappers for mmap/lseek/etc. These use COMPAT6, so | Peter Wemm | 2007-07-04 | 1 | -6/+22 |
| * | Try a cheap way to get around gcc4.2 believing that user arguments | Matt Jacob | 2007-06-17 | 1 | -3/+6 |
| * | Remove stale 'XXX implement' comments for syscalls which have since been | Ed Maste | 2007-06-15 | 1 | -3/+0 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 5 | -25/+16 |
| * | Quiesce warnings by initializing irql values to zero. | Matt Jacob | 2007-06-10 | 1 | -3/+3 |
| * | Ensure that newpath is always initialized, even for the error case. | Matt Jacob | 2007-06-10 | 1 | -0/+2 |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 2 | -0/+10 |
| * | The current rusage code show peculiar problems: | Attilio Rao | 2007-06-09 | 1 | -4/+5 |
| * | - Reduce number of atomic operations needed to be implemented in asm by | Pawel Jakub Dawidek | 2007-06-08 | 2 | -0/+247 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 3 | -7/+7 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -2/+2 |
| * | Reimplement traverse() helper function: | Pawel Jakub Dawidek | 2007-06-04 | 2 | -10/+14 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 3 | -12/+12 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 4 | -4/+5 |
| * | There are too many false positive LORs reported by WITNESS, so when ZFS | Pawel Jakub Dawidek | 2007-05-26 | 2 | -2/+14 |
| * | DNLC_NO_VNODE can't be NULL. | Pawel Jakub Dawidek | 2007-05-24 | 1 | -1/+1 |
| * | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | Pawel Jakub Dawidek | 2007-05-23 | 1 | -0/+40 |
| * | Remove duplicate includes. | Olivier Houchard | 2007-05-23 | 1 | -3/+0 |
| * | Move futex support code from <arch>/support.s into linux compat directory. | Konstantin Belousov | 2007-05-23 | 1 | -74/+37 |
| * | Allow FreeBSD's native ELF image activators to execute shared libraries the | Alexander Kabaev | 2007-05-22 | 1 | -2/+2 |
| * | - Move GDT/LDT locking into a seperate spinlock, removing the global | Jeff Roberson | 2007-05-20 | 1 | -6/+6 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 3 | -12/+12 |
| * | Rework the support for ABIs to override resource limits (used by 32-bit | John Baldwin | 2007-05-14 | 1 | -30/+28 |
| * | Share-lock a vnode where possible. | Pawel Jakub Dawidek | 2007-05-02 | 2 | -3/+3 |
| * | Eliminate the use of Giant from ia64-specific code in freebsd32_mmap(). | Alan Cox | 2007-05-01 | 1 | -6/+1 |
| * | Synchronize vm map and object accesses. | Alan Cox | 2007-05-01 | 1 | -8/+26 |
| * | MFp4: Reduce diff against vendor code: | Pawel Jakub Dawidek | 2007-04-23 | 5 | -5/+72 |
| * | Now that we're MPSAFE, tell namei() to acquire Giant if necessary. | Dag-Erling Smørgrav | 2007-04-22 | 1 | -2/+4 |
| * | MFp4: | Pawel Jakub Dawidek | 2007-04-21 | 1 | -1/+1 |
| * | MFp4: Fix automatic snapshot mount when unprivileged user does lookup | Pawel Jakub Dawidek | 2007-04-18 | 1 | -7/+8 |
| * | - Fix a leftover - vfs_mount_alloc() is now exported properly. | Pawel Jakub Dawidek | 2007-04-17 | 1 | -4/+5 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2007-04-15 | 1 | -16/+18 |
| * | Some Linux applications (ping) pass a non-NULL msg_control argument to | Robert Watson | 2007-04-14 | 1 | -0/+10 |
| * | strchr() and strrchr() are already present in the kernel, but with less | Wojciech A. Koszek | 2007-04-10 | 2 | -33/+2 |
| * | Whitespace fixes | Scott Long | 2007-04-10 | 1 | -27/+27 |
| * | Try to stabilize ZFS with regard to memory consumption: | Pawel Jakub Dawidek | 2007-04-10 | 2 | -8/+26 |
| * | Instead of detecting if lock is already initialized based on standard 1 bit | Pawel Jakub Dawidek | 2007-04-09 | 3 | -2/+55 |
| * | Extend kobj compatibility KPI to support operating on files before and | Pawel Jakub Dawidek | 2007-04-08 | 2 | -16/+102 |