]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Do not return out of bound pointers from intr_lookup_source().
[FreeBSD/FreeBSD.git] / sys / compat /
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...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-05 emasteLinuxolator whitespace cleanup
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 brooksAdd kern.ipc.{msqids,semsegs,sema} sysctls for FreeBSD32.
2018-02-01 hselaskyFix some recent regressions after r328436 in the LinuxKPI:
2018-02-01 hselaskyMake sure the LinuxKPI's internal ERESTARTSYS error...
2018-01-31 hselaskyProperly implement the cond_resched() function macro...
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-26 hselaskyDecouple Linux files from the belonging character devic...
2018-01-26 jhibbitsMinimal change to build linuxkpi on architectures with...
2018-01-24 mmMFV r328323,328324:
2018-01-24 hselaskyProperly implement the "id" callback argument in the...
2018-01-24 philipImport tzdata 2018c
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 nwhitehornDefine PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-15 pfgndis: make some use of mallocarray(9).
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffRegenerate auto-generated files
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-10 pfglinuxkpi: Simplify kmalloc_array.
2018-01-07 edUse mallocarray(9) in CloudABI kernel code where possible.
2018-01-07 kplinuxkpi: Implement kcalloc() based on mallocarray()
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-04 edAllow timed waits with relative timeouts on locks and...
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 shurdUpdate Matthew Macy contact info
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 brooksDisable vim syntax highlighting.
2017-11-27 pfgsys/compat: further adoption of SPDX licensing ID tags.
2017-11-25 jhbDecode kevent structures logged via ktrace(2) in kdump.
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
next