summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2011-10-18Add an else clause for if-shell, from "arno-" on SourceForge.Nicholas Marriott
2011-10-18some minor tweaks concerning midicat removal; ok ratchovJason McIntyre
2011-10-18ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@Damien Miller
2011-10-18new "ssh-add -k" option to load plain keys (skipping certificates);Damien Miller
"looks ok" markus@
2011-10-18remove explict search for \0 in packet strings, this job is now doneDamien Miller
implicitly by buffer_get_cstring; ok markus
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
with almost the same syntax (roughly an extra -M option). Thru boxes are created with aucat, and corresponding MIDI port names have the "aucat" prefix instead of "midithru". The old device name will still work some time for backward compatibility. ok deraadt
2011-10-16Sync to groff, and add tier I and II NetBSD architectures.Ingo Schwarze
This is useful such that we don't misformat manuals coming from other operation systems. ok kristaps@
2011-10-16add missing includes to unbreak tree; fix from rpointelStefan Sperling
2011-10-16put -K in the right place (usage());Jason McIntyre
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
and assert that print_bvspace cannot be called on NULL pointers. No change in behaviour, none of these were bugs, but the code becomes easier to understand. Based on a clang report posted by joerg@; ok kristaps@.
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2011-10-16+10/12 Dennis Ritchie died, 2011Jason McIntyre
2011-10-15Ignatios Souvatzis at NetBSD rescinded the third and fourth clause inIngo Schwarze
his license on Nov 9, 2009, see NetBSD CVS rev. 1.2. Pointed out by tedu@, following a question from <pancake at youterm com> forwarded by edd@.
2011-10-15update currency exchange rates;Jason McIntyre
2011-10-14s/chuck/chunk/, from Remco, thanks!Alexandre Ratchov
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
OK mcbride@
2011-10-12- avoid line wrapping an exampleJason McIntyre
- sort usage() for midicat - tweak a bit of unclear wording ok ratchov
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
of code that becomes unused. Few command line arguments changes are required though: - stream definitions (-ios) now must follow devices definitions they are attached to (-fMn) - the -n option is now a special "loopback" device and is thus used like -f, eg it must precede streams - in midicat, midi thru boxes are not created automatically anymore, the new "-M" option must be used for that - channel numbers (-Cc options) correspond always to channel numbers of the hardware. - the -u option isn't needed anymore - increase the log verbosity so user errors are logged without using -d tested by many, help from jmc
2011-10-09Always print <table> column widths in -T[x]html;Ingo Schwarze
if desired, they can be overridden in the CSS file. Suggested by kristaps@, and i always like to simplify code.
2011-10-09A bit more precision and nicer wording in the descriptionsIngo Schwarze
of -Ofragment and -Tman; using input from jmc@ and kristaps@.
2011-10-09Sync to version 1.12.0; all code by kristaps@:Ingo Schwarze
Implement .Rv in -Tman. Let -man -Tman work a bit like cat(1). Add the -Ofragment option to -T[x]html. Minor fixes in -T[x]html. Lots of apropos(1) and -Tman code cleanup.
2011-10-09add a little vertical spacing to previous; ok schwarzeJason McIntyre
2011-10-09Correct the history of apropos(1), whatis(1) and whereis(1): TheseIngo Schwarze
utilities were already part of 2BSD. Also credit Bill Joy as the author. Document the HISTORY of options. Say a bit more about the fate of whereis(1). All information found on http://minnie.tuhs.org/cgi-bin/utree.pl and in the OpenBSD, NetBSD, and FreeBSD CVS trees. Using feedback from jmc@.
2011-10-08explain units' output a little more clearly;Jason McIntyre
2011-10-08return the old behaviour for "more":Alexandr Shadchin
if you press F ^C, you would be left at a prompt at the end of the file. ok nicm@
2011-10-08update currency exchange rates;Jason McIntyre
2011-10-07do not search PATH for a units datafile; from pjanzenJason McIntyre
2011-10-07Kill unecessary break in UDP_MODE, simplify code a bit by killing someChristiano F. Haesbaert
conditionals, KNF. No functional changes. ok claudio@
2011-10-06just define UNITSFILE directly, and do away with the need for pathnames.h;Jason McIntyre
ok deraadt
2011-10-061) Import the future apropos(1) replacement written by kristaps@.Ingo Schwarze
2) Link both that one and mandocdb(8) into the mandoc(1) binary. 3) Install a /usr/bin/mandocdb hardlink and the mandocdb(8) manual. Do not replace /usr/bin/apropos by a hardlink yet because it is not ready for production, and ports integration is still missing. Development will be done in the tree, even the user interfaces are still subject to change at this point. Both jmc@ and deraadt@ agree with getting this in.
2011-10-06mark ccd(4) deprecated in a few more placesTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-10-06format the "constants of nature" list a little more nicely;Jason McIntyre
2011-10-06add ISO/IEC 80000 to SEE ALSO;Jason McIntyre
2011-10-06i think paul lost this in his previous diff: remove mickey'sJason McIntyre
definition of sqfoot (sorry, mickey!), to avoid confusion with the more generally accepted definition of square foot. hopefully we can find a way to define locale specific (or whatever) stuff in the future.
2011-10-06from pjanzen:Jason McIntyre
- remove my non-7-bit micro symbol - add ISO/IEC 80000 binary prefixes, and symbols - add back myria- prefix (i removed it, but had intended to add it back once i got round to better organising this file - add (or in some cases) redefine becquerel, curie, gray, r_earth, r_moon, rackunit, sievert, eV, bohrradius; also add their symbols - spell dioptre correctly (from netbsd), and permit diopter
2011-10-06from pjanzen:Jason McIntyre
Bump MAXPREFIXES (and a few string lengths) prior to units.lib commit of more prefixes. Add FreeBSD fixes (circa 2001) to prefix and other units.lib parsing. Do minor obvious code tidying.
2011-10-06Better error message on unexpected newline; noted by and ok deraadt@Otto Moerbeek
2011-10-04add many missing hackathon dates, and uniform formatting while hereIngo Schwarze
started by a diff from Sergey Bronnikov <estetus at gmail dot com> checked and tweaked myself, c2k3 date confirmed by naddy@
2011-10-04silence error spam for "ls */foo" in directory with files; bz#1683Damien Miller
2011-10-04change -w to apply to the connection as well. manpage bit from jmc@Federico G. Schwindt
nicm@ ok.
2011-10-02dislays -> displays; from David VasekJason McIntyre
2011-10-02add a SEE ALSO section to start listing some reference material;Jason McIntyre
2011-10-02update the SI prefixes section:Jason McIntyre
- remove myria (non-standard) and zopto - make deca the base, not deka (sorry, USA) - provide a symbol for micro (ยต) - tidy things up a bit
2011-10-02Add a few more formats for panes (tty, pid, start cmd/cwd).Nicholas Marriott
2011-10-01tweak the currency aliases section a little;Jason McIntyre
2011-10-01- update the ISO 4217 section. i've removed currencies for which weJason McIntyre
(currently) have no exchange rate, and euro-pegged currencies - some cosmetic tweaks to make the currencies stuff more consistent
2011-10-01update exchange currencies for remaining currencies; i've usedJason McIntyre
The Economist rather than The Wall Street Journal, and have removed entries for which i have no data (i think this is better than providing data from 2002; in the future we can hopefully add them back in).
2011-10-01provide the exchange rate for those currencies listed in the federalJason McIntyre
reserve section (i'll get to the others sometime), as of 23.9.11. i've also updated the website link, and the date of the exchange rate. because the rates given on the federal reserve website are in currency units per US dollar, and units(1) needs US dollars per currency unit, there is an additional layer of conversion and rounding (and work) to perform. i have side stepped that by prefixing all the amounts by "1|" to let units(1) do the work. for whatever reason, four currencies are given in US dollars per currency unit and do not need this.
2011-10-01remove the exchange rate entries for "maltalira" and "slovakkoruna", nowJason McIntyre
that they are pegged to the euro;