]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linux
Add ELF Tool Chain's ar(1) and elfdump(1) to contrib
[FreeBSD/FreeBSD.git] / sys / compat / linux /
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-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
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-20 dchaginAdd EPOLLRDHUP support.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
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-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 dchaginConvert Linux signal number to the FreeBSD.
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 dchaginAdd EPOLLERR flag handling to epoll.
2015-05-24 dchaginAs fo_fill_kinfo() does not check fo_fill_kinfo to...
2015-05-24 dchaginAdd preliminary fallocate system call implementation
2015-05-24 dchaginDelete the duplicate of linux_to_native_clockid() function.
2015-05-24 dchaginDo not use struct l_timespec without conversion. While...
2015-05-24 dchaginAdd prototypes for static futex functions.
2015-05-24 dchaginAs for now our tmpfs is no longer being considered
2015-05-24 dchaginPrint out unsupported futex operation message only...
2015-05-24 dchaginAdd some clock mappings used in glibc 2.20.
2015-05-24 dchaginImprove ktr(9) records in thread managment code.
2015-05-24 dchaginUse local struct proc * varable instead of dereferencin...
2015-05-24 dchaginAvoid unnecessary em zeroing in non-exec path
2015-05-24 dchaginRemove the unnecessary cast.
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchagintd_sigmask of a newly created thread copied from td.
2015-05-24 dchaginUpdate Linux compat revision to 32.
2015-05-24 dchaginFix linux_common module build with KTR option.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginImplement F_DUPFD_CLOEXEC fcntl flag.
2015-05-24 dchaginAdd several fcntl flags.
2015-05-24 dchaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 dchaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 dchaginConvert Linux wait options to the FreeBSD.
2015-05-24 dchaginSet WIFCONTINUED to the wait status if needed.
2015-05-24 dchaginRewrite linux_recvfrom. To avoid double conversion...
2015-05-24 dchaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 dchaginChange linux faccessat syscall definition to match...
2015-05-24 dchaginWhere possible we will use M_LINUX malloc(9) type.
2015-05-24 dchaginMove FEATURE macros for v4l and v4l2 to the common...
2015-05-24 dchaginRefund the proc emuldata struct for future use. For...
2015-05-24 dchaginIntroduce a new module linux_common.ko which is intende...
2015-05-24 dchaginAdd newfstatat system call for 64-bit Linuxulator.
2015-05-24 dchaginFix compilation with -DDEBUG option.
2015-05-24 dchaginAdd 64 bit support to the vdso.
2015-05-24 dchaginx86_64 Linux do not use multiplexing on ipc system...
2015-05-24 dchaginDisable i386 call for x86-64 Linux.
2015-05-24 dchagin64-bit paltforms, like x86_64, do not use multiplexing on
2015-05-24 dchaginGet ready to commit x86_64 Linux emulation.
2015-05-24 dchaginPut linux_platform into the vdso to avoid copying it...
2015-05-24 dchaginImplement vdso - virtual dynamic shared object. Through...
2015-05-24 dchaginImplement pselect6() system call.
2015-05-24 dchaginImplement prlimit64() system call.
2015-05-24 dchaginImplement dup3() system call.
2015-05-24 dchaginSched_rr_get_interval returns EINVAL in case when the...
2015-05-24 dchaginImplement rt_sigqueueinfo() system call.
2015-05-24 dchaginImplement waitid() system call.
2015-05-24 dchaginTo reduce code duplication introduce linux_copyout_rusa...
2015-05-24 dchaginAdd a function for converting wait options.
2015-05-24 dchaginAdd a siginfo_t conversion function.
2015-05-24 dchaginRemove a now unused define.
2015-05-24 dchaginIntroduce LINUX_VERSION_STR, LINUX_VERSION_CODE macro...
2015-05-24 dchaginpthread_join() caller do futex_wait on child_clear_tid...
2015-05-24 dchaginSwitch linuxulator to use the native 1:1 threads.
2015-05-24 dchaginImplement a Linux version of sched_getparam() && sched_...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
next