summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
2014-12-16Don't pass options after the to address to sendmail. The onlyTodd C. Miller
2014-12-16Add new "expandaddr" flag (disabled by default) to enable recipientTodd C. Miller
2014-12-16Use glob() to expand filenames instead of passing it to the shell'sTodd C. Miller
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-12-16When a string comparison condition contains no mismatching characterIngo Schwarze
2014-12-16Don't display formatted time if localtime() fails.Jonathan Gray
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze
2014-12-15Empty conditions count as false.Ingo Schwarze
2014-12-15.Xr cut which may be what you're really looking for.Ted Unangst
2014-12-15correct some character names to match groff;Ingo Schwarze
2014-12-15Let "man n open" do the same as "man -s n open" again, that is,Ingo Schwarze
2014-12-15Merge from bsd.lv: text about HTML written by kristaps@.Ingo Schwarze
2014-12-15Catch localtime() failure for additional safety;Ingo Schwarze
2014-12-15Notify on zoom/unzoom, from George Nachmann.Nicholas Marriott
2014-12-15Only redraw affected lines when selection changes with mouse. FromNicholas Marriott
2014-12-15remove -r from usage();Jason McIntyre
2014-12-15Eliminate the -r option and always do sysctl OID, username, groupname,Philip Guenther
2014-12-14Switch man(1) to the mandoc implementation.Ingo Schwarze
2014-12-14minimally document -IOKTW; requested by naddy@Ingo Schwarze
2014-12-14Remove redundant NULL checks before free - BN_free(), BIO_free_all() andJoel Sing
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-14Handle ed command "s" as a one line command, which it is.Tobias Stoeckmann
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