summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-193-3/+3
* MFC r276564, r276654:dchagin2015-01-111-3/+3
* MFC r276550:dchagin2015-01-091-3/+0
* MFC r276512:dchagin2015-01-081-2/+3
* MFC r276511:dchagin2015-01-081-4/+5
* MFC r271982 and r271990 to support CentOS 6 ports.sbruno2014-12-151-2/+2
* MFC r272059:mav2014-09-271-13/+2
* MFC r271743:bz2014-09-232-0/+279
* MFC r267051:mav2014-07-041-0/+3
* MFC r266981:mav2014-07-021-5/+124
* MFC r266924:dchagin2014-06-031-31/+40
* MFC r266782:dchagin2014-05-311-13/+16
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-6/+6
* Fix some typos that were causing probe argument types to show up as unknown.markj2013-10-012-2/+2
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-622/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-0/+622
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-053-25/+78
* Remove a couple of unused macros.markj2013-08-171-5/+0
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Add some missing LIBUSB IOCTL conversion codes.hselasky2013-07-142-1/+13
* - Move videodev headers from compat/linux to contrib/v4l (cp from vendor andnetchild2013-07-063-1548/+2
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-5/+2
* Remove check for NULL prior to free(9) and m_freem(9).eadler2013-03-042-6/+3
* Merge Capsicum overhaul:pjd2013-03-021-4/+5
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-2912-2/+174
* Arithmetic on pointers takes into account the size of the type. Properly cast...dchagin2013-01-251-2/+2
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-4/+24
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* MFS security patches which seem to have accidentally not reached HEAD:cperciva2012-11-231-2/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-3/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-222-12/+4
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* Remove redundant checkkevlo2012-09-121-5/+0
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-2/+3
* - >500 static DTrace probes for the linuxulatornetchild2012-05-0516-207/+2053
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-161-0/+49
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-22/+12
* Remove direct access to si_name.ed2012-02-103-5/+5
* Convert files to UTF-8uqs2012-01-157-7/+7
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerdim2012-01-031-1/+1
* Implement linux_fadvise64() and linux_fadvise64_64() usingjhb2011-12-291-0/+45
* Make the Linux *at() calls a bit more complete.ed2011-11-192-14/+16
* Improve *access*() parameter name consistency.ed2011-11-191-6/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+2
* Add curly braces missed in r226247.brueffer2011-10-111-1/+2
* Properly free linux_gidset in case of an error.brueffer2011-10-111-0/+1
* Use the caculated length instead of maximum length.jkim2011-10-061-2/+2
* Remove a now-defunct variable.jkim2011-10-061-16/+15
OpenPOWER on IntegriCloud