Age | Commit message (Expand) | Author |
2009-09-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat |
2009-09-03 | sync | Theo de Raadt |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut |
2009-09-03 | Correctly escape spaces in the Erlang 4.2/4.3 magic. | Stuart Henderson |
2009-09-03 | Rearrange the interrupt handler so that it handlers "error status bits" | Theo de Raadt |
2009-09-03 | pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not needed | Marek Vasut |
2009-09-03 | the recent changes to translation make the ordering of this document | Jason McIntyre |
2009-09-03 | Missing header. | Joel Sing |
2009-09-03 | The sparc64 boot block currently compares a memory address to the ELF magic | Joel Sing |
2009-09-03 | sync | Theo de Raadt |
2009-09-03 | remove -N from usage(); | Jason McIntyre |
2009-09-03 | tweak previous; | Jason McIntyre |
2009-09-03 | Check the return value of copyin(). | Joel Sing |
2009-09-03 | Don't call VOP_CLOSE() with a null pointer, if the VOP_OPEN() call failed. | Joel Sing |
2009-09-03 | Adapt to new pfctl, remove use of -Fn and -sn | Jonathan Gray |
2009-09-03 | adapt to new pf | Jonathan Gray |
2009-09-03 | this time i commit the right diff that was | Reyk Floeter |
2009-09-03 | fix two route-to vs. rdr-to conflicts. | Reyk Floeter |
2009-09-03 | call scsi_done before returning COMPLETE | David Gwynne |
2009-09-03 | adapt to nat changes | Jonathan Gray |
2009-09-03 | Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay | Reyk Floeter |
2009-09-03 | must call scsi_done before returning complete. | David Gwynne |
2009-09-03 | Use correct destination in memcpy(). Fixes PR6218, OK henning | Claudio Jeker |
2009-09-03 | imsg_get sets errno so use fatal instead of fatalx. | Jacek Masiulaniec |
2009-09-03 | remove NAT specific command line options | Peter Hessler |
2009-09-03 | - fix two more format strings wrt daddr64_t values | Jasper Lievisse Adriaanse |
2009-09-03 | crypto hardware (eg, hifn) establishes its interrupt handler at | David Gwynne |
2009-09-02 | Fix a race condition when asking a client to take over the terminal (switching | Nicholas Marriott |
2009-09-02 | When shutting down the server, expect clients to be polite and exit when asked | Nicholas Marriott |
2009-09-02 | Prepend Delivered-To, not append. Discussed with gilles@. | Jacek Masiulaniec |
2009-09-02 | Attach devices to mainbus(4) based on information from the flattened device | Mark Kettenis |
2009-09-02 | That was the wrong fix. MSG_ERROR should set the error and the client should | Nicholas Marriott |
2009-09-02 | Set exittype for error exit as well as the error string. | Nicholas Marriott |
2009-09-02 | Add a minimal set of OpenFirmware compatibility interfaces. | Mark Kettenis |
2009-09-02 | make getaddrinfo(3) accept numeric servname when ai_socktype is not | Federico G. Schwindt |
2009-09-02 | check if we have access to the vnode before checking if we can write to | Federico G. Schwindt |
2009-09-02 | Backout the asyncio/aiod change, as it causes buf's to get hung. | Thordur I. Bjornsson |
2009-09-02 | Accept -l to make it easier for people who use tmux as a login shell to use | Nicholas Marriott |
2009-09-02 | convert a bunch of rdr/nat rules to the new syntax | Jonathan Gray |
2009-09-02 | When incorrect passwords are entered, behave similarly to login(1) and backoff | Nicholas Marriott |
2009-09-02 | Remove some out-of-date comments that are no longer present in the NetBSD | Mark Kettenis |
2009-09-02 | Bring over some more glue from isp_pci.c; makes ISP2200 SBus FC cards actually | Mark Kettenis |
2009-09-02 | match in pass is bullshit (conversion error from nat pass), spotted by phessler | Henning Brauer |
2009-09-02 | take advantage of workq_queue_task. | David Gwynne |
2009-09-02 | document workq_queue_task | David Gwynne |
2009-09-02 | workq_add_task.9 | David Gwynne |
2009-09-02 | when you add a task to a workq, it allocates memory to handle the | David Gwynne |
2009-09-02 | all the new *-to options are part of the "filteropts" section at the | Reyk Floeter |
2009-09-02 | Include mbox write errors in "show stats". Suggested by gilles. | Jacek Masiulaniec |
2009-09-02 | Do not lose mail when write(2) to mbox fails. | Jacek Masiulaniec |