mbuf: revert part of b4e5a1079d852748f03f32aae87ecdda27a538d2
[dragonfly.git] / sys /
2013-07-18 Sepherosa Ziehaumbuf: revert part of b4e5a1079d852748f03f32aae87ecdda27...
2013-07-18 François Tigeotkernel: Remove Cyrix CPUs specific handling
2013-07-18 Sepherosa Ziehauso_pru_send_async: Use M_NOWAIT to allocate address
2013-07-17 Sascha Wildnervkernel: Remove #if 0 code in vkernel headers.
2013-07-17 Sascha Wildnerkernel: Remove unneeded #include.
2013-07-17 Sascha Wildnerkernel: Remove unused kmalloc types: M_AMRCAM, M_DEVT...
2013-07-17 Sepherosa Ziehauarp: Perform ARP pending output during ARP updating
2013-07-17 Sepherosa Ziehauroute: Prioritize routing table change messages
2013-07-17 Sascha Wildnerkernel: Remov unused kmalloc type M_VMPGDATA.
2013-07-16 Sascha Wildnerkernel: Remove some orphaned extern declarations in...
2013-07-16 Sascha Wildner<sys/device.h>: Fix a typo in an extern declaration.
2013-07-16 Matthew Dillonkernel - Attempt to fix shared/excl namecache deadlock
2013-07-15 Sascha Wildnerkernel/oce: Sync oce(4) driver with FreeBSD.
2013-07-15 François Tigeotiir: Prevent namespace collision with INTEL_VENDOR_ID
2013-07-15 Sascha WildnerRemove some orphaned extern declarations.
2013-07-14 Sascha WildnerRemove fpsetsticky(3) remains. It was removed with...
2013-07-11 Matthew Dillonkernel - Fix excessively deferred wakeups
2013-07-11 Matthew Dillonkernel - Do not try to apply certain hw errata fixes...
2013-07-11 Sepherosa Ziehaurtsock: Add genmask after credit checking
2013-07-10 Sascha Wildnerkernel: Clean up some module Makefiles.
2013-07-10 Sascha Wildnerkernel/joy: Remove an unneeded .PATH in the Makefile.
2013-07-10 Sepherosa Ziehauroute: Prioritize rtchange messages
2013-07-10 Sepherosa Ziehauroute: Prioritize routing messages during iface down
2013-07-10 Sepherosa Ziehauroute: Prioritize routing messages during iface detach
2013-07-10 Sepherosa Ziehauroute: Factor out rt_domsg_global()
2013-07-10 Sepherosa Ziehauroute6: Only delete dynamic routes on the current CPU...
2013-07-10 Sepherosa Ziehauroute: Only delete dynamic routes on the current CPU...
2013-07-10 Sepherosa Ziehausyncache: Only explicitly delete unreferenced protocol...
2013-07-09 Sepherosa Ziehauroute: Remove per-cpu routing threads; use netisr instead
2013-07-09 Sepherosa Ziehauroute: Make sure the parent route belong to the current CPU
2013-07-09 Sepherosa Ziehauradix: Unshare radix mask tree resources
2013-07-08 Sascha Wildnerkernel/mps: Fix a panic after the recent upgrade.
2013-07-07 Sascha Wildnerkernel/net*: Remove some #include duplicates.
2013-07-07 Sascha Wildnerkernel/sppp: Clean up #ifdef jungle a bit.
2013-07-07 Sascha Wildnerkernel/usb4bsd: Fix ukbd's polled mode (for ddb etc.).
2013-07-07 François Tigeotiicbus/iic.h: Sync with FreeBSD
2013-07-06 Sascha Wildnerkernel: Stop building 3 i386 specific modules (ar,...
2013-07-06 Sascha Wildnerkernel: Remove two unused header files (we use dev...
2013-07-05 Sascha Wildnerkernel: Remove some #include duplicates in vfs/ and vm/
2013-07-04 Sascha Wildnerkernel/dev: Remove some #include duplicates.
2013-07-04 Sascha Wildnerkernel/asr: Clean up the include jungle a bit.
2013-07-04 Sascha Wildnerkernel/aic: Remove redundant #ifdefs.
2013-07-04 Matthew Dillonkernel - Flesh out AHCI 1.3 regs / detection (FBSS...
2013-07-04 Sascha Wildnersys/conf/files: Adjust some excessive tabs.
2013-07-03 François Tigeotkernel: Remove unused invlpg() function
2013-07-03 Matthew Dillonkernel - Remove Warning: busy page %p found in cache
2013-07-02 Sascha Wildnerkernel/platform: Remove some #include duplicates.
2013-07-02 Sascha Wildnerkernel/oce: Fix sysctl names and firmware updating...
2013-07-02 Matthew Dillonvkernel - Fix frustrating VKE mac address bug
2013-07-01 Sascha Wildnerkernel/oce: Fix wrong maxsegs argument for bus_dmamap_l...
2013-07-01 Sascha Wildnerkernel/netif: Bring in the oce(4) driver for Emulex...
2013-06-30 Sascha Wildnerkernel/802.11: Use the proper enum for ic_vap_create...
2013-06-29 Matthew Dillonkernel - Fix #2570 - Missing assignment in recent pageo...
2013-06-27 Matthew Dillonkernel - Change lwkt_wait_ipiq() to use the TSC
2013-06-27 Sascha Wildnerkernel: Fix compiling tmpfs into the kernel.
2013-06-27 Matthew Dillonkernel - Wakeup threads blocked in the VM page allocato...
2013-06-27 Matthew Dillonkernel - Sync numerous commits from FreeBSD
2013-06-27 Matthew Dillontmpfs - Handle low memory situations a little better (2)
2013-06-27 Matthew Dillonkernel - Improve pageout daemon for tmpfs write load
2013-06-27 Matthew Dillontmpfs - Handle low memory situations a little better
2013-06-26 Sepherosa Ziehaumbuf: Cache align mbuf statistics
2013-06-26 Sepherosa Ziehaumbuf: Cache align mbuf type statistics
2013-06-25 Sepherosa Ziehaucarp: Prioritize carp advertisement packets
2013-06-25 Sepherosa Ziehaucarp: Constify carp_etheraddr
2013-06-25 Sepherosa Ziehauethernet: Constify the lladdr pointer passed to ether_i...
2013-06-25 Sepherosa Ziehaucarp: Increment output statistics properly
2013-06-25 Sepherosa Ziehaucarp: Add TSO and TXCSUM support
2013-06-24 Sepherosa Ziehauem: 82543 and 82542 could only suport 256 TX/RX descriptors
2013-06-21 Sepherosa Ziehaucputimer: Allow MP synchronized TSC to become cputimer...
2013-06-20 Sascha Wildner<vfs/tmpfs/tmpfs.h>: Hide some stuff from userland.
2013-06-20 Sepherosa Ziehaucputimer: Increase distance between priorities
2013-06-20 Sepherosa Ziehaualtq: Use tsc_mpsync to detect whether TSC could be...
2013-06-20 Sepherosa Ziehauclock/tsc: Detect invariant TSC CPU synchronization
2013-06-19 Sepherosa Ziehaunet: Use tsc_invariant when it is necessary; mainly...
2013-06-19 Sepherosa Ziehauclock/tsc: Detect invariant TSC
2013-06-19 Sepherosa Ziehauclock: Use sysclock_t to save value from sys_cputimer...
2013-06-19 Sepherosa Ziehausio: Use sysclock_t to save value from sys_cputimer...
2013-06-19 Sepherosa Ziehaucputimer: The freq should be sysclock_t
2013-06-18 Sepherosa Ziehaualtq: Clean up the code for PCC usage detection
2013-06-18 Sepherosa Ziehaupolling: Fix comment
2013-06-17 Antonio Huete Jimenezntfs - Expose NTFS structures to userland.
2013-06-17 Antonio Huete Jimenezhammer - Allow userland programs to access hammer.h...
2013-06-17 Sepherosa Ziehaumbuf: Add comment about the remaining implicit padding...
2013-06-17 Sepherosa Ziehaumtag: u_intXX_t -> uintXX_t; no functional changes
2013-06-17 Sepherosa Ziehaumbuf: Save 16 bytes from pkthdr on x86_64
2013-06-17 Sepherosa Ziehaumbuf: White space cleanup and use uintXX_t instead...
2013-06-16 Sepherosa Ziehaualtq: Update comment
2013-06-15 Matthew Dillonhammer2 - pfsmount -> clustermount separation part 2
2013-06-15 Matthew Dillonkernel - Add cluster_readcb()
2013-06-14 Matthew Dillonkernel - Document bugs in sendfile that we currently...
2013-06-13 Matthew Dillonkernel - Increase KVM default for 32-bit systems from...
2013-06-13 Matthew Dillonhammer2 - pfsmount -> clustermount separation part 1
2013-06-13 Sepherosa Ziehaualtq: Implement two level "rough" priority queue for...
2013-06-13 Matthew Dillonhammer2 - freemap part 4, misc fixes
2013-06-12 John Marinokernel: Add three new commands to fctnl
2013-06-12 Matthew Dillonkernel - fix statistics counters for if_bridge.
2013-06-12 John MarinoRemove MACHINE_ARCH=amd64 and legacy make instructions...
2013-06-11 John Marinortld: increase TLS storage space (bug 2566)
2013-06-11 Antonio Huete Jimeneztmpfs - Remove redundant call to insmntque()
2013-06-11 Matthew DillonAHCI - Fix panic if additional I/O is queued during...
next