Age | Commit message (Expand) | Author |
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller |
2014-11-04 | document the SipHash24 api. some more could be done for history and | David Gwynne |
2014-11-04 | explicitly clarify that reading also stops after size-1 bytes | Ted Unangst |
2014-11-04 | panic when a sensordev gets installed twice, instead of blowing up amazingly | Jasper Lievisse Adriaanse |
2014-11-04 | simple select() to poll() conversion; reviewed by millert and doug | Theo de Raadt |
2014-11-04 | make the long line code work with argv too | Ted Unangst |
2014-11-04 | fix another signed char bug. while here, toupper() is now safe to call | Ted Unangst |
2014-11-04 | allow printing longer lines than fit on a card by spilling onto more cards. | Ted Unangst |
2014-11-04 | Fix memory leak on reallocarray() failure introduced by conversion | Todd C. Miller |
2014-11-04 | bounds check, apply from upstream devel/libmagic | Theo de Raadt |
2014-11-04 | use after free in poll loop | Theo de Raadt |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-11-04 | Uncomment code that does voltage capabilities initialisation. Without | Jonathan Gray |
2014-11-04 | shuffle when the cid is set on submission queue entries so its after | David Gwynne |
2014-11-04 | when reading the completion queue, it helps to write where we've read up | David Gwynne |
2014-11-04 | Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro. | Jonathan Gray |
2014-11-04 | Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit. | Jonathan Gray |
2014-11-04 | Xr to make.1 for MAKEFILE_LIST | Marc Espie |
2014-11-04 | Commit a missing chunk of the diff I had sent out to recognize some | Brad Smith |
2014-11-04 | Add gcc format attributes to ipsecctl's parse.y. Also, fix a few format | Doug Hogan |
2014-11-04 | Of the 14 occurances of free_client_lease() only 2 deal with leases | Kenneth R Westerback |
2014-11-04 | introduce SipHash, designed by Jean-Phillippe Aumasson and Daniel | David Gwynne |
2014-11-04 | Instead of correcting things after the fact, use SOCK_NONBLOCK and SOCK_CLOEXEC | Philip Guenther |
2014-11-03 | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze |
2014-11-03 | use knuth shuffle for better distribution of permutations | Ted Unangst |
2014-11-03 | POLLERR is only valid in revents so it is not a bug that it is | Todd C. Miller |
2014-11-03 | select() to poll() conversions | Theo de Raadt |
2014-11-03 | Don't leak static leases when the 'lease {}' parsing fails or one static | Kenneth R Westerback |
2014-11-03 | include sys/unistd.h where needed instead of indirect reliance. ok jsg | Ted Unangst |
2014-11-03 | correct test logic. ok guenther | Ted Unangst |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Add a blurb about "Discovered old directory in ..." in the man page. | Brian Callahan |
2014-11-03 | the man page says it is impossible to cheat, but since the shuffle is | Ted Unangst |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so the | Philip Guenther |
2014-11-03 | only call SRTP (whatever that is) functions when the connection type is | Ted Unangst |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-11-03 | minor cleanup of zlib code. DSO is gone. ok jsing. | Ted Unangst |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-03 | deobfuscate by pulling le conversions up. use mallocarray. | Ted Unangst |
2014-11-03 | reduce dependency on passwd. just call bcrypt_newhash to do the dummy work. | Ted Unangst |
2014-11-03 | hoist blowfish up and use bcrypt_newhash directly | Ted Unangst |
2014-11-03 | actually use macro argument instead of shadowed variable name | Ted Unangst |
2014-11-03 | comment out no-tab-mode, since mg is currently compiled without it; | Jason McIntyre |
2014-11-03 | introspection feature: ${MAKEFILE_LIST} contains the list of makefiles | Marc Espie |
2014-11-03 | Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrant | Gerhard Roth |
2014-11-03 | Do no change the gateway of local routes for p2p interfaces. | Martin Pieuchot |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |