summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* sys/compat/linux*: spelling fixes.pfg2016-04-305-5/+5
* osd(9): Change array pointer to array pointer type from void*cem2016-04-261-1/+1
* linux_map_osrel doesn't need to be checked in linux_prison_set,jamie2016-04-251-8/+5
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-3/+2
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* compat/linux: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* More complete implementation of /proc/self/limits.dchagin2016-04-101-0/+7
* Fix indentation oops.pfg2016-04-031-3/+3
* Move Linux specific times tests up to guarantee the values are defined.dchagin2016-04-031-2/+3
* Use osd_reserve / osd_jail_set_reserved, which is known to succeed.jamie2016-03-301-31/+16
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.dchagin2016-03-271-2/+0
* iConvert Linux SOL_IPV6 level.dchagin2016-03-271-0/+2
* Whitespaces and style(9) fix. No functional changes.dchagin2016-03-271-29/+11
* When write(2) on eventfd object fails with the error EAGAIN do not returndchagin2016-03-261-0/+2
* Implement O_NONBLOCK flag via fcntl(F_SETFL) for eventfd object.dchagin2016-03-261-1/+18
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.dchagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough anddchagin2016-03-201-1/+15
* Whitespaces, style(9) fixes. No functional changes.dchagin2016-03-201-6/+6
* Implement fstatfs64 system call.dchagin2016-03-201-0/+21
* Rework r296543:dchagin2016-03-201-18/+19
* Add support for IPPROTO_IPV6 socket layer for getsockopt/setsockopt calls.ae2016-03-092-0/+88
* Better english.dchagin2016-03-081-1/+1
* Put a commit message from r296502 about Linux alarm() system calldchagin2016-03-081-0/+5
* Does not leak fp. While here remove bogus cast of fp->f_data.dchagin2016-03-081-2/+5
* Linux accept() system call return EOPNOTSUPP errno instead of EINVALdchagin2016-03-081-1/+12
* According to POSIX and Linux implementation the alarm() system calldchagin2016-03-081-4/+1
* Link the newly created process to the corresponding parent asdchagin2016-03-081-0/+12
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-221-1/+0
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-041-5/+15
* Prevent double free of control in common sendmsg path as sosenddchagin2016-01-171-0/+1
* Call crextend() before copying old credentials to the new credentialsglebius2016-01-141-1/+3
* Change linux get_robust_list system call to match actual linux one.glebius2016-01-141-1/+1
* Unlock process lock when return error from getrobustlist call and adddchagin2016-01-101-1/+5
* Return EINVAL in case of incorrect sigev_signo value specified instead of pan...dchagin2015-12-261-0/+4
* Do not allow access to emuldata for non Linux processes.dchagin2015-12-261-0/+2
* Fix style issues around existing SDT probes.markj2015-12-161-2/+2
* Fix build for the KTR-enabled kernels.kib2015-10-231-2/+9
* Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wra...bdrewery2015-10-071-28/+5
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-1/+1
* Fixes a panic triggered by threaded Linux applications when runningtrasz2015-09-021-1/+21
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-1/+1
* Limit rights on process descriptors.ed2015-07-311-4/+4
* Make pipes in CloudABI work.ed2015-07-291-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-182-2/+2
* fd: make 'rights' a manadatory argument to fget* functionsmjg2015-07-051-1/+2
* Add EPOLLRDHUP support.dchagin2015-06-202-1/+5
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-2/+1
* linux: make sure to grab all cow structs when creating a threadmjg2015-06-101-1/+1
* Implement lockless resource limits.mjg2015-06-101-10/+4
* Properly initialize flags for accept4(2) not to return spurious EINVAL.jkim2015-06-081-0/+1
OpenPOWER on IntegriCloud