| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish the Linuxulator MD/MI split. | Marcel Moolenaar | 2000-08-22 | 1 | -879/+0 |
* | 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 |
* | Fixed print format errors. | Bruce Evans | 1998-07-29 | 1 | -5/+5 |
* | The linux chown syscall is more like lchown, a new chown syscall that | Peter Wemm | 1998-03-29 | 1 | -1/+22 |
* | sigh....forgot to update the DEBUG printf | Jonathan M. Bresler | 1998-01-05 | 1 | -3/+3 |
* | length argument to truncate() in linux emulation | Jonathan M. Bresler | 1998-01-05 | 1 | -1/+2 |
* | Make hidden COMPAT_43 dependencies explict. Options in headers is a | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | Bruce Evans | 1997-12-05 | 1 | -1/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -58/+59 |
* | Remove dependancy on UFS' DIRBLKSIZ definition. | Doug Rabson | 1997-04-06 | 1 | -6/+2 |
* | Fix linux_getdents so that it can cope with filesystems which translate | Doug Rabson | 1997-04-05 | 1 | -10/+46 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make this compile again after the Lite2 merge. | Mike Pritchard | 1997-02-10 | 1 | -3/+2 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fix the getdents() emulation, the Linux ELF libraries use this, and | Peter Wemm | 1996-03-10 | 1 | -3/+11 |
* | Mega-commit for Linux emulator update.. This has been stress tested under | Peter Wemm | 1996-03-02 | 1 | -43/+354 |
* | Clean up some warnings by using the generated structures in <sys/sysproto.h> | Peter Wemm | 1995-12-15 | 1 | -16/+14 |
* | Completed function declarations and added prototypes. | Bruce Evans | 1995-11-22 | 1 | -4/+7 |
* | Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. | Steven Wallace | 1995-10-10 | 1 | -6/+8 |
* | Modified linux_readdir() function to properly handle Linux readdir() | Steven Wallace | 1995-08-28 | 1 | -14/+27 |
* | First incarnation of our Linux emulator or rather compatibility code. | Søren Schmidt | 1995-06-25 | 1 | -0/+436 |