Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-18 | The end of headers check that is used to determine where to insert our | Gilles Chehade | |
Delivered-To header was wrong and could eventually lead to smtpd adding it too early and making the remaining headers appear as body part to MUAs. issue reported by Mathieu Goessens <gebura@poolp.org> | |||
2009-08-18 | recursive transfer support for get/put and on the commandline | Damien Miller | |
work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@ | |||
2009-08-18 | Now that pane targets (-t) are supported, switch some commands to use them | Nicholas Marriott | |
where it makes sense: clock-mode, copy-mode, scroll-mode, send-keys, send-prefix. | |||
2009-08-18 | Tag a few missed printf-like functions and fix a missing "%s". | Nicholas Marriott | |
2009-08-18 | Pass show-buffer output through vis(3) as well, and wrap it to the edge of the | Nicholas Marriott | |
terminal when used from the command line. | |||
2009-08-18 | Change list-buffers to run the preview of the buffer through vis(1). | Nicholas Marriott | |
2009-08-18 | Use the full screen width when printing output rather than one less. | Nicholas Marriott | |
2009-08-18 | Nuke unnecessary assignment. | Nicholas Marriott | |
2009-08-18 | HEADS-UP: change the way sysmerge(8) runs by default. | Antoine Jacoutot | |
Remove the '-a' switch (auto-mode) and make this behaviour the default. Add a new '-d' switch to get former default (full diff) mode. General idea ok for several. man page improvements from jmc@ ok jim@ oga@ sobrado@ ok sthen@ "sane defaults++ :)" | |||
2009-08-18 | Add entry for ypldap.conf (may contain a password). | Antoine Jacoutot | |
ok pyr@ | |||
2009-08-18 | Add a "delete line" key when editing in the status line or the search up/down | Nicholas Marriott | |
prompt. C-u with emacs keys, d with vi. | |||
2009-08-18 | Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with | Nicholas Marriott | |
emacs keys, / and ? with vi; n repeats the search again with either key set. All searching wraps the top/bottom. Goto line is g for both emacs and vi. The search prompts don't have full line editing, just simple append and delete characters. Also sort the mode keys list in tmux.1. | |||
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski | |
from returning char* to int, last char* return removed as well (cleanup after deraadt@ commit, it compiles now) while there initialize hfspartend to some sane value (sync with macppc version) ok kettenis@ | |||
2009-08-17 | Document that explicitly unset WRKOBJDIR gives the old behaviour of | Stuart Henderson | |
putting ports work directories directly in the port directory. Requested by frantisek holop. Wording tweak from jim@, ok jmc@, pre-tweak version ok sobrado@. | |||
2009-08-17 | All callers of qli_get_fw_state() bzero the mbox memory, no need to do it | Miod Vallat | |
again with a wrong size. ok marco@ | |||
2009-08-17 | sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@ | Miod Vallat | |
2009-08-17 | allow midicat to take multiple -i and -o options | Alexandre Ratchov | |
2009-08-17 | if one or more MIDI devices are specified in server mode, subscribe | Alexandre Ratchov | |
them to the MIDI thru box | |||
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing | |
ok deraadt@ | |||
2009-08-17 | Update to tzdata2009l from elsie.nci.nih.gov | Todd C. Miller | |
2009-08-17 | document 'show all bufs' | Jasper Lievisse Adriaanse | |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse | |
ok beck@ thib@ | |||
2009-08-17 | initialize retry to zero; otherwise if firmware sends odd val16 | Martynas Venckus | |
from the very beginning; we might never retry. ok mglocker@ | |||
2009-08-17 | the null check makes more sense when it's done before deref | Martynas Venckus | |
ok marco@, jsing@ | |||
2009-08-17 | Don't try to move files that don't exist. | Antoine Jacoutot | |
2009-08-17 | also report routers and their host states in relayctl | Reyk Floeter | |
ok pyr@, jmc@ for man bits | |||
2009-08-17 | remove prototype of non-existent midi_get_hwif() | Alexandre Ratchov | |
suggested by jsg@ | |||
2009-08-17 | Switch several kerberos/afs tools from using using libreadline | Jonathan Gray | |
to libedit to prevent the resulting binaries from falling under the GPL. Prototypes are internally defined so no includes have to be changed. ok miod@ reyk@ "I very much approve" deraadt@ | |||
2009-08-17 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-08-16 | Add PubkeyAuthentication to the list allowed in a Match block (bz #1577) | Darren Tucker | |
2009-08-16 | Properly initialize the array setting auto-upgradable files. | Antoine Jacoutot | |
ok sthen@ | |||
2009-08-16 | remove use of BITS and BIT macros | Jonathan Gray | |
2009-08-16 | tweak a switch statement to appease lint | Jonathan Gray | |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray | |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray | |
usage of BITS(). There is a binary change due to the way these macros are further used in the MASK_AND_RSHIFT specifically for ATW_SR_RFTYPE_MASK and ATW_SR_BBPTYPE_MASK. | |||
2009-08-16 | parse "nameserver [host]:port" syntax in /etc/resolv.conf | Stefan Sperling | |
ok deraadt@ | |||
2009-08-16 | remove prototypes of a bunch of functions that had their implementations | Jonathan Gray | |
removed in pfsync v5. | |||
2009-08-16 | remove moscom_get_status() as it not called or required. | Jonathan Gray | |
2009-08-16 | remove prototype for uark_open for which there is no implementation. | Jonathan Gray | |
2009-08-16 | Update to cope with new readdisklabel() return value. | Miod Vallat | |
2009-08-16 | replace ".Ar file ..." with ".Ar"; this macro does not need arguments either. | Igor Sobrado | |
2009-08-16 | modify timestamp handling to grab current time instead of relying on a | Marc Espie | |
stale timestamp. all those diffs sent to people ages ago, who didn't answer, except for Theo, who said he ran it with no issues, so let's get this in... | |||
2009-08-16 | use unsigned values where applicable | Marc Espie | |
2009-08-16 | remove useless comments | Marc Espie | |
2009-08-16 | write sensible error message | Marc Espie | |
2009-08-16 | avoid touching .PHONY targets, they don't exist. | Marc Espie | |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2009-08-16 | Do not have multiple va_end(). Ok miod@ + many more. | Anders Magnusson | |
2009-08-15 | remove unused define. markus@ ok. | Federico G. Schwindt | |
2009-08-15 | remove superfluous .Ar macro before ellipsis. | Igor Sobrado | |