Age | Commit message (Expand) | Author |
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-30 | When don't-fragment packets need to get fragemnted some code tries to | Claudio Jeker |
2009-01-30 | sync the part copied from ip_output: always initialize IP checksum | Christian Weisgerber |
2009-01-30 | Set mbuf watermarks. | Mark Kettenis |
2009-01-30 | Deal with running out of receive buffers. | Mark Kettenis |
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 | - add missing trailing 't' of the mos(4) entry's 'Etherne' | Jasper Lievisse Adriaanse |
2009-01-29 | KNF (whitespace fixes). ok grunk@ | Alexander Bluhm |
2009-01-29 | ``beginning'' is spelled with 2 `g' and 3 `n'. | Miod Vallat |
2009-01-29 | Remove KASSERT() that could trigger when an rthread in sigwait() | Philip Guenthe |
2009-01-29 | Add a few cache operations after I/O completes. | Miod Vallat |
2009-01-29 | The ``flush before inval'' 88410 workaround needs to be done in | Miod Vallat |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2009-01-29 | Some of the latest macppc laptops with no adb subsystem at all, spontaneously | Miod Vallat |
2009-01-29 | Oops, correct logic when requested font index is out of bounds. Thankfully | Miod Vallat |
2009-01-29 | fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL). | Damien Bergamini |
2009-01-29 | Split the address selection from pools away from pf.c and put it in | Pierre-Yves Ritschard |
2009-01-29 | move some code around in preparation for future work: | Henning Brauer |
2009-01-29 | Only start using the rtc for statclock after we've received the first | Mark Kettenis |
2009-01-29 | Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was | Claudio Jeker |
2009-01-29 | Make multicast actually work this time. | Mark Kettenis |
2009-01-29 | Always zero the IP checksum field for packets and packet fragments | Christian Weisgerber |
2009-01-29 | Similar to my last commit, it's stupid to have a file with two very | Owain Ainsworth |
2009-01-29 | Move drmmmap to the main driver file. It's stupid to have a file with | Owain Ainsworth |
2009-01-29 | drm_getmap and interface can die too. | Owain Ainsworth |
2009-01-29 | Rip out the drm_drawable support. There is no need for the xserver to | Owain Ainsworth |
2009-01-29 | mpls_operation have to be 2 bytes long to store | Michele Marchetto |
2009-01-29 | Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring. | Mark Kettenis |
2009-01-29 | regen | Marco Peereboom |
2009-01-29 | Soundblaster stuff. from brad. | Marco Peereboom |
2009-01-28 | Add support for next generation megaraid sas raid controllers. | Marco Peereboom |
2009-01-28 | regen | Marco Peereboom |
2009-01-28 | LSI 2108 chips | Marco Peereboom |
2009-01-28 | Get rid of the ugly rtentry hack. | Michele Marchetto |
2009-01-28 | Implement proper multicast support. | Mark Kettenis |
2009-01-28 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis |
2009-01-28 | Block Ack agreements are unidirectional. | Damien Bergamini |
2009-01-28 | If the rom contains a monitor table, look for an entry matching our | Miod Vallat |
2009-01-28 | In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr) | Damien Bergamini |
2009-01-28 | Be a little more tolerant about matching ROMs. Makes todd@'s quad hme(4) get | Mark Kettenis |
2009-01-28 | Use extern for variable declarations in .h files so that we don't end up with | Claudio Jeker |
2009-01-28 | Implement basic routing socket filtering. It is possible to give a list -- | Claudio Jeker |