Age | Commit message (Expand) | Author |
2014-04-29 | re-add our own aesctr implementation; ok djm@ | Markus Friedl |
2014-04-29 | re-add our own aesctr implementation; ok djm@ | Markus Friedl |
2014-04-29 | Move traceroute6 to the attic, fully merged into traceroute. | Florian Obser |
2014-04-29 | bz#1818 - don't send channel success/failre replies on channels that | Damien Miller |
2014-04-29 | Remove support for the obsolete (non-POSIX) "more -d" prompt. | Todd C. Miller |
2014-04-29 | fix a test for invalid timezones | Jonathan Gray |
2014-04-28 | Ignore IRIX6-compatible archive map on mips64 platform, since the mips64 | Miod Vallat |
2014-04-28 | check for integer overflows in custom allocs, okay jca@ | Marc Espie |
2014-04-28 | buffer_get_string_ptr's return should be const to remind | Damien Miller |
2014-04-27 | Improve error handling in dbopen(). If PRAGMA SQL statements fail, | Ingo Schwarze |
2014-04-27 | For LUNA88K, make sure the architecture name shown to the user | Ingo Schwarze |
2014-04-27 | Fix library search order in our libtool. | Vadim Zhukov |
2014-04-26 | Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@ | Todd C. Miller |
2014-04-26 | fix whitespace | Stuart Henderson |
2014-04-26 | Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPS | Stuart Henderson |
2014-04-26 | Link traceroute6 to traceroute, thus completing the merge. | Florian Obser |
2014-04-26 | Revert 1.11. That patch is not only not necessary, it is quite harmful now. | Alexandr Shadchin |
2014-04-25 | discussing terminfo is not needed; ok schwarze | Jason McIntyre |
2014-04-25 | Make more(1) POSIX compliant with respect to the -e option. | Ingo Schwarze |
2014-04-25 | Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: | Ingo Schwarze |
2014-04-25 | Merge Less 458 plus local patches | Alexandr Shadchin |
2014-04-25 | Import of Less 458 | Alexandr Shadchin |
2014-04-25 | specifying ECHOCTL once is enough | Jonathan Gray |
2014-04-25 | kill dugsong's debugging leftover; ok sthen, jsg | Mike Belopuhov |
2014-04-25 | Reduce the verbosity of makewhatis -t: | Ingo Schwarze |
2014-04-25 | be a bit clearer about what this page is; ok millert schwarze | Jason McIntyre |
2014-04-24 | Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value] | Stuart Henderson |
2014-04-24 | Install separate more.1 instead of using a link from less.1. | Todd C. Miller |
2014-04-24 | combine some notes in STANDARDS for consistency; | Jason McIntyre |
2014-04-24 | no more kinit(1); | Jason McIntyre |
2014-04-24 | Fix logic inversion when checking environment variables on the | Todd C. Miller |
2014-04-24 | rm rwho xr | Ted Unangst |
2014-04-24 | I have not eaten for days. | Ted Unangst |
2014-04-24 | days since rwhod was useful: 5475 | Ted Unangst |
2014-04-24 | remove kerberos reference, and knock some fairly useless Xr out; | Jason McIntyre |
2014-04-24 | simpler description for -P, avoiding the need to discuss rsh; | Jason McIntyre |
2014-04-24 | There is no longer a need for a paste_stack struct or for global_buffers | Nicholas Marriott |
2014-04-24 | misplaced punctuation | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage: | Ingo Schwarze |
2014-04-23 | Remove more Kerberos cruft. | Antoine Jacoutot |
2014-04-23 | improve SQL style: avoid "SELECT *", be explicit in what columns we want; | Ingo Schwarze |
2014-04-23 | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze |
2014-04-23 | don't record duplicate IdentityFiles | Damien Miller |
2014-04-23 | Kill useless assignement, matchlen is initialized two lines below. | Jeremie Courreges-Anglas |
2014-04-23 | Differentiate between linked and unlinked window closes and renames, | Nicholas Marriott |
2014-04-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama |
2014-04-22 | Use calloc() instead of malloc(n * s) followed by memset(). Not | Todd C. Miller |
2014-04-22 | use reallocarray | Ted Unangst |
2014-04-22 | remove dead stores to error. from Fritjof Bornebusch | Ted Unangst |