Age | Commit message (Expand) | Author |
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 |
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray |
2009-11-13 | Add hw.sensors to dmesg request, 'go for it' deraadt@ | Ian Darwin |
2009-11-13 | Tweak a comment and add some spacing. | Nicholas Marriott |
2009-11-13 | Correct fix for rev 1.8 from pjanzen. | Jonathan Gray |
2009-11-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-11-13 | 1.8 broke things, back it out, correct fix coming from pjanzen | Jonathan Gray |
2009-11-13 | Unreachable statement, found by lint. | Nicholas Marriott |
2009-11-13 | Merge from the Sendmail CVS: fix potential memory leak: only set | Philip Guenthe |
2009-11-13 | Tidy up and fix some types, prompted by lint via deraadt. | Nicholas Marriott |
2009-11-13 | imsg_read returns ssize_t not int, pointed out by lint via deraadt. | Nicholas Marriott |