| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call VOP_GETATTR in getdents function. It does not serve any | kan | 2003-11-19 | 1 | -6/+0 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+3 |
* | Fix a lock order reversal. Unlock the proc before calling fget(). | jhb | 2003-04-23 | 1 | -1/+1 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -1/+1 |
* | Clean up whitespace and remove register keyword. | des | 2003-03-03 | 1 | -16/+16 |
* | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | des | 2003-03-03 | 1 | -10/+10 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Fix emulation of the fcntl64() syscall. In Linux, this is exactly | iedowse | 2002-12-08 | 1 | -39/+33 |
* | Use the new kern_*() functions to avoid using the stack gap in | iedowse | 2002-09-02 | 1 | -69/+33 |
* | Use the new kern_* functions to avoid the need to store arguments | iedowse | 2002-09-01 | 1 | -165/+144 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+2 |
* | Fix missing parens in MAC readdir() check. This fix was in the MAC | rwatson | 2002-08-12 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -0/+9 |
* | Move the switch statement labels for the explicit 64-bit | robert | 2002-07-09 | 1 | -3/+3 |
* | Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 | robert | 2002-07-09 | 1 | -0/+3 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+2 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -7/+9 |
* | Remove unused variable. | alfred | 2002-01-13 | 1 | -1/+0 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -11/+23 |
* | Implement linux_chown and linux_lchown. The fchown syscall maps | marcel | 2001-10-16 | 1 | -0/+42 |
* | Whitespace fix. | jhb | 2001-09-12 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -107/+108 |
* | Round of cleanups and enhancements. These include (in random order): | marcel | 2001-09-08 | 1 | -387/+558 |
* | Fix linux_getcwd() so that if the cwd isn't cached (__getcwd() fails), | gallatin | 2001-08-29 | 1 | -28/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+6 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -16/+17 |
* | Allow debugging output to be controlled on a per-syscall granularity. | jlemon | 2001-02-16 | 1 | -41/+48 |
* | Add mount syscall to linux emulation. Also improve emulation of reboot. | jlemon | 2001-02-16 | 1 | -0/+89 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -8/+1 |
* | Lock access to proc members. | jhb | 2000-12-15 | 1 | -2/+12 |
* | Don't auto-generate the syscalls. | marcel | 2000-12-03 | 1 | -4/+0 |
* | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO | marcel | 2000-11-13 | 1 | -5/+19 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 1 | -0/+4 |
* | Sync with Alpha: | marcel | 2000-11-09 | 1 | -4/+0 |
* | Fix getdents syscall. | marcel | 2000-11-05 | 1 | -1/+4 |
* | The MI/MD split wasn't perfect and the MI files need hacks for the | obrien | 2000-11-01 | 1 | -3/+15 |
* | Update include directives and remove linux_execve. | marcel | 2000-08-22 | 1 | -23/+3 |
* | Implement pread and pwrite. | marcel | 2000-07-17 | 1 | -0/+28 |
* | Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaround | marcel | 2000-07-15 | 1 | -49/+7 |
* | Implement fdatasync in terms of fsync. The regeneration of proto.h, | marcel | 1999-11-26 | 1 | -0/+11 |
* | simplify check for device. | phk | 1999-11-08 | 1 | -1/+1 |
* | Fix the duplicate filenames that are the result of using getdents. | marcel | 1999-10-21 | 1 | -1/+1 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -4/+5 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -1/+1 |