summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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