Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | Prevent edit'ing a message from corrupting the mailbox. In an mbox file | Martin Natano | |
every message is terminated by an empty line, so we have to make sure it is preserved. Otherwise the message is combined with the next one. joint effort with deraadt and millert | |||
2017-03-27 | simplify the SYNOPSIS as well, just like the option lists; | Ingo Schwarze | |
suggested by and OK jmc@ | |||
2017-03-27 | For some options that are rarely needed in mandoc(1), | Ingo Schwarze | |
delete the descriptions and point to man(1) instead. Inspired by apropos.1 rev. 1.35. | |||
2017-03-27 | Simplify: mention at one place that -fkl override each other, | Ingo Schwarze | |
rather than stating it separately for each option. Suggested, OKed, and tweaked by jmc@. | |||
2017-03-26 | Change a reallocarray+bzero into recallocarray. | Martijn van Duren | |
OK tb@ and deraadt@ | |||
2017-03-26 | One string buffer can use recallocarray() to ensure that the address space | Theo de Raadt | |
doesn't get dribbled with known contents. ok otto millert tobias | |||
2017-03-26 | incorrect renditions of this quote bother me | Theo de Raadt | |
2017-03-25 | parameter "lines_allocated" is a local pointer and should not be confused | Theo de Raadt | |
with the global by the same name, so rename it "lines_allocatedp". | |||
2017-03-25 | For some options that are rarely needed in apropos(1) and man(1), | Ingo Schwarze | |
delete the verbose descriptions and point to man(1) and mandoc(1), respectively, instead. That shortens the pages and makes them easier to read. Tweaks and OK jmc@, based in part on ideas from tedu@. | |||
2017-03-24 | Use the right header sizes for reading .aiff and .au files, ok ratchov | Nicholas Marriott | |
2017-03-24 | Write raw strings in one go rather than character at a time. | Nicholas Marriott | |
2017-03-24 | Show count of search results in copy mode. | Nicholas Marriott | |
2017-03-22 | simplify description of -S and -w, point from EXIT STATUS | Ingo Schwarze | |
to mandoc(1) for details, and remove duplicate .Xr to whatis(1); OK jmc@ | |||
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott | |
terminfo capability. This means there are now nine attribute bits, so anything above 0xff uses an extended cell. | |||
2017-03-21 | Use uid_t for UID not u_int. | Nicholas Marriott | |
2017-03-21 | simplify .Nd; to display manuals, use man(1) instead; | Ingo Schwarze | |
OK jmc@ | |||
2017-03-21 | delete documentation of a hack that was removed years ago | Ingo Schwarze | |
2017-03-21 | Fix movement after select-line, from Omar Sandoval. | Nicholas Marriott | |
2017-03-21 | Fix pane movement by direction (up, down, left, right) when | Nicholas Marriott | |
pane-border-status is set, from KOIE Hidetaka. | |||
2017-03-20 | recallocarray array that has remote data | Theo de Raadt | |
2017-03-20 | simplify example. list of ports variables was non-exahustive, which means | Ted Unangst | |
what exactly? there should be a better place for such lists. | |||
2017-03-20 | Silently ignore invalid -m input formats rather than erroring out. | Ingo Schwarze | |
As observed by Jan Stary <hans at stare dot cz>, this is useful such that after 'alias man="man -m $HOME/man"', 'man -l foo.1' still works. Simplify and shorten the description of -m, and use .Ic for macros. | |||
2017-03-20 | openssh-7.5 | Damien Miller | |
2017-03-19 | expand TAO in the correct place; from michael reed | Jason McIntyre | |
this commit differs a little from the diff michael posted: - i've uppercased the expansion, which seems a better fit - reworked a later description to fit | |||
2017-03-18 | Correct description of MANPATH, and a few more improvements | Ingo Schwarze | |
to the ENVIRONMENT section; OK jmc@ | |||
2017-03-18 | Simplify: write HTTP 303 redirects with relative locations. | Ingo Schwarze | |
Suggested by bentley@. Delete the HTTP_HOST configuration variable that is now obsolete. | |||
2017-03-18 | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. | Ingo Schwarze | |
Patch from <andreas at AndreasVoegele dot com>. | |||
2017-03-18 | Use recallocarray for growth of the jobs, just because it is a little | Theo de Raadt | |
beefier than pointers. | |||
2017-03-17 | Document man(1) section selection priority, | Ingo Schwarze | |
and correct description of apropos(1) output search order. Suggested by tb@. | |||
2017-03-17 | choose_server() does not always return malloc'd memory so pass | Todd C. Miller | |
in a pointer that gets filled in when there is something to free. Noticed by sthen@ when looking up a numeric address. | |||
2017-03-17 | Fix a couple of argument types. | Nicholas Marriott | |
2017-03-17 | Add h and l for collapse and expand in choose mode with vi(1) keys, from | Nicholas Marriott | |
Gregory Pakosz. | |||
2017-03-17 | Update HISTORY and AUTHORS: we no longer use SQLite. | Ingo Schwarze | |
Outdated information reported by an Anonymous Coward on undeadly.org. | |||
2017-03-17 | Fix regression in mdoc_html.c 1.150, man_html 1.87: | Ingo Schwarze | |
For .Sh, .Ss, .SH, .SS, only write selflink if an id could be constructed. Crash reported by Raf Czlonka <rczlonka at gmail dot com>, analysis of root cause by natano@ | |||
2017-03-16 | Redraw after killp -a. | Nicholas Marriott | |
2017-03-16 | syslogd(8) -Z generates log files with time in ISO format and UTC. | Alexander Bluhm | |
newsyslog(8) still used the traditional BSD syslog timstamps in local time zone. Convert the latter to the new format unconditionally. It is usefull to have a distinct timestamp including the year at the beginning of every logfile. OK deraadt@ jung@ | |||
2017-03-15 | There's no need to realloc() a chunk of memory when you don't care | Todd C. Miller | |
about the old contents, we don't want have to memcpy() the old contents to the new chunk only to throw it away. While here, use asprintf() to simplify things. OK deraadt@ | |||
2017-03-15 | Invalidate the cursor when we think we should have wrapped. | Nicholas Marriott | |
2017-03-15 | In URIs in apropos(1) result tables, | Ingo Schwarze | |
only write the manpath if it does not match the default. | |||
2017-03-15 | Mention the manual page name and section in the HTML page <title>. | Ingo Schwarze | |
Based on a patch from <Anton dot Lindqvist at gmail dot com>, but simplified and also covering apropos(1) search results. | |||
2017-03-15 | Minimal support for deep linking into man(7) pages. | Ingo Schwarze | |
As the man(7) language does not provide semantic markup, only .SH, .SS, and .UR become anchors for now. | |||
2017-03-15 | It's annoying that people keep writing URIs including redundant parts | Ingo Schwarze | |
like "/OpenBSD-current/manN/". To discourage that, let man.cgi(8) redirect search form results to nice, concise URIs. | |||
2017-03-15 | Try to avoid moving the cursor to the start of the next line when | Nicholas Marriott | |
printing cells if it is already at the very end of the line and the terminal will wrap it to the next line itself, this means terminals still see it as a wrapped line for the purposes of their own mouse selection. Reported by millert@. | |||
2017-03-15 | disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.com | Markus Friedl | |
2017-03-15 | annoying whitespace die die die | Theo de Raadt | |
2017-03-15 | accidents happen to the best of us; ok djm | Theo de Raadt | |
2017-03-15 | fix regression in 7.4: deletion of PKCS#11-hosted keys would fail | Damien Miller | |
unless they were specified by full physical pathname. Report and fix from Jakub Jelen via bz#2682; ok dtucker@ | |||
2017-03-15 | Fix segfault when sshd attempts to load RSA1 keys (can only happen | Damien Miller | |
when protocol v.1 support is enabled for the client). Reported by Jakub Jelen in bz#2686; ok dtucker | |||
2017-03-14 | Mark the sshd_config UsePrivilegeSeparation option as deprecated, | Damien Miller | |
effectively making privsep mandatory in sandboxing mode. ok markus@ deraadt@ (note: this doesn't remove the !privsep code paths, though that will happen eventually). | |||
2017-03-14 | Slightly increase widths calculated from string lengths (mainly | Ingo Schwarze | |
for .Bl -tag lists and SYNOPSIS .Nm blocks), such that the text still fits even if it is printed in bold font. This is an ugly band aid - but implementing font-dependent width measurements would be a major project and even more difficult for HTML than for PostScript. Issue reported by Jan Stary <hans at stare dot cz>. |