Age | Commit message (Expand) | Author |
2014-05-08 | +.Xr less 1 , | Jason McIntyre |
2014-05-08 | Plug a memory leak, from J Raynor. | Nicholas Marriott |
2014-05-08 | Both the two previous ways of navigating panes by direction have | Nicholas Marriott |
2014-05-08 | Handle colour 8 properly in the 256 colour palette, from Timothy Allen. | Nicholas Marriott |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | Miod Vallat |
2014-05-07 | When you want more, you say "more". When you want less, you say "less". | Vadim Zhukov |
2014-05-07 | less than jpake | Ted Unangst |
2014-05-07 | Repair the termination condition of a write(2) loop. | Ingo Schwarze |
2014-05-07 | don't free memory unless we allocated it. | Ted Unangst |
2014-05-07 | with the first bug it uncovered fixed, clear all bignums again. | Ted Unangst |
2014-05-07 | in BN_clear_free, don't cleanse the data if the static data flag is set. | Ted Unangst |
2014-05-07 | comment style fix | Alexander Hall |
2014-05-07 | jmc@ points out '-F/-f' are available only in conjunction with | Kenneth R Westerback |
2014-05-07 | Match search_string_def() prototype change, forgotten in previous protector.[ch] | Miod Vallat |
2014-05-07 | KNF. | Joel Sing |
2014-05-07 | KNF. | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-07 | Render roff escape sequences contained in manual page descriptions | Ingo Schwarze |
2014-05-07 | Fix two memory leaks in makewhatis -n: | Ingo Schwarze |
2014-05-07 | consolidate some code by using reallocarray in all cases. | Ted Unangst |
2014-05-07 | use reallocarray. ok guenther | Ted Unangst |
2014-05-07 | Fix whitespace mistakes. | Paul Irofti |
2014-05-07 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-05-07 | revert, thanks sthen | Ted Unangst |
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan |
2014-05-07 | try postponed requests first, so we do in-order processing; ok mikeb@ | Markus Friedl |
2014-05-07 | print msgid for debugging; ok reyk & mikeb | Markus Friedl |
2014-05-07 | make authentication work with X509 certificates that don't have a | Markus Friedl |
2014-05-07 | Remove the undocumented and ineffective -F option (force hard link | Ingo Schwarze |
2014-05-07 | factor out ikev2_ike_auth() (state machine; used multiple times via callbacks) | Markus Friedl |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-05-07 | Remove the last hacks concerning the global list of IPv4 addresses in the | Martin Pieuchot |
2014-05-07 | Make sure to call uhidev_close() upon detach for every HID driver calling | Martin Pieuchot |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-07 | Initialize struct iface by zero. Without this, npppd had used random | YASUOKA Masahiko |
2014-05-07 | Fix ext2fs atime and mtime handling that I broke from an airport | Philip Guenther |
2014-05-07 | pass daemon_flags to nsd-control when used to check/reload/stop nsd, | Stuart Henderson |
2014-05-07 | missing word in error message. ok millert | Ted Unangst |
2014-05-07 | delete some crusty casts | Ted Unangst |
2014-05-07 | convert calloc to use reallocarray instead. ok millert | Ted Unangst |
2014-05-07 | calloc, from peter malone | Ted Unangst |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-05-07 | calloc is simpler. suggested by Peter Malone and halex | Ted Unangst |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst |
2014-05-07 | miod forgot about fcrypt_b.c being needed, before he went off to get his | Theo de Raadt |
2014-05-06 | temp variable for a bit of clarity | Ted Unangst |
2014-05-06 | remove unneeded variable | Ted Unangst |