summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-231-3/+0
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-2/+3
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-221-7/+2
* Neuter the duplicated disk-device magic code for now. Somebody withphk2005-03-151-41/+32
* Neuter linux_ustat() until somebody finds time to try to fix it.phk2005-02-221-4/+9
* - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather thanjhb2005-02-071-132/+39
* Match the LINUX32's style with existing styleobrien2005-01-141-6/+6
* Hold thread reference while frobbing cdevsw.phk2004-09-241-18/+24
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-2/+9
* Add XXX comment about findcdev() misuse.phk2004-08-141-0/+6
* Second half of the dev_t cleanup.phk2004-06-171-4/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Remove unused second arg to vfinddev().phk2004-03-111-1/+1
* Device megapatch 5/6:phk2004-02-211-4/+4
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.anholt2003-11-051-4/+14
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Initialize tbuf in newstat_copyout() too.mbr2003-04-291-0/+1
* Do the same thing for stat64_copyout() as we alreadymbr2003-04-291-0/+19
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-4/+3
* Clean up whitespace and remove register keyword.des2003-03-031-6/+6
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-4/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-1/+2
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-28/+27
* Make similar changes to fo_stat() and fo_poll() as made earlier torwatson2002-08-161-6/+6
* Another fix that wasn't pulled in from the MAC branch: therwatson2002-08-121-1/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+20
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Replace ffind_* with fget calls.alfred2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-6/+9
* Fix abuse of vtagtype. In addition, after this the linux programs will besobomax2001-09-191-32/+20
* KSE Milestone 2julian2001-09-121-31/+31
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-133/+203
* S_IFCHR is not a bit mask, it's just a value in a field. The correctpaul2001-06-041-1/+1
* Remove vestiges of MFS.ru2001-06-011-1/+1
* Remove MFSphk2001-05-291-2/+0
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-261-1/+1
* A bogus check for a char device also matched symbolic links.paul2001-04-251-1/+1
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-8/+12
* Instead of hard coding the major numbers for IDE and SCSI disksjoe2001-01-141-10/+17
* Map FreeBSD character device hard disks to Linux block device hard disks.paul2000-12-291-0/+14
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* Fix linux_ustat syscall. We only have cdevs now, so lookingmarcel2000-11-021-2/+2
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-9/+32
OpenPOWER on IntegriCloud