]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Set pcpu curpmap for powerpc64
[FreeBSD/FreeBSD.git] / sys / compat /
2019-07-10 Andriy Gaponlinuxcommon: add module version
2019-07-10 Tijl CoosemansLet linuxulator mprotect mask unsupported bits before...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Ed MasteUpdate Linux compat version to 2.6.36
2019-07-04 Edward Tomasz Napi... Return ENOTSUP for Linux FS_IOC_FIEMAP ioctl.
2019-07-04 Edward Tomasz Napi... Fix linuxulator prlimit64(2) with pid == 0. This makes...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-03 Hans Petter SelaskyRemove dead code added after r348743 in the LinuxKPI...
2019-07-03 Mark JohnstonRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-07-02 Konstantin BelousovControl implicit PROT_MAX() using procctl(2) and the...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-21 Johannes LundbergLinuxKPI: Additions to rcu list.
2019-06-21 Johannes LundbergLinuxKPI: Add atomic_long_sub macro.
2019-06-17 Martin MatuskaMFV r349134:
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-07 Mark JohnstonReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 Mark JohnstonMake the linuxkpi's alloc_pages() consistently return...
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-30 Brooks Davismakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 Dmitry ChaginComplete LOCAL_PEERCRED support. Cache pid of the remot...
2019-05-30 Dmitry ChaginLinux does not support MSG_OOB for unix(4) or non-strea...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-21 Dmitry ChaginDo not leak sa in linux_recvmsg() call if kern_recvit...
2019-05-21 Dmitry ChaginDo not use uninitialised sa.
2019-05-21 Dmitry ChaginDo not leak sa in linux_recvfrom() call if kern_recvit...
2019-05-21 Conrad MeyerInclude eventhandler.h in more compilation units
2019-05-20 Martin MatuskaMFV r347989:
2019-05-19 Johannes LundbergLinuxKPI: Finalize move of lindebugfs from ports to...
2019-05-19 Edward Tomasz Napi... Implement PTRACE_O_TRACESYSGOOD. This makes Linux...
2019-05-19 Dmitry ChaginLinux send() call returns EAGAIN instead of ENOTCONN...
2019-05-16 Johannes LundbergLinuxKPI: Finalize import of seq_file.
2019-05-16 Johannes LundbergLinuxKPI: Add in_task macro.
2019-05-16 Johannes LundbergLinuxKPI: Fix build on powerpc/sparc.
2019-05-16 Johannes LundbergLinuxKPI: Updates to tasklets for Linux 5.0.
2019-05-16 Johannes LundbergLinuxKPI: Add group_leader member to struct task_struct.
2019-05-16 Johannes LundbergLinuxKPI: Update access_ok macro for v5.0.
2019-05-16 Tycho NightingaleAllow loading the same DMA address multiple times witho...
2019-05-15 Johannes LundbergLinuxKPI: Add helper macros IS_ALIGNED and DIV_ROUND_DO...
2019-05-15 Johannes LundbergLinuxKPI: Move {lower|upper}_32_bits macros from port...
2019-05-15 Johannes LundbergLinuxKPI: Include asm/atomic-long.h from atomic.h.
2019-05-15 Johannes LundbergLinuxKPI: Add get_random_u32 function.
2019-05-15 Johannes LundbergLinuxKPI: Update user_access_begin for Linux v5.0.
2019-05-15 Johannes LundbergLinuxKPI: Expand ktime functionality.
2019-05-14 Johannes LundbergLinuxKPI: Add prepare to pm_ops and bump FreeBSD version.
2019-05-14 Johannes LundbergLinuxKPI: Add vm_fault_t type.
2019-05-14 Johannes LundbergLinuxKPI: Add context member to ww_mutex and bump FreeB...
2019-05-14 Johannes LundbergLinuxKPI: Let del_timer return a value to match Linux.
2019-05-13 Dmitry ChaginLinuxulator depends on a fundamental kernel settings...
2019-05-13 Dmitry ChaginLinuxulator getpeername() returns EINVAL in case then...
2019-05-13 Dmitry ChaginOur bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr...
2019-05-10 Johannes LundbergImplement linux_pci_unregister_drm_driver in linuxkpi...
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Hans Petter SelaskyFix memory leak of PCI BUS structure in the LinuxKPI.
2019-05-09 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Hans Petter SelaskyAdd support for Dynamic Interrupt Moderation, DIM,...
2019-05-07 Ed Mastemake sysent after r347228
2019-05-07 Dmitry ChaginRemove wrong copyright line. Discussed with Carlos...
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Dmitry ChaginAdds sys/class/net devices to linsysfs.
2019-05-06 Dmitry ChaginRewrite linux_ifflags() in more readable Linuxulator...
2019-05-06 Dmitry ChaginComplete r347052 (https://reviews.freebsd.org/D20137...
2019-05-06 Hans Petter SelaskyUse PCIV_INVALID in pci_channel_offline() in the LinuxKPI.
2019-05-06 Hans Petter SelaskyDisabling a PCI device should only disable busmaster...
2019-05-06 Hans Petter SelaskyImplement print_hex_dump_debug() function macro in...
2019-05-06 Hans Petter SelaskyAllow controlling pr_debug at runtime in the LinuxKPI.
2019-05-05 Konstantin BelousovSwitch to use shared vnode locks for text files during...
2019-05-05 Cy SchubertMFV r347136:
2019-05-04 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-04 Hans Petter SelaskyFix regression issue after r346645 in the LinuxKPI.
2019-05-03 Dmitry ChaginIn order to reduce duplication between MD parts of...
2019-05-03 Edward Tomasz Napi... Decode more CPU flags in cpuinfo.
2019-05-02 Edward Tomasz Napi... Fix flags in cpuinfo.
2019-05-02 Dmitry ChaginRemove unneeded includes.
2019-05-02 Edward Tomasz Napi... Add sys/devices/system/cpu/{possible,present} to linsys...
2019-04-30 Dmitry ChaginFollow the FreeBSD and implement PDEATH_SIG prctl ops...
2019-04-30 Hans Petter SelaskyReduce the number of mutexes after r346645 in the LinuxKPI.
next