Merge remote branch 'crater/master' into net80211-update
[dragonfly.git] / sys /
2010-03-05 Matthew DillonMerge remote branch 'crater/master' into net80211-update
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-05 Michael Neumanne1000 - Make igb driver compile on DragonFly
2010-03-05 Matthew DillonHAMMER VFS - Ensure sufficient free memory is available...
2010-03-05 Matthew Dillonkernel - vm - add vm_wait_nominal()
2010-03-04 Sascha WildnerAdd device sg to LINT.
2010-03-04 Sascha WildnerFix typos in manual pages and user visible messages.
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-03-03 Rui PauloAdd ratectl
2010-03-03 Rui PauloAdapt to new net80211 stack.
2010-03-03 Rui PauloMake this compile with debug on.
2010-03-03 Rui PauloMake this compile with debugging on.
2010-03-03 Rui PauloUntested: port the ratectl stuff to the new stack.
2010-03-03 Matthew DillonVN - Remove use of IO_DIRECT, Improve lock performance...
2010-03-03 Matthew DillonHAMMER VFS - Do a better job with IO_DIRECT
2010-03-03 Matthew DillonHAMMER VFS - Fix assertion in hammer_btree_mirror_propa...
2010-03-02 Matthew DillonHAMMER VFS - Correct seriuos bug in hammer rebalancing...
2010-03-02 Rui PauloAdd ratectl fields.
2010-03-02 Matthew Dillonkernel - cleanup some unnecessary casts
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2010-03-02 Matthew Dillonkernel - VN - add missing disk_destroy() in module...
2010-03-01 Rui PauloSync with FreeBSD.
2010-03-01 Rui PauloFix mbuf flags usage.
2010-03-01 Rui PauloAdd prototype for ieee80211_handoff().
2010-03-01 Matthew Dillontmpfs - Add support for setting the root uid/gid/mode...
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-26 Rui PauloFix remaining M_NOWAIT and use ieee80211_handoff instea...
2010-02-26 Rui PauloFix M_NOWAIT usage.
2010-02-26 Rui PauloFixes from Matthew Dillon:
2010-02-26 Rui PauloRemove m_colapse().
2010-02-26 Rui PauloMore DragonFlyBSD specific changes (from Matthew Dillon):
2010-02-26 Rui PauloDon't return ENETDOWN if the interface is not UP. This...
2010-02-26 Rui PauloRemove if_transmit().
2010-02-26 Sascha Wildnertmpfs(5): Remove old initialization (overrode prior...
2010-02-25 Rui PauloFix locking.
2010-02-25 Rui PauloFix some of the locking stuff that I have done wrong...
2010-02-25 Samuel J. Greearkernel - Remove msf_buf dependency from VFS Journals
2010-02-25 Simon Schubertcondvar: add implementation
2010-02-25 Rui PauloCheck a few pointers before dereferencing them. This...
2010-02-25 Samuel J. Greearkernel - Initialize xio->xio_bytes properly in xio_init...
2010-02-25 Rui PauloAdd new net80211 and ath options.
2010-02-25 Rui PauloUpdate.
2010-02-25 Rui PauloAdd SIOCIFCREATE2.
2010-02-25 Rui PauloExtend if_clone by passing in a param arg in the create...
2010-02-25 Rui Paulo__DECONST lockinit arg. XXX ugly
2010-02-25 Rui PauloUpdate conf/files and conf/options to comply with the...
2010-02-25 Rui PauloCouple of changes to make this build without warnings:
2010-02-25 Rui PauloFrom FreeBSD: in in6_setmaxmtu() don't try to find...
2010-02-25 Constantine A. Mureninaps(4): use DRIVERSLEEP instead of tsleep
2010-02-24 Sascha Wildnernetsmb: Fix a warning and put smb_usr.c under -Werror...
2010-02-24 Rui PauloBring in m_append() from FreeBSD.
2010-02-24 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-23 Rui PauloMy kernel config file.
2010-02-23 Rui PauloAdd arpcom at the beggining of the softc and enable...
2010-02-23 Rui PauloSync ath_rate_sample with FreeBSD.
2010-02-23 Rui PauloRegister ieee80211 l2com.
2010-02-23 Rui PauloBring if_l2com register/unregister functions from FreeBSD.
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-22 Michael Neumanne1000 - Complete port of if_em
2010-02-22 Michael Neumannnet - Add some #defines from FreeBSD
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64...
2010-02-22 Rui PauloReplace bus_dmamap_load_mbuf_sg() with bus_dmamap_load_...
2010-02-22 Rui PauloBring in m_colapse() from FreeBSD.
2010-02-22 Rui PauloSync if_ath with FreeBSD.
2010-02-22 Michael Neumanne1000 - Adapt OS-dependent part
2010-02-22 Michael Neumanne1000 - Literally import e1000 driver from FreeBSD
2010-02-22 Rui PauloUpdate ath_hal from FreeBSD.
2010-02-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-22 Matthew Dillonkernel - Refactor vnode_free_list, vnode reuse algorithm
2010-02-22 Matthew Dillonkernel - swapcache - Fix snocache and cache flags propa...
2010-02-22 Matthew Dillonkernel - NFS - Add the 'cache' flag to enable swapcache...
2010-02-22 Matthew Dillonkernel - Remove some debug kprintf()s
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64...
2010-02-22 Matthew Dillonkernel - SWAP CACHE part 22/many - Fix counter overflow...
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-21 Matthew Dillonkernel - TMPFS - Stabilization pass, fix assertion...
2010-02-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-21 Constantine A. Mureninaps(4): use more c99
2010-02-21 Michael NeumannHAMMER - Fix mirroring between 32 and 64-bit machines
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): the refresh function should be declar...
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): bring back relevant changes from...
2010-02-20 Constantine A. Mureninacpi_thinkpad(4): revert the half-done rename of acpi_t...
2010-02-20 Matthew Dillonkernel - TMPFS - Features, don't sync on umount, enforc...
2010-02-20 Matthew Dillonkernel - disklabel64 - Increase partition start alignme...
2010-02-20 Matthew Dillonkernel - TMPFS - Stabilization pass, fix VM object...
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-19 Antonio Huete Jimenezusr.sbin - Include some missing programs in x86_64.
2010-02-19 Matthew Dillonkernel - Fix (unused) SEGEX_IDX macro
2010-02-19 Matthew DillonHAMMER VFS - Reduce stalls during bulk file operations
2010-02-19 Rui PauloSeventh pass: fix callout and bpf function calls.
2010-02-19 Rui PauloAdd m_align().
2010-02-19 Rui PauloBring m_align() from FreeBSD.
2010-02-19 Rui Pauloif_delallmulti() from FreeBSD.
2010-02-19 Rui PauloFix ifaddr_byindex().
2010-02-19 Rui PauloRedefinition of AF_MAX. XXX this is sick
2010-02-19 Rui PauloSixth pass: remove all references to ether_sprintf().
2010-02-19 Rui PauloReplace callout_drain with callout_stop.
2010-02-19 Rui PauloFourth pass.
next