]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-05-24 dchaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 dchaginReduce duplication between MD Linux code by moving...
2015-05-24 dchaginRegen for r283484.
2015-05-24 dchaginImplement epoll_pwait() system call.
2015-05-24 dchaginConvert signal number to native for VT_SETMODE ioctl...
2015-05-24 dchaginRegen for r283480.
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
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.
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginAdd support for /proc/<pid>/auxv.
2015-05-24 dchaginAdd vdso and stack names to the /proc/self/maps.
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 dchaginRegen for r283467.
2015-05-24 dchaginCall nosys in case when the incorrect syscall number...
2015-05-24 dchaginRegen for r283465.
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 dchaginRegen for r283451.
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 dchaginConnect linux64 module to the build.
2015-05-24 dchaginFix linux_common module build with KTR option.
2015-05-24 dchaginInclude opt_compat.h, so that COMPAT_LINUX32 is defined...
2015-05-24 dchaginRegen for r283444.
2015-05-24 dchaginImplement eventfd system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginRegen for r283441.
2015-05-24 dchaginImplement epoll family system calls. This is a tiny...
2015-05-24 dchaginFor future use in the Linuxulator:
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 dchaginBeing exported through vdso the note.Linux section...
2015-05-24 dchaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 dchaginTeach kdump to understand both linux emulation.
2015-05-24 dchaginRegen for r283428.
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 andrewAdd support for getting the memory map from EFI if...
2015-05-24 dchaginRegen for r283424.
2015-05-24 dchaginAdd preliminary support for x86-64 Linux binaries.
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 tijlWhen only 2 bytes can be read from a 4 byte UTF-16...
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 dchaginPrint out proper procmap entry for 64 bit binaries.
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 dchaginRemove stale comment about a signal trampoline which
2015-05-24 dchaginPut linux_platform into the vdso to avoid copying it...
2015-05-24 dchaginEliminate a now unused global declaration of elf_linux_...
2015-05-24 dchaginImplement vdso - virtual dynamic shared object. Through...
2015-05-24 tijlFix decoding of UTF-7 when a base64 encoded chunk appea...
2015-05-24 dchaginRegen for r283403.
2015-05-24 dchaginImplement pselect6() system call.
2015-05-24 dchaginRegen for r283401.
2015-05-24 dchaginImplement prlimit64() system call.
2015-05-24 dchaginRegen for r283399.
2015-05-24 dchaginImplement dup3() system call.
2015-05-24 dchaginSched_rr_get_interval returns EINVAL in case when the...
2015-05-24 dchaginRegen for r283396.
2015-05-24 dchaginImplement rt_sigqueueinfo() system call.
2015-05-24 dchaginRegen for r283394.
2015-05-24 dchaginImplement waitid() system call.
2015-05-24 dchaginRegen for r283392.
2015-05-24 dchaginstruct l_rusage does not defined for i386 Linuxulator...
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 dchaginSome style(9) && whitespaces fixes. No functional changes.
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 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
next