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
*
Migrate the sendfile_sync structure into a public(ish) API in preparation
adrian
2013-12-01
1
-1
/
+19
*
jail_v0.ip_number was always in host byte order. This was handled
peter
2013-11-28
1
-1
/
+1
*
Add an kinfo sysctl to retrieve signal trampoline location for the
kib
2013-11-26
1
-0
/
+6
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-6
/
+6
*
Fix the compat32 sendfile() to be in line with my recent changes.
adrian
2013-11-26
1
-1
/
+4
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
9
-9
/
+0
*
Fix build.
glebius
2013-11-05
1
-7
/
+8
*
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
1
-1
/
+1
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
1
-3
/
+13
*
- Provide necessary includes.
glebius
2013-10-29
1
-0
/
+1
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
Provide includes that are needed in these files, and before were read
glebius
2013-10-26
2
-1
/
+2
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
5
-0
/
+5
*
Add padding to match the compat32 struct stat32 definition to the real
kib
2013-10-04
1
-0
/
+1
*
Fix some typos that were causing probe argument types to show up as unknown.
markj
2013-10-01
2
-2
/
+2
*
Regenerate syscall argument strings after r255777.
markj
2013-09-21
1
-4
/
+4
*
Regen.
jhb
2013-09-19
5
-5
/
+143
*
Extend the support for exempting processes from being killed when swap is
jhb
2013-09-19
3
-0
/
+31
*
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
*
Regenerate for freebsd32_cap_enter().
jilles
2013-09-17
5
-10
/
+16
*
Disallow cap_enter() in freebsd32 compatibility mode.
jilles
2013-09-17
2
-1
/
+21
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
3
-12
/
+11
*
Regenerate after r255219.
pjd
2013-09-05
5
-112
/
+34
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
12
-70
/
+123
*
Add the ability to display the default FIB number for a process to the
will
2013-08-26
1
-0
/
+1
*
Give (*ext_free) an int return value allowing for very sophisticated
andre
2013-08-25
2
-7
/
+7
*
Regenerate after r254491.
pjd
2013-08-18
5
-17
/
+73
*
The cap_rights_limit(2) system calls needs a wrapper for 32bit binaries
pjd
2013-08-18
2
-2
/
+28
*
Move the PAIR32TO64() macro and the RETVAL_HI/RETVAL_LO defines to a
pjd
2013-08-18
2
-10
/
+48
*
Regenerate after r254481.
pjd
2013-08-18
5
-22
/
+36
*
Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)
pjd
2013-08-18
2
-4
/
+159
*
Remove a couple of unused macros.
markj
2013-08-17
1
-5
/
+0
*
Regenerate after r254447.
pjd
2013-08-17
5
-12
/
+93
*
Make pdfork(2), pdkill(2) and pdgetpid(2) syscalls available for 32bit
pjd
2013-08-17
1
-4
/
+4
*
Make sendfile() a method in the struct fileops. Currently only
glebius
2013-08-15
1
-10
/
+16
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
2
-2
/
+2
*
Regenerate.
kib
2013-07-21
5
-26
/
+192
*
Implement compat32 wrappers for the ktimer_* syscalls.
kib
2013-07-21
3
-5
/
+84
*
Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32
kib
2013-07-21
1
-2
/
+2
*
The freebsd32_lio_listio() compat syscall takes the struct sigevent32.
kib
2013-07-21
1
-1
/
+1
*
Move the convert_sigevent32() utility function into freebsd32_misc.c
kib
2013-07-21
2
-0
/
+28
*
Cosmetic change, use the same union name on the left and right sides
kib
2013-07-21
1
-1
/
+1
*
Regenerate
kib
2013-07-20
5
-17
/
+29
*
id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).
kib
2013-07-20
2
-2
/
+17
*
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
*
aio_mlock() added:
glebius
2013-06-08
5
-5
/
+35
*
Add new system call - aio_mlock(). The name speaks for itself. It allows
glebius
2013-06-08
1
-0
/
+2
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-4
/
+4
[next]