Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson | |
in the code which opens mandocdb's sqlite database when updating/deleting individual files (as used and only really useful for pkg_add/pkg_delete). ok schwarze@ | |||
2014-06-18 | The ssh_get_bignum functions must accept the same range of bignums | Christian Weisgerber | |
the corresponding ssh_put_bignum functions create. This fixes the use of 16384-bit RSA keys (bug reported by Eivind Evensen). ok djm@ | |||
2014-06-18 | Now that we have a dedicated getentropy(2) system call for | Matthew Dempsky | |
arc4random(3), we can disallow __sysctl(2) in OpenSSH's systrace sandbox. ok djm | |||
2014-06-13 | permit SYS_getentropy | Theo de Raadt | |
from matthew | |||
2014-06-13 | Now that the water marks are updated on a per-pool basis indicate in | Martin Pieuchot | |
the LIVELOCKS column if there is a pending (deferred) update. ok claudio@ | |||
2014-06-12 | Remove a comparison that is always true. Reported by clang. | Brian Callahan | |
Merge the new if into a single line, requested by florian@ ok matthew@ florian@ | |||
2014-06-10 | Group ECC functions together to make things a little easier in -portable. | Darren Tucker | |
"doesn't bother me" deraadt@ | |||
2014-06-10 | stick with 16k buffers for a little while to avoid bufferbloat. | Ted Unangst | |
atomicio writing out 64k in one direction will cause traffic in the other direction to stall until it's complete. discussion with deraadt | |||
2014-06-10 | increase buffer size to 64k, and actually use it. ok deraadt | Ted Unangst | |
from John-Mark Gurney | |||
2014-06-07 | remove last few uses of __P | Theo de Raadt | |
2014-06-06 | Properly track switching G0 and G1 modes between US-ASCII and VT100 line | Nicholas Marriott | |
drawing rather than just treating them as SO and SI. | |||
2014-06-05 | fix inverted test that caused PKCS#11 keys that were explicitly listed | Damien Miller | |
not to be preferred. Reported by Dirk-Willem van Gulik | |||
2014-06-05 | Reset properly when c0-change-trigger is increased from zero so panes | Nicholas Marriott | |
don't get stuck. | |||
2014-06-05 | work-around issue in makewhatis, that expects its current dir to NOT be /. | Marc Espie | |
okay aja@, miod@ until Ingo figures things out. (This fixes the ///sr/ports/pobj/p5-YAML-0.84/fake-amd64/usr/local/man/man3p/YAML::Loader::Base.3p: fopen: No such file or directory style errors) | |||
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre | |
ok guenther | |||
2014-06-04 | TMPDIR is an extension; | Jason McIntyre | |
2014-06-04 | IL are marked xsi; | Jason McIntyre | |
2014-06-04 | - document sigint | Jason McIntyre | |
- \*(Gt -> >, per ingo ok millert guenther | |||
2014-06-04 | - make note of some xsi options | Jason McIntyre | |
- even though "am i" is case insensitive, lowercase one example for consistency ok millert guenther | |||
2014-06-03 | some macro fixes, and use Sq over Dq for single letter markup; | Jason McIntyre | |
2014-06-03 | mark as xsi; | Jason McIntyre | |
\*(Gt -> >, per ingo; | |||
2014-06-03 | standard EXIT STATUS and \*(Lt -> <, as per ingo; | Jason McIntyre | |
2014-06-03 | Accept -C as an alias for -c. The -C option should be locale-aware, | Todd C. Miller | |
but we don't have collation support yet. Man bits OK jmc@ | |||
2014-06-03 | -s is marked obsolete, so do not document it as an extension; while here, | Jason McIntyre | |
\*(Gt -> >, on ingo's advice; | |||
2014-06-03 | document "longname" as an extension; while here, tidy up EXAMPLES and add | Jason McIntyre | |
an ENVIRONMENT section; ok millert sobrado | |||
2014-06-03 | Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996. | Philip Guenther | |
query and ok jmc@ | |||
2014-06-03 | revert previous: guenther says it's wrong; | Jason McIntyre | |
2014-06-03 | no support for TZ; | Jason McIntyre | |
2014-06-02 | fix uninitialized sock->port variable, causing crashes in certain | Alexandre Ratchov | |
error handling code paths (ex. wrong/unsupported mode). | |||
2014-06-02 | log attach position only if log_level >= 0, | Alexandre Ratchov | |
remove empty dev_mon_snoop() function | |||
2014-06-02 | - document SIGINT, because of its zero return value | Jason McIntyre | |
- \*Gt -> >, as recommended by schwarze ok guenther | |||
2014-06-01 | update currency exchange rates; | Jason McIntyre | |
2014-05-31 | tweak previous; | Jason McIntyre | |
2014-05-30 | don't assign variables in if() that's not error checking | Ted Unangst | |
2014-05-30 | modern bourne shells handle ~. Unlikely in makefiles, but still, better | Marc Espie | |
fork a shell then (as seen in a commit message in netbsd's make, apparently taken from debian. didn't look at the actual code, but it was a "duh" moment) okay millert@ | |||
2014-05-30 | a little style consistency with error checking | Ted Unangst | |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther | |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst | |
2014-05-28 | in the compat with more section, document: | Jason McIntyre | |
- the sense of -c is inverted - -GX are on by default - fold the note on -d into the stuff on -GX i deliberately left out mentioning -l being on by default, since i think the note below (all LESS vars are ignored) covers it adequately; ok millert | |||
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller | |
-I to match POSIX. OK and man bits from jmc@ | |||
2014-05-28 | On delete-window, remember the position of dot and mark in the buffer | Florian Obser | |
so that an revisiting the buffer the correct line number is displayed. Found by jasper@ OK lum@ | |||
2014-05-27 | paste in an EXAMPLES section, from posix spec; | Jason McIntyre | |
2014-05-27 | combine the extensions notes; | Jason McIntyre | |
2014-05-27 | Handle the top bit of xterm(1)-style modifier keys, based on a diff from | Nicholas Marriott | |
Balazs Kezes. | |||
2014-05-27 | Add some formats for pane bounds. | Nicholas Marriott | |
2014-05-27 | there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7) | Jason McIntyre | |
is enough; | |||
2014-05-26 | tweak the text for -a and function lists; | Jason McIntyre | |
2014-05-26 | rework the SED FUNCTIONS text; | Jason McIntyre | |
2014-05-26 | the `P' function was crying out for a comma; | Jason McIntyre | |
2014-05-26 | posix does not count `!' as a separate function, and neither should we; | Jason McIntyre | |
instead, move the description of this mechanism into the general SED FUNCTIONS section; |