summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-05syncStuart Henderson
2011-05-05Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@Stuart Henderson
2011-05-05Use opendev() not opendisk() so we get duid support. OK oga@Todd C. Miller
2011-05-05order static typesClaudio Jeker
2011-05-05KNFClaudio Jeker
2011-05-05synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODEAlexandr Shadchin
2011-05-05Make sure we restore sr4 at the very end (just before we go physical) otherwiseMark Kettenis
2011-05-05Small tweak - add direct pointer to env instead of using an indirect one.Reyk Floeter
2011-05-05Move the proc.c-specific runtime state out of struct iked into a sub-struct.Reyk Floeter
2011-05-05Switch tftp-proxy over to using divert-to. Based on a diff from oga@Stuart Henderson
2011-05-05rename iked_proc* to privsep_proc*. no functional change.Reyk Floeter
2011-05-05Up until now, malloc scanned the bits of the chunk bitmap fromOtto Moerbeek
2011-05-05Update all logging and debug functions to use the __func__ macroReyk Floeter
2011-05-05Allow a user to specify the route priorityPeter Hessler
2011-05-05ibuf_add returns 0 or -1. adding up the return values in errs and thenHenning Brauer
2011-05-05gracefully fall back when ControlPath is too large for aDamien Miller
2011-05-04Switch atactl over to using opendev() instead of opendisk() so it canOwain Ainsworth
2011-05-04allow "ssh-add - < key"; feedback and ok markus@Damien Miller
2011-05-04Massive diff to handle logins more correctly. iscsid will now doClaudio Jeker
2011-05-04When printing scsi device ids, skip leading blanks and collapse multipleStuart Henderson
2011-05-04When enqueueing offline mail, use a wait list to keep the number ofEric Faurot
2011-05-04Change window with mouse wheel over status line if mouse-select-windowNicholas Marriott
2011-05-04Don't need vis.h anymore.Nicholas Marriott
2011-05-04Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott
2011-05-04Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott