summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-07-15Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitNicholas Marriott
2009-07-14Add a couple of missing ';;'s in case statements. Both are justKenneth R Westerback
2009-07-14Add main-pane-height to the options list (was missed before).Nicholas Marriott
2009-07-14For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott
2009-07-14Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-14Silence ``invalid NVRAM header'' message if the NVRAM header is three zeroMiod Vallat
2009-07-14Kill structs and ioctls that were never implemented.Mark Kettenis
2009-07-14use static for inline so compilers with c99 inline semanticsJonathan Gray
2009-07-14unveil that time(1) accepts optional arguments for the utility operand,Igor Sobrado
2009-07-14mention display.brightness explicitly;Jason McIntyre
2009-07-14Don't accept input to a window if it not visible.Nicholas Marriott
2009-07-14don't give people any ideas. nfssvc(2) should not be usedThordur I. Bjornsson
2009-07-14Don't specify mode(SI) attribute for __EH_FRAME_END__ as we haveJonathan Gray
2009-07-14The scroll region cannot be one line only, ignore attempts to make it so.Nicholas Marriott
2009-07-14don't use both extern and static decls for a variable.Jonathan Gray
2009-07-14Display driver for GTA01, (not freerunner).Dale Rahn
2009-07-14Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file.Dale Rahn
2009-07-14Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-07-14Need time.h not sys/time.h for time(2).Nicholas Marriott
2009-07-14Add backspace key to named keys.Nicholas Marriott
2009-07-14Since tmux doesn't actually need ncurses, use -lcurses/curses.hNicholas Marriott
2009-07-14after some discussion with others, use an en-dash (\(en) instead ofJason McIntyre
2009-07-14remove some false whitespace before commas;Jason McIntyre
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-07-13Load symbol address with dla, not la; good thing userland is still limitedMiod Vallat
2009-07-13Extend xbridge to support shared interrupt handlers, and perform PCI-PCIMiod Vallat
2009-07-13zap trailing whitespace;Jason McIntyre
2009-07-13Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) inMark Kettenis
2009-07-13Add a somewhat minimal bus_dma(9) implementation. Only fully implemented forMark Kettenis
2009-07-13Get rid of the token bucket filter.Michele Marchetto
2009-07-13Token bucket filter has been killed.Michele Marchetto
2009-07-13Get rid of the multipath code, as it is not needed.Michele Marchetto
2009-07-13If there are no downstream members for a particular prefix, send a pruneMichele Marchetto
2009-07-13Expand leading tildes in arguments, from Tiage Cunha.Nicholas Marriott
2009-07-13copy-mode and scroll-mode have a -u flag missing from usage, add it.Nicholas Marriott
2009-07-13Tidy up and improve target (-t) argument parsing:Nicholas Marriott
2009-07-13Do the same rdomain checking in sppp as we do in the Ethernet case.Claudio Jeker
2009-07-13clarify the last entry in BUGS somewhat, since not all mp machinesJason McIntyre
2009-07-13Make the callers of nfs_request() responsible for freeing the reply mbuf,Thordur I. Bjornsson
2009-07-13dont initialise ifp->if_snd.ifq_maxlen, and then follow it byDavid Gwynne
2009-07-13make the send queue one slot long. this forces packets off the virtualDavid Gwynne
2009-07-13Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott
2009-07-13syncMiod Vallat