Age | Commit message (Expand) | Author |
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 |
2009-07-14 | remove some false whitespace before commas; | Jason McIntyre |
2009-07-13 | Having fixed flags for single-character getopt options is a bit hard to | Nicholas Marriott |
2009-07-13 | Load symbol address with dla, not la; good thing userland is still limited | Miod Vallat |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-13 | zap trailing whitespace; | Jason McIntyre |
2009-07-13 | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in | Mark Kettenis |
2009-07-13 | Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for | Mark Kettenis |
2009-07-13 | Get rid of the token bucket filter. | Michele Marchetto |
2009-07-13 | Token bucket filter has been killed. | Michele Marchetto |
2009-07-13 | Get rid of the multipath code, as it is not needed. | Michele Marchetto |
2009-07-13 | If there are no downstream members for a particular prefix, send a prune | Michele Marchetto |
2009-07-13 | Expand leading tildes in arguments, from Tiage Cunha. | Nicholas Marriott |
2009-07-13 | copy-mode and scroll-mode have a -u flag missing from usage, add it. | Nicholas Marriott |
2009-07-13 | Tidy up and improve target (-t) argument parsing: | Nicholas Marriott |
2009-07-13 | Do the same rdomain checking in sppp as we do in the Ethernet case. | Claudio Jeker |
2009-07-13 | clarify the last entry in BUGS somewhat, since not all mp machines | Jason McIntyre |
2009-07-13 | Make the callers of nfs_request() responsible for freeing the reply mbuf, | Thordur I. Bjornsson |
2009-07-13 | dont initialise ifp->if_snd.ifq_maxlen, and then follow it by | David Gwynne |
2009-07-13 | make the send queue one slot long. this forces packets off the virtual | David Gwynne |
2009-07-13 | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott |
2009-07-13 | sync | Miod Vallat |