summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2011-11-01Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmcMike Belopuhov
2011-11-01Fixup previous: don't forget to actually get the current rtable;Mike Belopuhov
reminded by Andreas Bartelt.
2011-11-01List sockets existing only in the specified or current routing domain.Mike Belopuhov
Prompted by the mail from Andreas Bartelt, tested by Andreas and me. ok henning
2011-10-29update currency exchange rates;Jason McIntyre
2011-10-27minor formatting fix;Jason McIntyre
2011-10-27Add screen*:XT to terminal-overrides for tmux-in-tmux, from RomainNicholas Marriott
Francoise.
2011-10-27Missing -o on usage for pipe-pane, from Tiago Cunha.Nicholas Marriott
2011-10-27Didn't really think the else behaviour through - requiring argv toNicholas Marriott
contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha.
2011-10-24mention that -aoff is not the default for the default deviceAlexandre Ratchov
2011-10-24Handle infinite recursion the same way as groff:Ingo Schwarze
When string expansion exceeds the recursion limit, drop the whole input line, instead of leaving just the string unexpanded. This fixes src/regress/usr.bin/mandoc/roff/string/infinite.in. ok kristaps@
2011-10-24Handle \N numbered character escapes the same way as groff:Ingo Schwarze
If \N is followed by a digit, ignore \N and the digit. If \N is followed by a non-digit, the next non-digit ends the character number; the two delimiters need not match. Kristaps calls that "gross, but not our fault". This fixes most of src/regress/usr.bin/mandoc/char/N/basic.in, except that handling of non-printable characters still differs from groff. For now, i'm fixing \N only. Other escapes taking numeric arguments may or may not need similar handling, but \N is by far the most important for practical purposes. ok kristaps@
2011-10-24bz#1859: send tty break to pty master instead of (probably alreadyDamien Miller
closed) slave side; "looks good" markus@
2011-10-24bz#1943: unbreak stdio forwarding when ControlPersist is in user - sshDamien Miller
was incorrectly requesting the forward in both the control master and slave. skip requesting it in the master to fix. ok markus@
2011-10-23When copying, make repeat count indicate buffer to replace if used.Nicholas Marriott
2011-10-23Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasionalNicholas Marriott
confusion.
2011-10-23Support for \e[3J to clear the history. Also send the correspondingNicholas Marriott
terminfo code (E3) before locking.
2011-10-23Try to resolve relative paths for loadb and saveb (first using clientNicholas Marriott
working directory if any then default-path or session wd).
2011-10-23For initial session, use size of command client even if detached.Nicholas Marriott
2011-10-23Ignore LC_ALL and LC_CTYPE if they are empty as well as unset.Nicholas Marriott
2011-10-23Add client formats, from Ben Boeckel.Nicholas Marriott
2011-10-23Plug a memory leak and update some comments, from Tiago Cunha.Nicholas Marriott
2011-10-22Implement missing enclosures (Ao Do Qo Qq So Bro Brq)Ingo Schwarze
and enclosure-like in-line macros (Ad Cd Dv Er Ev Li Ms Tn). The .No macro works without explicit implementation.
2011-10-22update currency exchange rates;Jason McIntyre
2011-10-21'-p' is an extension so all systems come up with their own output. ItAntoine Jacoutot
turns out most of them return the machine processor architecture name, so let's do that as well since it is more useful. Also several external softwares (python being one) use 'uname -p' to get the cpu architecture name. e.g. * before $ uname -p 7455 (Revision 0x201) * after $ uname -p powerpc ok millert@ miod@
2011-10-20Implement the missing text production macros (Bsx Bx Dx Fx Nx Ox Ux Bt Ud).Ingo Schwarze
Some macros work without explicit implementation (At Db Os St).
2011-10-19typo in comment; patch from Michael W. BombardieriDamien Miller
2011-10-19s/tmpfile/tmp/ to make this -Wshadow cleanDamien Miller
2011-10-18add -k to usage(); reminded by jmc@Damien Miller
2011-10-18keep the device closed by default (when not used)Alexandre Ratchov
2011-10-18remove duplicate options in getopt() stringAlexandre Ratchov
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@.