summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2015-09-22fix two typos.Igor Sobrado
2015-09-21add a missing NULL checkBrent Cook
noted by Bill Parker (dogbert2) on github
2015-09-21add a couple of missing NULL checksBrent Cook
noted by Bill Parker (dogbert2) on github
2015-09-21Trailing whitespace is significant when determining the width of a tagIngo 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-21remove 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-21remove an unsightly paragraph break;Jason McIntyre
2015-09-21no more _subdir; Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.Nicholas Marriott
2015-09-21Mention lex and flex++, from Rob Pierce. ok jmcNicholas Marriott
2015-09-21Fix 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-21If you open the same directory twice in dired mode, mg does not behaveMark 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-21fix possible hang on closed output; bz#2469 reported by Tomas KuthanDamien Miller
ok markus@
2015-09-20Pack the algorithm numbers, to avoid printing a useless (null) 0 0 0 0Miod Vallat
line in the summary.
2015-09-19doas doesn't need any files to be passed in. closefrom STDERR+1. ok bennoTed Unangst
2015-09-18-l should apply to the new not the old pane with -b, from "MadMaverick9"Nicholas Marriott
on GitHub.
2015-09-17Redraw both src and dst sessions in break-pane.Nicholas Marriott
2015-09-16Log when cmdq_continue is called.Nicholas Marriott
2015-09-16Give some variables less silly names.Nicholas Marriott
2015-09-16A few minor style nits.Nicholas Marriott
2015-09-16Hoist some common code out of both branches of an if/else.Nicholas Marriott
2015-09-16Rename cmd_q dead flag to a general flags bitmask (will be more flags later).Nicholas Marriott
2015-09-16for 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-16Fix 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-15avoid the useless idiom Fl Ns Ar, use Fl ArIngo Schwarze
2015-09-15fix markup of the -t argumentIngo Schwarze
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
In some cases, do additional cleanup in the immediate vicinity.
2015-09-14for argument placeholders for file names use .Ar, not .PaIngo Schwarze
2015-09-14typo resultung in a markup errorIngo Schwarze
2015-09-14Calculate the correct line number when opening in dired mode.Mark Lumsden
ok florian@
2015-09-14Remove 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-14Remove some extra blank lines.Nicholas Marriott
2015-09-14The .Dv macro actually forces normal font.Ingo Schwarze
2015-09-14Should add buffer if no -b.Nicholas Marriott
2015-09-14Move tzset() from log_open to main.Nicholas Marriott
2015-09-14Style nit, int for flags not u_int.Nicholas Marriott
2015-09-14When the active pane changes, redraw panes if the style hasNicholas Marriott
changed. From Cam Hutchison.
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.Nicholas Marriott
2015-09-14Supply DEF_WEAK() macro to suppress warnings during compilation viaPhilip Guenther
reach-around into libc noted by daniel@
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Remove 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-13nc(1) seems worth an Xr in SEE ALSO now;Jason McIntyre
2015-09-13Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerPhilip 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-13When adding keys to the agent, don't ignore the comment of keys for which thetim
user is prompted for a passphrase. Tweak and OK djm@
2015-09-13Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulNicholas Marriott
for quick view of history, from Cam Hutchison.
2015-09-13Factor 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-13document extra algorithms available with openssl speed commandBrent Cook
ok jmc@
2015-09-13display negotiated TLS version and cipher suite in verbose mode.Bob Beck
ok jsing@
2015-09-13Set woken flag when flushing so that the channel is freed, while hereNicholas Marriott
use the same loop construct for both loops.
2015-09-13tweak STANDARDS;Jason McIntyre