Merge branch 'vendor/FILE'
[dragonfly.git] / sys /
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-23 Tomohiro Kusumisys/vfs/hammer: Add typedef hammer_uuid_t
2017-09-23 Imre Vadászpsm: Drop bpsm%d device files. Instead support non...
2017-09-22 Matthew Dillonhammer2 - Fix hammer2 snapshot operation
2017-09-22 Imre Vadászpsm: Get rid of PSM_LEVEL_NATIVE, and the psmwrite...
2017-09-22 Imre Vadászpsm: Remove dead unused code: psmpoll(), enable_lordles...
2017-09-22 Sepherosa Ziehauinet/inet6: Randomize local port
2017-09-21 Sepherosa Ziehauarc4random: Make arc4random context per-cpu.
2017-09-22 Matthew Dillonhammer2 - Fix panic related to the accounting for pfs...
2017-09-22 Matthew Dillonhammer2 - Fix flush issues with unmounted PFSs and...
2017-09-21 Sepherosa Ziehauarc4random: Minor style changes.
2017-09-21 Sepherosa Ziehaux86: Use kmem_alloc3 for cpu0's ipiq
2017-09-21 Matthew Dillonhammer2 - performance pass
2017-09-20 Sepherosa Ziehauipfw: Factor out fucntion to setup local variables.
2017-09-20 Sepherosa Ziehauipfw: Add ipfrag filter.
2017-09-20 Sepherosa Ziehauipfw: Remove unnecessary complexity
2017-09-20 Matthew Dillonhammer2 - Remove debugging, adjust iocom
2017-09-20 Matthew Dillonkernel - Fix races in kern_dmsg.c (hammer2)
2017-09-19 Matthew Dillonkernel - Remove some kdmsg debugging
2017-09-19 Matthew Dillonkernel - support dummy reallocblks in devfs
2017-09-19 Sascha Wildnerboot/loader: Fix the 'crc' command to the intended...
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-19 Matthew Dillonhammer2 - Fix corruption on sync (2)
2017-09-19 Matthew Dillonhammer2 - Fix corruption on sync, fix excessive stall...
2017-09-16 Sepherosa Ziehauip: Don't double check length.
2017-09-16 Sepherosa Ziehaudummynet: ip_input expects ip_off/ip_len in network...
2017-09-16 Sepherosa Ziehauipfw/ipfw3: Use INTWAIT|NULLOK for mtag allocation.
2017-09-16 Sepherosa Ziehaudummynet: Don't deliver freed mbuf to callers.
2017-09-16 Sepherosa Ziehauip: Move mbuf length assertion into an earlier place.
2017-09-17 Matthew Dillonkernel - Order ipfw3 module before other ipfw3_* modules
2017-09-17 Matthew Dillonhammer2 - Add directive to destroy bad directory entries
2017-09-16 Sepherosa Ziehaumtag: Use kmalloc flags, instead of just M_WAITOK or...
2017-09-16 Sepherosa Ziehaunetisr: Make dynamic netisr rollup register/unregister...
2017-09-16 Sepherosa Ziehaunetisr: Use kmem_alloc3 for netisr thread and netlastfunc.
2017-09-15 Matthew Dillonhammer2 - Fix inode nlinks / directory-entry desynchron...
2017-09-15 Sepherosa Ziehautcp: Use primary hash for TCP ports.
2017-09-15 Sepherosa Ziehautcp/udp: Make sure hash size macro is powerof2
2017-09-14 Matthew Dillonhammer2 - Instrument error path for indirect block...
2017-09-14 Matthew Dillonkernel - Fix memory ordering race
2017-09-13 Matthew Dillonhammer2 - Remove dead code, clarify comment
2017-09-13 Matthew Dillonkernel - Fix shared lock bug in kern_mutex.c
2017-09-13 Sascha Wildnerkernel/hammer2: Rename DEBUG to H2_ZLIB_DEBUG in the...
2017-09-13 Matthew Dillonhammer2 - Allow simple 'mount @label <target>' shortcut...
2017-09-13 Matthew Dillonkernel - Fix sys% time reporting
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-12 Sepherosa Ziehauipfw: Add per-cpu table support.
2017-09-12 Matthew Dillonhammer2 - Include by default in kernel build
2017-09-12 Matthew Dillonhammer2 - Add 'cleanup' command, retool h2 build for...
2017-09-11 Matthew Dillonhammer2 - Limit bulkfree cpu and SSD I/O
2017-09-11 Matthew Dillonkernel - Fix callout_stop/callout_reset rearm race
2017-09-11 Matthew Dillonhammer2 - Fix inode count statistics
2017-09-10 Imre Vadászif_vtnet - Fix potential vtnet_set_hwaddr call before...
2017-09-10 Antonio Huete Jimenezvkernel - Remove 'bootdev' related sysctl.
2017-09-10 Matthew Dillonhammer2 - Add indirect node collapse code
2017-09-09 Matthew Dillonhammer2 - Track leaf counts for topological collapse
2017-09-09 Matthew Dillonkernel - Remove kernel 'bootdev' variable
2017-09-09 Matthew Dillonhammer2 - API breadnx / cluster_read API, bulkfree adj
2017-09-09 Matthew Dillonhammer - Adjust hammer to new breadnx / cluster_readx API
2017-09-09 Matthew Dillonkernel - Expand breadnx/breadcb/cluster_readx/cluster_r...
2017-09-08 Matthew Dillonhammer2 - Improve swapcache support
2017-09-08 Matthew Dillonhammer2 - Do not use transaction for bulkfree pass
2017-09-08 Matthew Dillonkernel - vfsync() use synchronous bwrite() in low-memor...
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-09-07 Matthew Dillonkernel - Adjust emergency pager
2017-09-07 Matthew Dillonkernel - Fix panic() on AMD
2017-09-07 Matthew Dillonhammer2 - Allow rm and rmdir to ignore free space reserve
2017-09-07 Matthew Dillonhammer2 - Implement error processing and free reserve...
2017-09-06 Sepherosa Ziehauipfw: Stringent assertions.
2017-09-06 Sepherosa Ziehauipfw: Utilize netisr_domsg_global, which is more expres...
2017-09-06 Sepherosa Ziehauipfw: Use netisr wrappers
2017-09-06 Sepherosa Ziehaunetisr: Add wrapper for lwkt_dropmsg()
2017-09-06 Sepherosa Ziehauipfw: It can only be configured in netisr0; make it...
2017-09-05 Imre Vadászpc64: Setup TSC_AUX register with each cpu's id, when...
2017-09-05 Imre Vadászpc64: An mfence is supposed to suffice for TSC_DEADLINE...
2017-09-05 Sepherosa Ziehauipfw3: Simplify sockopt.
2017-09-05 Sepherosa Ziehaudummynet: Move ctrl function pointer to dummynet
2017-09-05 Sepherosa Ziehauipfw: Reindent; no functional changes.
2017-09-05 Sepherosa Ziehauipfw: Simplify sockopt.
2017-09-05 Sepherosa Ziehauipfw: Rework states and tracks.
2017-09-04 Imre Vadászpc64: Add TSC Deadline Mode code for lapic. Avoids...
2017-09-04 Imre Vadászpc64: Make read_apic_timer() return remaining time...
2017-09-01 Imre Vadászpc64: Turn CLK_USE_* flags into tunable, skip code...
2017-09-01 Sascha WildnerSync ACPICA with Intel's version 20170831.
2017-08-31 Matthew Dillonkernel - Add kabylake NIC PCI IDs
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-31 Sascha Wildnersys/boot: Disable -fstack-protector for now.
2017-08-31 Matthew Dillonhammer2 - error handling 2/N (chain_lookup/chain_next)
2017-08-31 Matthew Dillonhammer2 - Embed cache_index heuristic in chain structure
2017-08-31 Matthew Dillonhammer2 - error handling 1/N (chain_scan)
2017-08-31 Matthew Dillonhammer2 - Remove TIMER debugging
2017-08-30 Matthew Dillonhammer2 - Micro-optimize file data allocations
2017-08-29 Matthew Dillonhammer2 - Fix critical bulkfree bug, refactor hammer2_i...
2017-08-29 Matthew Dillonhammer2 - Fix critical bulkfree bug, refactor hammer2_io
2017-08-29 Sepherosa Ziehaupoll/select: Use 64bit serial for poll/select's kevent...
2017-08-29 Sepherosa ZiehauRevert "select: Don't allow unwanted/leftover fds being...
2017-08-28 Matthew Dillonhammer2 - Stabilization
2017-08-28 Sepherosa Ziehaupoll: Fix inverse test
2017-08-28 Sepherosa Ziehauselect: Don't allow unwanted/leftover fds being returned.
2017-08-27 Matthew Dillonhammer2 - Fix bulkfree bug, Fix chain->parent bug,...
next