]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Fix some races introduced in r332974.
[FreeBSD/FreeBSD.git] / sys / compat /
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-01 Jung-uk KimMFV: r333077
2018-04-30 Hans Petter SelaskyDefine USEC_PER_MSEC and USEC_PER_SEC in the LinuxKPI.
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-24 Eitan Adler[procfs] Split procfs_attr into multiple functions
2018-04-24 Konstantin BelousovFix futexes on i386 after the 4/4G split.
2018-04-23 Ed MasteMap FreeBSD EDOOFUS to Linux EINVAL
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 Konstantin BelousovRename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and...
2018-04-19 John BaldwinSimplify the code to allocate stack for auxv, argv...
2018-04-18 Konstantin BelousovAdd PROC_PDEATHSIG_SET to procctl interface.
2018-04-09 Ed Mastelinuxulator: deduplicate linux_exec_imgact_try
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-05 Mark JohnstonFix the definitions of get_cpu() and put_cpu().
2018-04-04 Ed MasteFix kernel memory disclosure in linux_ioctl_socket
2018-04-04 Ed Mastelinux_ioctl_hdio: fix kernel memory disclosure
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-03 Mark JohnstonWrap long lines.
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-03-30 Hans Petter SelaskyOptimise use of Giant in the LinuxKPI.
2018-03-28 Alexander MotinMFV r331712:
2018-03-28 Alexander MotinMFV 331710:
2018-03-28 Alexander MotinMFV r331708:
2018-03-28 Alexander MotinMFV r331706:
2018-03-28 Alexander MotinMFV 331704:
2018-03-28 Alexander MotinMFV 331702:
2018-03-28 Alexander MotinMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 Alexander MotinPartial MFV r329753:
2018-03-28 Hans Petter SelaskySwap two instances of regular macros with function...
2018-03-27 Konstantin BelousovFix several leaks of kernel stack data through paddings.
2018-03-27 Jung-uk KimMerge OpenSSL 1.0.2o.
2018-03-27 Brooks DavisMove 32-bit compat for md(4) ioctls into the md code.
2018-03-27 Brooks DavisMove uio enums to sys/_uio.h.
2018-03-24 Philip PaepsImport tzdata 2018d
2018-03-23 Ed Mastelinuxkpi whitespace cleanup
2018-03-23 Ed MasteRationalize license text on Linuxolator files
2018-03-23 Alexander MotinMFV r331407: 9213 zfs: sytem typo
2018-03-23 Alexander MotinMFV r331405: 9084 spa_*_ashift must ignore spare devices
2018-03-23 Alexander MotinMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 Hans Petter SelaskyThe pci_disable_device() function is also expected...
2018-03-22 Ed MasteShare Linux errno table with libsysdecode
2018-03-22 Hans Petter SelaskyClear old MSIX IRQ numbers in the LinuxKPI.
2018-03-21 Conrad MeyerRegenerate sysent files after r331279.
2018-03-21 Conrad MeyerImplement getrandom(2) and getentropy(3)
2018-03-19 Ruslan BukinImport Intel Processor Trace decoder library from
2018-03-16 Ed Mastelinux_errno.c: add newer errno values
2018-03-16 Ed MasteShare a single bsd-linux errno table across MD consumers
2018-03-15 Andriy GaponMFV r330973: 9164 assert: newds == os->os_dsl_dataset
2018-03-14 Jung-uk KimMerge ACPICA 20180313.
2018-03-14 Hans Petter SelaskyFix compliancy of the kstrtoXXX() functions in the...
2018-03-12 Ed MasteLinuxulator: apply style(9) to return
2018-03-09 Hans Petter SelaskyImplement proper support for complete_all() in the...
2018-03-07 Eitan Adlersys/cloudabi: Avoid relying on GNU specific extensions
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-06 Andrey V. ElsukovAdd mapping for several ethernet types used by Linux...
2018-03-05 Brooks DavisRegen after r330517.
2018-03-05 Brooks DavisRemove remenants of 1990s efforts to let us run Net...
2018-03-04 Hans Petter SelaskyProperly wrap the BUILD_BUG() function macro in the...
2018-03-04 Hans Petter SelaskyStub kernel_param_lock() and kernel_param_unlock()...
2018-03-04 Hans Petter SelaskyImplement wait_event_lock_irq() macro function in the...
2018-03-04 Hans Petter SelaskyKeep the old SLAB_DESTROY_BY_RCU macro definition aroun...
2018-03-04 Hans Petter SelaskyImplement DEFINE_WAIT_FUNC() function macro and default...
2018-03-04 Hans Petter SelaskyImplement pr_err_ratelimited() function macro in the...
2018-03-04 Hans Petter SelaskyImplement __MODULE_STRING() function macro in the LinuxKPI.
2018-03-04 Hans Petter SelaskyImplement BUILD_BUG() function macro in the LinuxKPI.
2018-03-04 Hans Petter SelaskyImplement writel_relaxed() in the LinuxKPI.
2018-03-04 Hans Petter SelaskyDefine noinline and __maybe_unused macros in the LinuxKPI.
2018-03-04 Hans Petter SelaskyImplement for_each_clear_bit() function macro in the...
2018-03-04 Hans Petter SelaskyImplement GENMASK_ULL() function macro in the LinuxKPI.
2018-03-04 Hans Petter SelaskyRename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_...
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-03 Eitan Adlersys/linux: Fix a few potential infoleaks in cloudabi
2018-03-03 Eitan Adlersys/linux: Fix a few potential infoleaks in Linux IPC
2018-03-03 Hans Petter SelaskyUse mstosbt() instead of SBT_1MS in the LinuxKPI to...
2018-03-03 Hans Petter SelaskyImplement msleep_interruptible() in the LinuxKPI. While...
2018-03-02 Brooks DavisRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 Hans Petter SelaskyImplement more lockdep stubs in the LinuxKPI.
2018-03-02 Hans Petter SelaskyImplement ktime_get_raw() function in the LinuxKPI.
2018-03-02 Hans Petter SelaskyImplement wait_on_bit() function macro in the LinuxKPI.
2018-03-02 Hans Petter SelaskyRename callout member in struct timer_list to match...
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Ed MasteRationalize license text on Linuxolator files
2018-03-01 Hans Petter SelaskyCorrect the return value from flush_work() and flush_de...
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-23 Ed MasteCorrect pseudo misspelling in sys/ comments
2018-02-22 Hans Petter SelaskyReturn correct error code to user-space when a system...
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Ed MasteCorrect proper nouns in the Linuxulator
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
next