Age | Commit message (Expand) | Author |
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 |
2009-11-13 | do not need to pad up the uhub allocation anymore, from miod | Theo de Raadt |
2009-11-13 | Destroy panes immediately rather than checking them all every loop. | Nicholas Marriott |
2009-11-13 | stop the options string leak if it is not attached into the options | Theo de Raadt |
2009-11-13 | Use TAILQ_ macros instead of handrolling them self. Tested by myself. | Claudio Jeker |
2009-11-13 | Use winlink_remove() to remove old winlinks when synchronizing grouped sessions | Nicholas Marriott |
2009-11-13 | Packets generated by ip_fragment() need to inherit the rdomain from the | Claudio Jeker |
2009-11-13 | Add logging of failed local deliveries. | Jacek Masiulaniec |
2009-11-13 | Log all 4yz and 5yz replies that we send to our clients. | Jacek Masiulaniec |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-11-13 | Include recipient address in "Recipient rejected" reply. | Jacek Masiulaniec |
2009-11-13 | Log FQDN and IP of the server we handed mail to. As a bonus, don't delay | Jacek Masiulaniec |
2009-11-13 | Zap unused functions, prompted by deraadt. | Nicholas Marriott |
2009-11-13 | sizeof -> nitems, found by parfait; ok dlg | Theo de Raadt |
2009-11-12 | fix an off by one in loop termination | Jonathan Gray |
2009-11-12 | Add more paranoia in lsa_router_check(). There needs to be at least one | Claudio Jeker |
2009-11-12 | get_rtr_link and get_net_link are not supposed to fail and returning | Claudio Jeker |
2009-11-12 | fix comparison, from NetBSD PR/42177 | Dariusz Swiderski |
2009-11-12 | memory leak in one more case, found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-11-12 | Do realloc() the paranoid way, at the very least to once again educate | Theo de Raadt |
2009-11-12 | Only allocate memory for the regex after we've validated it instead | Todd C. Miller |