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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Finish r283544. In exec case properly detach threads from user space
dchagin
2015-06-06
1
-0
/
+12
*
When I merged the lemul branch I missied kib@'s r282708 commit.
dchagin
2015-05-25
1
-13
/
+5
*
Linux nanosleep() and clock_nanosleep() system calls always
dchagin
2015-05-24
1
-37
/
+24
*
Convert SCM_TIMESTAMP in recvmsg().
dchagin
2015-05-24
2
-1
/
+18
*
The latest cp tool is trying to use the btrfs clone operation that is
dchagin
2015-05-24
2
-3
/
+16
*
Fix an mbuf(9) leak in sendmsg() under failure condition and
dchagin
2015-05-24
1
-2
/
+1
*
Implement Linux specific syncfs() system call.
dchagin
2015-05-24
1
-0
/
+41
*
Properly check tv_nsec value. The tv_nsec field can also be one
dchagin
2015-05-24
1
-2
/
+16
*
Since FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK options
dchagin
2015-05-24
1
-69
/
+25
*
Implement recvmmsg() and sendmmsg() system calls.
dchagin
2015-05-24
2
-42
/
+168
*
Reduce duplication between MD Linux code by moving msg related
dchagin
2015-05-24
1
-0
/
+16
*
Implement epoll_pwait() system call.
dchagin
2015-05-24
1
-10
/
+54
*
Convert signal number to native for VT_SETMODE ioctl and remove
dchagin
2015-05-24
1
-4
/
+10
*
Add utimensat() system call.
dchagin
2015-05-24
2
-0
/
+84
*
Convert Linux signal number to the FreeBSD.
dchagin
2015-05-24
1
-2
/
+2
*
Rework signal code to allow using it by other modules, like linprocfs:
dchagin
2015-05-24
6
-104
/
+322
*
According to Linux man sigaltstack(3) shall return EINVAL if the ss
dchagin
2015-05-24
2
-0
/
+28
*
Add EPOLLERR flag handling to epoll.
dchagin
2015-05-24
2
-2
/
+6
*
As fo_fill_kinfo() does not check fo_fill_kinfo to NULL
dchagin
2015-05-24
1
-0
/
+12
*
Add preliminary fallocate system call implementation
dchagin
2015-05-24
1
-0
/
+15
*
Delete the duplicate of linux_to_native_clockid() function.
dchagin
2015-05-24
3
-23
/
+5
*
Do not use struct l_timespec without conversion. While here move
dchagin
2015-05-24
4
-48
/
+54
*
Add prototypes for static futex functions.
dchagin
2015-05-24
1
-0
/
+16
*
As for now our tmpfs is no longer being considered
dchagin
2015-05-24
1
-8
/
+3
*
Print out unsupported futex operation message only once for the process.
dchagin
2015-05-24
2
-23
/
+46
*
Add some clock mappings used in glibc 2.20.
dchagin
2015-05-24
2
-17
/
+205
*
Improve ktr(9) records in thread managment code.
dchagin
2015-05-24
2
-7
/
+10
*
Use local struct proc * varable instead of dereferencing td->td_proc.
dchagin
2015-05-24
1
-8
/
+11
*
Avoid unnecessary em zeroing in non-exec path
dchagin
2015-05-24
1
-4
/
+5
*
Remove the unnecessary cast.
dchagin
2015-05-24
1
-1
/
+1
*
Implement ppoll() system call.
dchagin
2015-05-24
1
-0
/
+53
*
td_sigmask of a newly created thread copied from td.
dchagin
2015-05-24
1
-1
/
+0
*
Update Linux compat revision to 32.
dchagin
2015-05-24
1
-1
/
+1
*
Fix linux_common module build with KTR option.
dchagin
2015-05-24
1
-1
/
+0
*
Implement eventfd system call.
dchagin
2015-05-24
2
-0
/
+332
*
Put the correct value for the abi_nfdbits parameter of kern_select() for
dchagin
2015-05-24
2
-2
/
+5
*
Implement epoll family system calls. This is a tiny wrapper
dchagin
2015-05-24
6
-2
/
+596
*
Implement F_DUPFD_CLOEXEC fcntl flag.
dchagin
2015-05-24
1
-0
/
+3
*
Add several fcntl flags.
dchagin
2015-05-24
1
-0
/
+27
*
To avoid code duplication move open/fcntl definitions to the MI
dchagin
2015-05-24
2
-0
/
+45
*
Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
dchagin
2015-05-24
1
-8
/
+3
*
Convert Linux wait options to the FreeBSD.
dchagin
2015-05-24
1
-18
/
+13
*
Set WIFCONTINUED to the wait status if needed.
dchagin
2015-05-24
1
-0
/
+2
*
Rewrite linux_recvfrom. To avoid double conversion of sockaddr use
dchagin
2015-05-24
1
-29
/
+37
*
Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used by
dchagin
2015-05-24
1
-0
/
+3
*
Change linux faccessat syscall definition to match actual linux one.
dchagin
2015-05-24
1
-5
/
+2
*
Where possible we will use M_LINUX malloc(9) type.
dchagin
2015-05-24
10
-31
/
+32
*
Move FEATURE macros for v4l and v4l2 to the common module.
dchagin
2015-05-24
2
-3
/
+4
*
Refund the proc emuldata struct for future use. For now move flags from
dchagin
2015-05-24
6
-172
/
+160
*
Introduce a new module linux_common.ko which is intended for the
dchagin
2015-05-24
9
-467
/
+184
[prev]
[next]