| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -387/+558 |
| * | 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 |
| * | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | Brian Feldman | 1999-09-19 | 1 | -1/+1 |
| * | Fix getcwd. It must return the length of the path including the terminating 0. | Marcel Moolenaar | 1999-09-17 | 1 | -6/+19 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix bug in the fcntl syscall where 'arg' was not set properly. | Marcel Moolenaar | 1999-08-15 | 1 | -2/+4 |
| * | Implementation of the linux_getcwd syscall. | Marcel Moolenaar | 1999-08-14 | 1 | -1/+16 |
| * | In doing lock type conversion (struct flock), make sure that carbage in results | Marcel Moolenaar | 1999-08-13 | 1 | -2/+5 |
| * | Use a wrapper for the link syscall that does name translations. | Marcel Moolenaar | 1999-08-12 | 1 | -1/+20 |
| * | Use the vn_todev() function, rather than VOP_GETATTR | Poul-Henning Kamp | 1999-07-18 | 1 | -7/+3 |
| * | Divorce "dev_t" from the "major|minor" bitmap, which is now called | Poul-Henning Kamp | 1999-05-11 | 1 | -3/+5 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -2/+2 |
| * | Fix up a few easy 'assignment used as truth value' and 'suggest parens | Peter Wemm | 1999-05-06 | 1 | -2/+3 |
| * | Use truncate() instead of otruncate() - step on the way to stopping | Eivind Eklund | 1999-01-10 | 1 | -3/+3 |
| * | Make async I/O on a socket work. | John Fieber | 1998-10-05 | 1 | -1/+4 |