]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.git] / sys / compat /
2015-07-09 Jung-uk KimMerge OpenSSL 1.0.1p.
2015-07-09 Ed SchoutenAdd implementations for some of the CloudABI file descr...
2015-07-09 Ed SchoutenGenerate CloudABI system call table with proper $FreeBS...
2015-07-09 Ed SchoutenImport the CloudABI datatypes and create a system call...
2015-07-08 Patrick KelseyMFV r285292:
2015-07-08 Patrick KelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 Gregory Neil ShapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 Mateusz Guzikfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 Cy SchubertMFV ntp-4.2.8p3 (r284990).
2015-06-29 Konstantin Belousovsvr4 emulator has custom sendsig() implementation,...
2015-06-20 Dmitry ChaginAdd EPOLLRDHUP support.
2015-06-19 Andriy GaponMFV r284412: 5911 ZFS "hangs" while deleting file
2015-06-18 Jung-uk KimMerge ACPICA 20150619.
2015-06-18 Ed MasteImport libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c...
2015-06-16 Mateusz GuzikReplace struct filedesc argument in getvnode with struc...
2015-06-16 Mateusz Guzikfd: make rights a mandatory argument to fget_unlocked
2015-06-15 Edwin GroothuisMFV of 284395,tzdata2015e
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-12 Jung-uk KimMerge OpenSSL 1.0.1o.
2015-06-12 Andriy GaponMFV r284042: 1778 Assertion failed: rn->rn_nozpool...
2015-06-12 Andriy GaponMFV r284036: 5961 Fix stack overflow in zfs_create_fs
2015-06-12 Andriy GaponMFV r284030: 5818 zfs {ref}compressratio is incorrect...
2015-06-12 Andriy GaponMFV r283534: 5515 dataset user hold doesn't reject...
2015-06-12 Andriy GaponMFV r284040: check that datasets are snapshots
2015-06-11 Jung-uk KimMerge OpenSSL 1.0.1n.
2015-06-11 Xin LIMFV r284276: Fix long options.
2015-06-11 Simon J. GerratyMerge bmake-20150606
2015-06-10 Xin LIMFV r284234:
2015-06-10 Mateusz Guziklinux: make sure to grab all cow structs when creating...
2015-06-10 Mateusz GuzikImplement lockless resource limits.
2015-06-08 Jung-uk KimProperly initialize flags for accept4(2) not to return...
2015-06-06 Dmitry ChaginFinish r283544. In exec case properly detach threads...
2015-06-03 Jung-uk KimMFV: r283965
2015-06-02 Eric van GyzenProvide vnode in memory map info for files on tmpfs
2015-05-27 Ed MasteUpdate to ELF Tool Chain r3223
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
2015-05-25 Dmitry ChaginWhen I merged the lemul branch I missied kib@'s r282708...
2015-05-25 Dimitry AndricUpgrade our copy of clang and llvm to 3.6.1 release.
2015-05-24 Dmitry ChaginLinux nanosleep() and clock_nanosleep() system calls...
2015-05-24 Dmitry ChaginConvert SCM_TIMESTAMP in recvmsg().
2015-05-24 Dmitry ChaginThe latest cp tool is trying to use the btrfs clone...
2015-05-24 Dmitry ChaginFix an mbuf(9) leak in sendmsg() under failure conditio...
2015-05-24 Dmitry ChaginImplement Linux specific syncfs() system call.
2015-05-24 Dmitry ChaginProperly check tv_nsec value. The tv_nsec field can...
2015-05-24 Dmitry ChaginSince FreeBSD supports SOCK_CLOEXEC & SOCK_NONBLOCK...
2015-05-24 Dmitry ChaginImplement recvmmsg() and sendmmsg() system calls.
2015-05-24 Dmitry ChaginReduce duplication between MD Linux code by moving...
2015-05-24 Dmitry ChaginImplement epoll_pwait() system call.
2015-05-24 Dmitry ChaginConvert signal number to native for VT_SETMODE ioctl...
2015-05-24 Dmitry ChaginAdd utimensat() system call.
2015-05-24 Dmitry ChaginSimplify linprocfs_doprocenviron(). Remove extra proc...
2015-05-24 Dmitry ChaginConvert Linux signal number to the FreeBSD.
2015-05-24 Dmitry ChaginConvert Linux sigsets before showing.
2015-05-24 Dmitry ChaginRework signal code to allow using it by other modules...
2015-05-24 Dmitry ChaginAdd support for /proc/<pid>/auxv.
2015-05-24 Dmitry ChaginAdd vdso and stack names to the /proc/self/maps.
2015-05-24 Dmitry ChaginAccording to Linux man sigaltstack(3) shall return...
2015-05-24 Dmitry ChaginAdd EPOLLERR flag handling to epoll.
2015-05-24 Dmitry ChaginAs fo_fill_kinfo() does not check fo_fill_kinfo to...
2015-05-24 Dmitry ChaginAdd preliminary fallocate system call implementation
2015-05-24 Dmitry ChaginDelete the duplicate of linux_to_native_clockid() function.
2015-05-24 Dmitry ChaginDo not use struct l_timespec without conversion. While...
2015-05-24 Dmitry ChaginAdd prototypes for static futex functions.
2015-05-24 Dmitry ChaginAs for now our tmpfs is no longer being considered
2015-05-24 Dmitry ChaginPrint out unsupported futex operation message only...
2015-05-24 Dmitry ChaginAdd some clock mappings used in glibc 2.20.
2015-05-24 Dmitry ChaginImprove ktr(9) records in thread managment code.
2015-05-24 Dmitry ChaginUse local struct proc * varable instead of dereferencin...
2015-05-24 Dmitry ChaginAvoid unnecessary em zeroing in non-exec path
2015-05-24 Dmitry ChaginRemove the unnecessary cast.
2015-05-24 Dmitry ChaginImplement ppoll() system call.
2015-05-24 Dmitry Chagintd_sigmask of a newly created thread copied from td.
2015-05-24 Dmitry ChaginUpdate Linux compat revision to 32.
2015-05-24 Dmitry ChaginFix linux_common module build with KTR option.
2015-05-24 Dmitry ChaginImplement eventfd system call.
2015-05-24 Dmitry ChaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 Dmitry ChaginImplement epoll family system calls. This is a tiny...
2015-05-24 Dmitry ChaginImplement F_DUPFD_CLOEXEC fcntl flag.
2015-05-24 Dmitry ChaginAdd several fcntl flags.
2015-05-24 Dmitry ChaginTo avoid code duplication move open/fcntl definitions...
2015-05-24 Dmitry ChaginUse the BSD_TO_LINUX_SIGNAL() wherever there is no...
2015-05-24 Dmitry ChaginConvert Linux wait options to the FreeBSD.
2015-05-24 Dmitry ChaginSet WIFCONTINUED to the wait status if needed.
2015-05-24 Dmitry ChaginRewrite linux_recvfrom. To avoid double conversion...
2015-05-24 Dmitry ChaginAdd AT_RANDOM and AT_EXECFN auxiliary vector entries...
2015-05-24 Dmitry ChaginChange linux faccessat syscall definition to match...
2015-05-24 Dmitry ChaginWhere possible we will use M_LINUX malloc(9) type.
2015-05-24 Dmitry ChaginMove FEATURE macros for v4l and v4l2 to the common...
2015-05-24 Dmitry ChaginRefund the proc emuldata struct for future use. For...
2015-05-24 Dmitry ChaginIntroduce a new module linux_common.ko which is intende...
2015-05-24 Dmitry ChaginAdd newfstatat system call for 64-bit Linuxulator.
2015-05-24 Dmitry ChaginFix compilation with -DDEBUG option.
2015-05-24 Dmitry ChaginAdd 64 bit support to the vdso.
2015-05-24 Dmitry Chaginx86_64 Linux do not use multiplexing on ipc system...
2015-05-24 Dmitry ChaginDisable i386 call for x86-64 Linux.
2015-05-24 Dmitry ChaginPrint out proper procmap entry for 64 bit binaries.
2015-05-24 Dmitry Chagin64-bit paltforms, like x86_64, do not use multiplexing on
2015-05-24 Dmitry ChaginGet ready to commit x86_64 Linux emulation.
2015-05-24 Dmitry ChaginPut linux_platform into the vdso to avoid copying it...
next