Age | Commit message (Expand) | Author |
2008-12-14 | MCLGETI takes an mbuf *, not an mbuf. | David Gwynne |
2008-12-14 | Allow trunk_hashmbuf() to take HW VLAN tagging into consideration. | Brad Smith |
2008-12-14 | Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific | Brad Smith |
2008-12-14 | Make sure the low water mark for cluster pools isn't 0 such that network | Mark Kettenis |
2008-12-14 | Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring. | Mark Kettenis |
2008-12-14 | Files under /incoming don't need flock(2)ing anymore. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | queue_create_incoming_layout must return 0 on failure, not -1. | Jacek Masiulaniec |
2008-12-14 | Disable TX_DMA writing back DDONE into TXD. | Damien Bergamini |
2008-12-14 | Implement a "machine xir" ddb command, making it possible to send an | Mark Kettenis |
2008-12-14 | o Correctly clear UGEN_ASLP in all cases. | Federico G. Schwindt |
2008-12-14 | txpower range checks should be inclusive. | Jonathan Gray |
2008-12-14 | display message is +DISPLAY; from Ingo Schwarze | Jason McIntyre |
2008-12-14 | - properly handle RT2860_TX_RX_COHERENT interrupts. | Damien Bergamini |
2008-12-14 | Add an ieee80211_notify_dtim() function that drivers should call after | Damien Bergamini |
2008-12-14 | Remove useless fields from template, they just serve to confuse | Ray Lai |
2008-12-14 | Give names to anonymous unions. | Ray Lai |
2008-12-14 | regen | Brad Smith |
2008-12-14 | Add the Novatel Merlin X950D ExpressCard. | Brad Smith |
2008-12-13 | Properly restore PSTATE_IE when returning from send_softint(). | Mark Kettenis |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-13 | Detect alias duplicates. | Jacek Masiulaniec |
2008-12-13 | Fix few parsing bugs in parse_entry, most severe of which was | Jacek Masiulaniec |
2008-12-13 | Simplify parse_entry; streamline the code to call db->put in one | Jacek Masiulaniec |
2008-12-13 | If parse_aliases fails, don't warn about syntax errors; it may fail | Jacek Masiulaniec |
2008-12-13 | Use mkstemp instead of mkdtemp; also, add more X's. | Jacek Masiulaniec |
2008-12-13 | - Correct usage text. | Jacek Masiulaniec |
2008-12-13 | Another camera that works, 'Sure' mglocker@ | Ian Darwin |
2008-12-13 | use the hardware general-purpose timer interrupt instead of timeout(9). | Damien Bergamini |
2008-12-13 | Declare alias_parse in smtpd.h, and fix callers that pass it wrong | Jacek Masiulaniec |
2008-12-13 | clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memory | Damien Bergamini |
2008-12-13 | ;5Anvidia mcp67 ahci controller also needs special handling. | Mike Belopuhov |
2008-12-13 | My camcorder works now, too :-) | Marcus Glocker |
2008-12-13 | sync | Theo de Raadt |
2008-12-13 | note to everyone: nitems(pointer) is 0, not what you want | Theo de Raadt |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | Check for zero'd spd data even if we pass the checksum | Jonathan Gray |
2008-12-12 | Make bgpctl priority aware. | Claudio Jeker |
2008-12-12 | Make bgpd route priority aware and while there sync in the basics to correctly | Claudio Jeker |
2008-12-12 | ospfd knows now priorities so let ospfctl know and print them as well. | Claudio Jeker |
2008-12-12 | Make the kroute code routing priority aware. This solves a few issues and | Claudio Jeker |
2008-12-12 | ifconfig(8) part to make it possible to set an interface priority. | Claudio Jeker |
2008-12-12 | Introduce a if_priority that will be added to RTP_STATIC when routes are | Claudio Jeker |
2008-12-12 | Make sure that incomming routing messages don't have RTP_DOWN set. Mask | Claudio Jeker |
2008-12-12 | fix a bug that slipped through my last commit. | Damien Bergamini |
2008-12-12 | - fix HW crypto using group keys (this should fix the "ExtIV bit not set" | Damien Bergamini |
2008-12-12 | Use the hdrlen to skip over the header and to the sockaddrs instead of the | Claudio Jeker |
2008-12-12 | Use rtm_hdrlen to jump over the message header and to the beginning of the | Claudio Jeker |
2008-12-12 | Format string checking for bsnprintf. | Jacek Masiulaniec |