index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r283465:
dchagin
2016-01-09
1
-0
/
+15
*
MFC r283439:
dchagin
2016-01-09
1
-0
/
+3
*
MFC r283428:
dchagin
2016-01-09
1
-5
/
+2
*
MFC r283427:
dchagin
2016-01-09
1
-4
/
+4
*
MFC r283415:
dchagin
2016-01-09
1
-7
/
+16
*
MFC r283399:
dchagin
2016-01-09
1
-0
/
+19
*
MFC r281726:
trasz
2015-10-18
1
-29
/
+29
*
MFC r281689:
trasz
2015-10-18
1
-29
/
+5
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-4
/
+13
*
Rename do_pipe() to kern_pipe2() and declare it properly.
jilles
2013-03-31
1
-5
/
+2
*
Remove check for NULL prior to free(9) and m_freem(9).
eadler
2013-03-04
1
-2
/
+1
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-4
/
+5
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
1
-0
/
+1
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-4
/
+1
*
Remove redundant check
kevlo
2012-09-12
1
-5
/
+0
*
Extend the KPI to lock and unlock f_offset member of struct file. It
kib
2012-07-02
1
-2
/
+3
*
- Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
jkim
2012-04-16
1
-0
/
+49
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
Implement linux_fadvise64() and linux_fadvise64_64() using
jhb
2011-12-29
1
-0
/
+45
*
Make the Linux *at() calls a bit more complete.
ed
2011-11-19
1
-14
/
+14
*
Improve *access*() parameter name consistency.
ed
2011-11-19
1
-6
/
+6
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-7
/
+7
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-4
/
+5
*
In linuxolator getdents_common(), it seems there is no reason to loop
kib
2011-01-19
1
-3
/
+4
*
Actually make O_DIRECTORY work.
ed
2010-03-21
1
-6
/
+2
*
Background:
mckusick
2010-01-11
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine
ambrisko
2009-03-26
1
-0
/
+9
*
Use shared vnode locks when invoking VOP_READDIR().
jhb
2009-02-13
1
-1
/
+1
*
Fix an edge-case of the linux readdir: We need the size of a linux dirent
netchild
2009-02-13
1
-1
/
+1
*
Getdents requires padding with 2 bytes instead of 1 byte
rdivacky
2008-09-09
1
-33
/
+54
*
d_ino member of linux_dirent structure should be unsigned long.
rdivacky
2008-06-08
1
-2
/
+2
*
Implement linux_truncate64() syscall.
rdivacky
2008-04-23
1
-0
/
+18
*
Remove using magic value of -1 to distinguish between linux_open()
rdivacky
2008-04-09
1
-5
/
+3
*
Implement the linux syscalls
kib
2008-04-08
1
-112
/
+246
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+2
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Plug the leaks in the present (hopefully, soon to be replaced)
kib
2007-12-29
1
-12
/
+19
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Don't add the 'pad' argument to the mmap/truncate/etc syscalls.
peter
2007-07-04
1
-1
/
+0
*
Ensure that newpath is always initialized, even for the error case.
mjacob
2007-06-10
1
-0
/
+2
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
1
-4
/
+17
*
Implement the openat() linux syscall
julian
2007-03-29
1
-31
/
+137
*
Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags
kib
2007-01-18
1
-17
/
+46
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
MFp4:
netchild
2006-09-23
1
-1
/
+23
*
The Linux unlink syscall uses a different errno value when trying to unlink
netchild
2006-09-10
1
-0
/
+7
*
- Add conditional VFS Giant locking to getdents_common() (linux ABIs),
jhb
2006-07-11
1
-13
/
+14
[next]