summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2014-04-25Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010:Ingo Schwarze
2014-04-25Merge Less 458 plus local patchesAlexandr Shadchin
2014-04-25Import of Less 458Alexandr Shadchin
2014-04-25specifying ECHOCTL once is enoughJonathan Gray
2014-04-25kill dugsong's debugging leftover; ok sthen, jsgMike Belopuhov
2014-04-25Reduce the verbosity of makewhatis -t:Ingo Schwarze
2014-04-25be a bit clearer about what this page is; ok millert schwarzeJason McIntyre
2014-04-24Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value]Stuart Henderson
2014-04-24Install separate more.1 instead of using a link from less.1.Todd C. Miller
2014-04-24combine some notes in STANDARDS for consistency;Jason McIntyre
2014-04-24no more kinit(1);Jason McIntyre
2014-04-24Fix logic inversion when checking environment variables on theTodd C. Miller
2014-04-24rm rwho xrTed Unangst
2014-04-24I have not eaten for days.Ted Unangst
2014-04-24days since rwhod was useful: 5475Ted Unangst
2014-04-24remove kerberos reference, and knock some fairly useless Xr out;Jason McIntyre
2014-04-24simpler description for -P, avoiding the need to discuss rsh;Jason McIntyre
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-24misplaced punctuationIngo Schwarze
2014-04-23Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
2014-04-23improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-23don't record duplicate IdentityFilesDamien Miller
2014-04-23Kill useless assignement, matchlen is initialized two lines below.Jeremie Courreges-Anglas
2014-04-23Differentiate between linked and unlinked window closes and renames,Nicholas Marriott
2014-04-22Unify the model name to LUNA-88K{,2}, that is considered theKenji Aoyama
2014-04-22Use calloc() instead of malloc(n * s) followed by memset(). NotTodd C. Miller
2014-04-22use reallocarrayTed Unangst
2014-04-22remove dead stores to error. from Fritjof BornebuschTed Unangst