Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | libkafs5 -> libkafs (unused in build, so no functional change) | Antoine Jacoutot | |
2013-08-09 | enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word; | Damien Miller | |
matching ksh's relatively recent change. | |||
2013-08-09 | two problems found by a to-be-committed regress test: 1) msg_id was not | Damien Miller | |
being initialised so was starting at a random value from the heap (harmless, but confusing). 2) some error conditions were not being propagated back to the caller | |||
2013-08-09 | do getopt parsing for all sftp commands (with an empty optstring for | Damien Miller | |
commands without arguments) to ensure consistent behaviour | |||
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | |
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%. | |||
2013-08-08 | add a "-l" flag for the rename command to force it to use the silly | Damien Miller | |
standard SSH_FXP_RENAME command instead of the POSIX-rename- like posix-rename@openssh.com extension. intended for use in regress tests, so no documentation. | |||
2013-08-08 | fix two year old regression: symlinking a file would incorrectly | Damien Miller | |
canonicalise the target path. bz#2129 report from delphij AT freebsd.org | |||
2013-08-07 | sort -a; | Jason McIntyre | |
2013-08-07 | document the errors in terms of the actual calls made (mkdtemp/mktemp, | Theo de Raadt | |
vs mkdir/open) ok jmc | |||
2013-08-06 | add cast to avoid format warning; from portable | Damien Miller | |
2013-08-06 | document top-level -a option (the -a option to 'get' was already documented) | Damien Miller | |
2013-08-06 | fix some whitespace at EOL | Damien Miller | |
make list of commands an enum rather than a long list of defines add -a to usage() | |||
2013-08-06 | Move the check for template length added in r1.16 outside the !tflag | Landry Breuil | |
block so that the friendly error message is also shown in the -t case instead of EINVAL. ok millert@ deraadt@ | |||
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat | |
2013-08-05 | After a leading blank on an output line, the first word was counted twice | Ingo Schwarze | |
against vend, causing a premature line break. Fix that bug by reverting revision 1.10 which Kristaps committed four years ago. Kristaps patch is no longer needed because the code below /* Write out the [remaining] word. */ now handles leading blanks correctly, probably already for a long time. This avoids premature line breaks in about a dozen base system manuals, for example as(1) and gdb(1), and alignment issues in another twenty, for example mount(2), ip6(4), pfctl(8), and crypto(9). | |||
2013-08-05 | Put .%C before .%D in .Rs output | Ingo Schwarze | |
because that's the usual order in formal citations. My patch that was accepted into groff by Werner Lemberg uses the same order, so keep groff and mandoc consistent. Committing now because jmc@ already starts to rely on the .%C macro, see for example /usr/src/usr.bin/bdes/bdes.1 rev. 1.11. | |||
2013-08-05 | update currency exchange rates; | Jason McIntyre | |
2013-08-05 | use %C for the Rs/Re block: mandoc already supports it, and ingo | Jason McIntyre | |
has successfully got groff to integrate it; From: Daniel Dickman | |||
2013-07-28 | Build awk with -O1 on m88k for now; when built -O2, it would sporadically | Miod Vallat | |
exit early blaming a spurious '}' in the first few lines of input, but only on 88100-based systems. | |||
2013-07-25 | openssh-6.3 for release | Damien Miller | |
2013-07-25 | sftp support for resuming partial downloads; patch mostly by Loganaden | Damien Miller | |
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ "Just be careful" deraadt@ | |||
2013-07-25 | daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure | Damien Miller | |
it is fully detached from its controlling terminal. based on debugging and patch from tedu@ ok dtucker@ "be careful" deraadt@ | |||
2013-07-22 | oops, forgot to commit corresponding header change; | Damien Miller | |
spotted by jsg and jasper | |||
2013-07-22 | make MAC key, data to be hashed and nonce for final hash const; | Damien Miller | |
checked with -Wcast-qual | |||
2013-07-20 | fix verification error in (as-yet usused) KRL signature checking path | Damien Miller | |
2013-07-20 | Add support for XMODEM-CRC and fix transfer initiation. Successfully | Christian Weisgerber | |
tested in CRC and checksum modes against a Soekris net6501. tweaks and ok nicm@ | |||
2013-07-20 | fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@ | Damien Miller | |
2013-07-20 | call cleanup_handler on SIGINT when in debug mode to ensure sockets | Damien Miller | |
are cleaned up on manual exit; bz#2120 | |||
2013-07-20 | More useful error message on missing current user in /etc/passwd | Damien Miller | |
2013-07-20 | use a union to ensure correct alignment; ok deraadt | Damien Miller | |
2013-07-19 | add ssh-agent(1) support to sshd(8); allows encrypted hostkeys, | Markus Friedl | |
or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974 ok djm@ | |||
2013-07-18 | There is no uvm_km_pages_free in our kernel anymore. The corresponding | Alexander Bluhm | |
lines in dopool_sysctl() have been removed from vmstat.c revision 1.116. Remove uvm_km_pages_free from dopool_kvm() to allow analysing a core dump. OK guenther@ miod@ | |||
2013-07-18 | document the :c selectors; from Sunil Nimmagadda | Jason McIntyre | |
2013-07-18 | be more exact wrt perms for ~/.ssh/config; bz#2078 | Damien Miller | |
2013-07-16 | Add missing .An and .Mt macros. | Ingo Schwarze | |
While here, add nicer line breaks as well. ok jmc@ | |||
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre | |
from Jan Stary | |||
2013-07-16 | "-" is not an option - it is an argument to -f; whilst here, use Sq | Jason McIntyre | |
instead of Dq for "-"; from Jan Stary | |||
2013-07-16 | Tighten the pattern for matching ioctl definitions in header files and | Philip Guenther | |
recognize the PTMGET ioctl() ok millert@ (earlier version ok otto@) | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze | |
consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@. | |||
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | |
As with any low-level roff request involving subtle interactions with macro internals, this implementation is not exact, but it does handle the simplest cases. This request occurs in man(7) code generated from DocBook, for example mysql(1) and yasm_arch(7). Thanks to brad@ for reporting the issue back in January 2011. | |||
2013-07-12 | Simple partial sync to bsd.lv: | Ingo Schwarze | |
* Without arguments, show the usage line and EXIT_FAILURE. * Resolve some gratuitious differences (order, parantheses, white space, etc). | |||
2013-07-12 | Make next-word-end work properly with vi(1) keys, reported by patrick | Nicholas Marriott | |
keshishian. | |||
2013-07-12 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ | Damien Miller | |
2013-07-12 | do_print_resource_record() can never be called with a NULL filename, so | Damien Miller | |
don't attempt (and bungle) asking for one if it has not been specified bz#2127 ok dtucker@ | |||
2013-07-12 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when | Damien Miller | |
errno == 0. Avoids confusing error message in some broken resolver cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker | |||
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller | |
2013-07-11 | Bring file selection in accordance with the man page; from Stefan Esser | Otto Moerbeek | |
ok millert@ | |||
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck | |
will come back soon. ok deraadt@ |