summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-06-13permit SYS_getentropyTheo de Raadt
2014-06-13Now that the water marks are updated on a per-pool basis indicate inMartin Pieuchot
2014-06-12Remove a comparison that is always true. Reported by clang.Brian Callahan
2014-06-10Group ECC functions together to make things a little easier in -portable.Darren Tucker
2014-06-10stick with 16k buffers for a little while to avoid bufferbloat.Ted Unangst
2014-06-10increase buffer size to 64k, and actually use it. ok deraadtTed Unangst
2014-06-07remove last few uses of __PTheo de Raadt
2014-06-06Properly track switching G0 and G1 modes between US-ASCII and VT100 lineNicholas Marriott
2014-06-05fix inverted test that caused PKCS#11 keys that were explicitly listedDamien Miller
2014-06-05Reset properly when c0-change-trigger is increased from zero so panesNicholas Marriott
2014-06-05work-around issue in makewhatis, that expects its current dir to NOT be /.Marc Espie
2014-06-04undo my "no TZ support" notes; guenther says they're wrongJason McIntyre
2014-06-04TMPDIR is an extension;Jason McIntyre
2014-06-04IL are marked xsi;Jason McIntyre
2014-06-04- document sigintJason McIntyre
2014-06-04- make note of some xsi optionsJason McIntyre
2014-06-03some macro fixes, and use Sq over Dq for single letter markup;Jason McIntyre
2014-06-03mark as xsi;Jason McIntyre
2014-06-03standard EXIT STATUS and \*(Lt -> <, as per ingo;Jason McIntyre
2014-06-03Accept -C as an alias for -c. The -C option should be locale-aware,Todd C. Miller
2014-06-03-s is marked obsolete, so do not document it as an extension; while here,Jason McIntyre
2014-06-03document "longname" as an extension; while here, tidy up EXAMPLES and addJason McIntyre
2014-06-03Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996.Philip Guenther
2014-06-03revert previous: guenther says it's wrong;Jason McIntyre
2014-06-03no support for TZ;Jason McIntyre
2014-06-02fix uninitialized sock->port variable, causing crashes in certainAlexandre Ratchov
2014-06-02log attach position only if log_level >= 0,Alexandre Ratchov
2014-06-02- document SIGINT, because of its zero return valueJason McIntyre
2014-06-01update currency exchange rates;Jason McIntyre
2014-05-31tweak previous;Jason McIntyre
2014-05-30don't assign variables in if() that's not error checkingTed Unangst
2014-05-30modern bourne shells handle ~. Unlikely in makefiles, but still, betterMarc Espie
2014-05-30a little style consistency with error checkingTed Unangst
2014-05-30AF_NATM support was removed before 5.5Philip Guenther
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-28in the compat with more section, document:Jason McIntyre
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
2014-05-28On delete-window, remember the position of dot and mark in the bufferFlorian Obser
2014-05-27paste in an EXAMPLES section, from posix spec;Jason McIntyre
2014-05-27combine the extensions notes;Jason McIntyre
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromNicholas Marriott
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-27there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7)Jason McIntyre
2014-05-26tweak the text for -a and function lists;Jason McIntyre
2014-05-26rework the SED FUNCTIONS text;Jason McIntyre
2014-05-26the `P' function was crying out for a comma;Jason McIntyre
2014-05-26posix does not count `!' as a separate function, and neither should we;Jason McIntyre
2014-05-26remove the ugly hack that saw two It macros used to render one item; replaceJason McIntyre
2014-05-25don't use plural "arguments" in SYNOPSIS, since "..." makes itJason McIntyre
2014-05-24when ktrace() return ESRCH, the error is regarding the pid, not the pathnameTheo de Raadt