We're waiting on a struct proc *, not a struct thread *. Fix a
[freebsd.git] / sys / compat /
2015-08-17 edDon't forget to invoke pre_execve() and post_execve().
2015-08-12 edAdd the last remaining system calls: send() and recv().
2015-08-12 edUse CAP_EVENT instead of CAP_PDWAIT.
2015-08-12 edMake blocking CloudABI futex operations work.
2015-08-12 edMake poll() and kqueue() on CloudABI work.
2015-08-11 edFall back to O_RDONLY -- not O_WRONLY.
2015-08-11 edProperly convert the error number to CloudABI's indexing.
2015-08-11 edMake cap_rights_limit() work for CloudABI processes.
2015-08-06 edAdd file_open(): the underlying system call of openat().
2015-08-05 edCorrect the previous commit: remove the DECLARE_MODULE().
2015-08-05 edAdd DECLARE_MODULE() to the "cloudabi" kernel module.
2015-08-05 edMake fcntl(F_SETFL) work.
2015-08-05 edRegenerate the system call table.
2015-08-05 edImport the latest CloudABI system call definitions...
2015-08-05 edAdd the remaining pointer size independent CloudABI...
2015-08-05 edAllow the creation of polling descriptors (kqueues...
2015-08-05 edAllow the creation of kqueues with a restricted set...
2015-08-04 edLet the CloudABI futex code use umtx_keys.
2015-08-01 edAllow CloudABI processes to create shared memory objects.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 edLimit rights on process descriptors.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 edMake pipes in CloudABI work.
2015-07-29 edSplit up Capsicum to CloudABI rights conversion into...
2015-07-29 edImplement CloudABI's readdir().
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 edImplement file attribute modification system calls...
2015-07-28 edImplement directory and FIFO creation.
2015-07-28 edMake fstat() and friends work.
2015-07-27 edAdd a futex implementation for CloudABI.
2015-07-27 edRegenerate system call table.
2015-07-27 edSync in latest upstream system call definitions.
2015-07-24 edImplement the basic system calls that operate on pathnames.
2015-07-23 edAllow us to create UNIX sockets and socketpairs in...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-22 edRegenerate system call table.
2015-07-22 edImport upstream changes to the system call definitions.
2015-07-21 edMake clock_gettime() and clock_getres() work for CloudA...
2015-07-21 edMake thread creation work for CloudABI processes.
2015-07-20 edMake forking of CloudABI processes work.
2015-07-19 araujoAdd support to the jail framework to be able to mount...
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 edImplement CloudABI memory management system calls.
2015-07-16 edAdd a sysentvec for CloudABI on x86-64.
2015-07-16 edImplement CloudABI's exec() call.
2015-07-15 edImplement the trivial socket system calls: shutdown...
2015-07-15 edMake posix_fallocate() and posix_fadvise() work.
2015-07-14 edImplement the CloudABI random_get() system call.
2015-07-14 edRegenerate system call table for r285540.
2015-07-14 edImplement thread_tcb_set() and thread_yield().
2015-07-14 edImplement {,p}{read,write}{,v}().
2015-07-14 edLet proc_raise() call into pksignal() directly.
2015-07-11 edImplement normal and abnormal process termination.
2015-07-11 edUse FDDUP_NORMAL instead of hardcoding value 0.
2015-07-11 edAdd missing function parameter.
2015-07-11 mjglinprocfs: vref the vnode passed to vn_fullpath
2015-07-11 mjgCreate a dedicated function for ensuring that cdir...
2015-07-11 mjgMove chdir/chroot-related fdp manipulation to kern_desc...
2015-07-11 adrianRegenerate syscalls.
2015-07-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 edGenerate CloudABI system call table with proper $FreeBS...
2015-07-09 edImport the CloudABI datatypes and create a system call...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-06-29 kibsvr4 emulator has custom sendsig() implementation,...
2015-06-20 dchaginAdd EPOLLRDHUP support.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-16 mjgfd: make rights a mandatory argument to fget_unlocked
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-10 mjglinux: make sure to grab all cow structs when creating...
2015-06-10 mjgImplement lockless resource limits.
2015-06-08 jkimProperly initialize flags for accept4(2) not to return...
2015-06-06 dchaginFinish r283544. In exec case properly detach threads...
2015-06-02 vangyzenProvide vnode in memory map info for files on tmpfs
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 dchaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-24 dchaginLinux nanosleep() and clock_nanosleep() system calls...
2015-05-24 dchaginConvert SCM_TIMESTAMP in recvmsg().
2015-05-24 dchaginThe latest cp tool is trying to use the btrfs clone...
2015-05-24 dchaginFix an mbuf(9) leak in sendmsg() under failure conditio...
2015-05-24 dchaginImplement Linux specific syncfs() system call.
2015-05-24 dchaginProperly check tv_nsec value. The tv_nsec field can...
2015-05-24 dchaginSince FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK...
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginConvert signal number to native for VT_SETMODE ioctl...
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginSimplify linprocfs_doprocenviron(). Remove extra proc...
2015-05-24 dchaginConvert Linux signal number to the FreeBSD.
2015-05-24 dchaginConvert Linux sigsets before showing.
next