Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-01 | Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc | Mike Belopuhov | |
2011-11-01 | Fixup previous: don't forget to actually get the current rtable; | Mike Belopuhov | |
reminded by Andreas Bartelt. | |||
2011-11-01 | List 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-29 | update currency exchange rates; | Jason McIntyre | |
2011-10-27 | minor formatting fix; | Jason McIntyre | |
2011-10-27 | Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain | Nicholas Marriott | |
Francoise. | |||
2011-10-27 | Missing -o on usage for pipe-pane, from Tiago Cunha. | Nicholas Marriott | |
2011-10-27 | Didn't really think the else behaviour through - requiring argv to | Nicholas Marriott | |
contain "else" is silly so just omit that, also some manpage tweaks. From Tiago Cunha. | |||
2011-10-24 | mention that -aoff is not the default for the default device | Alexandre Ratchov | |
2011-10-24 | Handle 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-24 | Handle \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-24 | bz#1859: send tty break to pty master instead of (probably already | Damien Miller | |
closed) slave side; "looks good" markus@ | |||
2011-10-24 | bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh | Damien 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-23 | When copying, make repeat count indicate buffer to replace if used. | Nicholas Marriott | |
2011-10-23 | Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional | Nicholas Marriott | |
confusion. | |||
2011-10-23 | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott | |
terminfo code (E3) before locking. | |||
2011-10-23 | Try to resolve relative paths for loadb and saveb (first using client | Nicholas Marriott | |
working directory if any then default-path or session wd). | |||
2011-10-23 | For initial session, use size of command client even if detached. | Nicholas Marriott | |
2011-10-23 | Ignore LC_ALL and LC_CTYPE if they are empty as well as unset. | Nicholas Marriott | |
2011-10-23 | Add client formats, from Ben Boeckel. | Nicholas Marriott | |
2011-10-23 | Plug a memory leak and update some comments, from Tiago Cunha. | Nicholas Marriott | |
2011-10-22 | Implement 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-22 | update currency exchange rates; | Jason McIntyre | |
2011-10-21 | '-p' is an extension so all systems come up with their own output. It | Antoine 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-20 | Implement 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-19 | typo in comment; patch from Michael W. Bombardieri | Damien Miller | |
2011-10-19 | s/tmpfile/tmp/ to make this -Wshadow clean | Damien Miller | |
2011-10-18 | add -k to usage(); reminded by jmc@ | Damien Miller | |
2011-10-18 | keep the device closed by default (when not used) | Alexandre Ratchov | |
2011-10-18 | remove duplicate options in getopt() string | Alexandre Ratchov | |
2011-10-18 | Add an else clause for if-shell, from "arno-" on SourceForge. | Nicholas Marriott | |
2011-10-18 | some minor tweaks concerning midicat removal; ok ratchov | Jason McIntyre | |
2011-10-18 | ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@ | Damien Miller | |
2011-10-18 | new "ssh-add -k" option to load plain keys (skipping certificates); | Damien Miller | |
"looks ok" markus@ | |||
2011-10-18 | remove explict search for \0 in packet strings, this job is now done | Damien Miller | |
implicitly by buffer_get_cstring; ok markus | |||
2011-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre 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-16 | Sync 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-16 | add missing includes to unbreak tree; fix from rpointel | Stefan Sperling | |
2011-10-16 | put -K in the right place (usage()); | Jason McIntyre | |
2011-10-16 | Remove 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-16 | Add optional checkpoints for moduli screening. feedback & ok deraadt | Darren Tucker | |
2011-10-16 | +10/12 Dennis Ritchie died, 2011 | Jason McIntyre | |
2011-10-15 | Ignatios Souvatzis at NetBSD rescinded the third and fourth clause in | Ingo 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-15 | update currency exchange rates; | Jason McIntyre | |
2011-10-14 | s/chuck/chunk/, from Remco, thanks! | Alexandre Ratchov | |
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker | |
OK mcbride@ | |||
2011-10-12 | - avoid line wrapping an example | Jason McIntyre | |
- sort usage() for midicat - tweak a bit of unclear wording ok ratchov | |||
2011-10-12 | Simplify and improve the way options are parsed and remove ~300 lines | Alexandre 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-09 | Always 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-09 | A bit more precision and nicer wording in the descriptions | Ingo Schwarze | |
of -Ofragment and -Tman; using input from jmc@ and kristaps@. |