aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel stack disclosure in Linux compatibility layer. [SA-16:20]Gleb Smirnoff2016-05-312-0/+3
* o Fix filemon and bmake meta-mode stability issues. [EN-16:01]Gleb Smirnoff2016-01-142-2/+4
* Merge r263233 from HEAD to stable/10:Robert Watson2015-03-193-3/+3
* MFC r276564, r276654:Dmitry Chagin2015-01-111-3/+3
* MFC r276550:Dmitry Chagin2015-01-091-3/+0
* MFC r276512:Dmitry Chagin2015-01-081-2/+3
* MFC r276511:Dmitry Chagin2015-01-081-4/+5
* MFC r271982 and r271990 to support CentOS 6 ports.Sean Bruno2014-12-151-2/+2
* MFC r272059:Alexander Motin2014-09-271-13/+2
* MFC r271743:Bjoern A. Zeeb2014-09-232-0/+279
* MFC r267051:Alexander Motin2014-07-041-0/+3
* MFC r266981:Alexander Motin2014-07-021-5/+124
* MFC r266924:Dmitry Chagin2014-06-031-31/+40
* MFC r266782:Dmitry Chagin2014-05-311-13/+16
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2014-01-171-6/+6
* Fix some typos that were causing probe argument types to show up as unknown.Mark Johnston2013-10-012-2/+2
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-182-0/+622
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-3/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-053-25/+78
* Remove a couple of unused macros.Mark Johnston2013-08-171-5/+0
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Add some missing LIBUSB IOCTL conversion codes.Hans Petter Selasky2013-07-142-1/+13
* - Move videodev headers from compat/linux to contrib/v4l (cp from vendor andAlexander Leidinger2013-07-063-1548/+2
* Rename do_pipe() to kern_pipe2() and declare it properly.Jilles Tjoelker2013-03-311-5/+2
* Remove check for NULL prior to free(9) and m_freem(9).Eitan Adler2013-03-042-6/+3
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-4/+5
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-2912-2/+174
* Arithmetic on pointers takes into account the size of the type. Properly cast...Dmitry Chagin2013-01-251-2/+2
* Don't assume that all Linux TCP-level socket options are identical toJohn Baldwin2013-01-231-4/+24
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* MFS security patches which seem to have accidentally not reached HEAD:Colin Percival2012-11-231-2/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-3/+5
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-222-12/+4
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-1/+1
* Remove redundant checkKevin Lo2012-09-121-5/+0
* Extend the KPI to lock and unlock f_offset member of struct file. ItKonstantin Belousov2012-07-021-2/+3
* - >500 static DTrace probes for the linuxulatorAlexander Leidinger2012-05-0516-206/+2052
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27Jung-uk Kim2012-04-161-0/+49
* Fix misuse of the kernel map in miscellaneous image activators.Konstantin Belousov2012-02-171-22/+12
* Remove direct access to si_name.Ed Schouten2012-02-103-5/+5
* Convert files to UTF-8Ulrich Spörlein2012-01-157-7/+7
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerDimitry Andric2012-01-031-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingJohn Baldwin2011-12-291-0/+45
* Make the Linux *at() calls a bit more complete.Ed Schouten2011-11-192-14/+16
* Improve *access*() parameter name consistency.Ed Schouten2011-11-191-6/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+2
* Add curly braces missed in r226247.Christian Brueffer2011-10-111-1/+2
* Properly free linux_gidset in case of an error.Christian Brueffer2011-10-111-0/+1