]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Improve command lifecycle debugging and detection of problems.
[FreeBSD/FreeBSD.git] / sys / compat /
2018-02-18 Hans Petter SelaskyImplement support for radix_tree_for_each_slot() and...
2018-02-18 Hans Petter SelaskyImplement the KMEM_CACHE() function macro in the LinuxKPI.
2018-02-18 Hans Petter SelaskyMake the vm_fault structure in the LinuxKPI compatible...
2018-02-18 Hans Petter SelaskyImplement the rcu_dereference_raw() function macro.
2018-02-18 Hans Petter SelaskyImplement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros...
2018-02-18 Hans Petter SelaskyImplement __list_del_entry() helper functions in the...
2018-02-18 Hans Petter SelaskyImplement file_inode() and call_mmap() helper functions...
2018-02-18 Hans Petter SelaskyRefactor dentry structure into its own header file...
2018-02-18 Hans Petter SelaskyUpdate the ktime type in the LinuxKPI to be a signed...
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-17 Hans Petter SelaskyImplement spin_trylock_irq() function macro in the...
2018-02-17 Hans Petter SelaskyStub more lockdep function macros in the LinuxKPI.
2018-02-17 Hans Petter SelaskyImplement get_task_pid() function macro in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAllow the put_user() function macro to put constant...
2018-02-17 Hans Petter SelaskyImplement BUILD_BUG_ON_INVALID() function macro in...
2018-02-17 Hans Petter SelaskyAdd support for printk_ratelimit() function macro and...
2018-02-17 Hans Petter SelaskyAdd support for kref_read() function in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAdd support for mmgrab() function in the LinuxKPI.
2018-02-17 Hans Petter SelaskyAdd support for __percpu and __weak macros in the LinuxKPI.
2018-02-17 Hans Petter SelaskyMove the IRQ_RETVAL() and irqreturn definitions to...
2018-02-17 Hans Petter SelaskyAdd checks for valid IRQ tag before setting up or teari...
2018-02-17 Hans Petter SelaskyCompile fix for GCC in the LinuxKPI.
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Hans Petter SelaskyImplement mutex_trylock_recursive() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyImplement memdup_user_nul() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyImplement tasklet_enable() and tasklet_disable() in...
2018-02-16 Hans Petter SelaskyImplement enable_irq() and disable_irq() in the LinuxKPI.
2018-02-16 Hans Petter SelaskyAllow the cmpxchg() macro in the LinuxKPI to work on...
2018-02-16 Ed MasteRationalize license text on Linuxolator files
2018-02-15 Brooks DavisRegen after r329322.
2018-02-15 Brooks DavisRemove freebsd32_getdirentries(), it will be unused...
2018-02-15 Brooks DavisRevert r329323. I missed something in my testing.
2018-02-15 Brooks DavisRegen after r329322: Fix getdirentries(2) under 32...
2018-02-15 Brooks DavisFix getdirentries(2) under 32-bit compat.
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-13 Konstantin Belousovlinuxkpi: Do not leak pages on put.
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-09 Jung-uk KimMFV: r329072
2018-02-08 Jung-uk KimMFV: r329021
2018-02-07 Hans Petter SelaskyFix implementation of ktime_add_ns() and ktime_sub_ns...
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-05 Ed MasteLinuxolator whitespace cleanup
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 Brooks DavisAdd kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32.
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 Hans Petter SelaskyFix some recent regressions after r328436 in the LinuxKPI:
2018-02-01 Hans Petter SelaskyMake sure the LinuxKPI's internal ERESTARTSYS error...
2018-01-31 Hans Petter SelaskyProperly implement the cond_resched() function macro...
2018-01-29 Bryan DreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-26 Hans Petter SelaskyDecouple Linux files from the belonging character devic...
2018-01-26 Justin HibbitsMinimal change to build linuxkpi on architectures with...
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Hans Petter SelaskyProperly implement the "id" callback argument in the...
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-21 Pedro F. GiffuniRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 Nathan WhitehornDefine PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics...
2018-01-19 Nathan WhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-15 Pedro F. Giffunindis: make some use of mallocarray(9).
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Jeff RobersonRegenerate auto-generated files
2018-01-12 Jeff RobersonImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-10 Pedro F. Giffunilinuxkpi: Simplify kmalloc_array.
2018-01-07 Ed SchoutenUse mallocarray(9) in CloudABI kernel code where possible.
2018-01-07 Kristof Provostlinuxkpi: Implement kcalloc() based on mallocarray()
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-04 Ed SchoutenAllow timed waits with relative timeouts on locks and...
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
next