summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-04-11Put back a goto end that was unintentionally removed.Joel Sing
2015-04-11Convert openssl(1) pkeyparam to new option handling.Joel Sing
2015-04-10This changes vi to use resizeterm(3) instead of reinitializing curses onBryan Steele
2015-04-10Add a -x flag to copy-selection, append-selection and start-named-bufferNicholas Marriott
2015-04-10in the case -> in this case.Nicholas Marriott
2015-04-10Don't send hostkey advertisments (hostkeys-00@openssh.com) to currentDarren Tucker
2015-04-10include port number if a non-default one has been specified;Damien Miller
2015-04-09Both more and less accept options beginning with '+'.Todd C. Miller
2015-04-09If looking up a string which looks like a gTLD, doesn't match a known set ofStuart Henderson
2015-04-09ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is,Philip Guenther
2015-04-08Delete another piece of a.out detritusPhilip Guenther
2015-04-07treat Protocol=1,2|2,1 as Protocol=2 when compiled without SSH1Damien Miller
2015-04-07When replacing, don't free the old paste until after the new one's nameNicholas Marriott
2015-04-06Do not mistreat empty arguments to font alternating macrosIngo Schwarze
2015-04-06On a new RS nesting level, the saved width starts from the defaultIngo Schwarze
2015-04-06Use the default width for .RS without arguments.Ingo Schwarze
2015-04-05If a partial explicit block extending to the next input line followsIngo Schwarze
2015-04-05Reduce code duplication, no functional change:Ingo Schwarze
2015-04-05Do not use int for sig_atomic_t; spotted by christos@netbsd; ok markus@Miod Vallat
2015-04-05Arguments to end macros of broken partial explicit blocksIngo Schwarze
2015-04-05Document that some sorts uses -b w/o key fields.Todd C. Miller
2015-04-05For the -g flag, treat non-floating point keys as 0, similar to -n.Todd C. Miller
2015-04-05The -b flag should only apply when key fields are specified.Todd C. Miller
2015-04-05Do not permute command line arguments but still support theTodd C. Miller
2015-04-04Merge conflictsJames Turner
2015-04-04Give man(7) section and subsection headers heanging indentation.Ingo Schwarze
2015-04-04Rounding rules for horizontal scaling widths are more complicated.Ingo Schwarze
2015-04-04Add support for commit ids to opencvs status.Stefan Sperling
2015-04-04Fix modified timestamp in output of opencvs status.Stefan Sperling
2015-04-04Don't allow breaking the output line after hyphens following escapeIngo Schwarze
2015-04-04Fix a quirk with respect to empty .HP.Ingo Schwarze
2015-04-03Vastly simplify man(7) block unwinding, similar to mdoc_macro.c 1.171.Ingo Schwarze
2015-04-03correct return value in pubkey parsing, spotted by Ben HawkesDamien Miller
2015-04-03Pull an #include out of an #ifdef.Brian Callahan
2015-04-03It turns out the man(7) parser suffers from unintelligible handlingIngo Schwarze
2015-04-03Only one input file is allowed with the -c/-C flags.Todd C. Miller
2015-04-03The combination of -c and -o is not specified by POSIX. In fact, the callTobias Stoeckmann
2015-04-03If -S has been supplied multiple times, only take last one into account.Tobias Stoeckmann
2015-04-03No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02murder excessive whitespaceTheo de Raadt
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-04-02Prevent integer overflow when parsing -S argument as percentage.Tobias Stoeckmann
2015-04-02Global variable free_memory is only used in sort.c's set_hw_params,Tobias Stoeckmann
2015-04-02First step towards parser unification:Ingo Schwarze
2015-04-02Fixed whitespace issues.Tobias Stoeckmann
2015-04-02Zap some more NULL checks in front of free.Tobias Stoeckmann
2015-04-02No need to strdup environment variable or command line arguments here.Tobias Stoeckmann
2015-04-02Add signal name instead of array index (which is not the signal number)Tobias Stoeckmann
2015-04-02Don't need to include stdint.hTodd C. Miller