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 | When you want more, you say "more". When you want less, you say "less". | Vadim Zhukov |
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 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-05-07 | calloc, from peter malone | Ted Unangst |
2014-05-06 | temp variable for a bit of clarity | Ted Unangst |
2014-05-06 | remove unneeded variable | Ted Unangst |
2014-05-06 | factor out the safepath | Ted Unangst |
2014-05-06 | be more explicit about what's a string | Ted Unangst |
2014-05-06 | better alloc idiom | Ted Unangst |
2014-05-06 | factor max message size | Ted Unangst |
2014-05-05 | Zap extra whitespace. | Loganaden Velvindron |
2014-05-03 | unbreak compression, by re-init-ing the compression code in the | Markus Friedl |
2014-05-03 | more tweaking; ok sthen | Jason McIntyre |
2014-05-03 | remove unused variables | Charles Longeau |
2014-05-02 | revert __bounded change; it causes way more problems for portable than | Damien Miller |
2014-05-01 | options first, then pager commands; also remove one non-standard Sh; | Jason McIntyre |
2014-05-01 | STANDARDS is no longer relevant to this page, so remove it; while here, | Jason McIntyre |
2014-05-01 | the beginning of removing more details from this page, since we now have | Jason McIntyre |
2014-05-01 | update currency exchange rates; | Jason McIntyre |
2014-04-30 | UMAC can use our local fallback implementation of AES when OpenSSL isn't | Christian Weisgerber |
2014-04-30 | tidy up SYNOPSIS, usage() and the options list; ok sthen | Jason McIntyre |
2014-04-30 | New buffer API; the first installment of the conversion/replacement | Damien Miller |
2014-04-29 | fcntl.h is still needed here. | Nicholas Marriott |
2014-04-29 | Don't attempt to append a nul quote char to the filename. Should prevent | Darren Tucker |
2014-04-29 | Move nulling of variable next to where it's freed. ok markus@ | Darren Tucker |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
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 |