Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-08 | - pretend we're 0.26. there were no changes in 0.26 that | Jasper Lievisse Adriaanse | |
would remotely apply to us | |||
2011-07-08 | clean up .HP, .IP, .TP, .nf, and \c handling in -T[x]html; | Ingo Schwarze | |
from kristaps@ | |||
2011-07-08 | simplify: there's really no need for extra code to reorder | Ingo Schwarze | |
the hash chain or an extra function for checking matches; from kristaps@ | |||
2011-07-08 | flags[] should be initialized. From Thomas Adam. | Nicholas Marriott | |
2011-07-08 | Make confirm-before prompt customizable with -p option like | Nicholas Marriott | |
command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha. | |||
2011-07-08 | Fix a couple of comments. | Nicholas Marriott | |
2011-07-08 | add support for -o to only print the match. | Ted Unangst | |
reminded this was useful by ajcoutot | |||
2011-07-08 | hackathons are good to this file | Damien Miller | |
2011-07-07 | As .RS may nest and may contain embedded paragraphs, | Ingo Schwarze | |
keep a stack of left margins; this fixes e.g. lynx(1). While here, clean up some code in .TP HEAD; it can only have text children, anyway. From kristaps@. | |||
2011-07-07 | Fix a bogus "unknown macro" error reported in the pod2man(1) preamble: | Ingo Schwarze | |
- Actually let roff_parse() recognize ".\}" as a cond block end request. - Do not rewrite "\}" to the zero-width space "\&" because that prevents recognition of immediately preceding macros; use normal blanks instead. - To avoid a vertical spacing regression in pod2man(1) manuals, drop one vertical spacing request just before NAME. From kristaps@. | |||
2011-07-07 | spell leo sowerby's name correctly; from Jeff Ross | Jason McIntyre | |
2011-07-07 | Don't crash on non-native emuls; ok guenther@ | Otto Moerbeek | |
2011-07-07 | For man -a and -w, drop companion pages that are also in the path, | Ingo Schwarze | |
such that we don't display them twice. To be able to do that path check, we have to brace-expand the search path up front - of course, for -a and -w only, so it doesn't slow us down in the standard case. As a free bonus, let -wa print all the filenames without looking at the timestamps. In the past, -w implied -a, so that's not introducing any incompatibility. Issue originally reported and fix OK'd by guenther@, and deraadt@ agrees with the semantics. | |||
2011-07-07 | Set the default way to append the next node (sibling) before, not after | Ingo Schwarze | |
calling the post handler, such that it doesn't clobber specific decisions made in the post handler. Fixes a regression related to vertical spacing in nsd-xfer(8). Patch from kristaps@. | |||
2011-07-06 | bzero the agent address. the kernel was for a while very cranky about | Ted Unangst | |
these things. evne though that's fixed, always good to initialize memory. ok deraadt djm | |||
2011-07-06 | Replace the keyword expansion code with a faster, more readable version | Nicholas Marriott | |
which additionally also supports $Log$ and $Locker. Written by Joerg Sonnenberger and tweaked by me. ok ray | |||
2011-07-06 | add a couple of fields needed for buffer flipping, and change systat to | Bob Beck | |
show useful info in systat io instead of goo | |||
2011-07-05 | When both a formatted and an unformatted version of the same manual page | Ingo Schwarze | |
are available in the same tree, only show the newer of the two. So far, this only handles the case without -a; i need to look at the case with -a next. | |||
2011-07-05 | Add so_idletv to netstat -vP pcb-address output. | Alexander Bluhm | |
ok mikeb@ | |||
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze | |
- mdoc(7): fix an assertion if the first line after .Bd -column starts with a blank, and some simplifications in mdoc_argv.c - man(7): literal mode ends at .SH and .SS (bug reported by naddy@) - allow .RS/.RE blocks to nest (bug reported by dcoppa@ and gsoares@) - improve vertical spacing of man(7) blocks - roff(7): clear user-defined strings when starting a new file - correct ID tags in -T[x]html | |||
2011-07-04 | remove compat_svr4 | Ted Unangst | |
2011-07-04 | Nuke a load of trailing whitespace; no binary change. | Nicholas Marriott | |
2011-07-04 | Support "show ip bgp peer-as" in bgplg. | Claudio Jeker | |
Diff by Matthias Cramer from swissix.ch | |||
2011-07-04 | Show full targets for lsp/lsw -a. | Nicholas Marriott | |
2011-07-04 | Use screen_reinit for respawn-pane to keep history and call input_init | Nicholas Marriott | |
for respawn-window to break out of waiting for DCS/OSC to finish. | |||
2011-07-04 | Big restructuring of the main switch making it much more readable. | Otto Moerbeek | |
Also, handle offset_t (long long) args and padding in a consistent manner. ok deraadt@ | |||
2011-07-04 | Change the list-keys format so that it shows the keys using actual tmux | Nicholas Marriott | |
commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me. | |||
2011-07-03 | Add an option to trigger the terminal bell when there is an alert, from | Nicholas Marriott | |
Marco Beck. | |||
2011-07-03 | Include the existing window and session name in the prompt when renaming | Nicholas Marriott | |
and add a new key binding ($) for rename session. From Tiago Cunha. | |||
2011-07-03 | Update floating-point format specifier checks; the situation has | Martynas Venckus | |
gotten better. %E, %F, %G are OK to use. Also recognize %a, %A. | |||
2011-07-02 | Allow the initial context on prompts to be set with the new -I option to | Nicholas Marriott | |
command-prompt. From Tiago Cunha. | |||
2011-06-30 | switch to license in /usr/share/misc/license.template | Alexandre Ratchov | |
2011-06-29 | make -u flag per-device similarly to -a and -w | Alexandre Ratchov | |
2011-06-27 | for mount_ntfs, fix an error in previous; for tr, fix an error of the | Jason McIntyre | |
same variety... | |||
2011-06-27 | remove two forgotten debug printf()s | Alexandre Ratchov | |
2011-06-27 | Display the CPU usage when -ddddd is used, ie the time spent on | Alexandre Ratchov | |
calculations compared to the time spend on sleeping in poll(). | |||
2011-06-27 | expose audio client names through sysex messages, this way any | Alexandre Ratchov | |
midi client could determine which volume knob corresponds to which client. Such sysex messages are ignored by hardware or software that don't understand them | |||
2011-06-27 | PANE_FREEZE doesn't do anything anymore, so remove it. | Nicholas Marriott | |
2011-06-26 | no mcd | Ted Unangst | |
2011-06-25 | DESTDIR handling does not belong here. This is built live. | Theo de Raadt | |
ok otto | |||
2011-06-25 | some improvements from Cl??ment B??sch; ok tedu | Jason McIntyre | |
2011-06-25 | add CAVEATS section explaining some of the differences between this | Jasper Lievisse Adriaanse | |
and the fd.o implementation feedback/ok jmc@ | |||
2011-06-23 | ignore EINTR errors from poll() | Damien Miller | |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-06-23 | Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't exist | Matthew Dempsky | |
anymore. Noticed by and ok claudio@ | |||
2011-06-23 | Add a couple of extra xterm-style keys that gnome terminal provides, | Nicholas Marriott | |
from Dustin Kirkland. | |||
2011-06-23 | rename sandbox.h => ssh-sandbox.h to make things easier for portable | Damien Miller | |
2011-06-22 | $OpenBSD$ makers | Damien Miller | |
2011-06-22 | hook up a channel confirm callback to warn the user then requested X11 | Damien Miller | |
forwarding was refused by the server; ok markus@ | |||
2011-06-22 | introduce sandboxing of the pre-auth privsep child using systrace(4). | Damien Miller | |
This introduces a new "UsePrivilegeSeparation=sandbox" option for sshd_config that applies mandatory restrictions on the syscalls the privsep child can perform. This prevents a compromised privsep child from being used to attack other hosts (by opening sockets and proxying) or probing local kernel attack surface. The sandbox is implemented using systrace(4) in unsupervised "fast-path" mode, where a list of permitted syscalls is supplied. Any syscall not on the list results in SIGKILL being sent to the privsep child. Note that this requires a kernel with the new SYSTR_POLICY_KILL option. UsePrivilegeSeparation=sandbox will become the default in the future so please start testing it now. feedback dtucker@; ok markus@ |