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
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
3
-3
/
+3
*
MFC r276564, r276654:
dchagin
2015-01-11
1
-3
/
+3
*
MFC r276550:
dchagin
2015-01-09
1
-3
/
+0
*
MFC r276512:
dchagin
2015-01-08
1
-2
/
+3
*
MFC r276511:
dchagin
2015-01-08
1
-4
/
+5
*
MFC r271982 and r271990 to support CentOS 6 ports.
sbruno
2014-12-15
1
-2
/
+2
*
MFC r272059:
mav
2014-09-27
1
-13
/
+2
*
MFC r271743:
bz
2014-09-23
2
-0
/
+279
*
MFC r267051:
mav
2014-07-04
1
-0
/
+3
*
MFC r266981:
mav
2014-07-02
1
-5
/
+124
*
MFC r266924:
dchagin
2014-06-03
1
-31
/
+40
*
MFC r266782:
dchagin
2014-05-31
1
-13
/
+16
*
MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2014-01-17
1
-6
/
+6
*
Fix some typos that were causing probe argument types to show up as unknown.
markj
2013-10-01
2
-2
/
+2
*
Revert r255672, it has some serious flaws, leaking file references etc.
rdivacky
2013-09-18
2
-622
/
+0
*
Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue
rdivacky
2013-09-18
2
-0
/
+622
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-3
/
+4
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
3
-25
/
+78
*
Remove a couple of unused macros.
markj
2013-08-17
1
-5
/
+0
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-1
/
+1
*
Add some missing LIBUSB IOCTL conversion codes.
hselasky
2013-07-14
2
-1
/
+13
*
- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and
netchild
2013-07-06
3
-1548
/
+2
*
Rename do_pipe() to kern_pipe2() and declare it properly.
jilles
2013-03-31
1
-5
/
+2
*
Remove check for NULL prior to free(9) and m_freem(9).
eadler
2013-03-04
2
-6
/
+3
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-4
/
+5
*
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
[next]