summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2011-09-18sync 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-17Rewrite the main loop of the "sed s/..." command, to fix multipleIngo 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-17Initial, incomplete support for -TmanIngo 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-17Standarize the ToS option across nc/ping/traceroute so that they'llChristiano 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-17Change 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-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
feedback and ok jmc@
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
ok deraadt@
2011-09-16tweak previous;Jason McIntyre
2011-09-16after some thought, i think it unlikely that we will need to specifyJason 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-16add missing Makefile.incAlexandr Shadchin
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
ok nicm@
2011-09-16Import of Less 444Alexandr Shadchin
ok nicm@
2011-09-16apply 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-16use .St here for ISO 8601 references; ok millertJason McIntyre
2011-09-13as per date(1) and touch(1), document default values used when "yy" isJason McIntyre
given, but not "cc"; ok millert
2011-09-12- (-t) use macros instead of punctuation, to avoid marking up theJason McIntyre
whole argument as an Ar block - (-t) remove a superfluous set of [] around "mm" ok sobrado millert
2011-09-12fix leak in do_lsreaddir(); ok djmMarkus Friedl
2011-09-11fix leaks in do_hardlink() and do_readlink(); bz#1921Markus Friedl
from Loganaden Velvindron
2011-09-11document new -O cancel command; ok djm@Okan Demirmen
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl
ok & feedback djm@
2011-09-10Another small tidy up. ok jmc@lum
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien 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-09kill the preauth privsep child on fatal errors in the monitor;Damien Miller
ok markus@
2011-09-09suppress adding '--' to remote commandlines when the first argumentDamien Miller
does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms; feedback & ok dtucker ok markus
2011-09-09use .St -iso8601-4;Jason McIntyre
2011-09-09add an St macro for ISO 8601:2004;Jason McIntyre
ok kristaps (who will update the mandoc repo)
2011-09-09MUX_C_CLOSE_FWD includes forward type in message (though it isn'tDamien Miller
implemented anyway)
2011-09-09fix typo in IPQoS parsing: there is no "AF14" class, but there isDamien Miller
an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
2011-09-09Add -b option which allows the client side to bind the socket to aChristiano F. Haesbaert
numeric address. Requested by mikeb@ in order to test ipsec. ok mcbride mikeb djm jmc
2011-09-08some additional information on the -d option, for clarification;Jason McIntyre
ok millert guenther
2011-09-07typo (they vs the) found by Lawrence TeoTheo de Raadt
2011-09-05Mark dead panes with some text saying they are dead, suggested by andNicholas Marriott
with help from Randy Stauner.
2011-09-05knock out a useless Ns;Jason McIntyre
2011-09-05fix typo in IPQoS parsing: there is no "AF14" class, but there isDamien Miller
an "AF21" class. Spotted by giesen AT snickers.org; ok markus stevesk
2011-09-05mention ControlPersist and KbdInteractiveAuthentication in the -oDamien Miller
verbiage in these pages too (prompted by jmc@)
2011-09-04we've already stated the format of the -d and -t arguments: no need toJason McIntyre
repeat it; ok millert
2011-09-04have the -t argument name in the options list match that of SYNOPSIS;Jason McIntyre
ok millert
2011-09-03make -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-02Add email address for diffs and remove plural man pages. ok jmc@lum
Also tweak man page from jmc@
2011-08-31Remove 2nd person. ok jmc@lum
2011-08-31On a file write fail:lum
1. return an error value 2. show an error message From Loganaden Velvindron with suggestion from millert@
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
help/ok guenther millert
2011-08-31have the timespec arguments match in case those of time_arg;Jason McIntyre
2011-08-31Copy description of the -t option and its argument with revised textPhilip Guenthe
from the touch(1) manpage after much discussion with jmc@ and miller@
2011-08-31Allow dired mode to open files regardless of characters inlum
filename, from Henri Kemppainen. Tested, reviewed and a tweak each from Loganaden Velvindron and myself. ok jasper@
2011-08-30Same fix as 'touch': with the -t option, when the year is specifiedPhilip 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-30in 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-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-08-30Plug memory leak, from Tiago Cunha.Nicholas Marriott
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedPhilip Guenthe
but the century isn't: century is 1900 if year >= 69; else 2000 ok millert@