Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-18 | restore -S as toggle; | Jason McIntyre | |
from Mark Lumsden ok oga | |||
2009-07-17 | Cleaned up parsing of While loops; iterative If statement | Jordan Hargrave | |
ok marco@ | |||
2009-07-17 | Make it so using kill-pane to destroy the last pane in a window destroys the | Nicholas Marriott | |
window instead of being an error. | |||
2009-07-17 | Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pci | Miod Vallat | |
work on systems with xbridge. | |||
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott | |
status line (bound to "i" and displays the current window and time by default). The same substitutions are applied as for status-left/right. - Add support for including the window index (#I), pane index (#P) and window name (#W) in the message, and status-left or status-right. - Bump protocol version. From Tiago Cunha, thanks! | |||
2009-07-17 | When resizing a screen smaller in alternate screen mode, all the lines needed | Nicholas Marriott | |
could be consumed by deleting from the bottom, leaving none to be removed from the top. In this case, don't call grid_view_delete_lines with ny of 0 as this is incorrect and causes a bounds check to fatal error if built with -DDEBUG. | |||
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat | |
where the common part to all bus_dmamap_load*() functions is implemented in in an internal load_buffer routine. This allows the xbridge-specific dma code to only provide this function, instead of three; and this also brings us a working bus_dmamap_load_uio() on all supported sgi machines, which in turns make crpyto(4) devices really work. Tested with hifn(4). | |||
2009-07-17 | be more careful with parsing format string. we can't do multiple | Martynas Venckus | |
widths or precisions. fixes crash reported by Maksymilian Arciemowicz, where printf(3) took more args from stack than printf(1) passed it. behavior consistent with linucses and ieee 1003.1-2001. ok millert@, otto@ | |||
2009-07-17 | Tidy up new-session and attach-session and change them to work from inside | Nicholas Marriott | |
tmux, switching the current client to the new or requested session. Written with Josh Elsasser. | |||
2009-07-17 | revert 1.38: naddy looked closer at the output and some of the sections ↵ | Ted Unangst | |
don't make sense without the headers anymore | |||
2009-07-17 | Remove a duplicate key binding, and turn off autorepeat for up/down as it is | Nicholas Marriott | |
kind of annoying by default. | |||
2009-07-17 | If -u is specified or UTF-8 is otherwise detected when the server is started, | Nicholas Marriott | |
enable the utf8 and status-utf8 optons. While here, note in the man page that the server is started with the first session and exits when none remain. | |||
2009-07-17 | Initialize a variable that was previously using a mystery value in | Bret Lambert | |
some error cases ok thib@ | |||
2009-07-17 | Correcly mark as 'R' ripd(8) inserted routes even | Michele Marchetto | |
if they have been modified by ldpd(8). Spotted by Rolf Sommerhalder | |||
2009-07-17 | Edimax EW-7711UTn works ;) | Jason McIntyre | |
2009-07-17 | Revert a not-thoroughly tested change part of a larger work in progress diff, | Miod Vallat | |
which crept in the previous commit. | |||
2009-07-17 | Oops, it is always a good idea to get arguments the right way round. | Nicholas Marriott | |
2009-07-17 | A similar for fix for window_choose: don't rely on the callback always being | Nicholas Marriott | |
called to free data, have a separate free callback and call it from the mode cleanup code. | |||
2009-07-17 | Memory could be leaked if a second prompt or message appeared while another was | Nicholas Marriott | |
still present, so add a separate prompt free callback and make the _clear function responsible for calling it if necessary (rather than the individual prompt callbacks). Also make both messages and prompts clear any existing when a new is set. In addition, the screen could be modified while the prompt is there, restore the redraw-entire-screen behaviour on prompt clear; add a comment as a reminder. | |||
2009-07-16 | Remove some duplicate code that was causing the status line to be redrawn even | Nicholas Marriott | |
when it hadn't changed. | |||
2009-07-16 | make the inet6 output a little more like everything else. | Ted Unangst | |
ok deraadt + a small fix from damien | |||
2009-07-16 | Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c; | Thordur I. Bjornsson | |
Changes in those revision limited the send queue to one slot. This breaks NFS over vlan(4) has discovered by sthen@. "just plain back it out." deraadt@ | |||
2009-07-16 | Fix arguments to switch-client. | Nicholas Marriott | |
2009-07-16 | use argument name for -T consistently in synopsis and description. | Igor Sobrado | |
ok jmc@ | |||
2009-07-16 | Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops. | Miod Vallat | |
2009-07-16 | KNF | Michael Knudsen | |
ok sthen | |||
2009-07-16 | Clean up after X. | Mark Kettenis | |
help & ok miod@ | |||
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat | |
per-pci_chipset_t function to perform actual resource allocation. Add the necessary bits to macepcibr(4), and enable ppb(4) on O2 kernels now. Joint effort with kettenis@ | |||
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat | |
configuration register; this allows the driver to select ultra speed, which this particular hardware supports. From Linux, ok kettenis@ | |||
2009-07-16 | ServerTokens default is ProductOnly; | Jason McIntyre | |
from Tim van der Molen ok henning | |||
2009-07-16 | fix word order; | Jason McIntyre | |
from gb, documentation/6191 | |||
2009-07-16 | Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong | Nicholas Marriott | |
place when copying UTF-8 data. Found by Dan Colish. | |||
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson | |
- Stop hmestop() from fiddling with the flags directly and calls mii_down() instead. From Brad, tested by nick@. | |||
2009-07-15 | now that set print is in one place; it is possible to suppress var | Martynas Venckus | |
making n flag work as expected for set. ok miod@ | |||
2009-07-15 | missing va_end in aml_seterror; ok marco@ | Martynas Venckus | |
2009-07-15 | In sdmmc_intr_establish(), don't duplicate the `name' parameter. | Michael Knudsen | |
Instead, just use the pointer, and don't free the pointer during sdmmc_intr_disestablish(). ok miod. | |||
2009-07-15 | missing va_end in bios_printf & dioopen. ok miod@ | Martynas Venckus | |
2009-07-15 | for rw query and print value that has actually been set in the | Martynas Venckus | |
similar way that mixerctl does. so that info for setting things like brightness makes sense (since we scale, like, 8 values to per-cent). also, it consistifies get/put, shrinks code since we don't need to do that in every single 'driver'. ok miod@ | |||
2009-07-15 | round, roundf, trunc, truncf for hppa; ok kettenis@ | Martynas Venckus | |
2009-07-15 | Removes the magic bit from re_init() and moves the common | Christian Weisgerber | |
flag to the top. No change with the actual cplus mode register setting being used with the controllers. From brad@ | |||
2009-07-15 | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can | Miod Vallat | |
be NULL on panic. Of course, panic usually never produce enough output to hit db_more(), except when it's cold and we run an automatic traceback; aborting the traceback with `q' would then lead to undefined behaviour. | |||
2009-07-15 | Sync PCI scsi controllers; from Brad. | Miod Vallat | |
2009-07-15 | Make status_message_set a variadic printf-like function. No functional change - | Nicholas Marriott | |
helpful for a couple of things coming soon. | |||
2009-07-15 | print interrupt string like com at puc does | Theo de Raadt | |
2009-07-15 | Return -1 not NULL on error, pointed out by Roy Marples. | Nicholas Marriott | |
2009-07-15 | regen | Mark Kettenis | |
2009-07-15 | Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define for | Mark Kettenis | |
consistency). | |||
2009-07-15 | Add a -k flag to unlink-window which makes it behave the same as the old | Nicholas Marriott | |
kill-window - if a window is linked into only one session it unlinked and destroyed. | |||
2009-07-15 | The man page says that kill-window removes the window entirely, unlinking it | Nicholas Marriott | |
from any sessions. In fact the implementation only affected the current session, making it the same as unlink-window but destroying the window if it was linked into only one session (unlinkw gives an error). Change the behaviour to match what it documented and was originally intended. | |||
2009-07-15 | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; | Ingo Schwarze | |
noticed by joao <salvatti at gmail dot com> on tech@; feedback and ok kettenis@ deraadt@ and reminded by jmc@ |