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
/
linux32
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r282708:
kib
2015-05-24
1
-1
/
+9
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
Regen for r276810.
dchagin
2015-01-08
5
-7
/
+7
*
MFC r276508, r276509:
dchagin
2015-01-08
1
-1
/
+1
*
This is a direct commit rather than an MFC of r271744.
bz
2014-09-23
5
-19
/
+109
*
MFC r271743:
bz
2014-09-23
3
-10
/
+12
*
Revert MFC r266925 because it can lead to instant panic at fexecve():
dchagin
2014-06-17
1
-2
/
+2
*
MFC r266925:
dchagin
2014-06-03
1
-2
/
+2
*
MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
emaste
2013-11-25
1
-22
/
+2
*
Regen.
rdivacky
2013-09-18
5
-94
/
+16
*
Revert r255672, it has some serious flaws, leaking file references etc.
rdivacky
2013-09-18
2
-6
/
+8
*
Regen.
rdivacky
2013-09-18
5
-16
/
+95
*
Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue
rdivacky
2013-09-18
2
-8
/
+6
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+4
*
Retire write-only PCB_GS32BIT pcb flag on amd64.
dchagin
2013-05-09
2
-3
/
+2
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
2
-160
/
+1
*
Don't assume that all Linux TCP-level socket options are identical to
jhb
2013-01-23
1
-0
/
+7
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Regenerate system call tables.
ed
2012-05-25
5
-10
/
+10
*
Remove use of non-ISO-C integer types from system call tables.
ed
2012-05-25
1
-2
/
+2
*
- >500 static DTrace probes for the linuxulator
netchild
2012-05-05
2
-0
/
+10
*
Regen for r234359.
jkim
2012-04-16
5
-7
/
+7
*
Correct an argument type of iopl syscall for Linuxulator. This also fixes
jkim
2012-04-16
1
-1
/
+1
*
Regen for r234357.
jkim
2012-04-16
5
-31
/
+16
*
Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.
jkim
2012-04-16
1
-6
/
+6
*
Regen for r234352.
jkim
2012-04-16
5
-10
/
+27
*
- Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
jkim
2012-04-16
3
-22
/
+2
*
regen
netchild
2012-03-10
5
-7
/
+583
*
- add comments to syscalls.master and linux(32)_dummy about which linux
netchild
2012-03-10
2
-1
/
+102
*
Convert files to UTF-8
uqs
2012-01-15
3
-3
/
+3
*
Regen.
jhb
2011-12-29
5
-10
/
+64
*
Implement linux_fadvise64() and linux_fadvise64_64() using
jhb
2011-12-29
3
-4
/
+15
*
- Add the ffclock_getcounter(), ffclock_getestimate() and ffclock_setestimate()
lstewart
2011-11-21
1
-0
/
+1
*
Regenerate system call tables.
ed
2011-11-19
5
-7
/
+12
*
Make the Linux *at() calls a bit more complete.
ed
2011-11-19
1
-2
/
+2
*
Regenerate system call tables.
ed
2011-11-19
5
-8
/
+8
*
Improve *access*() parameter name consistency.
ed
2011-11-19
1
-2
/
+2
*
Correct the types of the arguments to return probes of the syscall
rstone
2011-11-11
1
-1
/
+1166
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Auto-generated code from sys_ prefixing makesyscalls.sh change
kmacy
2011-09-16
1
-42
/
+42
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-3
/
+3
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Revert r220032:linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-31
1
-1
/
+0
*
linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-26
1
-0
/
+1
*
linux compat: add non-dummy capget and capset system calls, regenerate
avg
2011-03-26
6
-12
/
+38
*
linux compat: add non-dummy capget and capset system calls
avg
2011-03-26
1
-2
/
+4
*
Export the correct AT_PLATFORM value.
dchagin
2011-03-26
1
-2
/
+1
*
Enable shared page use for amd64/linux32 and i386/linux binaries.
dchagin
2011-03-13
2
-16
/
+15
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
5
-3
/
+5431
[next]