summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_file.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283465:dchagin2016-01-091-0/+15
* MFC r283439:dchagin2016-01-091-0/+3
* MFC r283428:dchagin2016-01-091-5/+2
* MFC r283427:dchagin2016-01-091-4/+4
* MFC r283415:dchagin2016-01-091-7/+16
* MFC r283399:dchagin2016-01-091-0/+19
* MFC r281726:trasz2015-10-181-29/+29
* MFC r281689:trasz2015-10-181-29/+5
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+13
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-5/+2
* Remove check for NULL prior to free(9) and m_freem(9).eadler2013-03-041-2/+1
* Merge Capsicum overhaul:pjd2013-03-021-4/+5
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-4/+1
* Remove redundant checkkevlo2012-09-121-5/+0
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-2/+3
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-0/+49
* Convert files to UTF-8uqs2012-01-151-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-0/+45
* Make the Linux *at() calls a bit more complete.ed2011-11-191-14/+14
* Improve *access*() parameter name consistency.ed2011-11-191-6/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-7/+7
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-4/+5
* In linuxolator getdents_common(), it seems there is no reason to loopkib2011-01-191-3/+4
* Actually make O_DIRECTORY work.ed2010-03-211-6/+2
* Background:mckusick2010-01-111-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-0/+9
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-1/+1
* Fix an edge-case of the linux readdir: We need the size of a linux direntnetchild2009-02-131-1/+1
* Getdents requires padding with 2 bytes instead of 1 byterdivacky2008-09-091-33/+54
* d_ino member of linux_dirent structure should be unsigned long.rdivacky2008-06-081-2/+2
* Implement linux_truncate64() syscall.rdivacky2008-04-231-0/+18
* Remove using magic value of -1 to distinguish between linux_open()rdivacky2008-04-091-5/+3
* Implement the linux syscallskib2008-04-081-112/+246
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Plug the leaks in the present (hopefully, soon to be replaced)kib2007-12-291-12/+19
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-1/+0
* Ensure that newpath is always initialized, even for the error case.mjacob2007-06-101-0/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+17
* Implement the openat() linux syscalljulian2007-03-291-31/+137
* Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flagskib2007-01-181-17/+46
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* MFp4:netchild2006-09-231-1/+23
* The Linux unlink syscall uses a different errno value when trying to unlinknetchild2006-09-101-0/+7
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-13/+14
OpenPOWER on IntegriCloud