summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-05-08+.Xr less 1 ,Jason McIntyre
2014-05-08Plug a memory leak, from J Raynor.Nicholas Marriott
2014-05-08Both the two previous ways of navigating panes by direction haveNicholas Marriott
2014-05-08Handle colour 8 properly in the 256 colour palette, from Timothy Allen.Nicholas Marriott
2014-05-07When you want more, you say "more". When you want less, you say "less".Vadim Zhukov
2014-05-07Render roff escape sequences contained in manual page descriptionsIngo Schwarze
2014-05-07Fix two memory leaks in makewhatis -n:Ingo Schwarze
2014-05-07Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze
2014-05-07calloc, from peter maloneTed Unangst
2014-05-06temp variable for a bit of clarityTed Unangst
2014-05-06remove unneeded variableTed Unangst
2014-05-06factor out the safepathTed Unangst
2014-05-06be more explicit about what's a stringTed Unangst
2014-05-06better alloc idiomTed Unangst
2014-05-06factor max message sizeTed Unangst
2014-05-05Zap extra whitespace.Loganaden Velvindron
2014-05-03unbreak compression, by re-init-ing the compression code in theMarkus Friedl
2014-05-03more tweaking; ok sthenJason McIntyre
2014-05-03remove unused variablesCharles Longeau
2014-05-02revert __bounded change; it causes way more problems for portable thanDamien Miller
2014-05-01options first, then pager commands; also remove one non-standard Sh;Jason McIntyre
2014-05-01STANDARDS is no longer relevant to this page, so remove it; while here,Jason McIntyre
2014-05-01the beginning of removing more details from this page, since we now haveJason McIntyre
2014-05-01update currency exchange rates;Jason McIntyre
2014-04-30UMAC can use our local fallback implementation of AES when OpenSSL isn'tChristian Weisgerber
2014-04-30tidy up SYNOPSIS, usage() and the options list; ok sthenJason McIntyre
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller
2014-04-29fcntl.h is still needed here.Nicholas Marriott
2014-04-29Don't attempt to append a nul quote char to the filename. Should preventDarren Tucker
2014-04-29Move nulling of variable next to where it's freed. ok markus@Darren Tucker
2014-04-29make compiling against OpenSSL optional (make OPENSSL=no);Markus Friedl
2014-04-29re-add our own aesctr implementation; ok djm@Markus Friedl
2014-04-29re-add our own aesctr implementation; ok djm@Markus Friedl
2014-04-29Move traceroute6 to the attic, fully merged into traceroute.Florian Obser
2014-04-29bz#1818 - don't send channel success/failre replies on channels thatDamien Miller
2014-04-29Remove support for the obsolete (non-POSIX) "more -d" prompt.Todd C. Miller
2014-04-29fix a test for invalid timezonesJonathan Gray
2014-04-28Ignore IRIX6-compatible archive map on mips64 platform, since the mips64Miod Vallat
2014-04-28check for integer overflows in custom allocs, okay jca@Marc Espie
2014-04-28buffer_get_string_ptr's return should be const to remindDamien Miller
2014-04-27Improve error handling in dbopen(). If PRAGMA SQL statements fail,Ingo Schwarze
2014-04-27For LUNA88K, make sure the architecture name shown to the userIngo Schwarze
2014-04-27Fix library search order in our libtool.Vadim Zhukov
2014-04-26Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@Todd C. Miller
2014-04-26fix whitespaceStuart Henderson
2014-04-26Only remove queues from the TAILQ when the ticket changes; fixes PPS/BPSStuart Henderson
2014-04-26Link traceroute6 to traceroute, thus completing the merge.Florian Obser
2014-04-26Revert 1.11. That patch is not only not necessary, it is quite harmful now.Alexandr Shadchin
2014-04-25discussing terminfo is not needed; ok schwarzeJason McIntyre
2014-04-25Make more(1) POSIX compliant with respect to the -e option.Ingo Schwarze