aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* MFC rev. 1.89, 1.90:Konstantin Belousov2008-01-091-8/+21
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-181-13/+3
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'Robert Watson2007-03-061-4/+0
* MFP4: 109652Jung-uk Kim2006-12-041-39/+38
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littleAlexander Leidinger2006-08-271-0/+51
* Fix file leaking in translate_path_major_minor.Doug Ambrisko2006-05-161-2/+6
* Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger2006-05-101-2/+0
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byDoug Ambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-5/+59
* Fix tinderbox on alpha.Alexander Leidinger2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-2/+60
* - Remove ifdef disabled code that doesn't have a chance of working anymore.Jeff Roberson2006-02-061-48/+0
* Fix a typo : deivce => deviceOlivier Houchard2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :Olivier Houchard2006-01-261-0/+22
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.Pawel Jakub Dawidek2005-06-231-3/+0
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfsPawel Jakub Dawidek2005-06-091-2/+3
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().Pawel Jakub Dawidek2005-05-271-4/+3
* The code is under '#ifdef not_that_way', but anyway:Pawel Jakub Dawidek2005-05-221-0/+3
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,Pawel Jakub Dawidek2005-05-221-7/+2
* Neuter the duplicated disk-device magic code for now. Somebody withPoul-Henning Kamp2005-03-151-41/+32
* Neuter linux_ustat() until somebody finds time to try to fix it.Poul-Henning Kamp2005-02-221-4/+9
* - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather thanJohn Baldwin2005-02-071-132/+39
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-6/+6
* Hold thread reference while frobbing cdevsw.Poul-Henning Kamp2004-09-241-18/+24
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-2/+9
* Add XXX comment about findcdev() misuse.Poul-Henning Kamp2004-08-141-0/+6
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-4/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-111-1/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-4/+4
* Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.Eric Anholt2003-11-051-4/+14
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Initialize tbuf in newstat_copyout() too.Martin Blapp2003-04-291-0/+1
* Do the same thing for stat64_copyout() as we alreadyMartin Blapp2003-04-291-0/+19
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-4/+3
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-6/+6
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-4/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* 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