summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302515:dchagin2016-07-181-5/+13
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.glebius2016-05-311-0/+1
* sys/compat/linux*: spelling fixes.pfg2016-04-301-1/+1
* 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
* Rework r296543:dchagin2016-03-201-18/+19
* Better english.dchagin2016-03-081-1/+1
* Put a commit message from r296502 about Linux alarm() system calldchagin2016-03-081-0/+5
* According to POSIX and Linux implementation the alarm() system calldchagin2016-03-081-4/+1
* Call crextend() before copying old credentials to the new credentialsglebius2016-01-141-1/+3
* Fix build for the KTR-enabled kernels.kib2015-10-231-2/+9
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-1/+1
* Implement lockless resource limits.mjg2015-06-101-10/+4
* Properly check tv_nsec value. The tv_nsec field can also be onedchagin2015-05-241-2/+16
* Add utimensat() system call.dchagin2015-05-241-0/+81
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-3/+3
* Do not use struct l_timespec without conversion. While here movedchagin2015-05-241-10/+11
* Implement ppoll() system call.dchagin2015-05-241-0/+53
* Put the correct value for the abi_nfdbits parameter of kern_select() fordchagin2015-05-241-2/+2
* Convert Linux wait options to the FreeBSD.dchagin2015-05-241-18/+13
* Set WIFCONTINUED to the wait status if needed.dchagin2015-05-241-0/+2
* Where possible we will use M_LINUX malloc(9) type.dchagin2015-05-241-4/+4
* Refund the proc emuldata struct for future use. For now move flags fromdchagin2015-05-241-0/+15
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-0/+57
* Fix compilation with -DDEBUG option.dchagin2015-05-241-3/+5
* Disable i386 call for x86-64 Linux.dchagin2015-05-241-2/+6
* Put linux_platform into the vdso to avoid copying it onto the stack atdchagin2015-05-241-1/+1
* Implement pselect6() system call.dchagin2015-05-241-0/+84
* Implement prlimit64() system call.dchagin2015-05-241-0/+73
* Sched_rr_get_interval returns EINVAL in case when the invalid piddchagin2015-05-241-0/+7
* Implement waitid() system call.dchagin2015-05-241-0/+62
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-241-0/+29
* Add a function for converting wait options.dchagin2015-05-241-0/+19
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-241-135/+113
* Implement a Linux version of sched_getparam() && sched_setparam().dchagin2015-05-241-0/+72
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+30
* cred: add proc_set_cred helpermjg2015-03-161-1/+1
* The process spin lock currently has the following distinct uses:kib2014-11-261-2/+2
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-6/+9
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+4
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* 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-221-8/+3
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-1/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-0/+14
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-171-22/+12
* Convert files to UTF-8uqs2012-01-151-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-13/+13
OpenPOWER on IntegriCloud