| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvs | cvs2svn | 2004-01-10 | 1 | -1/+1 |
| * | 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 |
| * | Implement linux_chown and linux_lchown. The fchown syscall maps | Marcel Moolenaar | 2001-10-16 | 1 | -0/+42 |
| * | Whitespace fix. | John Baldwin | 2001-09-12 | 1 | -1/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -107/+108 |
| * | Round of cleanups and enhancements. These include (in random order): | Marcel Moolenaar | 2001-09-08 | 1 | -380/+551 |
| * | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | Andrew Gallatin | 2001-08-29 | 1 | -28/+0 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -5/+6 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -16/+17 |
| * | Allow debugging output to be controlled on a per-syscall granularity. | Jonathan Lemon | 2001-02-16 | 1 | -41/+48 |
| * | Add mount syscall to linux emulation. Also improve emulation of reboot. | Jonathan Lemon | 2001-02-16 | 1 | -0/+89 |
| * | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 1 | -8/+1 |
| * | Lock access to proc members. | John Baldwin | 2000-12-15 | 1 | -2/+12 |
| * | Don't auto-generate the syscalls. | Marcel Moolenaar | 2000-12-03 | 1 | -4/+0 |
| * | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO | Marcel Moolenaar | 2000-11-13 | 1 | -5/+19 |
| * | Revert auto-generation. The Alpha port is broken. | Marcel Moolenaar | 2000-11-10 | 1 | -0/+4 |
| * | Sync with Alpha: | Marcel Moolenaar | 2000-11-09 | 1 | -4/+0 |
| * | Fix getdents syscall. | Marcel Moolenaar | 2000-11-05 | 1 | -1/+4 |
| * | The MI/MD split wasn't perfect and the MI files need hacks for the | David E. O'Brien | 2000-11-01 | 1 | -3/+15 |
| * | Update include directives and remove linux_execve. | Marcel Moolenaar | 2000-08-22 | 1 | -23/+3 |
| * | Implement pread and pwrite. | Marcel Moolenaar | 2000-07-17 | 1 | -0/+28 |
| * | Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaround | Marcel Moolenaar | 2000-07-15 | 1 | -49/+7 |
| * | Implement fdatasync in terms of fsync. The regeneration of proto.h, | Marcel Moolenaar | 1999-11-26 | 1 | -0/+11 |
| * | simplify check for device. | Poul-Henning Kamp | 1999-11-08 | 1 | -1/+1 |
| * | Fix the duplicate filenames that are the result of using getdents. | Marcel Moolenaar | 1999-10-21 | 1 | -1/+1 |
| * | This patch clears the way for removing a number of tty related | Poul-Henning Kamp | 1999-09-25 | 1 | -4/+5 |