summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2014-03-31Don't crash with a zero-length argument to setb, from J Raynor.Nicholas Marriott
2014-03-31In four byte UTF-8 sequences, only three bits of the first byte shouldNicholas Marriott
be used. Fix from Koga Osamu.
2014-03-31Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-03-31GRID_DEBUG is no longer needed.Nicholas Marriott
2014-03-31Remove unused log functions.Nicholas Marriott
2014-03-31Make message-limit a server option.Nicholas Marriott
2014-03-31Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.Nicholas Marriott
2014-03-31Add names for mouse button bits rather than using magic numbers, fromNicholas Marriott
Marcel Partap.
2014-03-31Use hex constants rather than shifts for mouse events and flags, pointedNicholas Marriott
out by Marcel Partap.
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
minor changes.
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,Nicholas Marriott
from madmaverick9 at roxxmail dot eu, similar diff a few days later from Marcel Partap.
2014-03-31Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-03-31Don't write into buffer if no arguments, reported by Filipe Rosset.Nicholas Marriott
2014-03-31Change secondary device attributes response to \033[>84;0;0c which isNicholas Marriott
unique for tmux.
2014-03-31Tidy up. No functional change.Mark Lumsden
2014-03-31if it looks like a variable, expands like a variable and resolves like aJasper Lievisse Adriaanse
variable, then it need not be a variable. add a way out the variable expansion loop when the returned value from the values hash looks like a variable. this resolves an issue where using --define-variable=libdir=${libdir} would create and infinite loop of looking up the value of libdir. such as triggered by the x11/gnome/empathy configure script. tested in a bulk build as well as builds of base and xenocara ok aja@
2014-03-31Allow more than one level of directories to be create viaMark Lumsden
make-directory again. ok florian@ jasper@
2014-03-31ssh has a target painted on it's back, so use -fstack-protector-allTheo de Raadt
dtucker mentioned that -portable does this
2014-03-31Remove a redundant assignment for slashp in findnonblank().Brian Callahan
Remove a redundant comment in the same place while here. Tweaks from lum@ ok florian@ lum@
2014-03-31Match GNU libtool and properly add -rpath to the linker when linkingAntoine Jacoutot
libraries. Until now we only did that for bin programs, but some libs can also depend on other libs which aren't in the standard search path. passed a full ports bulk (thanks jasper@) ok jasper@ sthen@
2014-03-31the text for the -K option was inserted in the wrong place in -r1.108;Jason McIntyre
fix From: Matthew Clarke
2014-03-31If HOST or the host argument starts with a /, treat it as a device nameNicholas Marriott
(so, for example, "cu /dev/cuaU0" will work).
2014-03-31Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)Nicholas Marriott
database or a description (for example "foo:dv=/dev/bar"). Add support for HOST which works as I thought REMOTE did. Manpage help from jmc@.
2014-03-31recognise the CONTEXT section. we consider it only applicable toDavid Gwynne
section 9 manpages for now. requested by schwartz@ pre 5.5 tweaks by jmc@ schwartz@ ok schwartz@
2014-03-30SNI support. ok guenther@ sthen@Jeremie Courreges-Anglas
2014-03-30Check the return value from SSL_CTX_set_cipher_list(), for consistency.Jeremie Courreges-Anglas
ok guenther@ sthen@
2014-03-30SSLeay_add_ssl_algorithms() is just a #define for SSL_library_init(), soJeremie Courreges-Anglas
kill the former. ok guenther@ sthen@
2014-03-30Support relative arguments to .ll (increase or decrease line length).Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
Found by naddy@ in the textproc/enchant(1) port. Of course, do not use this in new manuals.
2014-03-28Allow leading and trailing vertical lines,Ingo Schwarze
and format them in the same way as groff. While here, do not require whitespace before vertical lines in layout specifications. Issues found by bentley@ in mpv(1).
2014-03-28Properly initialize malloc(3)ed memory.Ingo Schwarze
With this bug fix, partly unitialized memory could sometimes be returned, sometimes causing crashes by bogus free(3)s in apropos(1).
2014-03-28let's talk about shitHenning Brauer
2014-03-28sync available and default algorithms, improve algorithm list formattingChristian Weisgerber
help from jmc@ and schwarze@, ok deraadt@
2014-03-27disable weak proposals in sshd, but keep them in ssh; ok djm@Markus Friedl
2014-03-27make this page less sendmail-centric; ok gillesJason McIntyre
2014-03-27Don't use nospace uninitialized in gotobop and gotoeop.Florian Obser
Problem noticed and diff from bcallah@. Slightly different fix by me. OK lum@, bcallah@
2014-03-27new-line -> newline;Jason McIntyre
not sure whether it's worth flattening the other few examples of this in our pages, but since it's used multiple times here without hyphen, at least keeps this page consistent;
2014-03-26Previously, C-t (transpose two chars) did not behave the same asMark Lumsden
Emacs. This diff makes mg behave more so. Though new-line characters are treated as any other. Difference from emacs observed and reported by deraadt@. First diff tested and ridiculed by deraadt@. Second diff not tested and not ridiculed by deraadt@ but at least email responded to.
2014-03-26Without bloating mandoc(1) itself, let mandocdb(8) support filesIngo Schwarze
called manN/X.N.gz and catN/X.0.gz, reading them through a pipe(2) from gunzip(1) -c. Asked for by various people in the past.
2014-03-26Improve error reporting.Ingo Schwarze
Simplify combining a custom format string with perror(), avoiding many manual calls to strerror(errno). For low-level failures, report attempted function calls. Do not abuse the say() filename argument for files outside the basedir, and even less for other text.
2014-03-26remove libwrap support. ok deraadt djm mfriedlTed Unangst
2014-03-26The current sharing of myproposal[] between both client and server codeTheo de Raadt
makes the previous diff highly unpallatable. We want to go in that direction for the server, but not for the client. Sigh. Brought up by naddy.
2014-03-26Add support for retrieving the line and speed from the /etc/remote dvNicholas Marriott
and br capabilities like tip(1). No other capabilities are supported. Also handle REMOTE in the environment as either a separate remote(5) file or a host. Discussed with and approval from several, man page help from schwarze@.
2014-03-26use __bounded(...) attribute recently added to sys/cdefs.h instead ofDamien Miller
longform __attribute__(__bounded(...)); for brevity and a warning free compilation with llvm/clan
2014-03-25Remove file2c. Nothing in the tree uses it and hexdump works asTodd C. Miller
well for most use cases. OK deraadt@, espie@, gsoares@
2014-03-25trimm default proposals.Markus Friedl
This commit removes the weaker pre-SHA2 hashes, the broken ciphers (arcfour), and the broken modes (CBC) from the default configuration (the patch only changes the default, all the modes are still available for the config files). ok djm@, reminded by tedu@ & naddy@ and discussed with many
2014-03-24sf@ pointed out that the -B flag is already in use by apache'sFlorian Obser
htpasswd (since version 2.4); change it to -I. The -B flag was not in use for a long time so this change should not cause too much trouble. OK sf@, jmc@ no objections from sthen@ "kein problem damit" benno@
2014-03-24tcpd parts went awayTheo de Raadt
2014-03-24- add an EXIT STATUS sectionJason McIntyre
- more consistent STANDARDS blurb - -nosplit in AUTHORS ok stsp