Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-22 | fix two typos. | Igor Sobrado | |
2015-09-21 | add a missing NULL check | Brent Cook | |
noted by Bill Parker (dogbert2) on github | |||
2015-09-21 | add a couple of missing NULL checks | Brent Cook | |
noted by Bill Parker (dogbert2) on github | |||
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | |
in mdoc(7) .Bl -tag and man(7) .TP, but not in man(7) .IP. Quirk reported by Jan Stary <hans at stare dot cz> on ports@. | |||
2015-09-21 | remove vestigial bits of sha-0 and md2 from openssl(1) | Brent Cook | |
Noted by kinichiro on github. We probably need a better way to indicate the list of message digests that are allowed, as the current ones are nowhere near exhaustive (sigh - guenther@) OK guenther@ jmc@ | |||
2015-09-21 | remove an unsightly paragraph break; | Jason McIntyre | |
2015-09-21 | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2015-09-21 | Reset the alerts timer always on activity, from Thomas Adam. | Nicholas Marriott | |
2015-09-21 | Mention lex and flex++, from Rob Pierce. ok jmc | Nicholas Marriott | |
2015-09-21 | Fix a couple of libtool issues: | Antoine Jacoutot | |
* when looking for a library, also look for an unversioned solib before falling back to using the static one (which may not even exist) * when a library has no libtool file (.la) with a proper dependency_libs entry, libtool(1) falls back to using objdump to determine the depencencies; however this works only if dependencies are in standard search paths; fix it by looking at the RPATH entry in objdump then add non standard dirs to search_dirs and -rpath inputs from and ok espie@, ok jasper@ | |||
2015-09-21 | If you open the same directory twice in dired mode, mg does not behave | Mark Lumsden | |
correctly. In effect what should happen is the existing dired buffer is brought to the fore, and if the directory contents has changed inform the user. ok sunil@ | |||
2015-09-21 | fix possible hang on closed output; bz#2469 reported by Tomas Kuthan | Damien Miller | |
ok markus@ | |||
2015-09-20 | Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0 | Miod Vallat | |
line in the summary. | |||
2015-09-19 | doas doesn't need any files to be passed in. closefrom STDERR+1. ok benno | Ted Unangst | |
2015-09-18 | -l should apply to the new not the old pane with -b, from "MadMaverick9" | Nicholas Marriott | |
on GitHub. | |||
2015-09-17 | Redraw both src and dst sessions in break-pane. | Nicholas Marriott | |
2015-09-16 | Log when cmdq_continue is called. | Nicholas Marriott | |
2015-09-16 | Give some variables less silly names. | Nicholas Marriott | |
2015-09-16 | A few minor style nits. | Nicholas Marriott | |
2015-09-16 | Hoist some common code out of both branches of an if/else. | Nicholas Marriott | |
2015-09-16 | Rename cmd_q dead flag to a general flags bitmask (will be more flags later). | Nicholas Marriott | |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze | |
(didn't blow up anywhere yet, but better safe than sorry) | |||
2015-09-16 | Fix two bugs (at least 13 year old) of the [+]offset[.][Bb] XSI offset syntax: | Ingo Schwarze | |
Make it work with decimal offsets and with standard input. Also fix the documentation; it showed the argument in the wrong place. According to XSI (and our code), it must come *after* the filename, and it can be used with at most one single filename. Remove it from the SYNOPSIS; it only provides a subset of -j, is less standard and contains lots of traps (i counted 7 distinct traps). Instead, mention it as an alternative below -j where it belongs. Also fix some markup quirks (that's what originally made me find this mess). Feedback and OK sobrado@ jmc@. | |||
2015-09-15 | avoid the useless idiom Fl Ns Ar, use Fl Ar | Ingo Schwarze | |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze | |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | |
In some cases, do additional cleanup in the immediate vicinity. | |||
2015-09-14 | for argument placeholders for file names use .Ar, not .Pa | Ingo Schwarze | |
2015-09-14 | typo resultung in a markup error | Ingo Schwarze | |
2015-09-14 | Calculate the correct line number when opening in dired mode. | Mark Lumsden | |
ok florian@ | |||
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | |
.Vt type global_variable No = Dv defined_constant ; is the best way to specify in the SYNOPSIS how a global variable is initialized in the rare case where that matters. Issue noticed by jmc@. | |||
2015-09-14 | Remove some extra blank lines. | Nicholas Marriott | |
2015-09-14 | The .Dv macro actually forces normal font. | Ingo Schwarze | |
2015-09-14 | Should add buffer if no -b. | Nicholas Marriott | |
2015-09-14 | Move tzset() from log_open to main. | Nicholas Marriott | |
2015-09-14 | Style nit, int for flags not u_int. | Nicholas Marriott | |
2015-09-14 | When the active pane changes, redraw panes if the style has | Nicholas Marriott | |
changed. From Cam Hutchison. | |||
2015-09-14 | Make refresh-client force update of jobs, from Sina Siadat. | Nicholas Marriott | |
2015-09-14 | Supply DEF_WEAK() macro to suppress warnings during compilation via | Philip Guenther | |
reach-around into libc noted by daniel@ | |||
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan | |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan | |
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@ | |||
2015-09-13 | nc(1) seems worth an Xr in SEE ALSO now; | Jason McIntyre | |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther | |
necessary ok deraadt@ jsing@ | |||
2015-09-13 | - Fix error message: passphrase needs to be at least 5 characters, not 4. | tim | |
- Remove unused function argument. - Remove two unnecessary variables. OK djm@ | |||
2015-09-13 | When adding keys to the agent, don't ignore the comment of keys for which the | tim | |
user is prompted for a passphrase. Tweak and OK djm@ | |||
2015-09-13 | Add copy-mode -e to exit copy mode when scrolling off the bottom, useful | Nicholas Marriott | |
for quick view of history, from Cam Hutchison. | |||
2015-09-13 | Factor out setup_up / destroy_ui functions. | Brent Cook | |
This pulls out and renames setup_ui/destroy_ui so we have something that can be replaced as-needed, moving the the console setup code for Windows to app_win.c in -portable, instead of needing a local patch to enable binary console mode ui_read/write are also simplified. | |||
2015-09-13 | document extra algorithms available with openssl speed command | Brent Cook | |
ok jmc@ | |||
2015-09-13 | display negotiated TLS version and cipher suite in verbose mode. | Bob Beck | |
ok jsing@ | |||
2015-09-13 | Set woken flag when flushing so that the channel is freed, while here | Nicholas Marriott | |
use the same loop construct for both loops. | |||
2015-09-13 | tweak STANDARDS; | Jason McIntyre | |