sys/vfs/autofs: Remove #if0'd export related code
[dragonfly.git] / sys / sys /
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-26 Sascha Wildner<sys/types.h>: Add guard around lwpid_t, also put under...
2017-07-23 zrjsys: Some whitespace cleanup.
2017-07-21 Sascha Wildner<glob.h>/<sys/time.h>: Clean up the namespace a bit...
2017-07-21 Sascha Wildner<glob.h>/<sys/time.h>: Some minimal whitespace cleanup.
2017-07-20 Sascha WildnerIn <signal.h> and <sys/devicestat.h>, include <sys...
2017-07-19 Sascha Wildner<sys/posix4.h>: Clean up a bit.
2017-07-15 Imre Vadászpthread: Add pthread_getthreadid_np() function, bump...
2017-07-08 Sascha Wildnerkernel: Let thread IDs start at 1 instead of 0.
2017-07-05 Matthew Dillonkernel - Automatically downscasle NPROC resource limit
2017-07-05 Sepherosa Ziehausocket: Allow root to pass large buffer to getsockopt.
2017-07-04 John MarinoBump __DragonFly_version after PTHREAD_STACK_MIN increase
2017-06-30 Sepherosa Ziehauroute: Cache align statistics.
2017-06-29 Sepherosa Ziehaukmalloc: Reduce ks_loosememuse update frequency.
2017-06-29 Sepherosa Ziehaubusdma: Add bus_dmamap_load_ccb; ease driver porting...
2017-06-27 Sepherosa Ziehaumalloc: Make # of calls statistic per-cpu.
2017-05-26 Sepherosa Ziehaukern: Bump __DragonFly_version.
2017-05-26 Sepherosa Ziehausched: Change CPU_SETSIZE to signed int, same as FreeBS...
2017-05-06 Sascha Wildner<sys/un.h>: Stop including <sys/file.h>.
2017-04-24 Sascha Wildner<fcntl.h>: Add some missing defines (required by POSIX).
2017-04-14 Sascha Wildner<sys/signal.h>: Change sigev_notify_attributes to pthre...
2017-04-07 John MarinoBump __DragonFly_version
2017-04-03 Matthew Dillonkernel - Implement NX (2)
2017-03-31 Sascha Wildner<sys/libkern.h>: Fix whitespace/indent, remove arg...
2017-03-29 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-03-29 Sepherosa Ziehaukern: Add per-cpu helper threads, which handles lwkt...
2017-03-23 Sascha Wildner<sys/unistd.h>: Add missing _PC_TIMESTAMP_RESOLUTION.
2017-03-16 Sascha Wildner<sys/globaldata.h>: Remove duplicate include.
2017-03-16 Justin C. SherrillCorrect param.h entry for this version.
2017-03-12 Justin C. SherrillNumbering changes for master -> 4.9. v4.9.0
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
next