hammer2 - Handle error on rename in media out of space case
[dragonfly.git] / sys / sys /
2017-10-03 Matthew Dillonkernel - Fix GCC reordering problem with td_critcount
2017-09-30 Sascha Wildner<sys/param.h>: Fix __DragonFly_version.
2017-09-30 Justin C. Sherrill5.1 commit. v5.1.0
2017-09-29 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions
2017-09-28 Matthew Dillonkernel - Restrict kill(-1, ...) to the reaper group...
2017-09-28 Sepherosa Ziehauuipc: Use sendmsg_oncpu, if possible.
2017-09-27 Matthew Dillonkernel - Fix rare allproc scan vs p_ucred race
2017-09-24 Sascha Wildner<machine/stdint.h>: Add __suseconds_t for suseconds_t...
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-21 Sepherosa Ziehauarc4random: Make arc4random context per-cpu.
2017-09-21 Sepherosa Ziehauarc4random: Minor style changes.
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-16 Sepherosa Ziehaumtag: Use kmalloc flags, instead of just M_WAITOK or...
2017-09-13 Matthew Dillonkernel - Fix sys% time reporting
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-09 Matthew Dillonkernel - Expand breadnx/breadcb/cluster_readx/cluster_r...
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-08-31 Sascha WildnerClean up namespace in <sys/mman.h>, <sys/resource.h...
2017-08-31 Sascha WildnerDefine rlim_t as __int64_t directly, not via quad_t.
2017-08-29 Sepherosa Ziehaupoll/select: Use 64bit serial for poll/select's kevent...
2017-08-22 Matthew Dillonkernel - Fix callout race and panic (2)
2017-08-17 Sascha Wildner<sys/uio.h>: Clean up the namespace.
2017-08-11 Sepherosa Ziehauroute: Routes should only be accessed from the first...
2017-08-13 Sascha Wildner<sys/sysvipc.h>: Remove another no longer used header...
2017-08-13 Matthew Dillonkernel - Scale tsleep() performance vs many (thousands...
2017-08-12 Matthew Dillonkernel - Break up scheduler and loadavg callout
2017-08-12 Matthew Dillonkernel - loadavg structure 32->64 bit fields
2017-08-04 Sepherosa Ziehauroute: Delete ortentry, SIOC{ADD,DEL}RT and RTM_OLD...
2017-08-04 Sascha Wildner<sys/un.h>: Clean up namespace.
2017-08-04 Sascha WildnerRemove some no longer used header files.
2017-08-04 Sepherosa Ziehaumbuf: Add message header for generic mbuf sending/recei...
2017-08-01 Sepherosa Ziehaudomain: Nuke pfslowtimo.
2017-07-31 Sepherosa Ziehaudomain: Nuke pffasttimo
2017-07-29 Matthew Dillonkernel - Store page statistics in bytes
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcolle...
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcollect
2017-07-28 Sascha Wildner<sys/malloc.h>: Remove an empty #ifdef.
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
next