summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-12-13just released mandoc 1.13.2Ingo Schwarze
2014-12-13Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze
2014-12-13The function savestr allows NULL return values during Plan A patching so inTobias Stoeckmann
2014-12-12Bounds check the file path used in the 'w' command. Modified versionJonathan Gray
2014-12-12Rework the pointer swap in the 'P' command to make the intentJonathan Gray
2014-12-12revert chunk I didn't mean to commit yet; via jmc@Damien Miller
2014-12-11slightly reshuffle some code to reduce the diff with portable;Ingo Schwarze
2014-12-11explicitly include sys/param.h in files that use the howmany() macro;Damien Miller
2014-12-11Make quotactlcmd formatting consistent with othersPhilip Guenther
2014-12-11mention AuthorizedKeysCommandUser must be set forDamien Miller
2014-12-11show in debug output which hostkeys are being tried when attemptingDamien Miller
2014-12-11Make manual reflect reality:Damien Miller
2014-12-10The macros endtoken and isgood aren't used anywhere... zap them andTobias Stoeckmann
2014-12-10Add ALPN support to openssl(1).Joel Sing
2014-12-10better error value for invalid signature lengthDamien Miller
2014-12-09Fix division by zero for files with long lines (> 1024) in Plan B modeTobias Stoeckmann
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-09init crmsg to something so it doesn't crash on invalid wtmp files.Ted Unangst
2014-12-09put back some information what the character classes actually mean;Ingo Schwarze
2014-12-09no more ctype(3);Jason McIntyre
2014-12-09Add some additional sanity checks to kdump.Jonathan Gray
2014-12-08spacesTheo de Raadt
2014-12-08Use srandom_deterministic() if a seed is supplied, thereby switching theTheo de Raadt
2014-12-08Convert syscall argument handling from a giant switch to a giant table.Philip Guenther
2014-12-08fix a crash with '(' at EOF found with the afl fuzzerJonathan Gray
2014-12-07Remove unused variable.Joel Sing
2014-12-07Handle GF(2^m) EC curves for C code generation.Joel Sing
2014-12-07make sure we always nul-terminateMarc Espie
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-06When opening mandoc.db fails, tell the user in which directory.Ingo Schwarze
2014-12-05implement help(1)Ingo Schwarze
2014-12-05Improve parsing of function names.Ingo Schwarze
2014-12-05Do not misinterpret function arguments as function names;Ingo Schwarze
2014-12-05Render text before, not after accumulating flag bits, such that flagsIngo Schwarze
2014-12-05Rework the number handling to avoid an integer overflow/crashJonathan Gray
2014-12-04When finding a .so link after the page was already processed,Ingo Schwarze
2014-12-04remove a kerberosV leftover. ok miodTed Unangst
2014-12-04key_in_file() wrapper is no longer usedDamien Miller
2014-12-04correctly store .Dt and .TH information in the names tableIngo Schwarze
2014-12-04in the SYNOPSIS, add .Fo and first .Fn arguments to the names tableIngo Schwarze
2014-12-04In the SYNOPSIS, if .Nm occurs without argument, give the first .NmIngo Schwarze
2014-12-04add RevokedHostKeys option for the clientDamien Miller
2014-12-04fix handling of roff requests having a default scale other than "n",Ingo Schwarze
2014-12-04convert KRL code to new buffer APIDamien Miller
2014-12-04Ignore macros that never produce any text when deciding whetherIngo Schwarze
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03document -o and -a; requested by yonJason McIntyre
2014-12-03Fix buffer overflow in .PS parsing. Found by afl and based on aTodd C. Miller
2014-12-02Add -F to if-shell to allow it to be used to check for format or optionNicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott