dragonfly.git
2017-09-19 Matthew Dillonhammer2 - augment freemap directive
2017-09-18 Sascha WildnerUpdate the pciconf(8) database.
2017-09-18 Matthew Dillonhammer2 - push missing file (cmd_destroy.c)
2017-09-17 Sascha Wildnershm_open(3): Set the FD_CLOEXEC flag for the new fd...
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 Antonio Huete... installer - Avoid endless loop for UEFI installations
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 Sascha Wildneripfw: WARNS=6 isn't necessary, it's in the parent Makef...
2017-09-13 Sepherosa Ziehauipfw: Raise WARNS to 6
2017-09-13 Sepherosa Ziehauipfw: Raise WARNS to 3
2017-09-13 Sepherosa Ziehausshlockout: Add ipfw(8) table support.
2017-09-13 Matthew Dillonkernel - Fix sys% time reporting
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-12 Sascha Wildnermount_udf.8: Correct typo in arguments.
2017-09-12 Sepherosa Ziehausshlockout: Style changes; no functional changes.
2017-09-12 Sepherosa Ziehauipfw: Add per-cpu table support.
2017-09-12 Matthew Dillonhammer2 - Add daily periodic for hammer2 cleanup
2017-09-12 Matthew Dilloninstaller - Add hammer2 support to the installer
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... vkernel - 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 Dillondebug - Remove PG_ZERO
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.8: Update for recent rewriting of states/tracks
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-09-01 Matthew Dillonsystat - Filter out non-useful devices by default
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 Sascha Wildnerlibc: Reduce -Wmissing-prototypes warnings a bit.
2017-08-30 Matthew Dillonsystat - clarify 'Free' in systat -vm 1
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 Sascha Wildnerlibc: Use _ioctl() internally.
2017-08-27 Matthew Dillonhammer2 - Fix bulkfree bug, Fix chain->parent bug,...
2017-08-26 Sascha WildnerDon't remove archive.3 via 'make upgrade'.
2017-08-26 Imre Vadászvkernel - Fixup previous commit, where some bits got...
2017-08-26 Imre Vadászvkernel - Avoid unnecessarily short sleeps, when not...
2017-08-26 Imre Vadászvkernel - Reuse vkernel_timer_get_timecount() for readi...
2017-08-26 Matthew Dillonhammer2 - Fix hammer2_chain and dedup issues
next