aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_stats.c
Commit message (Expand)AuthorAgeFilesLines
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+6
* Oops, r335053 had an old version of the comment about 16-bit linux dev_tBruce Evans2018-06-131-11/+13
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-131-3/+20
* Fix some bugs found while fixing the representation and translationBruce Evans2018-06-131-4/+1
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-4/+2
* Linuxulator: apply style(9) to returnEd Maste2018-03-121-1/+1
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Small style(9) issue: spaces vs TAB.Pedro F. Giffuni2017-09-241-1/+1
* Add ZFS to Linux statfs ftypeEd Maste2017-06-181-0/+2
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+9
* Get rid of foo_sys() in linuxulator code. It was commented out, and itEdward Tomasz Napierala2017-02-211-36/+0
* Do not allocate struct statfs on kernel stack.Konstantin Belousov2017-01-051-21/+29
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.Dmitry Chagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough andDmitry Chagin2016-03-201-1/+15
* Whitespaces, style(9) fixes. No functional changes.Dmitry Chagin2016-03-201-6/+6
* Implement fstatfs64 system call.Dmitry Chagin2016-03-201-0/+21
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-0/+41
* As for now our tmpfs is no longer being consideredDmitry Chagin2015-05-241-8/+3
* Add newfstatat system call for 64-bit Linuxulator.Dmitry Chagin2015-05-241-0/+30
* Fix compilation with -DDEBUG option.Dmitry Chagin2015-05-241-1/+1
* Disable i386 call for x86-64 Linux.Dmitry Chagin2015-05-241-0/+4
* Get ready to commit x86_64 Linux emulation.Dmitry Chagin2015-05-241-10/+9
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-1/+1
* Remove direct access to si_name.Ed Schouten2012-02-101-3/+3
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+4
* Linux' shm_open() fails because it wants to find some funky shmfsAlexander Leidinger2011-02-091-1/+9
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.Ed Schouten2010-03-281-9/+18
* No need to include security/mac/mac_framework.h here.Pawel Jakub Dawidek2010-02-181-2/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-1/+0
* Don't make Linux stat() open character devices to resolve its name.Ed Schouten2009-02-201-47/+49
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-3/+3
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+11
* Push down the major/minor conversion for pts/%u to improve consistency.Ed Schouten2008-06-021-26/+4
* Implement the linux syscallsKonstantin Belousov2008-04-081-3/+40
* After applying LCONVPATH() to the path, do use the converted pathKonstantin Belousov2008-01-051-9/+13
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.Konstantin Belousov2007-12-291-3/+12
* 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