Age | Commit message (Expand) | Author |
2009-11-03 | s/TX_IQ_PERD/TX_IQ_PERIODIC/ | Damien Bergamini |
2009-11-03 | use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx even | Damien Bergamini |
2009-11-03 | Don't mention ukphy(4) in SYNOPSIS, reminded by brad@; while there add nsphyter | Miod Vallat |
2009-11-03 | A few cleanups and also reflect duplex state in mcr in addition to tcsr. | Miod Vallat |
2009-11-03 | Offset the start of the RX buffers by two bytes, so that the ethernet | Miod Vallat |
2009-11-03 | remove annoying log_debug | Gilles Chehade |
2009-11-03 | Use u_int16_t for rdomains for everything. Using various types makes | Claudio Jeker |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-03 | gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks! | Jacob Meuser |
2009-11-03 | fix previous commit. | Damien Bergamini |
2009-11-03 | tv member of struct paste_buffer is updated but not otherwise used, so remove | Nicholas Marriott |
2009-11-03 | nicer tables like in other bus man pages | Theo de Raadt |
2009-11-03 | - apply fix from upstream git for CVE-2009-3626, which could cause perl to | Jasper Lievisse Adriaanse |
2009-11-03 | print the correct info (need some tweaks yet to be shorter). | Marc Espie |
2009-11-03 | actual fixed tests. | Marc Espie |
2009-11-03 | Add some (currently failing) version number comparison tests. | Stuart Henderson |
2009-11-03 | Improve error logging. | Jacek Masiulaniec |
2009-11-03 | add @option always-update. | Marc Espie |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-11-03 | Don't need regex.h and remove two declarations that are now in smtpd.h. | Nicholas Marriott |
2009-11-03 | simplify deptree handling, since we handle this at the set level. | Marc Espie |
2009-11-03 | Pick up the rdomain from the specified interface and use that rdomain for | Claudio Jeker |
2009-11-03 | catch signals while we're doing something, so that cleanup always happens. | Marc Espie |
2009-11-03 | don't take playback blocksize constraints into account when rounding | Jacob Meuser |
2009-11-03 | sort; | Jason McIntyre |
2009-11-03 | don't claim to support full-duplex if the device doesn't support both | Jacob Meuser |
2009-11-03 | provide a get_default_params method. tries aucat(1) defaults first | Jacob Meuser |
2009-11-03 | rewrite supported audio parameter matching code | Jacob Meuser |
2009-11-03 | Fix vi page up mode key (from naddy), add missing half page keys, and sort. | Nicholas Marriott |
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov |
2009-11-03 | Simplify and remove debug cruft from interrupt handler. Original diff from | Marco Peereboom |
2009-11-02 | that is not a small hack, it is big and gruesome and has very bad effects | Theo de Raadt |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-11-02 | Got the RX threshold interrupt working, does not help RX performance though; | Miod Vallat |
2009-11-02 | fix reverse zone for ::1 (PR#6243) | Jakob Schlyter |
2009-11-02 | Print the route metrics in monitor mode if -v is used. This info can be | Claudio Jeker |
2009-11-02 | Remove file that should never have been there. | Mark Kettenis |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE similar to ospfd. Even though bgpd has almost | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug(). | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one in | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling of | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging. | Claudio Jeker |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-11-02 | Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime. | Claudio Jeker |