aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-051-1/+2
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-28/+27
* Make similar changes to fo_stat() and fo_poll() as made earlier toRobert Watson2002-08-161-6/+6
* Another fix that wasn't pulled in from the MAC branch: theRobert Watson2002-08-121-1/+2
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-0/+20
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-6/+9
* Fix abuse of vtagtype. In addition, after this the linux programs will beMaxim Sobolev2001-09-191-31/+19
* KSE Milestone 2Julian Elischer2001-09-121-31/+31
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-133/+203
* S_IFCHR is not a bit mask, it's just a value in a field. The correctPaul Richards2001-06-041-1/+1
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-1/+1
* Remove MFSPoul-Henning Kamp2001-05-291-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsRuslan Ermilov2001-05-261-1/+1
* A bogus check for a char device also matched symbolic links.Paul Richards2001-04-251-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-8/+12
* Instead of hard coding the major numbers for IDE and SCSI disksJosef Karthauser2001-01-141-9/+16
* Map FreeBSD character device hard disks to Linux block device hard disks.Paul Richards2000-12-291-0/+14
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+4
* Sync with Alpha:Marcel Moolenaar2000-11-091-4/+0
* Fix linux_ustat syscall. We only have cdevs now, so lookingMarcel Moolenaar2000-11-021-2/+2
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-9/+32
* Update include directives.Marcel Moolenaar2000-08-221-4/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Convert the filesystem type returned in struct statfs by syscallsMarcel Moolenaar2000-01-081-2/+51
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+5
* Remove unused includes.Marcel Moolenaar1999-12-101-2/+0
* Implement linux_ustat.Marcel Moolenaar1999-11-271-3/+56
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statPeter Wemm1999-11-081-15/+1
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.Marcel Moolenaar1999-08-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix linux_newlstat in that it doesn't return the attributes of its containingMarcel Moolenaar1999-08-251-117/+104
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Yet another place which knew too much. Still not sure how muchPoul-Henning Kamp1999-05-091-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-5/+9
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed lseek() on named pipes. It always succeeded but should always fail.Bruce Evans1996-12-191-1/+2
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-67/+94
* Call pipe_stat() when presented with a DTYPE_PIPE file in the linuxPeter Wemm1996-01-301-1/+5
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-5/+3
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-7/+2
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+273