vkernel.7: Use .Pa and break line on new sentence.
[dragonfly.git] / sys /
2013-03-06 Antonio Huete Jimenezvke(4) - Use M_ZERO for tx/rx ring allocation.
2013-03-06 Sepherosa Ziehaubce: White space cleanup
2013-03-06 Sepherosa Ziehaubce: Put per RX ring received packets debug stats under...
2013-03-06 Sepherosa Ziehaubce: Implement multiple TX/RX rings and MSI-X support...
2013-03-06 Antonio Huete Jimenezvke(4) - Add a tunable to set the max number of mbuf...
2013-03-06 Matthew Dillonkernel - Fix namecache hash list corruption
2013-03-05 Sascha Wildnerkernel/pf: Fix a bunch of gcc47 -Waddress warnings.
2013-03-05 John Marinokernel - remove kprintf info about magazine capacity
2013-03-05 Matthew Dillonkernel - Fix at least one 64-bit ddb backtrace issue
2013-03-04 Matthew Dillonkernel - Attempt to fix SMP races with ^T
2013-03-04 Sepherosa Ziehaualtq: Don't use poll cache
2013-03-04 Matthew Dillonkernel - Increase size of savefpu area in pcb for vkernel64
2013-03-04 Sascha Wildnerkernel/ufs: Use __offsetof() instead of offsetof()...
2013-03-03 Sascha Wildnerkernel: Use our offsetof() from <sys/types.h> instead...
2013-03-03 Sascha Wildnerkernel/tmpfs: Add missing include for vm_wait_nominal...
2013-03-03 Sascha Wildnerkernel/arpresolve: Initialize 'rt' with NULL.
2013-03-03 Matthew Dillonkernel - Improve vm.vmmeter sysctl performance
2013-03-03 Matthew Dillonkernel - Refactor swapoff scan code
2013-03-03 Matthew Dillonkernel - Make VM fault waits in low memory the same...
2013-03-03 Matthew Dillonkernel - Add swap block allocation iterator
2013-03-02 Matthew Dillonkernel - Abort pageout operations when free memory...
2013-03-02 Matthew Dillonkernel - Fix tmpfs hogging of the VM system
2013-03-02 Matthew Dillonkernel - Change namecache negative caching algorithm
2013-03-02 Matthew Dillonkernel - remove PAGE RACE kprintf
2013-03-01 Sascha Wildneramd(4): Remove duplicate assignment.
2013-03-01 Sascha Wildnerkernel/ic: Fix allocation of the output buffer.
2013-03-01 Sascha Wildnerndis(4): Fix a wrong assignment.
2013-03-01 Sascha Wildnermfi(4): Fix a wrong assignment.
2013-03-01 Matthew Dillonkernel - Do not clean VM pages on fsync() for tmpfs
2013-02-28 Antonio Huete Jimenezvke(4) - Dynamic mbuf cluster allocation.
2013-02-28 Sascha Wildnerkernel/u4b: sc is NULL here, so don't dereference it.
2013-02-28 Matthew Dillonkernel - Fix incorrectly ordered lwkt_reltoken() call...
2013-02-28 Antonio Huete Jimenezvkernel64 - Remove some dead code (JGV).
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount (2)
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount
2013-02-27 Sascha Wildnerkernel: Remove <machine/apm_segments.h>.
2013-02-27 Sascha Wildnerkernel: Fix -Wundef in a number of places.
2013-02-27 Sepherosa Ziehaugcc47/i386: Add more -mno flags
2013-02-26 Sascha Wildnerisp(4): Remove a duplicate xpt_alloc_ccb() that was...
2013-02-26 Matthew Dillonkernel - Fix mount bug caught by assertion
2013-02-26 Sepherosa Ziehaubce: Put interrupt reenabling into each interrupt handlers
2013-02-26 Sepherosa Ziehaubce: Move status index's location and cached status...
2013-02-26 Sascha WildnerRevert "<malloc.h>: Restrict support for <malloc.h...
2013-02-26 Sepherosa Ziehaugcc47/x86_64: Add more -mno flags
2013-02-26 Matthew Dillonkernel - Try harder to unmount a filesystem
2013-02-26 Matthew Dillonkernel - Fix shared/excl livelock with vm.shared_fault
2013-02-26 Matthew Dillonkernel - Fix vm.shared_fault for vkernels and 32-bit
2013-02-26 Matthew Dillonkernel - Fix panic on ptrace termination
2013-02-26 Matthew Dillonkernel - Beef up lwkt_dropmsg() API and fix deadlock...
2013-02-25 Matthew Dillonkernel - Remove symbol space corruption from ncp_conn.h
2013-02-25 Sascha Wildnerkernel/i386: Use offsetof() here.
2013-02-25 Sepherosa Ziehauarp: Embed netmsg_inarp in mbuf for asynchronized ARP...
2013-02-25 Sepherosa Ziehaunetmsg: Update comment
2013-02-25 Matthew Dillonkernel - Fix incorrect assertion in nlookup()
2013-02-25 Sepherosa Ziehaunetisr: Dedicated network thread is not netisr
2013-02-24 Sascha Wildnerccd(4): Fix operator precedence.
2013-02-24 Sepherosa Ziehaubce: Cache TX/RX consumer indices' location
2013-02-24 Sepherosa Ziehaubce: Save CID into related TX/RX ring struct
2013-02-24 Sascha Wildnerath(4): s/long long unsigned/unsigned long long/
2013-02-24 Sascha Wildnerkernel/vm_object: Add debugvm_object_hold_maybe_shared...
2013-02-23 Matthew Dillonkernel - Clean up if_bridge bif_state tests
2013-02-23 Matthew Dillonkernel - Track slabs allocated and freed
2013-02-23 Matthew Dillonkernel - Separate page activity heuristic for anonymous...
2013-02-23 Matthew Dillonkernel - Implementat much deeper use of shared VM objec...
2013-02-23 Sascha Wildner<malloc.h>: Restrict support for <malloc.h> to !defined...
2013-02-23 Sascha Wildnerlibkern: Stop compiling in (u)cmpdi2.c, because they...
2013-02-23 Sascha Wildnerkernel/x86_64: Remove some bogus #ifndefs.
2013-02-23 Sascha Wildnerkernel/isa: Remove empty isa_init() (formerly used...
2013-02-23 Matthew Dillonkernel - Implement shared namecache locks
2013-02-23 Matthew Dillonkernel - cpu_pause() needs to be memory-modifying
2013-02-23 Sascha WildnerUse NULL for pointers in a couple of places.
2013-02-22 Matthew Dillonkernel - Fix cross-mount handling in tmpfs hardlink...
2013-02-22 Matthew Dillonkernel - Fix deadlock in tmpfs
2013-02-22 Matthew Dillonkernel - Remove getnewvnode() bottlenecks
2013-02-22 Matthew Dillonkernel - Add negative caching to cache_findmount()
2013-02-22 Matthew Dillonkernel - Increase NCMOUNT_NUMCACHE, add enable & statistics
2013-02-22 Sepherosa Ziehaubce: Move RX serializers before TX serializers
2013-02-22 Sepherosa Ziehaubce: Free serializer array in detach path
2013-02-22 Sepherosa Ziehaualtq/hfsc: Fix wrong malloc size
2013-02-22 Matthew Dillonkernel - Fix performance issue due to buffer fragmentation
2013-02-22 Matthew Dillonkernel - Add frontend cache for cache_findmount()
2013-02-22 Matthew Dillonkernel - Fix network lockup due to msgport bug
2013-02-22 Antonio Huete Jimenezvkd(4) - Announce virtual disks upon initialization.
2013-02-22 Antonio Huete Jimenezvke(4) - Show backing tap only if one was used.
2013-02-22 Antonio Huete Jimenezvkernel - Settable serial numbers for virtual disks.
2013-02-21 Matthew Dillonkernel - Fix issue with ARP packets stalling out entire...
2013-02-21 Matthew Dillonkernel - Add critical section in lwkt_yield_quick()
2013-02-21 Sascha Wildnerasr(4): Remove a case that is not a member of the enum...
2013-02-21 Sepherosa Ziehaubce: Fix tick/pulse callout target CPU setting
2013-02-21 Sepherosa Ziehauigb: Fix timer cpuid settings when entering/exiting...
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-21 Matthew Dillonkernel - Fix excessive kprintf()s during refcount_wait()
2013-02-21 Matthew Dillonkernel - Implement vm.read_shortcut support in tmpfs
2013-02-21 Matthew Dillonkernel - add yields in the swap pager freeing path
2013-02-21 Matthew Dillonkernel - cleanup
2013-02-21 Matthew Dillonkernel - Remove remaining mplock use cases from tmpfs
2013-02-21 Sepherosa Ziehauicmp: ICMP is MPSAFE
2013-02-21 Sepherosa Ziehaubce: RX and TX ring counts are not required to be same
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-20 Sascha Wildnervkernel/vke: Comment out 'ifp', just like the code...
next