kernel - Add a sampling history mechanism called kcollect (2)
[dragonfly.git] / sys /
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcolle...
2017-07-29 Sascha Wildnerkernel: Remove some variables that are only set but...
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-28 Sascha WildnerSync ACPICA with Intel's version 20170728.
2017-07-27 Sepherosa Ziehaupolling: Simplify the code by using netsr_*msg functions.
2017-07-27 Sepherosa Ziehaunetisr: Add netisr_sendmsg_oncpu()
2017-07-27 Sepherosa Ziehaubridge: It should only run in netisr_cpus netisrs
2017-07-27 Matthew Dillonhammer2 - Allow @LABEL to be omitted
2017-07-27 Matthew Dillonhammer2 - Synchronize write-in-place feature
2017-07-27 Matthew Dillonhammer2 - Consolidate backend rename ops
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-26 Sascha Wildnerkernel/time: Change get_curthread_cputime() to get_thre...
2017-07-26 Sascha Wildner<sys/types.h>: Add guard around lwpid_t, also put under...
2017-07-24 Sepherosa Ziehaualtq/cbq: Drain pending callout and the cooresponding...
2017-07-24 Sepherosa Ziehaualtq/cbq: Redispatch restart function to netisr0.
2017-07-25 Matthew Dillonhammer2 - Update DESIGN document
2017-07-25 Matthew Dillonhammer2 - correct readdir bug
2017-07-25 Matthew Dillonhammer2 - Initial HARDLINK -> DIRENT replacement code
2017-07-25 Matthew Dillonhammer2 - Adjust blockref to create an embedded area...
2017-07-25 Matthew Dillonhammer2 - Cleanup pass, remove unused fields and code
2017-07-24 Sepherosa Ziehaualtq: Fix typo
2017-07-24 Sepherosa Ziehauipflow: Use per-cpu callout, instead of pr_slowtimo.
2017-07-23 zrjsys: Add size directives to assembly functions.
2017-07-23 zrjsys: Some whitespace cleanup.
2017-07-23 Sascha WildnerRemove kernbb(8).
2017-07-22 zrjcpu/asm.h: Use optimal alignment for assembly functions...
2017-07-22 zrjpg: Add missing dummy stack frames for mcount for x86_64.
2017-07-22 zrjpg: Use long for fptrdiff_t type.
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-21 Sepherosa Ziehauvlan: It should only run in netisr_cpus netisrs
2017-07-21 Sepherosa Ziehauipflow: Regroup percpu data.
2017-07-21 Sepherosa Ziehauipflow: It can only run in first netisr_ncpus netisrs
2017-07-21 Sepherosa Ziehauipfw: ipfw only runs on netisr_ncpus
2017-07-21 Sepherosa Ziehaunetisr: Add add support for netisr_ncpus
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-18 Sepherosa Ziehaunetisr: netisr_forwardmsg -> netisr_forwardmsg_all
2017-07-15 Imre Vadászpthread: Add pthread_getthreadid_np() function, bump...
2017-07-15 Sascha Wildnerifnet: Fix typo.
2017-07-11 Sepherosa Ziehauifnet: Log rarely used ifnet address destruction.
2017-07-11 Sepherosa Ziehauifnet: Break long lines.
2017-07-11 Sepherosa Ziehauifnet: ifa_addr should always be configured.
2017-07-11 Sepherosa Ziehauifnet: Delete INET address should not fail; panic upon...
2017-07-10 Sepherosa Ziehauipflow: Unroll the first iteration of the hash generati...
2017-07-09 Sascha Wildnerkernel: Remove old unused #defines in kern_lock.c
2017-07-08 Sascha Wildnerkernel/acpi: Untangle the wakecode generation during...
2017-07-08 zrjUnbreak VKERNEL64 after apple_gmux module addition.
2017-07-08 Sascha Wildnerkernel: Let thread IDs start at 1 instead of 0.
2017-07-07 Tomohiro Kusumisys/vfs/hammer: Fix a comment on nresolving PFS
2017-07-06 Sepherosa Ziehauipfw: Increate FIN states life time.
2017-07-06 Sepherosa Ziehauipfw: Don't allow state allocation to fail and use...
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-07-04 zrjFix mixed line endings.
2017-07-03 Sascha Wildnerkernel/acpica: Better check AcpiOsPredefinedOverride...
2017-07-03 Sascha Wildnerkernel/acpica: ACPI_THREAD_ID is unsigned.
2017-07-03 Sascha Wildnerkernel/acpica: Remove no longer needed #include.
2017-07-03 Sascha Wildnerkernel/acpica: Return curthread as thread id from AcpiO...
2017-07-02 Sepherosa Ziehauipfw: Remove context generation; the race it tries...
2017-07-01 Sascha WildnerSync ACPICA with Intel's version 20170629.
2017-07-01 Sascha Wildnerkernel/acpi: Call AcpiInitializeSubsystem() before...
2017-06-30 Sepherosa Ziehauroute: Cache align statistics.
2017-06-30 Sepherosa Ziehaunetinet: Static assert TCP/UDP/IP stats are cache line...
2017-06-29 Sepherosa Ziehaukmalloc: Reduce ks_loosememuse update frequency.
2017-06-29 Sascha Wildnerkernel/hptrr: Oops, fix some whitespace.
2017-06-29 Sascha Wildnerkernel: Sync hptrr(4) with FreeBSD.
2017-06-29 Jan Sucankernel/isp: Unify firmware handling with the rest of...
2017-06-29 Sepherosa Ziehaukmalloc: Avoid code duplication.
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-29 Sepherosa Ziehaubusdma: Add bus_dmamap_load_ccb; ease driver porting...
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-28 Sepherosa Ziehaukmalloc: Update comment
2017-06-27 Sepherosa Ziehaumalloc: Make # of calls statistic per-cpu.
2017-06-26 Bill Yuanipfw3_nat: move housekeeping into callout func
2017-06-26 Bill Yuanlibalias: pointer for house keeping func
2017-06-26 Bill Yuanipfw3_nat: callout func for nat record cleaning
2017-06-26 Bill Yuanipfw3_nat: new sysctl node 'cleanup_interval'
2017-06-26 Bill Yuanipfw3_nat: move func prototype into header
2017-06-26 Bill Yuanlibalias: cleanup
2017-06-25 Sepherosa Ziehauif: Implement classq_concat()
2017-06-25 Sepherosa Ziehautcp: Disable NCR on link local network by default.
2017-06-25 Sepherosa Ziehautcp: Move rmx based RTT setup out of tcp_mss().
2017-06-24 Sascha Wildnerkernel: Don't include <sys/mutex.h> in some drivers...
2017-06-23 Sepherosa Ziehautcp: Reindent a bit.
2017-06-23 Sepherosa ZiehauRevert "tcp: Fix comment, while I'm here."
2017-06-22 Sepherosa Ziehautcp: Fix comment, while I'm here.
2017-06-22 Sepherosa Ziehautcp: Fix comment, which I'm here.
2017-06-22 Sepherosa Ziehautcp: Reduce minimum retransmit timeout to 190ms.
2017-06-22 Sepherosa Ziehautcp: Don't depend on PR_FASTHZ.
2017-06-22 Sepherosa Ziehauem/emx: Disable flow control by default.
2017-06-22 Sepherosa Ziehauigb: Disable flow control by default.
2017-06-22 Sepherosa Ziehauix: Disable flow control by default.
2017-06-22 Sepherosa Ziehaumxge: Disable flow control by default.
2017-06-22 Sepherosa Ziehautcp: Cache align ACK queue header.
2017-06-22 Sepherosa Ziehaudomain: Explicitly setup inet/inet6/route/local domain.
2017-06-21 Sepherosa Ziehauifnet: Remove unused functions
2017-06-20 Sepherosa Ziehauloopback: Free ifnet memory in clone_destroy method.
next