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