summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-11prepare for full UpdateSet (loop over newer)Marc Espie
2009-10-11Minor cleanup run, no functional changes;Marcus Glocker
2009-10-11fix arguments orderMarc Espie
2009-10-11Enable kbd on landisk and socppc. -moj ok miod@Mats O Jansson
2009-10-11don't copy digital sig over when it makes no sense...Marc Espie
2009-10-11store localbase in solver, in preparation to multiple handles.Marc Espie
2009-10-11use older_namesMarc Espie
2009-10-11overlay extract/delete/install messages, for shorter reports in normal modeMarc Espie
2009-10-11store installed packages in a hash, since we have simple keys for that.Marc Espie
2009-10-11move a bit of code around, update (C)Marc Espie
2009-10-11d_type isn't portable so use lstat to get dirent modes. Suggested by andDarren Tucker
2009-10-11Set the current window pointer to NULL when killing a winlink that is to beNicholas Marriott
2009-10-11Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.Stuart Henderson
2009-10-11Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott
2009-10-11Convert if-shell over to the background job framework as well.Nicholas Marriott
2009-10-11Remove a debugging leftover and add copyright.Nicholas Marriott
2009-10-11Switch run-shell over to queue the command in the background like #().Nicholas Marriott
2009-10-11Support manpages with NAME written in Spanish/Italian/PortugueseStuart Henderson
2009-10-11There isn't much point in having a free function if it isn't used.Nicholas Marriott
2009-10-11Collect status from dead jobs and don't invoke the callback until bothNicholas Marriott
2009-10-11Clean up by introducing a wrapper struct for mouse clicks rather than passingNicholas Marriott
2009-10-11* define a constant for the specification defined maximum number ofJacob Meuser
2009-10-11let page requests sleep instead of polling for completion. not used justDavid Gwynne
2009-10-11* start all "initialization failure" messages with lowercase letter.Jacob Meuser
2009-10-11Braek some bits out of server_fill_client() that aren't really related toNicholas Marriott
2009-10-11add support for ICH9 M V chipset, from brad.Dariusz Swiderski
2009-10-11this driver doesn't yet support HDMI codecs enough for them to beJacob Meuser
2009-10-10The YP protocol permits any string to be at least as long asRobert Nagy
2009-10-10fix mbuf leak in rtinit()Dariusz Swiderski
2009-10-10Simplify interrupt address programming to avoid the need to act differentlyMiod Vallat
2009-10-10Add extra com@iof stanzas to have the first IOC4 card attach com0-3, insteadMiod Vallat
2009-10-10Locators for extra IOC3 cards.Miod Vallat
2009-10-10More details about the dreaded netaddr environment variable for networkMiod Vallat
2009-10-10Put all jobs on a global all_jobs list and use that in server.c instead ofNicholas Marriott
2009-10-10Fix a quoting typo in commentsMiod Vallat
2009-10-10rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@Otto Moerbeek
2009-10-10-scroll mode which is dead.Nicholas Marriott
2009-10-10Split list-panes off from list-windows.Nicholas Marriott
2009-10-10Accept key and mouse input for keys in zombified windows if they are in a mode..Nicholas Marriott
2009-10-10When a window is zombified and automatic-rename is on, append [dead] to theNicholas Marriott
2009-10-10Rather than running status-left, status-right and window title #() with popenNicholas Marriott
2009-10-10New option, mouse-select-pane. If on, the mouse may be used to select theNicholas Marriott
2009-10-10don't use a references to the device file to check the current modeAlexandre Ratchov
2009-10-10make dev_done() common to audio and MIDI, and drop dev_thrudone()Alexandre Ratchov
2009-10-10use dev_done() for loopback devices too and remove dev_loopdone()Alexandre Ratchov
2009-10-10when setting parameters of sun devices, check that selected encodingAlexandre Ratchov
2009-10-10at initialization of sun devices, use sio_setpar(3) instead ofAlexandre Ratchov
2009-10-10There is no point setting the scroll region up for line feeds unless scrollingNicholas Marriott
2009-10-10Add "grouped sessions" which have independent name, options, current window andNicholas Marriott
2009-10-10We don't need independent file reader and writer anymore. So,Alexandre Ratchov