Change the default for vm.burst_fault to 1, no problems were revealed from
[dragonfly.git] / sys /
2008-12-26 Matthew DillonChange the default for vm.burst_fault to 1, no problems...
2008-12-20 Sepherosa ZiehauUse priority message for arp holding mbufs
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-19 YONETANI TomokazuAdjust VFS_SET() to deal with the change to struct...
2008-12-19 Matthew DillonClose a possible bug where the p_lock for a new process...
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-12-18 Matthew Dillonvnode_pager_haspage() could return TRUE but leave ...
2008-12-18 Hasso TepperCall ata_legacy() only once on attach and save it's...
2008-12-18 Joe TalbottMerge branch 'master' of /usr/git/dragonfly
2008-12-18 Joe Talbott Page align boundaries for kvm_access_check().
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonFix bugs in dealing with low-memory situations when...
2008-12-17 Michael NeumannUnbreak buildworld
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-12-17 Sepherosa ZiehauSymbol TX desc is only used by 64bits TX chain format.
2008-12-17 Sepherosa ZiehauAlways free the passed in mbuf if jme_encap() failed.
2008-12-17 Sepherosa ZiehauDon't use magic number
2008-12-17 Sepherosa ZiehauRename ring_cnt to desc_cnt.
2008-12-17 Sepherosa ZiehauTunable number of RX/TX descs
2008-12-17 Sepherosa ZiehauRemove unused macros
2008-12-16 Matthew DillonLIST_FOREACH_MUTUABLE() was tracking processes not...
2008-12-16 Matthew DillonAssert that nobody holds the process referenced with...
2008-12-16 Matthew DillonAdd missing range checks to sopt_valsize for the linux...
2008-12-16 Matthew DillonDue to races clean blocks can remain cached, remove...
2008-12-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-16 Sepherosa ZiehauRemove tcpcb.tt_msg == NULL tests in tcp_callout_*().
2008-12-16 Sepherosa ZiehauRestore the semantic of callout_active() testing on...
2008-12-15 Michael NeumannRemove superfluous shadow variable declaration
2008-12-15 Michael NeumannCosmetic changes (move assignment out of "if")
2008-12-15 Michael NeumannFix typo (currenet -> current)
2008-12-15 Michael NeumannRemove unnecessary optimization.
2008-12-14 Sepherosa ZiehauUse priority message for TCP timers
2008-12-14 Sepherosa ZiehauWhite space cleanup
2008-12-14 Sepherosa ZiehauUse 32bit TX chain format on the platform or NIC which...
2008-12-14 Sepherosa ZiehauSplit net/dlt.h out of net/bpf.h
2008-12-14 Sepherosa ZiehauPull in libpcap's new DLTs
2008-12-13 Sascha WildnerSync ciss(4) with FreeBSD's RELENG_4 branch.
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-10 Matthew DillonUse per-mount kmalloc pools for bulk data structures...
2008-12-10 Matthew DillonAdd kmalloc_create() and kmalloc_destroy(), an API...
2008-12-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-12-09 Sepherosa ZiehauDon't enable hardware timer simulated interrupt moderat...
2008-12-08 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-06 Sepherosa ZiehauConstify the tip/sip parameters of arprequest/arpreques...
2008-12-05 Sepherosa ZiehauDeprecate MALLOC/FREE macros
2008-12-05 Sepherosa ZiehauCorrect the reversed comparison logic
2008-12-05 Sepherosa ZiehauDefer various TCP timer function from callout threads...
2008-12-05 Sepherosa ZiehauDon't set max read request size on 10/100 only PCIe...
2008-12-04 Sepherosa ZiehauAdd CARP_IS_RUNNING() to test carp(4) iface's IFF_UP...
2008-12-04 Sepherosa ZiehauRemove unused macro
2008-12-04 Sepherosa ZiehauMerge clearing IFF_UP and IFF_RUNNING
2008-12-04 Sepherosa ZiehauUse in_cksum_{range,skip}()
2008-12-03 Sepherosa ZiehauRework carp_input()
2008-12-03 Sepherosa ZiehauUse suser_cred()
2008-12-03 Sepherosa ZiehauEmbed ifnet in carp_softc; ifnet allocation is never...
2008-12-03 Sepherosa ZiehauClean up and style changes
2008-12-03 Sepherosa ZiehauNuke lock remainders and related comment
2008-12-03 Sepherosa ZiehauStaticize
2008-12-03 Sepherosa ZiehauDrop locking in carp(4). carp(4) is under explicit...
2008-12-03 Sepherosa Ziehau- Regroup type declaration
2008-12-03 Sepherosa ZiehauCleanup header inclusion
2008-12-03 Sepherosa ZiehauWhite space
2008-12-03 Sepherosa Ziehauu_int{8,16,32,64}_t -> uint{8,16,32,64}_t
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Simon SchubertRoll DragonFly 2.1.1
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-12-02 Sepherosa ZiehauAvoid NULL pointer dereference
2008-12-02 Sepherosa ZiehauFix carp_input() prototype to meet the requirement...
2008-12-02 Sepherosa ZiehauFix speed report on Intel SATA chips in compat mode.
2008-12-01 Simon SchubertPerform logarithmic volume control for vchans
2008-12-01 Simon SchubertAdd support for MAP_TRYFIXED
2008-12-01 Simon SchubertUpdate the atime when mmap'ing a file
2008-11-30 Sascha WildnerRemove handling of CVS IDs.
2008-11-30 Sepherosa ZiehauRecognize TTTech MC322
2008-11-30 Sepherosa Ziehauregen
2008-11-30 Sepherosa ZiehauAdd TTTech
2008-11-30 Sepherosa ZiehauFilter out 8139 chips by PCI revid. It looks like...
2008-11-30 Sepherosa ZiehauRemove jumbo frame support for 8169; it never works...
2008-11-30 Sepherosa Ziehau- Use a longer timeout value for firmware handshaking.
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-26 Sepherosa Ziehau- In sys_setsockopt():
2008-11-26 Sepherosa Ziehau- Proper handle flags passed to bridge_rtflush() and...
2008-11-26 Sepherosa Ziehau- JMC260 with full mask revision 2 and ECO revision...
2008-11-24 Sascha WildnerAdd/sync some feature strings.
2008-11-24 Hasso TepperAdd hardware type value define for IP over firewire...
2008-11-23 Sepherosa ZiehauSave the value read from TX queue CSR, so we don't...
2008-11-23 Sepherosa ZiehauAdd comment about how to survive blocking operation...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 2/2:
2008-11-22 Sepherosa ZiehauParallelize bridge_input step 1.85/2
2008-11-22 Sepherosa Ziehaubstp_input() always returns NULL, so nuke its return...
2008-11-22 Sepherosa ZiehauFactor out ether_reinput_oncpu(). Mainly used by pseud...
2008-11-21 Sepherosa Ziehau- IFF_MONITOR processing will happen in ether_input_oncpu()
next