rtld - Use kern.tls_extra
[dragonfly.git] / sys / kern /
2020-03-07 Matthew Dillonkernel - Add sysctl kern.tls_extra
2020-03-04 Matthew Dillonkernel - Minor optimizations
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 - 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 cache_fullpath(), plus cleanup
2020-02-29 Matthew Dillonkernel - Comment future vrele() code intention
2020-02-29 Matthew Dillonkernel - Improve nlookup() performance w/absolute paths
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 3/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 2/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache ncp->nc_refs
2020-02-29 Matthew Dillonkernel - Update vfs_cache to use fcmpset
2020-02-27 Matthew Dillonflame_graph - Add initial code to support flame graphs
2020-02-26 Matthew Dillonkernel - Add kern.usched_dfly.poll_ticks
2020-02-26 Matthew Dillonkernel - Code path optimization for kmalloc/kfree
2020-02-26 Matthew Dillonkernel - Simple code path optimizations
2020-02-25 Matthew Dillonkernel - Simple cache line optimizations
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (3)
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (2)
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override
2020-02-22 Sascha WildnerRemove <sys/user.h> inclusion from a few files that...
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-15 Matthew Dillonkernel - Recode the namecache mount transition cache
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-14 Matthew Dillonkernel - Start work on a better burst page-fault mechanic
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-11 Matthew Dillonkernel - Warn/assert on broken ACPI MADT
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-03 Matthew Dillonkernel - Make writing to /dev/urandom (to add entropy...
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
2020-01-31 Sepherosa Ziehautaskqueue: Fix the order of TASKQUEUE_DEFINE_THREAD
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-29 Matthew Dillonkernel - Document UPREQ and EXREQ cases better
2020-01-27 Matthew Dillonlockmgr - Fix bug in lockmgr() cancel path
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-17 Matthew Dillonkernel - Reduce mpipe overhead
2020-01-17 Matthew Dillonkernel - Cleanup unused / redundant code
2020-01-07 zrjMerge branch 'vendor/GDB'
2020-01-06 Matthew Dillonkernel - Fix bug in malloc_reinit_ncpus()
2020-01-06 Matthew Dillonkernel - Change default vfs timestamp precision sec...
2020-01-04 Matthew Dillonkernel - Update taskq code
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 Matthew Dillonkernel - Test pending ints in more crit_exit*() paths
2019-12-14 Sascha Wildnerkernel: Remove various (mostly commented out) reference...
2019-12-07 Sascha Wildnerkernel/getsockaddr: Remove a COMPAT_43 removal leftover.
2019-12-03 Antonio Huete Jimenezjail: Use M_PRISON for sysctl allocation
2019-12-03 Antonio Huete Jimenezjail: Allow jails to mount nullfs(5) and tmpfs(5)
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-01 Sascha Wildnerlibc: Change getlogin_r()'s second argument to size_t...
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-29 Antonio Huete Jimenezkernel: debug_64bit must be uint64_t
2019-11-29 Antonio Huete Jimenezkernel: Don't use atomic for cr_ref in crget()
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-24 Sepherosa Ziehaukevent: Leading white space.
2019-11-23 Antonio Huete Jimenezkernel: Fix a problem with shutdown(8)
2019-11-21 Matthew Dillonkernel - Augment lwkt_reltoken() assertions
2019-11-21 Matthew Dillonkernel - Fix race in VFS_MPLOCK/VFS_MPUNLOCK (affects...
2019-11-16 Sascha Wildnersyscalls.master: Remove some trailing whitespace.
2019-11-14 zrjAdd <sys/cpumask.h>.
2019-11-14 Matthew Dillonkernel - Add lwp_getname() system call
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-12 Matthew Dillonkernel - Fix first-lwp access race vs process creation
2019-11-12 Matthew Dillonkernel and libc - Reimplement lwp_setname*() using...
2019-11-12 Matthew Dillonlibc - Implement sigblockall() and sigunblockall() (3)
2019-11-12 Matthew Dillonlibc - Implement sigblockall() and sigunblockall() (2)
2019-11-12 Matthew Dillonkernele - lpmap work - split lwp_fork() into lwp_fork1...
2019-11-12 Matthew Dillonkernel - sigblockall()/sigunblockall() support (per...
2019-11-03 François Tigeotdevfs: Add a vnode pointer argument to dev_dopen()
2019-11-02 zrjvkernel64: Reduce <pthread.h> exposure to generic kerne...
2019-10-31 zrj<sys/posix4.h>: Remove single use macros.
2019-10-31 zrjkernel: Remove explicit dependencies on <sys/malloc...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources (part 2).
2019-10-31 zrj<sys/sysref.h>: Switch to lighter <sys/_malloc.h> header.
2019-10-31 zrjkernel: Remove not needed header includes in AIO stub.
2019-10-31 zrj<sys/slaballoc.h>: Switch to lighter <sys/_malloc.h...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources.
2019-10-31 Sascha Wildner<termios.h>: Add TABDLY, TAB0 and TAB3 to satisfy POSIX...
2019-10-31 zrj<sys/mpipe.h>: Mark as kernel only header.
2019-10-31 zrj<sys/event.h>: Make M_KQUEUE static.
2019-10-24 zrjkernel: Move M_LWKTMSG declaration to <sys/msgport2.h>.
next