summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
matching ksh's relatively recent change.
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien 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-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
commands without arguments) to ensure consistent behaviour
2013-08-08Implement 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-08add a "-l" flag for the rename command to force it to use the sillyDamien 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-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
canonicalise the target path. bz#2129 report from delphij AT freebsd.org
2013-08-07sort -a;Jason McIntyre
2013-08-07document the errors in terms of the actual calls made (mkdtemp/mktemp,Theo de Raadt
vs mkdir/open) ok jmc
2013-08-06add cast to avoid format warning; from portableDamien Miller
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller
2013-08-06fix some whitespace at EOLDamien Miller
make list of commands an enum rather than a long list of defines add -a to usage()
2013-08-06Move the check for template length added in r1.16 outside the !tflagLandry Breuil
block so that the friendly error message is also shown in the -t case instead of EINVAL. ok millert@ deraadt@
2013-08-06Remove 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-06Switch vax to gcc 3.3.6.Miod Vallat
2013-08-05After a leading blank on an output line, the first word was counted twiceIngo 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-05Put .%C before .%D in .Rs outputIngo 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-05update currency exchange rates;Jason McIntyre
2013-08-05use %C for the Rs/Re block: mandoc already supports it, and ingoJason McIntyre
has successfully got groff to integrate it; From: Daniel Dickman
2013-07-28Build awk with -O1 on m88k for now; when built -O2, it would sporadicallyMiod Vallat
exit early blaming a spurious '}' in the first few lines of input, but only on 88100-based systems.
2013-07-25openssh-6.3 for releaseDamien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ "Just be careful" deraadt@
2013-07-25daemonise backgrounded (ControlPersist'ed) multiplexing master to ensureDamien Miller
it is fully detached from its controlling terminal. based on debugging and patch from tedu@ ok dtucker@ "be careful" deraadt@
2013-07-22oops, forgot to commit corresponding header change;Damien Miller
spotted by jsg and jasper
2013-07-22make MAC key, data to be hashed and nonce for final hash const;Damien Miller
checked with -Wcast-qual
2013-07-20fix verification error in (as-yet usused) KRL signature checking pathDamien Miller
2013-07-20Add support for XMODEM-CRC and fix transfer initiation. SuccessfullyChristian Weisgerber
tested in CRC and checksum modes against a Soekris net6501. tweaks and ok nicm@
2013-07-20fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@Damien Miller
2013-07-20call cleanup_handler on SIGINT when in debug mode to ensure socketsDamien Miller
are cleaned up on manual exit; bz#2120
2013-07-20More useful error message on missing current user in /etc/passwdDamien Miller
2013-07-20use a union to ensure correct alignment; ok deraadtDamien Miller
2013-07-19add 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-18There is no uvm_km_pages_free in our kernel anymore. The correspondingAlexander 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-18document the :c selectors; from Sunil NimmagaddaJason McIntyre
2013-07-18be more exact wrt perms for ~/.ssh/config; bz#2078Damien Miller
2013-07-16Add missing .An and .Mt macros.Ingo Schwarze
While here, add nicer line breaks as well. ok jmc@
2013-07-16where "-" 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 SqJason McIntyre
instead of Dq for "-"; from Jan Stary
2013-07-16Tighten the pattern for matching ioctl definitions in header files andPhilip Guenther
recognize the PTMGET ioctl() ok millert@ (earlier version ok otto@)
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-07-13For 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-13Rudimentary 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-12Simple 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-12Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott
keshishian.
2013-07-12set TCP nodelay for connections started with -N; bz#2124 ok dtucker@Damien Miller
2013-07-12do_print_resource_record() can never be called with a NULL filename, soDamien Miller
don't attempt (and bungle) asking for one if it has not been specified bz#2127 ok dtucker@
2013-07-12in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM whenDamien Miller
errno == 0. Avoids confusing error message in some broken resolver cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker
2013-07-12fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@Damien Miller
2013-07-11Bring file selection in accordance with the man page; from Stefan EsserOtto Moerbeek
ok millert@
2013-07-09back out the cache flipper temporarily to work out of tree.Bob Beck
will come back soon. ok deraadt@