summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_file.c
Commit message (Expand)AuthorAgeFilesLines
* Finish the Linuxulator MD/MI split.marcel2000-08-221-879/+0
* Implement pread and pwrite.marcel2000-07-171-0/+28
* Simplify the F_GETOWN and F_SETOWN fcntl commands. The workaroundmarcel2000-07-151-49/+7
* Implement fdatasync in terms of fsync. The regeneration of proto.h,marcel1999-11-261-0/+11
* simplify check for device.phk1999-11-081-1/+1
* Fix the duplicate filenames that are the result of using getdents.marcel1999-10-211-1/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-251-4/+5
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-1/+1
* Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-171-6/+19
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix bug in the fcntl syscall where 'arg' was not set properly.marcel1999-08-151-2/+4
* Implementation of the linux_getcwd syscall.marcel1999-08-141-1/+16
* In doing lock type conversion (struct flock), make sure that carbage in resultsmarcel1999-08-131-2/+5
* Use a wrapper for the link syscall that does name translations.marcel1999-08-121-1/+20
* Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-181-7/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-3/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* Use truncate() instead of otruncate() - step on the way to stoppingeivind1999-01-101-3/+3
* Make async I/O on a socket work.jfieber1998-10-051-1/+4
* Fixed print format errors.bde1998-07-291-5/+5
* The linux chown syscall is more like lchown, a new chown syscall thatpeter1998-03-291-1/+22
* sigh....forgot to update the DEBUG printfjmb1998-01-051-3/+3
* length argument to truncate() in linux emulationjmb1998-01-051-1/+2
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-161-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-58/+59
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-061-6/+2
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-051-10/+46
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make this compile again after the Lite2 merge.mpp1997-02-101-3/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix the getdents() emulation, the Linux ELF libraries use this, andpeter1996-03-101-3/+11
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-43/+354
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-151-16/+14
* Completed function declarations and added prototypes.bde1995-11-221-4/+7
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-6/+8
* Modified linux_readdir() function to properly handle Linux readdir()swallace1995-08-281-14/+27
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+436
OpenPOWER on IntegriCloud