Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze | |
adding an implementation of the eqn(7) language by kristaps@ So far, only .EQ/.EN blocks are handled, in-line equations are not, and rendering is not yet very pretty, but the parser is fairly complete. | |||
2011-09-17 | Rewrite the main loop of the "sed s/..." command, to fix multiple | Ingo Schwarze | |
issues regarding the replacement of zero-length strings. This commit brings back rev. 1.16, but without the regression that forced the backout: No NUL bytes will be output now, not even when the input file lacks a trailing newline character and there is a zero-length match at the end. OK otto@ deraadt@; and naddy@ (who originally found the regression) checked that the regression is indeed fixed. | |||
2011-09-17 | Initial, incomplete support for -Tman | Ingo Schwarze | |
to convert mdoc(7) documents to the man(7) language. This is work in progress and will be developed in tree. It does already handle the cat(1) manual, but will hardly handle all your fancy manuals yet. go ahead kristaps@ jmc@ millert@ deraadt@ | |||
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert | |
accept the same values as pf.conf. It accepts decimal, hexadecimal and the dscp/tos keywords. The ping option was ripped of in SMALL. ok mcbride@ sthen@ | |||
2011-09-17 | Change the mandocdb(8) interface to better agree with makewhatis(8); | Ingo Schwarze | |
in particular, allow recursing multiple directories and create multiple databases in one call. This commit includes some reorganization, and exposing mandoc_strdup as a utility function in mandoc.h. written by kristaps@ | |||
2011-09-17 | remove mdoc.samples(7): all info already is in mdoc(7) | Ingo Schwarze | |
feedback and ok jmc@ | |||
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo | |
ok deraadt@ | |||
2011-09-16 | tweak previous; | Jason McIntyre | |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre | |
a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert | |||
2011-09-16 | add missing Makefile.inc | Alexandr Shadchin | |
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin | |
ok nicm@ | |||
2011-09-16 | Import of Less 444 | Alexandr Shadchin | |
ok nicm@ | |||
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo | |
- change accuracy of SENSOR_FREQ from Hz to muHz - add SENSOR_VOLTS_AC entry to userland programs ok deraadt@ | |||
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre | |
2011-09-13 | as per date(1) and touch(1), document default values used when "yy" is | Jason McIntyre | |
given, but not "cc"; ok millert | |||
2011-09-12 | - (-t) use macros instead of punctuation, to avoid marking up the | Jason McIntyre | |
whole argument as an Ar block - (-t) remove a superfluous set of [] around "mm" ok sobrado millert | |||
2011-09-12 | fix leak in do_lsreaddir(); ok djm | Markus Friedl | |
2011-09-11 | fix leaks in do_hardlink() and do_readlink(); bz#1921 | Markus Friedl | |
from Loganaden Velvindron | |||
2011-09-11 | document new -O cancel command; ok djm@ | Okan Demirmen | |
2011-09-10 | support cancellation of local/dynamic forwardings from ~C commandline; | Markus Friedl | |
ok & feedback djm@ | |||
2011-09-10 | Another small tidy up. ok jmc@ | lum | |
2011-09-09 | support for cancelling local and remote port forwards via the multiplex | Damien Miller | |
socket. Use ssh -O cancel -L xx:xx:xx -R yy:yy:yy user@host" to request the cancellation of the specified forwardings; ok markus@ | |||
2011-09-09 | kill the preauth privsep child on fatal errors in the monitor; | Damien Miller | |
ok markus@ | |||
2011-09-09 | suppress adding '--' to remote commandlines when the first argument | Damien Miller | |
does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms; feedback & ok dtucker ok markus | |||
2011-09-09 | use .St -iso8601-4; | Jason McIntyre | |
2011-09-09 | add an St macro for ISO 8601:2004; | Jason McIntyre | |
ok kristaps (who will update the mandoc repo) | |||
2011-09-09 | MUX_C_CLOSE_FWD includes forward type in message (though it isn't | Damien Miller | |
implemented anyway) | |||
2011-09-09 | fix typo in IPQoS parsing: there is no "AF14" class, but there is | Damien Miller | |
an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk | |||
2011-09-09 | Add -b option which allows the client side to bind the socket to a | Christiano F. Haesbaert | |
numeric address. Requested by mikeb@ in order to test ipsec. ok mcbride mikeb djm jmc | |||
2011-09-08 | some additional information on the -d option, for clarification; | Jason McIntyre | |
ok millert guenther | |||
2011-09-07 | typo (they vs the) found by Lawrence Teo | Theo de Raadt | |
2011-09-05 | Mark dead panes with some text saying they are dead, suggested by and | Nicholas Marriott | |
with help from Randy Stauner. | |||
2011-09-05 | knock out a useless Ns; | Jason McIntyre | |
2011-09-05 | fix typo in IPQoS parsing: there is no "AF14" class, but there is | Damien Miller | |
an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk | |||
2011-09-05 | mention ControlPersist and KbdInteractiveAuthentication in the -o | Damien Miller | |
verbiage in these pages too (prompted by jmc@) | |||
2011-09-04 | we've already stated the format of the -d and -t arguments: no need to | Jason McIntyre | |
repeat it; ok millert | |||
2011-09-04 | have the -t argument name in the options list match that of SYNOPSIS; | Jason McIntyre | |
ok millert | |||
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-09-02 | Add email address for diffs and remove plural man pages. ok jmc@ | lum | |
Also tweak man page from jmc@ | |||
2011-08-31 | Remove 2nd person. ok jmc@ | lum | |
2011-08-31 | On a file write fail: | lum | |
1. return an error value 2. show an error message From Loganaden Velvindron with suggestion from millert@ | |||
2011-08-31 | use the same format/text, as far as possible, for date strings; | Jason McIntyre | |
help/ok guenther millert | |||
2011-08-31 | have the timespec arguments match in case those of time_arg; | Jason McIntyre | |
2011-08-31 | Copy description of the -t option and its argument with revised text | Philip Guenthe | |
from the touch(1) manpage after much discussion with jmc@ and miller@ | |||
2011-08-31 | Allow dired mode to open files regardless of characters in | lum | |
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@ | |||
2011-08-30 | Same fix as 'touch': with the -t option, when the year is specified | Philip Guenthe | |
but the century isn't, the century is 1900 if year >= 69; otherwise it's 2000. (With 32bit time_t, this does't affect any working usage.) ok millert@ | |||
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre | |
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want) | |||
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | Plug memory leak, from Tiago Cunha. | Nicholas Marriott | |
2011-08-30 | Make the code match the manpage and POSIX spec when the year is specified | Philip Guenthe | |
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@ |