dragonfly.git
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 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 NeumannClean up a bit
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 DillonCleanup and enhance the vnodeinfo output.
2008-12-16 Matthew DillonAdd a socketpair performance tester.
2008-12-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-16 Matthew DillonMake __fpending() take a const argument.
2008-12-16 Sepherosa ZiehauReplace libpcap's pcap-bpf.h with system's net/bpf.h
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 NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-15 Michael NeumannFix typo
2008-12-15 Peter AvalosRename a local function that conflicts with one in...
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 Sascha WildnerRemove some unnecessary casts.
2008-12-14 Sascha WildnerAdjust the bt_gethostbyaddr(3) prototype to match getho...
2008-12-14 Sascha WildnerBring the prototype of gethostbyaddr(3) in line with...
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 WildnerAdd ftw(), nftw(), associated header files and document...
2008-12-12 Sascha WildnerMerge branch 'misc'
2008-12-12 Sascha WildnerSilence warnings and rearrange the includes a bit.
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-08 Matthew DillonFix seg-fault in recent 'hammer cleanup' utility work.
2008-12-07 Sascha WildnerAdd missing section number.
2008-12-07 Sascha WildnerImprove markup.
2008-12-06 Sepherosa ZiehauConstify the tip/sip parameters of arprequest/arpreques...
2008-12-05 Sascha WildnerThe CVS ID isn't needed anymore.
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 Hasso TepperMake CIDR in "-net net gw mask" form work again.
2008-12-04 Hasso TepperSync termcap with FreeBSD preserving local changes.
2008-12-04 Matthias SchmidtUpdate units(1) to allow conversion between degC and...
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 Simon SchubertDon't drag the host CCVER into the release build
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 Wildnertest some more
2008-12-03 Sascha WildnerMerge branch 'ciss'
2008-12-03 Sascha Wildnertest
2008-12-03 Hasso TepperTesting cherry-pick from local branch & push.
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Sascha Wildnerkqueue support has been added to HAMMER.
2008-12-03 Sascha WildnerMerge branch 'misc'
2008-12-03 Sascha WildnerAdd a UFS(5) MLINK and reference it from various places.
2008-12-03 Simon SchubertRoll DragonFly 2.1.1
2008-12-03 Simon SchubertAdd script to output the current repo version
2008-12-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-03 Sascha WildnerSome more cleanup & markup fixes.
2008-12-03 Matthew DillonHAMMER Filesystem changes:
2008-12-03 Sascha WildnerStart new sentences on new lines.
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 Joe Talbott Test commit
2008-12-01 Simon SchubertFix makefile by rewriting parts into shell code
next