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
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
emaste
2013-11-14
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
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
3
-5
/
+7
*
Extend struct sysvec with new method sv_schedtail, which is used for an
dchagin
2011-03-08
1
-4
/
+1
*
Remove dead code.
dchagin
2011-03-07
1
-2
/
+0
*
For realtime signals fill the sigval value.
dchagin
2011-02-15
1
-0
/
+1
*
Sort include files in the alphabetical order.
dchagin
2011-02-13
1
-1
/
+1
*
Move linux_clone(), linux_fork(), linux_vfork() to a MI path.
dchagin
2011-02-12
2
-242
/
+1
[next]