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
*
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
jhb
2013-01-29
12
-2
/
+174
*
Arithmetic on pointers takes into account the size of the type. Properly cast...
dchagin
2013-01-25
1
-2
/
+2
*
Don't assume that all Linux TCP-level socket options are identical to
jhb
2013-01-23
1
-4
/
+24
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
MFS security patches which seem to have accidentally not reached HEAD:
cperciva
2012-11-23
1
-2
/
+3
*
The r241025 fixed the case when a binary, executed from nullfs mount,
kib
2012-11-02
1
-3
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
2
-12
/
+4
*
Fix the mis-handling of the VV_TEXT on the nullfs vnodes.
kib
2012-09-28
1
-1
/
+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
*
- >500 static DTrace probes for the linuxulator
netchild
2012-05-05
16
-207
/
+2053
*
- Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
jkim
2012-04-16
1
-0
/
+49
*
Fix misuse of the kernel map in miscellaneous image activators.
kib
2012-02-17
1
-22
/
+12
*
Remove direct access to si_name.
ed
2012-02-10
3
-5
/
+5
*
Convert files to UTF-8
uqs
2012-01-15
7
-7
/
+7
*
In sys/compat/linux/linux_ioctl.c, work around a warning when a pointer
dim
2012-01-03
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
2
-14
/
+16
*
Improve *access*() parameter name consistency.
ed
2011-11-19
1
-6
/
+6
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-2
/
+2
*
Add curly braces missed in r226247.
brueffer
2011-10-11
1
-1
/
+2
*
Properly free linux_gidset in case of an error.
brueffer
2011-10-11
1
-0
/
+1
*
Use the caculated length instead of maximum length.
jkim
2011-10-06
1
-2
/
+2
*
Remove a now-defunct variable.
jkim
2011-10-06
1
-16
/
+15
*
Use uint32_t instead of u_int32_t. Fix style(9) nits.
jkim
2011-10-06
1
-10
/
+9
*
Make sure to ignore the leading NULL byte from Linux abstract namespace.
jkim
2011-10-06
1
-2
/
+10
*
Restore the original socket address length if it was not really AF_INET6.
jkim
2011-10-06
1
-16
/
+19
*
Retern more appropriate errno when Linux path name is too long.
jkim
2011-10-06
1
-1
/
+1
*
Inline do_sa_get() function and remove an unused return value.
jkim
2011-10-06
1
-23
/
+9
*
Unroll inlined strnlen(9) and make it easier to read. No functional change.
jkim
2011-10-06
1
-10
/
+6
*
Fix a bug in UNIX socket handling in the linux emulator which was
cperciva
2011-10-04
1
-0
/
+15
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
8
-177
/
+177
*
Add experimental support for process descriptors
jonathan
2011-08-18
1
-3
/
+5
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
4
-26
/
+32
*
Remove the 'either' from the comment as it'll be less obvious that we
bz
2011-07-17
1
-4
/
+4
*
Remove semaphore map entry count "semmap" field and its tuning
bz
2011-07-14
1
-1
/
+9
*
Commit the missing linux_videdev2_compat.h (lost somewhere between
netchild
2011-05-04
1
-0
/
+137
*
Add FEATURE macros for v4l and v4l2 to the linuxulator.
netchild
2011-05-04
1
-0
/
+4
*
This is v4l2 support for the linuxulator. This allows to access FreeBSD
netchild
2011-05-04
2
-0
/
+403
*
Fix typo in comment, improve comment.
netchild
2011-05-04
1
-2
/
+2
*
Add explanation about the use-permission and FreeBSDify it.
netchild
2011-05-04
1
-0
/
+15
*
Copy the v4l2 header unchanged from the vendor branch.
netchild
2011-05-04
1
-0
/
+1164
*
Add accounting for most of the memory-related resources.
trasz
2011-04-05
1
-1
/
+4
*
Revert r220032:linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-31
1
-14
/
+0
*
linux compat: add SO_PASSCRED option with basic handling
avg
2011-03-26
1
-0
/
+14
*
linux compat: improve and fix sendmsg/recvmsg compatibility
avg
2011-03-26
4
-53
/
+252
*
Staticize functions which are not used somewhere else, move the
netchild
2011-03-15
2
-6
/
+7
*
Style(9) fixes. No functional changes.
dchagin
2011-03-12
1
-252
/
+261
*
Remove now-obsolete comment.
jhb
2011-03-10
1
-6
/
+1
[next]