]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
MFV r331695, 331700: 9166 zfs storage pool checkpoint
[FreeBSD/FreeBSD.git] / sys / compat /
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 hselaskySwap two instances of regular macros with function...
2018-03-27 kibFix several leaks of kernel stack data through paddings.
2018-03-27 brooksMove 32-bit compat for md(4) ioctls into the md code.
2018-03-27 brooksMove uio enums to sys/_uio.h.
2018-03-24 philipImport tzdata 2018d
2018-03-23 emastelinuxkpi whitespace cleanup
2018-03-23 emasteRationalize license text on Linuxolator files
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 hselaskyThe pci_disable_device() function is also expected...
2018-03-22 emasteShare Linux errno table with libsysdecode
2018-03-22 hselaskyClear old MSIX IRQ numbers in the LinuxKPI.
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 emastelinux_errno.c: add newer errno values
2018-03-16 emasteShare a single bsd-linux errno table across MD consumers
2018-03-14 hselaskyFix compliancy of the kstrtoXXX() functions in the...
2018-03-12 emasteLinuxulator: apply style(9) to return
2018-03-09 hselaskyImplement proper support for complete_all() in the...
2018-03-07 eadlersys/cloudabi: Avoid relying on GNU specific extensions
2018-03-06 aeAdd mapping for several ethernet types used by Linux...
2018-03-05 brooksRegen after r330517.
2018-03-05 brooksRemove remenants of 1990s efforts to let us run Net...
2018-03-04 hselaskyProperly wrap the BUILD_BUG() function macro in the...
2018-03-04 hselaskyStub kernel_param_lock() and kernel_param_unlock()...
2018-03-04 hselaskyImplement wait_event_lock_irq() macro function in the...
2018-03-04 hselaskyKeep the old SLAB_DESTROY_BY_RCU macro definition aroun...
2018-03-04 hselaskyImplement DEFINE_WAIT_FUNC() function macro and default...
2018-03-04 hselaskyImplement pr_err_ratelimited() function macro in the...
2018-03-04 hselaskyImplement __MODULE_STRING() function macro in the LinuxKPI.
2018-03-04 hselaskyImplement BUILD_BUG() function macro in the LinuxKPI.
2018-03-04 hselaskyImplement writel_relaxed() in the LinuxKPI.
2018-03-04 hselaskyDefine noinline and __maybe_unused macros in the LinuxKPI.
2018-03-04 hselaskyImplement for_each_clear_bit() function macro in the...
2018-03-04 hselaskyImplement GENMASK_ULL() function macro in the LinuxKPI.
2018-03-04 hselaskyRename the SLAB_DESTROY_BY_RCU flag into SLAB_TYPESAFE_...
2018-03-03 eadlersys/linux: Fix a few potential infoleaks in cloudabi
2018-03-03 eadlersys/linux: Fix a few potential infoleaks in Linux IPC
2018-03-03 hselaskyUse mstosbt() instead of SBT_1MS in the LinuxKPI to...
2018-03-03 hselaskyImplement msleep_interruptible() in the LinuxKPI. While...
2018-03-02 brooksRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 hselaskyImplement more lockdep stubs in the LinuxKPI.
2018-03-02 hselaskyImplement ktime_get_raw() function in the LinuxKPI.
2018-03-02 hselaskyImplement wait_on_bit() function macro in the LinuxKPI.
2018-03-02 hselaskyRename callout member in struct timer_list to match...
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 emasteRationalize license text on Linuxolator files
2018-03-01 hselaskyCorrect the return value from flush_work() and flush_de...
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-22 hselaskyReturn correct error code to user-space when a system...
2018-02-22 mavMFV r329799, r329800:
2018-02-22 emasteCorrect proper nouns in the Linuxulator
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 hselaskyAllow LinuxKPI character devices to receive mmap()...
2018-02-20 brooksReduce duplication in dynamic syscall registration...
2018-02-20 kibvm_wait() rework.
2018-02-19 hselaskyImplement list_safe_reset_next() function macro in...
2018-02-19 hselaskyWhen stepping the radix tree in the LinuxKPI make sure we
2018-02-18 hselaskyOptimise xchg() to use atomic_swap_32() and atomic_swap...
2018-02-18 hselaskyFix implementation of xchg() function macro in the...
2018-02-18 hselaskyImplement support for radix_tree_for_each_slot() and...
2018-02-18 hselaskyImplement the KMEM_CACHE() function macro in the LinuxKPI.
2018-02-18 hselaskyMake the vm_fault structure in the LinuxKPI compatible...
2018-02-18 hselaskyImplement the rcu_dereference_raw() function macro.
2018-02-18 hselaskyImplement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros...
2018-02-18 hselaskyImplement __list_del_entry() helper functions in the...
2018-02-18 hselaskyImplement file_inode() and call_mmap() helper functions...
2018-02-18 hselaskyRefactor dentry structure into its own header file...
2018-02-18 hselaskyUpdate the ktime type in the LinuxKPI to be a signed...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 hselaskyImplement spin_trylock_irq() function macro in the...
2018-02-17 hselaskyStub more lockdep function macros in the LinuxKPI.
2018-02-17 hselaskyImplement get_task_pid() function macro in the LinuxKPI.
2018-02-17 hselaskyAllow the put_user() function macro to put constant...
2018-02-17 hselaskyImplement BUILD_BUG_ON_INVALID() function macro in...
2018-02-17 hselaskyAdd support for printk_ratelimit() function macro and...
2018-02-17 hselaskyAdd support for kref_read() function in the LinuxKPI.
2018-02-17 hselaskyAdd support for mmgrab() function in the LinuxKPI.
2018-02-17 hselaskyAdd support for __percpu and __weak macros in the LinuxKPI.
2018-02-17 hselaskyMove the IRQ_RETVAL() and irqreturn definitions to...
2018-02-17 hselaskyAdd checks for valid IRQ tag before setting up or teari...
2018-02-17 hselaskyCompile fix for GCC in the LinuxKPI.
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 hselaskyImplement mutex_trylock_recursive() in the LinuxKPI.
2018-02-16 hselaskyImplement memdup_user_nul() in the LinuxKPI.
2018-02-16 hselaskyImplement tasklet_enable() and tasklet_disable() in...
2018-02-16 hselaskyImplement enable_irq() and disable_irq() in the LinuxKPI.
2018-02-16 hselaskyAllow the cmpxchg() macro in the LinuxKPI to work on...
2018-02-16 emasteRationalize license text on Linuxolator files
2018-02-15 brooksRegen after r329322.
2018-02-15 brooksRemove freebsd32_getdirentries(), it will be unused...
2018-02-15 brooksRevert r329323. I missed something in my testing.
2018-02-15 brooksRegen after r329322: Fix getdirentries(2) under 32...
2018-02-15 brooksFix getdirentries(2) under 32-bit compat.
2018-02-13 kiblinuxkpi: Do not leak pages on put.
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-09 jkimMFV: r329072
2018-02-07 hselaskyFix implementation of ktime_add_ns() and ktime_sub_ns...
next