summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283492:dchagin2016-01-091-0/+41
* MFC r283461:dchagin2016-01-091-8/+3
* MFC r283420:dchagin2016-01-091-0/+30
* MFC r283419:dchagin2016-01-091-1/+1
* MFC r283415:dchagin2016-01-091-0/+4
* MFC r283412:dchagin2016-01-091-10/+9
* Remove direct access to si_name.ed2012-02-101-3/+3
* Convert files to UTF-8uqs2012-01-151-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+4
* Linux' shm_open() fails because it wants to find some funky shmfsnetchild2011-02-091-1/+9
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-9/+18
* No need to include security/mac/mac_framework.h here.pjd2010-02-181-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-1/+0
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-201-47/+49
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-3/+3
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+11
* Push down the major/minor conversion for pts/%u to improve consistency.ed2008-06-021-26/+4
* Implement the linux syscallskib2008-04-081-3/+40
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.kib2007-12-291-3/+12
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-13/+3
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'rwatson2007-03-061-4/+0
* MFP4: 109652jkim2006-12-041-39/+38
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-271-0/+51
* Fix file leaking in translate_path_major_minor.ambrisko2006-05-161-2/+6
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-101-2/+0
* Fix the the duplicate cut-n-paste in linux_fstat64 pointed out byambrisko2006-05-051-1/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-5/+59
* Fix tinderbox on alpha.netchild2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-2/+60
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-261-0/+22
* 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
OpenPOWER on IntegriCloud