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
/
linux_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The latest cp tool is trying to use the btrfs clone operation that is
dchagin
2015-05-24
1
-3
/
+10
*
Convert signal number to native for VT_SETMODE ioctl and remove
dchagin
2015-05-24
1
-4
/
+10
*
Move FEATURE macros for v4l and v4l2 to the common module.
dchagin
2015-05-24
1
-3
/
+0
*
Introduce a new module linux_common.ko which is intended for the
dchagin
2015-05-24
1
-29
/
+0
*
Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one.
mav
2014-09-24
1
-13
/
+2
*
- Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't support
mav
2014-06-04
1
-0
/
+3
*
Overhaul CAM SG driver IOCTL interfaces.
mav
2014-06-02
1
-5
/
+124
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-20
/
+62
*
Add some missing LIBUSB IOCTL conversion codes.
hselasky
2013-07-14
1
-0
/
+9
*
- Move videodev headers from compat/linux to contrib/v4l (cp from vendor and
netchild
2013-07-06
1
-2
/
+2
*
MFS security patches which seem to have accidentally not reached HEAD:
cperciva
2012-11-23
1
-2
/
+3
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
In sys/compat/linux/linux_ioctl.c, work around a warning when a pointer
dim
2012-01-03
1
-1
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-127
/
+127
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-20
/
+21
*
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
1
-0
/
+306
*
Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after the
scf
2010-12-30
1
-2
/
+6
*
Replace sbuf_overflowed() with sbuf_error(), which returns any error
mdf
2010-09-10
1
-2
/
+2
*
Bring USB fixes for linux(4).
wkoszek
2010-05-24
1
-11
/
+111
*
- #ifdef out the cliplist part, skype seems like using an uninitialized
netchild
2010-05-03
1
-7
/
+24
*
Fix some problems which may lead to a panic:
netchild
2010-03-26
1
-1
/
+3
*
Let us to use our libusb(3) in Linuxolator.
wkoszek
2010-01-18
1
-0
/
+22
*
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
*
This is v4l support for the linuxulator. This allows to access FreeBSD
netchild
2009-12-04
1
-0
/
+296
*
Lock the ifnet list while iterating over it.
zec
2009-09-13
1
-0
/
+2
*
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
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-3
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
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
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
linux_ioctl_cdrom: reduce stack usage
avg
2009-05-27
1
-11
/
+16
*
To avoid excessive code duplication move MI definitions to the MI
dchagin
2009-05-07
1
-0
/
+1
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+2
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+3
*
All opt_x.h includes go at the top of other includes.
julian
2008-08-25
1
-2
/
+2
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-2
/
+7
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-4
/
+6
*
Add TIOCPKT and TIOCSPTLCK to the Linuxolator.
ed
2008-07-23
1
-1
/
+8
*
Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.
kib
2007-11-07
1
-0
/
+11
*
Add the CAM 'SG' peripheral device. This device implements a subset of the
scottl
2007-04-07
1
-0
/
+27
[next]