]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linux/linux_misc.c
Merge ^/head r293850 through r294089.
[FreeBSD/FreeBSD.git] / sys / compat / linux / linux_misc.c
2016-01-15 dimMerge ^/head r293850 through r294089.
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-14 glebiusCall crextend() before copying old credentials to the...
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 emasteMerge LLDB 3.8
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-07 markjMFV r289003:
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-16 ngieMFhead @ r290899
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-23 sjgMerge bmake 20151020
2015-10-23 kibFix build for the KTR-enabled kernels.
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-16 mavMFV r289310:
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-08-12 dimUpdate llvm/clang to r242221.
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-27 ngieMFhead @ r285904
2015-07-22 dimMerge ^/head r285341 through r285792.
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 dimUpdate llvm/clang to r241361.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 emasteUpdate LLDB snapshot to upstream r241361
2015-06-23 dimUpdate llvm/clang to r240225.
2015-06-20 dimMerge ^/head r284188 through r284643.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-13 ngieMF head @ r284358
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-10 dimUpdate Makefiles and other build glue for llvm/clang...
2015-06-10 mjgImplement lockless resource limits.
2015-05-31 ngieMF head @ r283796
2015-05-27 dimMerge clang trunk r238337 from ^/vendor/clang/dist...
2015-05-27 dimMerge llvm trunk r238337 from ^/vendor/llvm/dist, resol...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-24 dchaginProperly check tv_nsec value. The tv_nsec field can...
2015-05-24 dchaginAdd utimensat() system call.
2015-05-24 dchaginRework signal code to allow using it by other modules...
2015-05-24 dchaginDo not use struct l_timespec without conversion. While...
2015-05-24 dchaginImplement ppoll() system call.
2015-05-24 dchaginPut the correct value for the abi_nfdbits parameter...
2015-05-24 dchaginConvert Linux wait options to the FreeBSD.
2015-05-24 dchaginSet WIFCONTINUED to the wait status if needed.
2015-05-24 dchaginWhere possible we will use M_LINUX malloc(9) type.
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 dchaginFix compilation with -DDEBUG option.
2015-05-24 dchaginDisable i386 call for x86-64 Linux.
2015-05-24 dchaginPut linux_platform into the vdso to avoid copying it...
2015-05-24 dchaginImplement pselect6() system call.
2015-05-24 dchaginImplement prlimit64() system call.
2015-05-24 dchaginSched_rr_get_interval returns EINVAL in case when the...
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 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-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)
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-25 gjbMFH: r278968-r280640
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-16 mjgcred: add proc_set_cred helper
2015-03-02 baptUpdate libucl to git version 8d3b186
next