]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/cloudabi
Fix FreeBSD Linux ABI kernel panic.
[FreeBSD/FreeBSD.git] / sys / compat / cloudabi /
2015-08-25 baptMerge from HEAD
2015-08-17 dimMerge ^/head r286697 through r286857.
2015-08-17 edDon't forget to invoke pre_execve() and post_execve().
2015-08-12 dimMerge ^/head r286422 through r286684.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-08-12 edUse CAP_EVENT instead of CAP_PDWAIT.
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-10 ngieMFhead @ r286584
2015-08-07 dimMerge ^/head r285924 through r286421.
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 edAdd the remaining pointer size independent CloudABI...
2015-08-05 edAllow the creation of polling descriptors (kqueues...
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 dimMerge ^/head r285793 through r285923.
2015-07-27 edAdd a futex implementation for CloudABI.
2015-07-27 ngieMFhead @ r285904
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 dimMerge ^/head r285341 through r285792.
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 edMake clock_gettime() and clock_getres() work for CloudA...
2015-07-20 edMake forking of CloudABI processes work.
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 edImplement thread_tcb_set() and thread_yield().
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-10 mjgfd: split kern_dup flags argument into actual flags...
2015-07-09 dimMerge ^/head r285284 through r285340.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 edAdd implementations for some of the CloudABI file descr...
2015-07-09 edImport the CloudABI datatypes and create a system call...