summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit the missing linux_videdev2_compat.h (lost somewhere betweennetchild2011-05-041-0/+137
* Add FEATURE macros for v4l and v4l2 to the linuxulator.netchild2011-05-041-0/+4
* This is v4l2 support for the linuxulator. This allows to access FreeBSDnetchild2011-05-042-0/+403
* Fix typo in comment, improve comment.netchild2011-05-041-2/+2
* Add explanation about the use-permission and FreeBSDify it.netchild2011-05-041-0/+15
* Copy the v4l2 header unchanged from the vendor branch.netchild2011-05-041-0/+1164
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+4
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-14/+0
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+14
* linux compat: improve and fix sendmsg/recvmsg compatibilityavg2011-03-264-53/+252
* Staticize functions which are not used somewhere else, move thenetchild2011-03-152-6/+7
* Style(9) fixes. No functional changes.dchagin2011-03-121-252/+261
* Remove now-obsolete comment.jhb2011-03-101-6/+1
* Indeed, remove bogus since r219405 check of the Linux ABI.dchagin2011-03-091-3/+0
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-3/+6
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Use umtx_key objects to uniquely identify futexes. Private futexes injhb2011-02-231-17/+32
* Do not clobber %rdx.dchagin2011-02-201-1/+0
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+4
* Make a linux_rt_sigtimedwait() system call is actually working.dchagin2011-02-151-10/+6
* Style(9) fix. Wrap long lines in linux_rt_sigtimedwait().dchagin2011-02-151-5/+8
OpenPOWER on IntegriCloud