Age | Commit message (Expand) | Author |
2011-05-06 | support negated Host matching, e.g. | Damien Miller |
2011-05-06 | add a %L expansion (short-form of the local host name) for ControlPath; | Damien Miller |
2011-05-06 | set traffic class for IPv6 traffic as we do for IPv4 TOS; | Damien Miller |
2011-05-06 | a od -> an od; | Jason McIntyre |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot |
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre |
2011-05-06 | Fix description and table of _u; with jmc@ | Otto Moerbeek |
2011-05-06 | acknowledge only those interrupts that we can process; | Mike Belopuhov |
2011-05-06 | session id is only in the lower 32 bits of crp_sid | Mike Belopuhov |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot |
2011-05-06 | sync -x, default and example in man page as they should be; | Otto Moerbeek |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | use an array of backends and iterate on it, instead of inlining | Alexandre Ratchov |
2011-05-06 | remove almost two years old hack to support legacy audio/midi | Alexandre Ratchov |
2011-05-06 | fix memory leak; bz#1849 ok dtucker@ | Damien Miller |
2011-05-06 | mention that IPv6 addresses must be enclosed in square brackets; | Damien Miller |
2011-05-06 | clarify language about overriding defaults. bz#1892, from Petr Cerny | Darren Tucker |
2011-05-05 | Make this script more generic and minimize differences between | Jasper Lievisse Adriaanse |
2011-05-05 | Adjust comments on the statements in the various ITLB handlers that make sure | Mark Kettenis |
2011-05-05 | The gateway page (which contains the system call entry point) needs to be | Mark Kettenis |
2011-05-05 | Oops. Put back OPENDEV_PART so 'eject cd0' works again. Pointed out | Kenneth R Westerback |
2011-05-05 | Go back to only attempting one IDENTIFY command against directly | Matthew Dempsky |
2011-05-05 | add support for muting the master channel on i2s based cards, this allows the | Jasper Lievisse Adriaanse |
2011-05-05 | Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@ | Stuart Henderson |
2011-05-05 | sync | Stuart Henderson |
2011-05-05 | Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@ | Stuart Henderson |
2011-05-05 | Use opendev() not opendisk() so we get duid support. OK oga@ | Todd C. Miller |
2011-05-05 | order static types | Claudio Jeker |
2011-05-05 | KNF | Claudio Jeker |
2011-05-05 | synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODE | Alexandr Shadchin |
2011-05-05 | Make sure we restore sr4 at the very end (just before we go physical) otherwise | Mark Kettenis |
2011-05-05 | Small tweak - add direct pointer to env instead of using an indirect one. | Reyk Floeter |
2011-05-05 | Move the proc.c-specific runtime state out of struct iked into a sub-struct. | Reyk Floeter |
2011-05-05 | Switch tftp-proxy over to using divert-to. Based on a diff from oga@ | Stuart Henderson |
2011-05-05 | rename iked_proc* to privsep_proc*. no functional change. | Reyk Floeter |
2011-05-05 | Up until now, malloc scanned the bits of the chunk bitmap from | Otto Moerbeek |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-05-05 | ibuf_add returns 0 or -1. adding up the return values in errs and then | Henning Brauer |
2011-05-05 | gracefully fall back when ControlPath is too large for a | Damien Miller |
2011-05-04 | Switch atactl over to using opendev() instead of opendisk() so it can | Owain Ainsworth |
2011-05-04 | allow "ssh-add - < key"; feedback and ok markus@ | Damien Miller |
2011-05-04 | Massive diff to handle logins more correctly. iscsid will now do | Claudio Jeker |
2011-05-04 | When printing scsi device ids, skip leading blanks and collapse multiple | Stuart Henderson |
2011-05-04 | When enqueueing offline mail, use a wait list to keep the number of | Eric Faurot |
2011-05-04 | Change window with mouse wheel over status line if mouse-select-window | Nicholas Marriott |
2011-05-04 | Don't need vis.h anymore. | Nicholas Marriott |
2011-05-04 | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott |
2011-05-04 | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott |