Age | Commit message (Expand) | Author |
2009-11-15 | vether(4) interfaces can be created too; ok deraadt | Jason McIntyre |
2009-11-15 | Update DIOCKILLSTATES and DIOCCLRSTATES sections. | Marco Pfatschbacher |
2009-11-15 | athn works on sparc64 | Theo de Raadt |
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback |
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini |
2009-11-15 | Fix memory leak in error case. Found by Parfait. | Joel Sing |
2009-11-15 | fix athn_stop_tx_dma(). | Damien Bergamini |
2009-11-15 | make these independent from Getopt, require Exporter | Marc Espie |
2009-11-15 | add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction(). | Charles Longeau |
2009-11-15 | some fixes from Seth Wright; | Jason McIntyre |
2009-11-15 | start categorizing stuff as error messages that should be error messages | Marc Espie |
2009-11-15 | common code, handle SIG{CONT} in both cases. | Marc Espie |
2009-11-15 | tweak | Marc Espie |
2009-11-15 | missing return (nothing else to see) | Marc Espie |
2009-11-15 | add check for always-update | Marc Espie |
2009-11-15 | repair things if dependencies exist | Marc Espie |
2009-11-15 | do not leak a lot of memory if a small memory allocation fails, found by | Theo de Raadt |
2009-11-15 | athn(4) has a future in here. | Theo de Raadt |
2009-11-14 | more tests | Marc Espie |
2009-11-14 | ouch, collision handling must take destdir into account | Marc Espie |
2009-11-14 | translate a comment from french to english. | Damien Bergamini |
2009-11-14 | more half-baked regress-targets | Marc Espie |
2009-11-14 | sync | Theo de Raadt |
2009-11-14 | make ramdisks compile | Theo de Raadt |
2009-11-14 | copy the CAVEATS section from the otus(4) man page. | Damien Bergamini |
2009-11-14 | add missing header needed by signal() | Charles Longeau |
2009-11-14 | s/iwn0/athn0/ in the examples ;-) | Damien Bergamini |
2009-11-14 | remove duplicate header include | Charles Longeau |
2009-11-14 | tweak previous; | Jason McIntyre |
2009-11-14 | fix leaks in error paths found by parfait | Jonathan Gray |
2009-11-14 | Xr athn | Theo de Raadt |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-14 | forgot | Marc Espie |
2009-11-14 | remove stupid extraneous return... | Marc Espie |
2009-11-14 | pull the eval {} code into an anonymous sub, so that we can choose to exec | Marc Espie |
2009-11-14 | add a collision-check, don't activate yet, need to understand what | Marc Espie |
2009-11-14 | variables for concision | Marc Espie |
2009-11-14 | add a somewhat icky test that will check that packages can represent fairly | Marc Espie |
2009-11-14 | fix regress test (needs -F downgrade to be able to go back) | Marc Espie |
2009-11-14 | fix. noticed by sthen@ | Marc Espie |
2009-11-14 | Use getopt() to parse the argument list, shrinking the code and | Philip Guenthe |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-11-13 | Added mapping for failure flags for read/write mode (not yet used). | Jordan Hargrave |
2009-11-13 | C statements (including macros) that do not end in a ; are obtuse. | Theo de Raadt |
2009-11-13 | fix a few memory leaks found by parfait; ok hshoexer | Theo de Raadt |
2009-11-13 | sync | Theo de Raadt |
2009-11-13 | no need for seperate snscore command; ok pjanzen | Theo de Raadt |
2009-11-13 | >15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah] | Theo de Raadt |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-13 | add missing headers needed by time() | Charles Longeau |