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
*
Tweak the in-kernel API for sending signals to threads:
jhb
2010-06-29
1
-2
/
+2
*
Bring USB fixes for linux(4).
wkoszek
2010-05-24
2
-14
/
+147
*
- #ifdef out the cliplist part, skype seems like using an uninitialized
netchild
2010-05-03
1
-7
/
+24
*
Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.
ed
2010-03-28
1
-9
/
+18
*
Fix some problems which may lead to a panic:
netchild
2010-03-26
1
-1
/
+3
*
Actually make O_DIRECTORY work.
ed
2010-03-21
1
-6
/
+2
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
2
-14
/
+0
*
No need to include security/mac/mac_framework.h here.
pjd
2010-02-18
1
-2
/
+0
*
- Return EAFNOSUPPORT instead of EINVAL for unsupported address family,
delphij
2010-02-09
1
-2
/
+7
*
Let us to use our libusb(3) in Linuxolator.
wkoszek
2010-01-18
2
-0
/
+28
*
Whitespace change to be able to provide the correct commit log for r202364:
netchild
2010-01-15
1
-1
/
+1
*
This is v4l support for the linuxulator. This allows to access FreeBSD
netchild
2010-01-15
1
-33
/
+80
*
Since all other comparisons involving ngroups_max use
brooks
2010-01-15
2
-2
/
+2
*
Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic
brooks
2010-01-12
2
-2
/
+2
*
Background:
mckusick
2010-01-11
1
-1
/
+1
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Signal 0 is used to check the permission for current process to signal
kib
2009-12-18
1
-1
/
+1
*
This is v4l support for the linuxulator. This allows to access FreeBSD
netchild
2009-12-04
4
-39
/
+425
*
Import the unchanged v4l videodev.h from the vendor branch.
netchild
2009-12-04
1
-0
/
+372
*
Fix typo in kernel message. The fix is based upon the patch in the PR.
netchild
2009-11-05
1
-1
/
+1
*
Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux sockets
bz
2009-10-25
1
-12
/
+5
*
Lock the ifnet list while iterating over it.
zec
2009-09-13
1
-0
/
+2
*
kern_select(9) copies fd_set in and out of userspace in quantities of
kib
2009-09-09
1
-1
/
+1
*
Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.
zec
2009-08-28
1
-1
/
+8
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-6
/
+4
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
2
-2
/
+0
*
Some jail parameters (in particular, "ip4" and "ip6" for IP address
jamie
2009-07-25
1
-35
/
+43
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
2
-9
/
+0
*
Replace AUDIT_ARG() with variable argument macros with a set more more
rwatson
2009-06-27
1
-3
/
+3
*
Change the ABI of some of the structures used by the SYSV IPC API:
jhb
2009-06-24
1
-6
/
+18
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
2
-15
/
+27
*
Add explicit includes for jail.h to the files that need them and
bz
2009-06-17
1
-0
/
+1
*
Get vnets from creds instead of threads where they're available, and from
jamie
2009-06-15
1
-3
/
+3
*
Unlock process lock when return error from getrobustlist call.
dchagin
2009-06-14
1
-1
/
+3
*
Add counterparts to getcredhostname:
jamie
2009-06-13
1
-6
/
+1
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
4
-4
/
+0
*
Add forgotten in previous commit flags argument.
dchagin
2009-06-01
1
-2
/
+2
*
Implement accept4 syscall.
dchagin
2009-06-01
1
-1
/
+19
*
Implement a variation of the accept_common() which takes
dchagin
2009-06-01
1
-14
/
+21
*
Split linux_accept() syscall onto linux_accept_common() which should
dchagin
2009-06-01
1
-13
/
+22
*
Implement a variation of the socketpair() syscall which takes a flags
dchagin
2009-05-31
1
-2
/
+28
*
Move new socket flags handling into a separate function as Linux
dchagin
2009-05-31
1
-15
/
+23
*
Remove empty lines.
dchagin
2009-05-31
1
-2
/
+0
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
1
-5
/
+5
*
linux_ioctl_cdrom: reduce stack usage
avg
2009-05-27
1
-11
/
+16
*
Add hierarchical jails. A jail may further virtualize its environment
jamie
2009-05-27
1
-140
/
+92
*
Validate user-supplied arguments values.
dchagin
2009-05-19
1
-1
/
+28
*
Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().
dchagin
2009-05-18
2
-9
/
+25
[next]