summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-01Revert 1.28, rumoured to cause problems on some machines.Miod Vallat
2009-02-01fix typoSimon Bertrang
2009-02-01Fix the logic in mbus_add_mapping() to correctly handle requests spanningMiod Vallat
2009-02-01Save the text mode color palette upon startup, and restore it whenMiod Vallat
2009-02-01Remove unused _pfthresh member from struct alpha_bus_dma_tag.Miod Vallat
2009-02-01use m_clsetwms to tell the allocator how big the rings are.David Gwynne
2009-02-01Let this compile with gcc2.Miod Vallat
2009-02-01"Ethernet" is a family of networking technologies developed at Xerox PARC,Igor Sobrado
2009-02-01Remove dma_cachectl() and rename dma_cachectl_pa() to dma_cachectl() now thatMiod Vallat
2009-02-01Get the cpu speed from the pcctwo configuration on MVME187.Miod Vallat
2009-02-01Finally switch this driver to bus_dma.Miod Vallat
2009-01-31u_char is not compatible with default argument promotion type thusAlexander Yurchenko
2009-01-31No need to invent another _offset, just use the one from param.h.Alexander Yurchenko
2009-01-31Rewrite DIRECTSIZ macro using offsetof. As a bonus it elimitanes castingAlexander Yurchenko
2009-01-31Don't cast pointer to int, use register_t here.Alexander Yurchenko
2009-01-31Rename loadpoint to loadaddr and add to usage().Alexander Yurchenko
2009-01-31unbreak ! INET6 case by sprinking #ifdef INET6Henning Brauer
2009-01-31write point-to-point in a consistent way.Igor Sobrado
2009-01-31syncMiod Vallat
2009-01-31fix typoPierre-Yves Ritschard
2009-01-31adjtime has been logged at 32ms and greater for 2.5 years now.Kevin Steves
2009-01-31Implement buf_left() to make some some more buffer handling easier.Claudio Jeker
2009-01-31Pass the buffer to send_packet() instead of spliting it up. This removesClaudio Jeker
2009-01-30Add missing free. Found by norby@ in ospfctl, same fix.Stefan Sperling
2009-01-30when decreasing ssl related counters, make sure the session was flagged asGilles Chehade
2009-01-30improve statistics for smtp process. not only collect the current sessionsGilles Chehade
2009-01-30clear the F_EVLOCK flag earlier to prevent the error event handler fromGilles Chehade
2009-01-30avoid an alloc/free loop while looking for a bpf.Pierre-Yves Ritschard
2009-01-30When don't-fragment packets need to get fragemnted some code tries toClaudio Jeker
2009-01-30Do not break header for messages received via smtp.Oleg Safiullin
2009-01-30Change section: we're talking about the symlink system call, not thePhilip Guenthe
2009-01-30bump descriptors limit to the max and set the maximum connections count toGilles Chehade
2009-01-30sync the part copied from ip_output: always initialize IP checksumChristian Weisgerber
2009-01-30Delete code which was never used (rtsock.c is even not there).Rainer Giedat
2009-01-30fix a very annoying events masking issue which would cause a fatal() to beGilles Chehade
2009-01-30Use if_nametosdl implementation from rtadvd, which is much nicer.Rainer Giedat
2009-01-30If the "peer" address is not specified or derived from "to" forAlexander Bluhm
2009-01-30Set mbuf watermarks.Mark Kettenis
2009-01-30Deal with running out of receive buffers.Mark Kettenis
2009-01-30Add missing free.Esben Norby
2009-01-30Mark routers internal as uninstalled after deleting the default route.Rainer Giedat
2009-01-30"XXX: should this be performed under splnet()?"... Yes, yes it should.Ryan Thomas McBride
2009-01-30Properly clean out our rings when we down the interface.Mark Kettenis
2009-01-30sprinkle splassert(IPL_SOFTNET) around the code that inserts, unlinks, andDavid Gwynne
2009-01-30more const -> sizeof()Oleg Safiullin
2009-01-30fix debug messageOleg Safiullin
2009-01-30Turns out we need to look one frame deeper to find the saved return addressMark Kettenis
2009-01-30add missing ellipsis to the list of options.Igor Sobrado
2009-01-30use a consistent spacing in expressions and wordlists.Igor Sobrado
2009-01-30tweak previous;Jason McIntyre