summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-03-28Prevent edit'ing a message from corrupting the mailbox. In an mbox fileMartin Natano
2017-03-27simplify the SYNOPSIS as well, just like the option lists;Ingo Schwarze
2017-03-27For some options that are rarely needed in mandoc(1),Ingo Schwarze
2017-03-27Simplify: mention at one place that -fkl override each other,Ingo Schwarze
2017-03-26Change a reallocarray+bzero into recallocarray.Martijn van Duren
2017-03-26One string buffer can use recallocarray() to ensure that the address spaceTheo de Raadt
2017-03-26incorrect renditions of this quote bother meTheo de Raadt
2017-03-25parameter "lines_allocated" is a local pointer and should not be confusedTheo de Raadt
2017-03-25For some options that are rarely needed in apropos(1) and man(1),Ingo Schwarze
2017-03-24Use the right header sizes for reading .aiff and .au files, ok ratchovNicholas Marriott
2017-03-24Write raw strings in one go rather than character at a time.Nicholas Marriott
2017-03-24Show count of search results in copy mode.Nicholas Marriott
2017-03-22simplify description of -S and -w, point from EXIT STATUSIngo Schwarze
2017-03-22Add support for the strikethrough attribute (SGR 9), using the new smxxNicholas Marriott
2017-03-21Use uid_t for UID not u_int.Nicholas Marriott
2017-03-21simplify .Nd; to display manuals, use man(1) instead;Ingo Schwarze
2017-03-21delete documentation of a hack that was removed years agoIngo Schwarze
2017-03-21Fix movement after select-line, from Omar Sandoval.Nicholas Marriott
2017-03-21Fix pane movement by direction (up, down, left, right) whenNicholas Marriott
2017-03-20recallocarray array that has remote dataTheo de Raadt
2017-03-20simplify example. list of ports variables was non-exahustive, which meansTed Unangst
2017-03-20Silently ignore invalid -m input formats rather than erroring out.Ingo Schwarze
2017-03-20openssh-7.5Damien Miller
2017-03-19expand TAO in the correct place; from michael reedJason McIntyre
2017-03-18Correct description of MANPATH, and a few more improvementsIngo Schwarze
2017-03-18Simplify: write HTTP 303 redirects with relative locations.Ingo Schwarze
2017-03-18Bugfix: use SCRIPT_NAME for .Xr hyperlinks.Ingo Schwarze
2017-03-18Use recallocarray for growth of the jobs, just because it is a littleTheo de Raadt
2017-03-17Document man(1) section selection priority,Ingo Schwarze
2017-03-17choose_server() does not always return malloc'd memory so passTodd C. Miller
2017-03-17Fix a couple of argument types.Nicholas Marriott
2017-03-17Add h and l for collapse and expand in choose mode with vi(1) keys, fromNicholas Marriott
2017-03-17Update HISTORY and AUTHORS: we no longer use SQLite.Ingo Schwarze
2017-03-17Fix regression in mdoc_html.c 1.150, man_html 1.87:Ingo Schwarze
2017-03-16Redraw after killp -a.Nicholas Marriott
2017-03-16syslogd(8) -Z generates log files with time in ISO format and UTC.Alexander Bluhm
2017-03-15There's no need to realloc() a chunk of memory when you don't careTodd C. Miller
2017-03-15Invalidate the cursor when we think we should have wrapped.Nicholas Marriott
2017-03-15In URIs in apropos(1) result tables,Ingo Schwarze
2017-03-15Mention the manual page name and section in the HTML page <title>.Ingo Schwarze
2017-03-15Minimal support for deep linking into man(7) pages.Ingo Schwarze
2017-03-15It's annoying that people keep writing URIs including redundant partsIngo Schwarze
2017-03-15Try to avoid moving the cursor to the start of the next line whenNicholas Marriott
2017-03-15disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.comMarkus Friedl
2017-03-15annoying whitespace die die dieTheo de Raadt
2017-03-15accidents happen to the best of us; ok djmTheo de Raadt
2017-03-15fix regression in 7.4: deletion of PKCS#11-hosted keys would failDamien Miller
2017-03-15Fix segfault when sshd attempts to load RSA1 keys (can only happenDamien Miller
2017-03-14Mark the sshd_config UsePrivilegeSeparation option as deprecated,Damien Miller
2017-03-14Slightly increase widths calculated from string lengths (mainlyIngo Schwarze