summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-03-18Clean up a pair of sentences that aren't true anymore for mg while keepingBrian Callahan
2015-03-18KRL support doesn't need OpenSSL anymore, remove #ifdefsDamien Miller
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-17It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sBrian Callahan
2015-03-17Add sort_calloc() and use it.Todd C. Miller
2015-03-17Initial import of FreeBSD sort.Todd C. Miller
2015-03-17correct command name; from kaspars bankovskisJason McIntyre
2015-03-17Simplify: Now that rc is global anyway, no need to pass it aroundIngo Schwarze
2015-03-17Don't use the wrong escape for < and >. Tweak wording to match the page.Anthony J. Bentley
2015-03-17When the user exits the pager before the pager has drained all inputIngo Schwarze
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2015-03-16Don't include limits.h or sys/limits.h since grep.h already does itTodd C. Miller
2015-03-16Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX.Todd C. Miller
2015-03-16#if 0 some more arrays used only for decrypting (we don't useDamien Miller
2015-03-16Merge conflictsJames Turner
2015-03-15Avoid off-by-one read access to the termacts array, which couldIngo Schwarze
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-14Use xstrdup(), from Michael W. BombardieriTodd C. Miller
2015-03-14Delete the separate and incomplete whatis(1) manualIngo Schwarze
2015-03-14use ctime_r to avoid a re-entrancy signal raceTheo de Raadt
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-13"It is often said that before you die your life passes before your eyes.Stuart Henderson
2015-03-13bye Daevid AllenStuart Henderson
2015-03-13no need for double macro; ok schwarzeJason McIntyre
2015-03-13Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze
2015-03-12Switch the netstat view of systat to use the same kvm_getfiles()Claudio Jeker
2015-03-11do not enter tcopy; spotted by teduTheo de Raadt
2015-03-11tcopy goes to the atticTheo de Raadt
2015-03-11When interpreting the -O argument as a macro name fails,Ingo Schwarze
2015-03-11Fix previous: size_t is often narrower than off_t.Ingo Schwarze
2015-03-11set-titles-string now uses formats, not the status bits (so no #() forNicholas Marriott
2015-03-11add back the changes from rev 1.206, djm reverted this by mistake inJonathan Gray
2015-03-10The st_size member of struct stat is off_t, which is signed,Ingo Schwarze
2015-03-10We can keep track of the pager PID without additional complexity.Ingo Schwarze
2015-03-10Fix a regression caused in rev. 1.118, reported by kristaps@:Ingo Schwarze
2015-03-10Display "Search wrapped" even when searching from the end of the file.Anthony J. Bentley
2015-03-09Explicitly cast when assigning from char * to unsigned char * and vice versa.Ingo Schwarze
2015-03-09Fix vertical spacing at the beginning of tables.Ingo Schwarze
2015-03-09In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze
2015-03-09prevent the skipvsp flag from creeping past actual textIngo Schwarze
2015-03-09Flush the line preceding a table before clearing the right margin,Ingo Schwarze
2015-03-06fix sshkey_certify() return value for unsupported key types;Damien Miller
2015-03-05subtraction is not comparison. the difference of two longs is not goodTed Unangst
2015-03-04make ssh-add -D work with !SSH1 agentDamien Miller
2015-03-04crank; ok markus, deraadtDamien Miller
2015-03-03In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi.Anthony J. Bentley
2015-03-03add SSH1 Makefile knob to make it easier to build without SSH1 support;Damien Miller
2015-03-03If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-03-02If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze