summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-18restore -S as toggle;Jason McIntyre
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-17Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
2009-07-17Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pciMiod Vallat
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-17When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
2009-07-17be more careful with parsing format string. we can't do multipleMartynas Venckus
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott
2009-07-17revert 1.38: naddy looked closer at the output and some of the sections don't...Ted Unangst
2009-07-17Remove a duplicate key binding, and turn off autorepeat for up/down as it isNicholas Marriott
2009-07-17If -u is specified or UTF-8 is otherwise detected when the server is started,Nicholas Marriott
2009-07-17Initialize a variable that was previously using a mystery value inBret Lambert
2009-07-17Correcly mark as 'R' ripd(8) inserted routes evenMichele Marchetto
2009-07-17Edimax EW-7711UTn works ;)Jason McIntyre
2009-07-17Revert a not-thoroughly tested change part of a larger work in progress diff,Miod Vallat
2009-07-17Oops, it is always a good idea to get arguments the right way round.Nicholas Marriott
2009-07-17A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott
2009-07-17Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott
2009-07-16Remove some duplicate code that was causing the status line to be redrawn evenNicholas Marriott
2009-07-16make the inet6 output a little more like everything else.Ted Unangst
2009-07-16Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c;Thordur I. Bjornsson
2009-07-16Fix arguments to switch-client.Nicholas Marriott
2009-07-16use argument name for -T consistently in synopsis and description.Igor Sobrado
2009-07-16Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops.Miod Vallat
2009-07-16KNFMichael Knudsen
2009-07-16Clean up after X.Mark Kettenis
2009-07-16Make the PCI-PCI bridge initialization code bus-independent, relying on aMiod Vallat
2009-07-16Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4)Miod Vallat
2009-07-16ServerTokens default is ProductOnly;Jason McIntyre
2009-07-16fix word order;Jason McIntyre
2009-07-16Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrongNicholas Marriott
2009-07-16- Add missing tick handler calling mii_tick().Stuart Henderson
2009-07-15now that set print is in one place; it is possible to suppress varMartynas Venckus
2009-07-15missing va_end in aml_seterror; ok marco@Martynas Venckus
2009-07-15In sdmmc_intr_establish(), don't duplicate the `name' parameter.Michael Knudsen
2009-07-15missing va_end in bios_printf & dioopen. ok miod@Martynas Venckus
2009-07-15for rw query and print value that has actually been set in theMartynas Venckus
2009-07-15round, roundf, trunc, truncf for hppa; ok kettenis@Martynas Venckus
2009-07-15Removes the magic bit from re_init() and moves the commonChristian Weisgerber
2009-07-15Check db_recover for NULL before longjmp(db_recover) in db_error(), as it canMiod Vallat
2009-07-15Sync PCI scsi controllers; from Brad.Miod Vallat
2009-07-15Make status_message_set a variadic printf-like function. No functional change -Nicholas Marriott
2009-07-15print interrupt string like com at puc doesTheo de Raadt
2009-07-15Return -1 not NULL on error, pointed out by Roy Marples.Nicholas Marriott
2009-07-15regenMark Kettenis
2009-07-15Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define forMark Kettenis
2009-07-15Add a -k flag to unlink-window which makes it behave the same as the oldNicholas Marriott
2009-07-15The man page says that kill-window removes the window entirely, unlinking itNicholas Marriott
2009-07-15must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>;Ingo Schwarze