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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
2
-15
/
+27
*
Regen.
jhb
2009-06-17
4
-30
/
+30
*
- Add the ability to mix multiple flags seperated by pipe ('|') characters
jhb
2009-06-17
1
-4
/
+7
*
Add explicit includes for jail.h to the files that need them and
bz
2009-06-17
1
-0
/
+1
*
Regen.
jhb
2009-06-15
4
-5
/
+8
*
Add a new 'void closefrom(int lowfd)' system call. When called, it closes
jhb
2009-06-15
1
-0
/
+1
*
Get vnets from creds instead of threads where they're available, and from
jamie
2009-06-15
2
-4
/
+4
*
s/usb2_/usb_|usbd_/ on all function names for the USB stack.
thompsa
2009-06-15
1
-27
/
+27
*
Unlock process lock when return error from getrobustlist call.
dchagin
2009-06-14
1
-1
/
+3
*
Add counterparts to getcredhostname:
jamie
2009-06-13
2
-15
/
+5
*
Regenerate
kib
2009-06-10
4
-16
/
+22
*
Add several syscall compat32 entries for extattr manipulation syscalls,
kib
2009-06-10
1
-6
/
+20
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
3
-4
/
+0
*
Rename usb pipes to endpoints as it better represents what they are, and struct
thompsa
2009-06-07
1
-3
/
+3
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
6
-8
/
+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
*
Regenerate generated syscall files following changes to struct sysent in
rwatson
2009-06-01
2
-759
/
+759
*
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
*
Attempt to fix build by updating hostid to follow the new world order.
delphij
2009-05-30
1
-1
/
+4
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-15
/
+15
*
s/usb2_/usb_/ on all typedefs for the USB stack.
thompsa
2009-05-29
1
-16
/
+16
*
Implement SI_ISALIST.
delphij
2009-05-29
1
-1
/
+13
*
Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get the
delphij
2009-05-29
1
-4
/
+6
*
copyinstr(9) takes parameter 'len' as a size_t *, not int *.
delphij
2009-05-29
1
-1
/
+2
*
de-register.
delphij
2009-05-29
7
-43
/
+43
*
svr4_sys_getdents64() should not assume that the cookie would exist
delphij
2009-05-29
1
-1
/
+4
*
Add new sysconfig bits, Fix the bogus numbering of the old bits.
delphij
2009-05-29
2
-20
/
+71
*
Use strlcpy().
delphij
2009-05-28
1
-2
/
+2
*
s/usb2_/usb_/ on all C structs for the USB stack.
thompsa
2009-05-28
1
-17
/
+17
*
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
2
-289
/
+107
*
Remove an unused variable.
antoine
2009-05-24
1
-1
/
+1
*
Comment nits.
jhb
2009-05-20
1
-3
/
+3
*
Put the vnode returned from namei() immediately after namei() returns in
jhb
2009-05-20
1
-5
/
+3
*
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
*
Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and
dchagin
2009-05-16
2
-2
/
+30
*
Return EINVAL in case when the incorrect or unsupported
dchagin
2009-05-16
2
-0
/
+12
*
Use the protocol family constants for the domain argument validation.
dchagin
2009-05-16
1
-3
/
+5
*
Emulate SO_PEERCRED socket option.
dchagin
2009-05-16
2
-1
/
+26
*
Remove an unused variable.
brueffer
2009-05-14
1
-2
/
+0
*
Fix memory leak in an error case.
brueffer
2009-05-13
1
-0
/
+3
*
Translate l_timeval arg to native struct timeval in
dchagin
2009-05-11
1
-0
/
+40
*
Add forgotten linux to bsd flags argument mapping into the linux_recv().
dchagin
2009-05-11
1
-1
/
+1
*
Do not export AT_CLKTCK when emulating Linux kernel prior
dchagin
2009-05-10
2
-1
/
+14
[next]