| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.release/7.1.0_cvs | Ken Smith | 2008-12-31 | 1 | -1/+1 |
| * | Merge r182892 from head to stable/7, I had to manually | Roman Divacky | 2008-09-22 | 1 | -33/+54 |
| * | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -0/+2 |
| * | MFC rev. 1.107: | Konstantin Belousov | 2008-01-03 | 1 | -12/+19 |
| * | Don't add the 'pad' argument to the mmap/truncate/etc syscalls. | Peter Wemm | 2007-07-04 | 1 | -1/+0 |
| * | Ensure that newpath is always initialized, even for the error case. | Matt Jacob | 2007-06-10 | 1 | -0/+2 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -4/+17 |
| * | Implement the openat() linux syscall | Julian Elischer | 2007-03-29 | 1 | -31/+137 |
| * | Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags | Konstantin Belousov | 2007-01-18 | 1 | -17/+46 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | MFp4: | Alexander Leidinger | 2006-09-23 | 1 | -1/+23 |
| * | The Linux unlink syscall uses a different errno value when trying to unlink | Alexander Leidinger | 2006-09-10 | 1 | -0/+7 |
| * | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | John Baldwin | 2006-07-11 | 1 | -13/+14 |
| * | Now that we don't have a linuxolator on alpha anymore: | Alexander Leidinger | 2006-05-10 | 1 | -12/+0 |
| * | Unbreak COMPAT_LINUX32 option support on amd64. | Ruslan Ermilov | 2006-03-19 | 1 | -0/+1 |
| * | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger | 2006-03-18 | 1 | -1/+0 |
| * | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger | 2006-03-18 | 1 | -2/+15 |
| * | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+16 |
| * | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 1 | -8/+8 |
| * | Do not blindly pass linux filesystem specific mount data across. | Poul-Henning Kamp | 2004-12-03 | 1 | -1/+1 |
| * | Ignore MNT_NODEV option, it is implicit in choice of filesystem. | Poul-Henning Kamp | 2004-11-26 | 1 | -2/+0 |
| * | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | Tim J. Robbins | 2004-08-16 | 1 | -6/+21 |
| * | Use kernel_vmount() instead of vfs_nmount(). | Poul-Henning Kamp | 2004-07-27 | 1 | -15/+4 |
| * | Use vfs_nmount() to mount linprocfs filesystems in linux_mount(); | Tim J. Robbins | 2004-03-16 | 1 | -4/+21 |
| * | Correct size argument passed to copyinstr() in linux_mount(): mntfromname | Tim J. Robbins | 2004-03-16 | 1 | -2/+2 |
| * | Do not call VOP_GETATTR in getdents function. It does not serve any | Alexander Kabaev | 2003-11-19 | 1 | -6/+0 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
| * | Fix a lock order reversal. Unlock the proc before calling fget(). | John Baldwin | 2003-04-23 | 1 | -1/+1 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -1/+1 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -16/+16 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -10/+10 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | Ian Dowse | 2002-12-08 | 1 | -39/+33 |
| * | Use the new kern_*() functions to avoid using the stack gap in | Ian Dowse | 2002-09-02 | 1 | -69/+33 |
| * | Use the new kern_* functions to avoid the need to store arguments | Ian Dowse | 2002-09-01 | 1 | -165/+144 |
| * | In continuation of early fileop credential changes, modify fo_ioctl() to | Robert Watson | 2002-08-17 | 1 | -1/+2 |
| * | Fix missing parens in MAC readdir() check. This fix was in the MAC | Robert Watson | 2002-08-12 | 1 | -1/+1 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -0/+9 |
| * | Move the switch statement labels for the explicit 64-bit | Robert Drehmel | 2002-07-09 | 1 | -3/+3 |
| * | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | Robert Drehmel | 2002-07-09 | 1 | -0/+3 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -1/+2 |
| * | Replace ffind_* with fget calls. | Alfred Perlstein | 2002-01-14 | 1 | -7/+9 |
| * | Remove unused variable. | Alfred Perlstein | 2002-01-13 | 1 | -1/+0 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -11/+23 |