Create destination on copy if it doesn't exists.
[dragonfly.git] / sys /
2009-03-17 Sepherosa Ziehauatphy: Reset PHY after extracting MII capabilities...
2009-03-17 Sepherosa Ziehauale(4): Don't read/write 1000baseT specific MII registe...
2009-03-17 Sepherosa Ziehaubce/bge(4): Allow txcsum/rxcsum to be set individually
2009-03-17 Sepherosa Ziehauether_demux: Add comment
2009-03-17 Sepherosa Ziehaubridge: If we could enter bridge_input, then M_ETHER_BR...
2009-03-17 Sepherosa Ziehauether_input: Add M_ETHER_VLANCHECKED
2009-03-17 Sepherosa Ziehauether_input: Factor out ether_vlancheck()
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa ZiehauDefine M_ETHER_BRIDGED to M_PROTO1
2009-03-17 Sepherosa ZiehauDuplicated M_PROTO1 in M_COPYFLAGS
2009-03-17 Sepherosa Ziehau802.11: Clear M_PROTO? flags before calling ifnet.if_input
2009-03-17 Sepherosa ZiehauDefer ethernet mcast/bcast address detection to ether_i...
2009-03-17 Sepherosa Ziehauip_demux: If RSS kernel option is set, use Toeplitz...
2009-03-16 Matthew DillonHAMMER VFS - rebalancing, zero unused fields in boundar...
2009-03-15 Matthew DillonHAMMER VFS - Add a B-Tree rebalancing feature.
2009-03-15 Matthew DillonRemove conditionals based on #if defined(i386) which...
2009-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-15 Matthew DillonHAMMER Utility: Change B-Tree, inodes, and dir reblocki...
2009-03-14 Sepherosa Ziehaurss: Add RSS_DEBUG kernel option
2009-03-14 Sepherosa Ziehaurss: Add Toeplitz hash function
2009-03-14 Sepherosa Ziehauip_demux: Wrap INP_MPORT_HASH_{TCP,UDP}() around INP_MP...
2009-03-14 Sepherosa Ziehauip_demux: Test IN_MULTICAST() if RSS kernel option...
2009-03-14 Sepherosa ZiehauAdd static ARP support.
2009-03-14 Sepherosa Ziehauemx(4): Fix comment
2009-03-14 Sepherosa Ziehaujme(4): Correct SIOCSIFCAP ioctl handling
2009-03-14 Sepherosa Ziehauemx(4): Support IFCAP_RSS
2009-03-14 Sepherosa Ziehaurss: Add RSS kernel option; Add IFCAP_RSS iface capability
2009-03-12 Matthew DillonFix kernel panic on NULL pointer deref w/ certain ktrac...
2009-03-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-12 Matthew DillonHAMMER VFS - return shorter-form softlinks "@@-1:%05d...
2009-03-12 Sepherosa Ziehauemx(4): Move EMX_RSS_DEBUG into opt_emx.h
2009-03-12 Sepherosa Ziehaujme(4): Move JME_RSS_DEBUG into opt_jme.h
2009-03-11 Sascha Wildneridentcpu.c: Add MOVBE feature string.
2009-03-10 Sepherosa Ziehauem(4): Enable RX after RDH is configured (backport...
2009-03-10 Sepherosa Ziehauem(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995a...
2009-03-10 Sepherosa Ziehauem(4): Backport cc8fffade4528dd788a4789998ed3d1e85f9644a
2009-03-10 Sepherosa Ziehauem(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995a...
2009-03-10 Sepherosa Ziehaunetwork: Turn on adaptive MPSAFE for network threads...
2009-03-09 Simon Schubertsignals: rename CURSIGNB to CURSIG_NOBLOCK and unify...
2009-03-09 Simon Schubertsignals: rework when CURSIG/issignal can stop a thread...
2009-03-09 Simon Schubertsignals: stop all threads of a process before taking...
2009-03-09 Simon Schubertstay in tstop() as long as the process is stopped
2009-03-09 Simon Schubertdon't loop printing the diagnostic "waiting for lwps...
2009-03-09 Sepherosa Ziehauemx(4): Add tunable to enable/disable multi-RX queue...
2009-03-09 Sepherosa Ziehauemx(4): Add multi-RX queue support
2009-03-08 Sepherosa Ziehauemx(4): Use E1000_ICR_ macros when check against value...
2009-03-08 Sepherosa Ziehauemx(4): this driver does not support 82543
2009-03-07 Sepherosa Ziehauemx(4): Let the hardware strip the ethernet CRC on...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use extended...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use different...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- group RX...
2009-03-07 Sepherosa Ziehauemx(4): Factor out emx_dma_{alloc,free}()
2009-03-07 Sepherosa Ziehauemx(4): Remove emx_dma_{malloc,free}() and related...
2009-03-07 Sepherosa Ziehauemx(4): Move TX/RX desc ring alloc/free into ring creat...
2009-03-07 Sepherosa Ziehauemx(4): Regroup RX/TX ring creation code
2009-03-06 Simon Schubertcleanup: typo in comment
2009-03-04 Sepherosa Ziehauemx(4): Compact transmit path a little bit
2009-03-04 Sepherosa Ziehauem/emx(4): Remove dead code; add comment.
2009-03-04 Sepherosa Ziehauem/emx(4): Don't use __predict_false when test m_len...
2009-03-04 Sepherosa Ziehauem/emx(4): Fix comment
2009-03-03 Sepherosa Ziehauiwi(4): Upgrade to use 3.0 firmware and use firmware...
2009-03-02 Hasso TepperAllow the IP_MINTTL socket option to be set to zero.
2009-03-02 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-02 Matthew Dillondisklabel64 UFS+HAMMER boot support (was previously...
2009-03-01 Sepherosa Ziehauem(4): Give preference to emx(4) based on PCI ids.
2009-03-01 Sepherosa ZiehauCopy em(4) to emx(4), which supports only 8257{1,2...
2009-03-01 Sepherosa Ziehauem(4): Put back pkt_txclean KTR
2009-03-01 Sepherosa Ziehauem(4): We don't need in_detach trick.
2009-03-01 Sepherosa Ziehauem(4): Fix comment
2009-03-01 Sepherosa Ziehauem(4): We return 0 or errno, but not Intel e1000's...
2009-03-01 Sepherosa Ziehauem(4): White space
2009-03-01 Matthew DillonAdjust checkpoint restore to use same note order as...
2009-03-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-28 Matthew DillonHAMMER VFS - Fix improper cred checks for utimes()
2009-02-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-28 Matthew DillonVKERNEL - Fix entry into ddb when running a SMP vkernel...
2009-02-28 Nicolas Therymsdosfs: clean up reference counting
2009-02-26 Nicolas Therymsdosfs: fix deleted-but-open files handling.
2009-02-26 Nicolas Therymsdosfs: fix bug in msfdosfs_hashins().
2009-02-26 Nicolas Therymsdosfs: Fix error path in deget().
2009-02-27 Sepherosa Ziehauem(4): Reduce EM_TXDD_SAFE from 50 to 48.
2009-02-27 Sepherosa Ziehauem(4): Don't write ITR, if the NIC is not running yet.
2009-02-27 Sepherosa Ziehauem(4): We don't dynamicly config txd_cmd; there is...
2009-02-27 Sepherosa Ziehauem(4): We don't embrace TIDV/TADV; nuke the related...
2009-02-27 Sepherosa Ziehauem(4): Don't turn on/off TX descs' IDE bit in sysctl.
2009-02-27 Sepherosa Ziehauem(4): Adjust RDTR/RADV comment that they should not...
2009-02-27 Sepherosa Ziehauem(4): Don't configure RADV (default is 0), which is...
2009-02-27 Sepherosa Ziehauem(4): Add tunable for the 82573 workaround, enabled...
2009-02-27 Sepherosa Ziehauem(4): Revoke tunable/sysctl node for RDTR, which is...
2009-02-27 Sepherosa Ziehauem(4): Make sure that the upper 16bits of ITR is 0.
2009-02-27 Sepherosa Ziehauem(4): Reduce TX interrupt rate and device's TX desc...
2009-02-27 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-26 Sascha WildnerAdd OFF_MIN and OFF_MAX to limits.h.
2009-02-26 Simon Schubertsyntax cleanup to unbreak code highlighting
2009-02-26 Stathis KamperisReturn EBUSY if we're detaching a vn with vnode refs...
2009-02-25 Matthew DillonHAMMER VFS: Allow the form ".@@<snapshot>"
2009-02-25 Matthew DillonRemove the horribly designed RB_AUGMENT.
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-25 Matthew DillonHAMMER VFS: Add missing hammer_rel_volume() call in...
2009-02-24 Sepherosa Ziehauem(4): Correct the conditions to be asserted
next