summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Restore the original socket address length if it was not really AF_INET6.jkim2011-10-061-16/+19
* Retern more appropriate errno when Linux path name is too long.jkim2011-10-061-1/+1
* Inline do_sa_get() function and remove an unused return value.jkim2011-10-061-23/+9
* Unroll inlined strnlen(9) and make it easier to read. No functional change.jkim2011-10-061-10/+6
* Fix a bug in UNIX socket handling in the linux emulator which wascperciva2011-10-041-0/+15
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-168-177/+177
* Add experimental support for process descriptorsjonathan2011-08-181-3/+5
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-114-26/+32
* Remove the 'either' from the comment as it'll be less obvious that webz2011-07-171-4/+4
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-1/+9
OpenPOWER on IntegriCloud