summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportmav2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.mav2014-06-021-5/+124
* Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIMEdchagin2014-05-311-31/+40
* In r218101 I have not changed properly the futex syscall definition.dchagin2014-05-281-13/+16
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-163-3/+3
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-259-9/+0
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-1/+1
* Provide includes that are needed in these files, and before were readglebius2013-10-261-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
* Use uint32_t instead of u_int32_t. Fix style(9) nits.jkim2011-10-061-10/+9
* Make sure to ignore the leading NULL byte from Linux abstract namespace.jkim2011-10-061-2/+10
OpenPOWER on IntegriCloud