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
/
amd64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow DTrace to be compiled-in to the kernel.
br
2015-06-10
1
-0
/
+17
*
Fixup the build after r284215.
mjg
2015-06-10
1
-1
/
+1
*
Implement lockless resource limits.
mjg
2015-06-10
1
-1
/
+1
*
Generalised support for copy-on-write structures shared by threads.
mjg
2015-06-10
1
-2
/
+2
*
Account for superpage mappings that are created by pmap_copy().
alc
2015-06-09
1
-0
/
+1
*
Support guest writes to the TSC by enabling the "use TSC offsetting"
tychon
2015-06-09
3
-4
/
+26
*
Futex is an aligned 32-bit integer. Use the proper instruction and
dchagin
2015-06-08
1
-24
/
+24
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
1
-3
/
+2
*
Update print_INTEL_TLB() by the tag values from the Intel SDM
kib
2015-06-06
2
-0
/
+2
*
The 'verify_gla()' function is used to ensure that the effective address
neel
2015-06-05
1
-1
/
+1
*
Use tunable 'hw.vmm.svm.features' to disable specific SVM features even
neel
2015-06-04
1
-5
/
+10
*
Remove unneeded NULL checks in amd64's trap_fatal().
dim
2015-06-01
1
-8
/
+2
*
Remove several write-only variables, all reported by the gcc 4.9
kib
2015-05-29
3
-11
/
+3
*
Fix non-deterministic delays when accessing a vcpu that was in "running" or
neel
2015-05-28
6
-34
/
+132
*
Enabled rewritten PCID support by default.
kib
2015-05-27
1
-1
/
+1
*
When I merged the lemul branch I missied kib@'s r282708 commit.
dchagin
2015-05-25
1
-9
/
+0
*
Regen for r283492.
dchagin
2015-05-24
10
-16
/
+40
*
Implement Linux specific syncfs() system call.
dchagin
2015-05-24
4
-4
/
+2
*
Regen for r283488.
dchagin
2015-05-24
10
-20
/
+138
*
Implement recvmmsg() and sendmmsg() system calls.
dchagin
2015-05-24
4
-8
/
+12
*
Reduce duplication between MD Linux code by moving msg related
dchagin
2015-05-24
2
-32
/
+0
*
Regen for r283484.
dchagin
2015-05-24
5
-7
/
+7
*
Implement epoll_pwait() system call.
dchagin
2015-05-24
3
-3
/
+1
*
Regen for r283480.
dchagin
2015-05-24
10
-16
/
+70
*
Add utimensat() system call.
dchagin
2015-05-24
4
-4
/
+4
*
The kernel sends signals to the processes via ABI specific sv_sendsig method.
dchagin
2015-05-24
2
-16
/
+0
*
Rework signal code to allow using it by other modules, like linprocfs:
dchagin
2015-05-24
6
-217
/
+21
*
According to Linux man sigaltstack(3) shall return EINVAL if the ss
dchagin
2015-05-24
4
-53
/
+0
*
Regen for r283467.
dchagin
2015-05-24
8
-10
/
+14
*
Call nosys in case when the incorrect syscall number is specified.
dchagin
2015-05-24
4
-5
/
+10
*
Regen for r283465.
dchagin
2015-05-24
10
-14
/
+68
*
Add preliminary fallocate system call implementation
dchagin
2015-05-24
4
-5
/
+4
*
Regen for r283451.
dchagin
2015-05-24
10
-16
/
+80
*
Implement ppoll() system call.
dchagin
2015-05-24
4
-4
/
+4
*
Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can
dchagin
2015-05-24
1
-0
/
+2
*
Regen for r283444.
dchagin
2015-05-24
10
-20
/
+78
*
Implement eventfd system call.
dchagin
2015-05-24
4
-8
/
+4
*
Put the correct value for the abi_nfdbits parameter of kern_select() for
dchagin
2015-05-24
2
-0
/
+2
*
Regen for r283441.
dchagin
2015-05-24
10
-38
/
+258
*
Implement epoll family system calls. This is a tiny wrapper
dchagin
2015-05-24
4
-18
/
+16
*
To avoid code duplication move open/fcntl definitions to the MI
dchagin
2015-05-24
2
-74
/
+1
*
Use the BSD_TO_LINUX_SIGNAL() wherever there is no need
dchagin
2015-05-24
1
-6
/
+2
*
Being exported through vdso the note.Linux section used by glibc
dchagin
2015-05-24
2
-3
/
+4
*
Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used by
dchagin
2015-05-24
4
-2
/
+54
*
Regen for r283428.
dchagin
2015-05-24
10
-20
/
+10
*
Change linux faccessat syscall definition to match actual linux one.
dchagin
2015-05-24
2
-2
/
+3
*
Regen for r283424.
dchagin
2015-05-24
5
-0
/
+9225
*
Add preliminary support for x86-64 Linux binaries.
dchagin
2015-05-24
12
-0
/
+3210
*
Refund the proc emuldata struct for future use. For now move flags from
dchagin
2015-05-24
1
-13
/
+0
*
Introduce a new module linux_common.ko which is intended for the
dchagin
2015-05-24
2
-14
/
+8
[next]