summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include
AgeCommit message (Expand)Author
2021-12-19linux: S16_MAX, S32_MAX, S64_MAXriastradh
2021-12-19Provide list_for_each_entry_safe_reverse and reorder for consistencyriastradh
2021-12-19linux/rcupdate: Stub init_rcu_head, destroy_rcu_head.riastradh
2021-12-19linux: Add __same_type and __must_be_array.riastradh
2021-12-19drm: Add __is_constexpr.riastradh
2021-12-19drm: Make BUILD_BUG_ON_ZERO do something.riastradh
2021-12-19stub BUILD_BUG_ON_ZERO, from openbsd.riastradh
2021-12-19linux: Stub linux/kmemleak.h.riastradh
2021-12-19linux: Simplify build_bug.h and add static_assert.riastradh
2021-12-19linux: Move BUILD_BUG_* to common linux/build_bug.h.riastradh
2021-12-19stub struct rcu_workriastradh
2021-12-19Call it srcu_struct like linux does.riastradh
2021-12-19linux: Add offsetofend.riastradh
2021-12-19Side-load linux/stringify.h in linux/workqueue.h.riastradh
2021-12-19gfpflags_allow_blockingriastradh
2021-12-19Rework linux_tasklet.c a little.riastradh
2021-12-19Move Linux atomic bitops from linux/atomic.h to linux/bitops.h.riastradh
2021-12-19Use adequate memory barrier for load-acquire semantics.riastradh
2021-12-19Move smp_mb_before/after_atomic from linux/atomic.h to asm/barrier.h.riastradh
2021-12-19Make BUILD_BUG_ON_INVALID work on bit-field expressions.riastradh
2021-12-19EHWPOISONriastradh
2021-12-19pr_info_ratelimited, not reallyriastradh
2021-12-19Side-load linux/compiler.h in asm/barrier.h.riastradh
2021-12-19Define Linux byte order macros __BIG_ENDIAN/__LITTLE_ENDIAN.riastradh
2021-12-19Move linux/bug.h and asm/bug.h to common.riastradh
2021-12-19ALIGN_DOWN seems to be an alias for round_down.riastradh
2021-12-19list_for_each_entry_from_reverseriastradh
2021-12-19Simplify rcu_* definitions with atomic_load/store_*.riastradh
2021-12-19list_bulk_move_tailriastradh
2021-12-19Omit outdated comment.riastradh
2021-12-19provide BITS_PER_TYPEriastradh
2021-12-19linux/bug.h for WARN_ONriastradh
2021-12-19Add a BIT_MASK in bits.h, move it to common so bitops.h can sideloadriastradh
2021-12-19Include linux/export.h in linux/printk.h, move to commonriastradh
2021-12-19define BITS_PER_LONG. use compiler-defined macro instead of sizeof.riastradh
2021-12-19provide list_for_each_entry_from (XXX needs review)riastradh
2021-12-19provide list_is_firstriastradh
2021-12-19sys/kernel.h for hardclock_ticksriastradh
2021-12-19sys/param.h for KASSERT etcriastradh
2021-12-19Remove duplicate definition of BITS_PER_BYTEriastradh
2021-12-19alloc_workqueueriastradh
2021-12-19list_is_lastriastradh
2021-12-19Omit __insn_barrier where implied or subsumed by volatile.riastradh
2021-12-19__list_del_entry, and poison list_del.riastradh
2021-12-19Move dma_addr_t to linux/types.h.riastradh
2021-12-19<linux/stringify.h> for __stringify.riastradh
2021-12-19Move attributes, barrier(), and likely/unlikely to linux/compiler.h.riastradh
2021-12-19Stubs for init/destroy delayed work on stack.riastradh
2021-12-19Linux namespace for srcu.riastradh
2021-12-19DEFINE_STATIC_KEY_FALSEriastradh