drm/linux: Add work_pending()
[dragonfly.git] / sys / sys /
2020-06-04 Matthew Dillonkernel - Refactor kern_kevent(), fix timeout overflow...
2020-06-04 Roy MarplesFD_SET: cast away signed vs unsigned conversion warnings
2020-06-04 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-02 Daniel FojtUpgrade grep(1). 1/2
2020-06-01 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-05-28 Tomohiro Kusumisys/sys/mount.h: Add fsidcmp()
2020-05-26 Sascha WildnerClean up the namespace of <sys/timeb.h>.
2020-05-24 Sascha Wildnerlibutil/libc: Move fparseln(3) from libutil to libc.
2020-05-23 Sascha Wildner<sys/mount.h>: Put the <sys/mplock2.h> inclusion under...
2020-05-22 Sascha WildnerMerge branch 'vendor/BZIP'
2020-05-22 Sascha Wildnerkernel: Clean up a few headers a bit.
2020-05-21 Sascha WildnerMerge branch 'vendor/WPA_SUPPLICANT'
2020-05-18 Aaron LIMerge branch 'vendor/TCPDUMP' (version 4.3.0 -> 4.9.3)
2020-05-18 Aaron LIMerge branch 'vendor/LIBPCAP' (version 1.8.1 -> 1.9.1)
2020-05-11 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-08 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-05 Sascha Wildnerkernel/vm: Rename *_putpages()'s 'sync' argument to...
2020-04-28 Sascha Wildner<sys/flame_graph.h>: Include <sys/types.h> for some...
2020-04-28 Sascha Wildner<sys/namecache.h>: Include <sys/lock.h> for nc_lock.
2020-04-28 Sascha Wildner<sys/sglist.h>: Adjust the type of struct sglist's...
2020-04-21 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-14 Matthew Dillonkernel - Streamline refcount API
2020-04-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-13 Sascha Wildnerkernel: GC a few old system calls which are libc functi...
2020-04-01 Sascha WildnerMerge branch 'vendor/TCSH'
2020-03-28 Sascha Wildner<sys/mount.h>: Include <sys/mplock2.h> for self suffici...
2020-03-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2020-03-18 Matthew Dillonkernel - Generate POLLHUP for fully disconnected socket
2020-03-14 Sascha Wildner<sys/conf.h>: Remove some more dead prototypes.
2020-03-14 Sascha Wildnerkernel: Remove some get_dev() remains. We no longer...
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...
next