Age | Commit message (Expand) | Author |
2007-02-26 | oops, somehow i managed to comment out an entire list; | Jason McIntyre |
2007-02-26 | show how -c works; | Jason McIntyre |
2007-02-26 | An ethernet driver works much better if you program the Tx descriptor ring | Mark Kettenis |
2007-02-26 | clean up the options description list; | Jason McIntyre |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
2007-02-26 | put DO_COMPARE in the correct place, so that getdistoptlist() gets sorted | Jason McIntyre |
2007-02-26 | kill the ``use ssl'' directive for consistency across parser directives. | Pierre-Yves Ritschard |
2007-02-26 | use a variable $ext_addr instead of the hard-coded 192.168.1.1. this | Reyk Floeter |
2007-02-26 | Fix Rx FIFO constants. From brad@ | Mark Kettenis |
2007-02-26 | m_dup1() copies the packet header and allocates the mbuf cluster in the | Claudio Jeker |
2007-02-26 | remove HTTP and HTTPS tokens, makes for cleaner parser. | Pierre-Yves Ritschard |
2007-02-26 | Link with libgcc, will be necessary after the upcoming toolchain changes. | Miod Vallat |
2007-02-26 | re-enable the -W flags except -Werror which behaves differently with | Reyk Floeter |
2007-02-26 | FPU disabled bit on SH4 is not a ``must be zero'' bit, but userland shall not | Miod Vallat |
2007-02-26 | Fix spurious right brace in some decoders, and always print the hex value for | Miod Vallat |
2007-02-26 | Add SuperH to the architecture list which stack grow down, even though this | Miod Vallat |
2007-02-26 | sync the documentation with the latest change to require a 'header' | Reyk Floeter |
2007-02-26 | solve some conflicts in the configuration parser. | Pierre-Yves Ritschard |
2007-02-26 | Fix typo, allowing this to compile again. Committed over cdcef0 | Chris Kuethe |
2007-02-26 | tidy up DESCRIPTION; | Jason McIntyre |
2007-02-26 | cleanup: | Jason McIntyre |
2007-02-26 | Finish bcw_radio_default_radio_attenuation(). | Marcus Glocker |
2007-02-26 | handle strlcpy return values, make lint happy | Reyk Floeter |
2007-02-26 | add STANDARDS, EXAMPLES, and CAVEATS sections; | Jason McIntyre |
2007-02-26 | one synopsis; sync usage() | Jason McIntyre |
2007-02-26 | better error handling for buffer I/O, fix the log action | Reyk Floeter |
2007-02-26 | Make the buffer size more reasonable, drop packets that dont fit in buffer. | Dale Rahn |
2007-02-26 | As we have the PCI softc data now, replace the fake if's with real ones. | Marcus Glocker |
2007-02-26 | - one synopis | Jason McIntyre |
2007-02-26 | Really, we don't need two grp18's ;-) | Todd T. Fries |
2007-02-26 | Some KNF. | Marcus Glocker |
2007-02-26 | Remove PCI powerhooks, bcw_pci_enable() and bcw_pci_disable(). | Marcus Glocker |
2007-02-26 | We need to save some PCI infos in our softc struct for further decisions | Marcus Glocker |
2007-02-26 | add an relay example | Reyk Floeter |
2007-02-26 | grammar; | Jason McIntyre |
2007-02-26 | more small fixes from Igor Sobrado, tweaked by myself; | Jason McIntyre |
2007-02-26 | KNF | Pierre-Yves Ritschard |
2007-02-26 | some small fixes from Igor Sobrado; | Jason McIntyre |
2007-02-26 | reflect configuration parser change. | Pierre-Yves Ritschard |
2007-02-26 | Change the ``virtual ip'' directive to ``virtual host''. | Pierre-Yves Ritschard |
2007-02-26 | handle requests with chunked transfer-encoding. | Reyk Floeter |
2007-02-26 | Set the metric for loopback interfaces. | Esben Norby |
2007-02-26 | tweak flushing of unwritten bytes on http mode changes | Reyk Floeter |
2007-02-26 | spacing | Reyk Floeter |
2007-02-26 | improve the relay bufferevent handler if one side closed the connection | Reyk Floeter |
2007-02-26 | re-use the retry value from table host entries for inbound relay | Reyk Floeter |
2007-02-26 | Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ | Pedro Martelletto |
2007-02-26 | fix small memleaks | Reyk Floeter |
2007-02-26 | don't store write(2) return value in size_t; fixes test against -1. | Steven Mestdagh |
2007-02-26 | another EINVAL case documented | Otto Moerbeek |