summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the filesystem type returned in struct statfs by syscallsmarcel2000-01-081-2/+51
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+5
* Remove unused includes.marcel1999-12-101-2/+0
* Implement linux_ustat.marcel1999-11-271-3/+56
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-081-15/+1
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.marcel1999-08-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix linux_newlstat in that it doesn't return the attributes of its containingmarcel1999-08-251-117/+104
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Yet another place which knew too much. Still not sure how muchphk1999-05-091-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-5/+9
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+2
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-67/+94
* Call pipe_stat() when presented with a DTYPE_PIPE file in the linuxpeter1996-01-301-1/+5
* Completed function declarations and added prototypes.bde1995-11-221-5/+3
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-7/+2
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+273
OpenPOWER on IntegriCloud