summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-08Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott
2011-05-08Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.Nicholas Marriott
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-05-08Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just sillyMatthew Dempsky
2011-05-08Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK,Matthew Dempsky
2011-05-08let's keep the hardware lists sorted...Jason McIntyre
2011-05-08Add Samsung Galaxy S, Geeksphone ONE.Stuart Henderson
2011-05-08Small memory optimization from NetBSD; ok krw@ millert@Otto Moerbeek
2011-05-08fix variable nameTakuya ASADA
2011-05-08combus renamed uartbus, com_oct renamed cn30xxuartTakuya ASADA
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA
2011-05-08improve our behaviour when TTY allocation fails: if we are inDamien Miller
2011-05-08Make sure /etc/group and /etc/master.passwd are handled first in case weAntoine Jacoutot
2011-05-08because bufs now come out of a pool rather than a global list of staticlyDavid Gwynne
2011-05-08Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top.Otto Moerbeek
2011-05-07+.It RequestTTYJason McIntyre
2011-05-07- tweak previousJason McIntyre
2011-05-07syncMiod Vallat
2011-05-07Uvm Anonymous Objects depending on size either use an array or aOwain Ainsworth
2011-05-07So long, uvm_pglist.hOwain Ainsworth
2011-05-07there is already a function to set the portno.Eric Faurot
2011-05-06fix numbering; from bert.wesarg AT googlemail.comDamien Miller
2011-05-06fix dropping from previous diffDamien Miller
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06support negated Host matching, e.g.Damien Miller
2011-05-06add a %L expansion (short-form of the local host name) for ControlPath;Damien Miller
2011-05-06set traffic class for IPv6 traffic as we do for IPv4 TOS;Damien Miller
2011-05-06a od -> an od;Jason McIntyre
2011-05-06move dns session specific structs and prototypes out of smtpd.h.Eric Faurot
2011-05-06put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES);Jason McIntyre
2011-05-06Fix description and table of _u; with jmc@Otto Moerbeek
2011-05-06acknowledge only those interrupts that we can process;Mike Belopuhov
2011-05-06session id is only in the lower 32 bits of crp_sidMike Belopuhov
2011-05-06If it doesn't exist, create the directory holding the link we are aboutAntoine Jacoutot
2011-05-06sync -x, default and example in man page as they should be;Otto Moerbeek
2011-05-06Do not special case loopback interfaces on init. Instead force themClaudio Jeker
2011-05-06Do not special case loopback interfaces on init. Instead force themClaudio Jeker
2011-05-06use an array of backends and iterate on it, instead of inliningAlexandre Ratchov
2011-05-06remove almost two years old hack to support legacy audio/midiAlexandre Ratchov
2011-05-06fix memory leak; bz#1849 ok dtucker@Damien Miller
2011-05-06mention that IPv6 addresses must be enclosed in square brackets;Damien Miller
2011-05-06clarify language about overriding defaults. bz#1892, from Petr CernyDarren Tucker
2011-05-05Make this script more generic and minimize differences betweenJasper Lievisse Adriaanse
2011-05-05Adjust comments on the statements in the various ITLB handlers that make sureMark Kettenis
2011-05-05The gateway page (which contains the system call entry point) needs to beMark Kettenis
2011-05-05Oops. Put back OPENDEV_PART so 'eject cd0' works again. Pointed outKenneth R Westerback
2011-05-05Go back to only attempting one IDENTIFY command against directlyMatthew Dempsky
2011-05-05add support for muting the master channel on i2s based cards, this allows theJasper Lievisse Adriaanse
2011-05-05Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@Stuart Henderson