aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add support to the jail framework to be able to mount linsysfs(5) andMarcelo Araujo2015-07-192-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-184-5/+5
* Implement CloudABI memory management system calls.Ed Schouten2015-07-171-17/+107
* Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-162-0/+157
* Implement CloudABI's exec() call.Ed Schouten2015-07-161-2/+11
* Implement the trivial socket system calls: shutdown() and listen().Ed Schouten2015-07-151-4/+27
* Make posix_fallocate() and posix_fadvise() work.Ed Schouten2015-07-151-5/+32
* Implement the CloudABI random_get() system call.Ed Schouten2015-07-141-2/+17
* Regenerate system call table for r285540.Ed Schouten2015-07-145-14/+14
* Implement thread_tcb_set() and thread_yield().Ed Schouten2015-07-143-13/+15
* Implement {,p}{read,write}{,v}().Ed Schouten2015-07-141-8/+87
* Let proc_raise() call into pksignal() directly.Ed Schouten2015-07-141-16/+18
* Implement normal and abnormal process termination.Ed Schouten2015-07-111-4/+51
* Use FDDUP_NORMAL instead of hardcoding value 0.Ed Schouten2015-07-111-1/+1
* Add missing function parameter.Ed Schouten2015-07-111-1/+1
* linprocfs: vref the vnode passed to vn_fullpathMateusz Guzik2015-07-111-4/+22
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-4/+1
* Move chdir/chroot-related fdp manipulation to kern_descrip.cMateusz Guzik2015-07-111-1/+1
* Regenerate syscalls.Adrian Chadd2015-07-115-1/+73
* fd: split kern_dup flags argument into actual flags and a modeMateusz Guzik2015-07-101-1/+1
* Add implementations for some of the CloudABI file descriptor system calls.Ed Schouten2015-07-091-14/+55
* Generate CloudABI system call table with proper $FreeBSD$ tags.Ed Schouten2015-07-095-0/+2339
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-0919-0/+1244
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* svr4 emulator has custom sendsig() implementation, it does not useKonstantin Belousov2015-06-291-2/+2
* Add EPOLLRDHUP support.Dmitry Chagin2015-06-202-1/+5
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-162-8/+4
* fd: make rights a mandatory argument to fget_unlockedMateusz Guzik2015-06-161-1/+2
* linux: make sure to grab all cow structs when creating a threadMateusz Guzik2015-06-101-1/+1
* Implement lockless resource limits.Mateusz Guzik2015-06-104-38/+14
* Properly initialize flags for accept4(2) not to return spurious EINVAL.Jung-uk Kim2015-06-081-0/+1
* Finish r283544. In exec case properly detach threads from user spaceDmitry Chagin2015-06-061-0/+12
* Provide vnode in memory map info for files on tmpfsEric van Gyzen2015-06-021-8/+4
* When I merged the lemul branch I missied kib@'s r282708 commit.Dmitry Chagin2015-05-251-13/+5
* Linux nanosleep() and clock_nanosleep() system calls alwaysDmitry Chagin2015-05-241-37/+24
* Convert SCM_TIMESTAMP in recvmsg().Dmitry Chagin2015-05-242-1/+18
* The latest cp tool is trying to use the btrfs clone operation that isDmitry Chagin2015-05-242-3/+16
* Fix an mbuf(9) leak in sendmsg() under failure condition andDmitry Chagin2015-05-241-2/+1
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-241-0/+41
* Properly check tv_nsec value. The tv_nsec field can also be oneDmitry Chagin2015-05-241-2/+16
* Since FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK optionsDmitry Chagin2015-05-241-69/+25
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-242-42/+168
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-241-0/+16
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-241-10/+54
* Convert signal number to native for VT_SETMODE ioctl and removeDmitry Chagin2015-05-241-4/+10
* Add utimensat() system call.Dmitry Chagin2015-05-242-0/+84
* Simplify linprocfs_doprocenviron(). Remove extra proc visibility checksDmitry Chagin2015-05-241-20/+3
* Convert Linux signal number to the FreeBSD.Dmitry Chagin2015-05-241-2/+2
* Convert Linux sigsets before showing.Dmitry Chagin2015-05-241-16/+14
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-246-104/+322