Age | Commit message (Expand) | Author |
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 |
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 |
2009-07-16 | Clean up after X. | Mark Kettenis |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat |
2009-07-16 | ServerTokens default is ProductOnly; | Jason McIntyre |
2009-07-16 | fix word order; | Jason McIntyre |
2009-07-16 | Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong | Nicholas Marriott |
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson |
2009-07-15 | now that set print is in one place; it is possible to suppress var | Martynas Venckus |
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 |
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 |
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 |
2009-07-15 | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can | Miod Vallat |
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 |
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 |
2009-07-15 | Add a -k flag to unlink-window which makes it behave the same as the old | Nicholas Marriott |
2009-07-15 | The man page says that kill-window removes the window entirely, unlinking it | Nicholas Marriott |
2009-07-15 | must include <sys/types.h> before including <login_cap.h> or <bsd_auth.h>; | Ingo Schwarze |
2009-07-15 | Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit | Nicholas Marriott |
2009-07-14 | Add a couple of missing ';;'s in case statements. Both are just | Kenneth R Westerback |
2009-07-14 | Add main-pane-height to the options list (was missed before). | Nicholas Marriott |
2009-07-14 | For some reason when clearing status/message it was redrawing the entire client | Nicholas Marriott |
2009-07-14 | Instead of faking up a status line in status_redraw, use the same code to | Nicholas Marriott |
2009-07-14 | Silence ``invalid NVRAM header'' message if the NVRAM header is three zero | Miod Vallat |
2009-07-14 | Kill structs and ioctls that were never implemented. | Mark Kettenis |
2009-07-14 | use static for inline so compilers with c99 inline semantics | Jonathan Gray |
2009-07-14 | unveil that time(1) accepts optional arguments for the utility operand, | Igor Sobrado |
2009-07-14 | mention display.brightness explicitly; | Jason McIntyre |
2009-07-14 | Don't accept input to a window if it not visible. | Nicholas Marriott |
2009-07-14 | don't give people any ideas. nfssvc(2) should not be used | Thordur I. Bjornsson |
2009-07-14 | Don't specify mode(SI) attribute for __EH_FRAME_END__ as we have | Jonathan Gray |
2009-07-14 | The scroll region cannot be one line only, ignore attempts to make it so. | Nicholas Marriott |
2009-07-14 | don't use both extern and static decls for a variable. | Jonathan Gray |
2009-07-14 | Display driver for GTA01, (not freerunner). | Dale Rahn |
2009-07-14 | Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file. | Dale Rahn |
2009-07-14 | Get rid of the PANE_HIDDEN flag in favour of a function, and moving the | Nicholas Marriott |
2009-07-14 | Need time.h not sys/time.h for time(2). | Nicholas Marriott |
2009-07-14 | Add backspace key to named keys. | Nicholas Marriott |
2009-07-14 | Since tmux doesn't actually need ncurses, use -lcurses/curses.h | Nicholas Marriott |
2009-07-14 | after some discussion with others, use an en-dash (\(en) instead of | Jason McIntyre |