re: Only limited versions of this chip require explicit padding.
[dragonfly.git] / sys / sys /
2017-03-01 Sascha WildnerClean up the namespace in a number of standard headers.
2017-02-23 Sascha Wildner<sys/procctl.h>: Include <sys/types.h> explicitly for...
2017-02-22 Sascha WildnerClean up a bit after the recent ahc/ahd/aic removal.
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-14 Sepherosa Ziehaukern: Add cpucounter which returns 64bit monotonic...
2017-02-12 Sascha Wildnerkernel: Add a simple kern.cp_times sysctl.
2017-02-09 Sascha Wildner<sys/{_iovec,_timespec,_timeval}.h>: Namespace cleanup.
2017-02-09 Sascha Wildner<aio.h>: Prepare for the removal of <sys/types.h> from...
2017-02-09 Sascha Wildner<sched.h>: Clean up the namespace a bit.
2017-02-09 Sascha Wildner<sched.h>: Clean up a bit (whitespace etc.). No functio...
2017-02-07 Matthew Dillonkernel - Use __predict_* in spinlock2.h
2017-02-03 Matthew Dillonkernel - Many fixes for vkernel support, plus a few...
2017-01-30 Matthew Dillonkernel - Fix shared/exclusive spinlock race
2017-01-29 Sascha WildnerRemove no longer needed include <sys/ccbque.h> (see...
2017-01-28 Matthew Dillonkernel - Use GDF_VIRTUSER to help measure user% in...
2017-01-27 Matthew Dillonkernel - Remove numerous user VM page functions
2017-01-27 Matthew Dillonvkernel - Partial fix to EPT swapu32 and swapu64
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-25 Matthew Dillonkernel - Optimize lwp-specific signaling.
2017-01-25 Sepherosa Ziehaucputimer: Update comment
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-25 Sepherosa Ziehaulwp: Restore lwp syscalls (except lwp_create*) declaration.
2017-01-25 Sepherosa Ziehaulwp: Bump version for shuffle lwp syscalls.
2017-01-24 Sepherosa Ziehaucputimer: Reorder fields a bit to avoid implicit padding.
2017-01-22 Matthew Dillonvkernel - Fix vmspace_*() call bottleneck
2017-01-22 Sepherosa Ziehausched: Add cpuset_t for FreeBSD compat
2017-01-22 Sepherosa Ziehaulibc: Add sched_getcpu().
2017-01-22 Matthew Dillonvkernel - Restabilize pmap code, redo kqueue, systimer...
2017-01-20 Antonio Huete Jimenezlwp: vkernel actually uses some lwp_* functions
2017-01-16 Sepherosa Ziehaulwp: Move all lwp syscalls to sys/lwp.h
2017-01-16 Sepherosa Ziehauparam: Bump version according to the comment.
2017-01-15 Sepherosa Ziehaupthread: Implement pthread_attr_{get,set}affinity_np
2017-01-15 Sepherosa Ziehaulwp: Add lwp_create2 syscll, which takes cpumask for...
2017-01-14 Sepherosa Ziehaupthread: Implement pthread_{set,get}affinity_np
2017-01-14 Sepherosa Ziehaulibc: Add const to the cpu_set_t for sched_setaffinity.
2017-01-14 Sepherosa Ziehaulibc: Add sched_{set,get}affinity().
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-12 Sascha Wildner<sys/diskmbr.h>: Rename DOSPTYP_GPT to DOSPTYP_EFI.
2017-01-11 Sepherosa Ziehaulwp: Add two syscalls to set/get lwp's CPU affinity...
2017-01-09 Matthew Dillonkernel - Incidental MPLOCK removal (devfs)
2017-01-09 Matthew Dillonbuf - Remove B_ORDERED, Incidental CAM MPSAFE
2017-01-09 Sepherosa Ziehauusched: Add USCHED_SET_CPUMASK.
2017-01-09 Matthew Dillonkernel - Further refactor vmstats, adjust page coloring...
2017-01-09 Matthew Dillonkernel - Refactor struct vmstats and vm_zone
2017-01-08 Matthew Dillonkernel - Remove most global atomic ops for VM page...
2017-01-08 Matthew Dillonkernel - Reduce size of struct spinlock
2017-01-08 Matthew Dillonkernel - Move vm_page spin locks from pool to vm_page...
2017-01-08 Matthew Dillonkernel - Fix improper mplock in mount path
2017-01-06 Matthew Dillonkernel - vmm_init() must run after SMP startup
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-06 Matthew Dillonkernel - Add NUMA awareness to vm_page_alloc() and...
2017-01-04 Sascha Wildner<sys/vfscache.h>: Sync enum vtagtype with what we have.
2017-01-04 Sascha WildnerRemove portal file system, mount_portal and examples.
2017-01-03 Matthew Dillonkernel - Add kmalloc_set_unlimited()
2017-01-01 Sascha WildnerBump copyrights.
2016-12-30 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2016-12-28 Sascha Wildner<errno.h>: Generally include <sys/cdefs.h>.
2016-12-28 Matthew Dillonkernel - Implement RLIMIT_RSS, Increase maximum support...
2016-12-20 Sepherosa Ziehaucputimer: Add more IDs for VMM cputimers.
2016-12-19 zrj<sys/param.h>: Bump __DragonFly_version for binutils...
2016-12-17 Sepherosa Ziehaumbuf: Factor function to set mbuf hash.
2016-12-05 Matthew Dillonkernel - Remove unused process_exit and process_exec...
2016-12-05 Matthew Dillonkernel - Spiff up locks a bit
2016-12-05 Matthew Dillonkernel - Make kern_proc cache-friendly
2016-12-05 Matthew Dillonkernel - Try to idle cpus when in panic()
2016-12-05 Matthew Dillonkernel - more kmalloc and nlookup performance optimizations
2016-12-04 Matthew Dillonkernel - Overhaul namecache operations to reduce SMP...
2016-12-04 Matthew Dillonkernel - Reduce spinning on shared spinlocks
2016-12-01 Matthew Dillonkernel - Cleanup macros
2016-12-01 Sascha Wildner<sys/{ipc,stat}.h>: Remove duplicate inclusion of ...
2016-11-29 François Tigeotfirmware(9): Change type of data pointer
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support (2)
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support
2016-11-19 Sascha WildnerRemove some old architecture handling.
2016-11-19 Sascha Wildneri386 removal, part 58/x: Remove <sys/link_aout.h>.
2016-11-08 Matthew Dillonkernel - Attempt to fix cluster pbuf deadlock on recurs...
2016-11-04 Sascha Wildner<sys/cdefs.h>/<machine/stdint.h>: Fix __STDC_VERSION__...
2016-11-02 John MarinoBump __DragonFly_version after md/crypt/ressl conflict...
2016-11-01 Sascha Wildner<sys/cdefs.h>: Remove some duplicate definitions.
2016-10-31 Matthew Dillonkernel - Add trackpoint and elantech mouse support
2016-10-29 Sascha Wildner<sys/efi.h>: Move the efi_next_descriptor() macro to...
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-27 François Tigeotkernel: Rename the struct behind device_t to bsd_device
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-25 Sascha WildnerRemove <sys/stdbool.h>. The kernel has bool etc. in...
2016-10-24 Sascha Wildnerkernel: Mark some syscalls obsolete which are really...
2016-10-24 zrj<sys/cdefs.h>: Rework __weak_reference() macro.
2016-10-24 zrjUnbreak buildkernel.
2016-10-24 Matthew Dillonlibcrypt - Internalize additional symbols
2016-10-21 zrj<wchar.h>: Add support for compilers -fshort-wchar.
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-18 Sascha Wildner<sys/types.h>: Add definitions of bool, true and false...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Matthew Dillonkernel - Reduce excessive inode hash table allocations
2016-10-16 Matthew Dillonkernel - Rename desiredvnodes to maxvnodes, fix deadlock
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-10-03 Sascha WildnerSplit out <sys/_termios.h> for struct termios and the...
next