kernel: Adjust description for kern.tls_extra
[dragonfly.git] / sys / sys /
2020-03-11 Matthew Dillonkernel - Rework vfs_timestamp(), adjust default
2020-03-11 Matthew Dillonkernel - Do not use rdtsc() in the spinlock loop when...
2020-03-11 Matthew Dillonkernel - Allow 8254 timer to be forced, clean-up user...
2020-03-07 Matthew Dillonkernel - Add sysctl kern.tls_extra
2020-03-04 Matthew Dillonkernel - Rename spinlock counter trick API
2020-03-04 Matthew Dillonkernel - Refactor cache_vref() using counter trick
2020-03-04 Matthew Dillonkernel - More counter trick spinlock APIs
2020-03-04 Matthew Dillonkernel - Fix minor scheduler bugs
2020-03-03 Matthew Dillonkernel - Normalize the vx_*() vnode interface
2020-03-03 Matthew Dillonkernel - Integrate the counter & 1 trick into the spinl...
2020-03-03 Matthew Dillonkernel - syscall path optimizations
2020-03-03 Matthew Dillonkernel - Refactor vfs_cache 4/N
2020-02-29 Matthew Dillonkernel - Improve nlookup() performance w/absolute paths
2020-02-29 Matthew Dillonkernel - Rearrange struct vnode fields
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 3/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 2/N
2020-02-27 Matthew Dillonflame_graph - Add initial code to support flame graphs
2020-02-26 Sascha Wildnerkernel: Fix kernel build with 'options KTR' after 2ff21...
2020-02-26 Matthew Dillonkernel - Simple code path optimizations
2020-02-26 Matthew Dillonkernel - Rearrange uidinfo structure a bit
2020-02-25 Matthew Dillonkernel - Simple cache line optimizations
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override
2020-02-22 Sascha Wildner<sys/user.h>: Restrict inclusion to userland and fix...
2020-02-15 Justin C. Sherrill5.9 setup v5.9.0
2020-02-15 Matthew Dillonkernel - Micro optimization for vnode exclusive lock
2020-02-15 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS234'
2020-02-15 Matthew Dillonkernel - Fix rare wait*() deadlock
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-14 Sascha WildnerUse our new partition id (0x6c) in several more places.
2020-02-14 Matthew Dillonkernel - Add more dtypes to sys/dtype.h
2020-02-14 Matthew Dillonkernel - Offset the stathz systimer by 50% of the hz...
2020-02-13 Matthew Dillonkernel - Improve tmpfs support
2020-02-12 Matthew Dillonkernel - Add B_TTC flag (buffer cache try-to-cache...
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-09 Sascha Wildner<sys/ttydefaults.h>: Sync up with FreeBSD, mainly for...
2020-02-09 Sascha Wildner<sys/ttydefaults.h>: Add some includes for self-suffici...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls (2)
2020-02-02 Matthew Dillonlibc - Update for realpath() system call support
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls
2020-01-31 Sepherosa Ziehautaskqueue: Fix the order of TASKQUEUE_DEFINE_THREAD
2020-01-31 Sepherosa Ziehautaskqueue: Fix TASKQUEUE_DEFINE_THREAD
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-17 Sascha Wildner<sys/syslimits.h>: FWIW, use __GNUC_PREREQ__().
2020-01-10 Sascha Wildner<sys/procctl.h>: Sync idtype_t comments with <sys/wait.h>.
2020-01-07 zrjMerge branch 'vendor/GDB'
2020-01-04 Matthew Dillonkernel - Update taskq code
2020-01-01 Sascha Wildner<sys/resource.h>: Clean up visibility of defines, and...
2020-01-01 Sascha WildnerBump copyrights. Happy 2020!!
2019-12-24 François Tigeotdrm/linux: Add Linux kthread functions
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-18 Matthew Dillonkernel - Fix rman_make_alignment_flags()
2019-12-17 Matthew Dillonkernel - Optimize nlookup() a bit more
2019-12-17 Matthew Dillonkernel - Refactor malloc_type to reduce static data...
2019-12-15 Sascha Wildner<sys/types.h>: Add some *_T_DECLARED guards for upcomin...
2019-12-15 Matthew Dillonkernel - Test pending ints in more crit_exit*() paths
2019-12-07 Sascha Wildner<sys/cdefs.h>: Ensure that __{BSD,EXT1}_VISIBLE are...
2019-12-07 Sascha Wildner<sys/stdarg.h>: Check if __cplusplus is defined before...
2019-12-03 Antonio Huete Jimenez<sys/jail.h>: Add nullfs, devfs and tmpfs filesystem...
2019-12-03 Antonio Huete Jimenez<sys/mount.h>: Add mnt_cred field
2019-12-03 Antonio Huete Jimenez<sys/priv.h>: Add filesystem specific constants
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate()
2019-12-02 Antonio Huete Jimenezjail: Simplify a bit by using the new BIT64 sysctl...
2019-12-02 Antonio Huete Jimenez<sys/sysctl.h>: Add runtime interface macros for BIT32...
2019-12-01 Sascha Wildnerlibc: Change getlogin_r()'s second argument to size_t...
2019-12-01 Sascha Wildner<sys/stat.h>: Add S_TYPEISSEM() and S_TYPEISSHM() defin...
2019-12-01 Sascha Wildner<sys/stat.h>: Fix odd indentation.
2019-12-01 Sascha WildnerRename some functions to better names.
2019-12-01 Sascha Wildner<sys/types.h>: Get rid of udev_t.
2019-11-28 Antonio Huete Jimenezkernel: Merge crinit() into crget()
2019-11-27 Matthew Dillonkernel - Add SYSCTL_BIT32(n) and BIT64(n) support
2019-11-25 Sascha Wildnerkernel: Remove no longer used vfinddev() function.
2019-11-25 Sascha Wildner<sys/types.h>: Fix comment.
2019-11-22 Sascha Wildner<sys/snoop.h>: Fix typos in comments.
2019-11-21 Matthew Dillonkernel - Fix race in VFS_MPLOCK/VFS_MPUNLOCK (affects...
2019-11-21 zrjlibstand: Switch to _STANDALONE handling.
2019-11-21 zrj<sys/cdefs.h>: Use __uintptr_t in casts.
2019-11-21 zrj<sys/gpt.h>: Use __offsetof().
2019-11-16 Sascha Wildner<signal.h>/<sys/_siginfo.h>: Some fixes after my recent...
2019-11-15 Sascha Wildner<sys/wait.h>: Provide and use siginfo_t and union sigval.
2019-11-15 Sascha WildnerAdd <sys/_siginfo.h> to provide the definitions of...
2019-11-15 Sascha Wildner<sys/wait.h>: Remove duplicate include.
2019-11-14 zrj<sys/thread.h>: Mark several structs as kernel structures.
2019-11-14 zrjkernel: Stop using <stdint.h> during kernel build.
2019-11-14 zrj<sys/stdint.h>: Repurpose.
2019-11-14 zrj<sys/kinfo.h>: Fix legacy inclusion issues.
2019-11-14 zrj<sys/types.h>: Make boolean_t kernel only type.
2019-11-14 zrj<sys/systimer.h>: Do not inject boolean_t type into...
2019-11-14 zrjsys/sglist.h: Mark as kernel only header.
2019-11-14 zrj<sys/types.h>: Reduce vm_* types pollution in userland.
2019-11-14 zrjAdd <sys/cpumask.h>.
2019-11-14 zrj<sys/types.h>: Declare register_t type directly.
2019-11-14 zrj<sys/types.h>: Adjust visibility of segsz_t.
2019-11-14 zrj<sys/sem.h>: Use generic types.
2019-11-14 zrjAdjust headers for <machine/stdint.h> visibility.
2019-11-14 zrj<stdint.h>: Move out ptrdiff_t type.
next