drm/ttm: convert to unified vma offset manager
[dragonfly.git] / sys / sys /
2019-03-11 Matthew Dillonkernel - Fix IDR bugs
2019-03-02 Matthew Dillonkernel - Add callout debugging
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2019-03-02 Sascha Wildner<sys/systm.h>: No need to include <sys/callout.h> here.
2019-02-28 Matthew Dillonkernel - Add /dev/part-by-label
2019-02-24 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-23 Sascha Wildner<sys/ioctl.h>: Remove old SunOS compatibility definitions.
2019-02-22 Sascha WildnerRemove <sys/semaphore.h> so that we have <semaphore...
2019-02-18 Sascha Wildner<sys/cdio.h>: Remove definitions that are related to...
2019-02-18 Matthew Dillonkernel - Implement sbrk(), change low-address mmap...
2019-02-15 Tomohiro Kusumisys/sys/mutex2: Fix mutex(9) man page
2019-01-15 Sascha Wildnerkernel: Remove puffs(4), putter(9) and associated libs...
2019-01-12 Sascha Wildnerlibc: Add reallocarray() from OpenBSD.
2019-01-05 Sascha Wildnerkernel: Remove two no longer used sysinit ids.
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2018-12-31 Sascha WildnerHAPPY NEW YEAR!
2018-12-05 Matthew Dillonkernel - Add trigger_syncer(), VFS_MODIFYING()
2018-12-02 Sascha WildnerRemove an unused include file.
2018-11-30 Sascha Wildnerkernel: Move some old unused stuff out of the way.
2018-11-27 Levente Kurusa<sys/errno.h>: Remove EUNUSED*.
2018-11-24 Sascha Wildner<sys/param.h>: Adjust __DragonFly_version.
2018-11-23 Justin C. SherrillUpdates for new 5.5 master. v5.5.0
2018-11-22 Antonio Huete Jimenezkernel: Move vnode_index to sys/vnode.h
2018-11-21 Matthew Dillonkernel - Refactor inum stat data for sockets
2018-11-21 Matthew Dillonkernel - Add uid, gid, and inum to stat data for pipes
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-27 Sascha Wildner<sys/sysproto.h>: Add back one needed newline and regen...
2018-10-27 Sascha Wildner<sys/wait.h>: Put the enum name under __BSD_VISIBLE.
2018-10-27 Matthew Dillonlibc - Add kpmap shortcut for gettimeofday()
2018-10-25 Sascha Wildner<sys/signal.h>: Discard old non-POSIX union members.
2018-10-25 Sascha Wildner<sys/eventhandler.h>: Move the include inside the guard.
2018-10-25 Sascha Wildner<sys/stdint.h>: Move the includes inside the guard.
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-15 Matthew Dillonkernel - Fix NUMA contention due to assymetric memory
2018-10-11 Sascha Wildnerkernel: Clean up syscalls.master a bit more.
2018-10-11 Sascha Wildnersyscalls.master: Remove a leftover semicolon.
2018-10-11 Sascha Wildnerkernel/libc: Remove sigstack() remains.
2018-10-06 Sascha Wildnerkernel: Add further support for fixed-width integer...
2018-10-04 Matthew Dillonkernel - Refactor tty clist code
2018-10-04 Matthew Dillonkernel - Refactor tty_token, fix SMP performance issues
2018-10-01 Aaron LIBump __DragonFly_version for adding wait6() and waitid()
2018-09-30 Matthew Dillonsystem - Add wait6(), waitid(), and si_pid/si_uid sigin...
2018-09-30 Sascha Wildnerkernel: Bring in a port of FreeBSD's virtio_random...
2018-09-29 Sascha Wildner<sys/random.h>: Further cleanup.
2018-09-29 Sascha Wildner<sys/random.h>: Clean up some unused prototypes.
2018-09-25 Matthew Dillonkernel - Macro additional builtin's
2018-09-25 Matthew Dillonkernel - Remove lwkt_msg from sysunion in syscall code
2018-09-25 Matthew Dillonkernel - Optimize kmalloc() + bzero()
2018-09-25 Matthew Dillonkernel - Optimize bcopy, bzero, memset
2018-09-20 Sascha WildnerIn several standard headers, harmonize checks for legac...
2018-09-20 Sascha Wildner<sys/endian.h>: Use basic integer types.
2018-09-17 Sascha Wildner<sys/semaphore.h>: Move the include guard check below...
2018-08-23 Matthew Dillonkernel - Update AMD topology detection, scheduler NUMA...
2018-08-17 Matthew Dillonkernel - Increase MAXCPUFIFO from 32 to 256
2018-08-08 Aaron LIbpf: Move bpf_track event declaration to <net/bpf.h>
2018-08-08 Aaron LInet: Tweak some styles and comments
2018-08-08 Aaron LInet: Implement interface group support
2018-07-31 Aaron LIif_tun: Add TUNGIFNAME ioctl to get the interface name
2018-07-26 Aaron LIMove jail staffs from <net/if.h> and <netinet/in.h...
2018-07-26 Aaron LIsys/gpt.h: Add new entry types and CTASSERT
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-21 Sascha Wildnerkernel/lockmgr: Add lockmgr_try().
2018-07-21 Sepherosa Ziehauobjcache: Add sysctl to expose objcache statistics.
2018-07-20 Sascha Wildnerkernel/sysctl: Add handling of uint32_t.
2018-07-17 Aaron LIif_tap: Add TAPGIFNAME ioctl to get interface name
2018-07-17 Aaron LIif_tap: Remove the broken vmnet support
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha Wildneropenpam: Local adjustments for the Resedacea upgrade.
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-04 Aaron LIvis(3): Add VIS_ALL support
2018-07-03 Aaron LI<sys/gpt.h>: Fix a minor comment issue
2018-06-30 Tomohiro Kusumisys/kern: Make condvar(9) support mutex(9)
2018-06-22 Sascha Wildnerkernel: Remove various definitions related to unimpleme...
2018-06-20 Sascha Wildnerkernel: Remove some old 4.3BSD era ioctls.
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-11 Matthew DillonKernel - Additional cpu bug hardening part 1/2
2018-06-09 Sascha Wildnerlibc/xdr: Add xdr_uint16_t() (it's just like xdr_u_int1...
2018-06-06 Matthew Dillonkernel - Add fuwordadd32(), fuwordadd64()
2018-05-30 Sascha WildnerDefine ioctl names that are used in *_ioctl(), not...
2018-05-19 Sascha Wildnerkernel: Declare the enum for the guest type before...
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-12 Matthew Dillonkernel - pack struct fid
2018-05-08 Matthew Dillonkernel - Optimize syscall path, remove old unused compa...
2018-05-05 Sascha Wildnerlibc/termios: Sync a bit with FreeBSD.
2018-05-05 Sascha Wildnerlibc: Add strsuftoll{,x}()
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-04 Matthew Dillonkernel - Remove kthread exit debug kprintf()s
2018-04-29 Matthew Dillonkernel - Refactor machdep.cpu_idle_hlt
2018-04-27 Matthew Dillonkernel - Improve indefinite macros a bit
2018-04-27 Matthew Dillonkernel - Add two debug variables to struct globaldata
2018-04-24 Sascha WildnerRemove <sys/ioctl_compat.h>.
2018-04-24 Sascha Wildner<sys/proc.h>: Fix unused macro name (number == bit...
2018-04-23 Matthew Dillonkernel - More deterministic systat -pv lock name output
2018-04-23 Matthew Dillonkernel - Carefully refactor contended tokens and spinlo...
2018-04-23 Matthew Dillonkernel - Localize [in]activevnodes globals, improve...
2018-04-22 Matthew Dillonkernel - Remove SMP bottlenecks on uidinfo, descriptors...
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
next