Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | gracefully fall back when ControlPath is too large for a | Damien Miller | |
sockaddr_un. ok markus@ as part of a larger diff | |||
2011-05-04 | Switch atactl over to using opendev() instead of opendisk() so it can | Owain Ainsworth | |
grok DUIDs now commands such as: # atactl b9b455bd99e393cd work as expected (while everything else that used to work still does). ok sthen@ | |||
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 | |
better operational parameter negotiation but more is needed. Tested by todd@ and myself. | |||
2011-05-04 | When printing scsi device ids, skip leading blanks and collapse multiple | Stuart Henderson | |
whitespace into one. Written after Mitja showed a particularly unwieldy attach line: sd0 at scsibus0 targ 2 lun 0: <ATA, HTS721010G9SA00, MCZI> SCSI3 0/direct fixed t10.ATA_____HTS721010G9SA00_______________________________blahblahblah ok/incorporating a suggestion from matthew@, krw@ likes it, dlg@ doesn't feel strongly either way. | |||
2011-05-04 | When enqueueing offline mail, use a wait list to keep the number of | Eric Faurot | |
forked processes below a reasonnable limit. This prevents smtpd from fork-bombing on startup when there are lots of mails in the offline queue. ok todd@ gilles@ | |||
2011-05-04 | Change window with mouse wheel over status line if mouse-select-window | Nicholas Marriott | |
is on, from marcel partap. | |||
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 | |
off by default and we have to trust the terminal can understand what we send it anyway so there isn't any harm. | |||
2011-05-04 | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott | |
reported by oga. | |||
2011-05-04 | Fix a typo in a comment, from Michael W Bombardieri. | Nicholas Marriott | |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert | |
essentially identical; the only difference being that m_pullup2 is capable of handling mbuf clusters, but called m_pullup for shorter lengths (!). testing dlg@ ok claudio@ | |||
2011-05-04 | fix volume up and down using the keyboard keys | Jasper Lievisse Adriaanse | |
from Martin Pieuchot ok ratchov@ | |||
2011-05-04 | sync with mirrors.dat | Stuart Henderson | |
2011-05-04 | Clean up gotos for listening sockets to make it obvious when packets | Bret Lambert | |
are dropped and when normal program flow occurs. Change error return value of syn_cache_add() from 0 to -1 in order to clearly communicate intent. ok claudio@ | |||
2011-05-04 | Add a zlib.pc pkg-config file, based what newer zlibs ship. | Jasper Lievisse Adriaanse | |
tested by landry@ in a bulk. ok miod@ sthen@ | |||
2011-05-04 | - note that quotes may have to be escaped from the shell and add an example | Jason McIntyre | |
(requested by Michael W. Bombardieri, who also provided the example; otto provided a better description) - reword the rest of the descriptions in EXAMPLES to make them a bit clearer ok otto | |||
2011-05-03 | We need a little more room for out kernel stack, at least for now. | Mark Kettenis | |
2011-05-03 | Properly save and restore the space registers to/from the trap frame. | Mark Kettenis | |
2011-05-03 | determine the default device in backend code instead of the common | Alexandre Ratchov | |
code. This is simpler as long as not all backends use the same default. | |||
2011-05-03 | Adjust to explicitly list ${libdir}. | Jasper Lievisse Adriaanse | |
ok sthen@ | |||
2011-05-03 | Move SLIST initializations earlier so that failure handling paths can | Matthew Dempsky | |
safely use them. Found by Clang. "go for it" marco@ | |||
2011-05-03 | spaces | Marco Peereboom | |
2011-05-03 | If the string of the address to listen on is '-' then listen on all | Alexandre Ratchov | |
addresses (ie pass NULL to getaddrinfo which would return 0.0.0.0 and :: in most cases) | |||
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov | |
when the server and the client are not of the same endianness. Found by naddy. | |||
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov | |
2011-05-02 | Remove unused variable | Charles Longeau | |
ok krw@ otto@ | |||
2011-05-02 | Fix bad return value check for rcsnum_cmp() | Charles Longeau | |
ok nickm@ xsa@ | |||
2011-05-02 | Fix a tyop which could potentially lead to null dereference. | Charles Longeau | |
While there fix a dead store. Found by LLVM/Clang Static Analyzer. ok deraadt@ | |||
2011-05-02 | fix string containing state names used for debug printf()s, | Alexandre Ratchov | |
add the missing SOCK_AUTH state | |||
2011-05-02 | Fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok henning@ claudio@ krw@ | |||
2011-05-02 | Fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok claudio@ henning@ | |||
2011-05-02 | Fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok dlg@ | |||
2011-05-02 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau | |
ok dlg@ krw@ | |||
2011-05-02 | Add definitions for the radeon kms related ioctls (i.e. gem/ttm on | Owain Ainsworth | |
radeon). We don't use any of them yet, but the CS ioctl is needed for GL on r600 and the definitions are needed for libdrm_radeon | |||
2011-05-02 | forgotten in previous; | Jason McIntyre | |
2011-05-02 | Add PCI-Cardbus bridges and the most popular pcmcia and cardbus drivers. In | Miod Vallat | |
my tree for a very long while, no reason not to allow people with such devices to have fun (and maybe experience new bugs) with them on sgi. Also, clean up some comments and explicitely mention which `option' lines are actually mandatory (ARCBIOS, TGT_xxx, etc). | |||
2011-05-02 | Cope with userland mappings of unmanaged pages (i.e. device memory being | Miod Vallat | |
mmap'ed), by properly making these mappings uncached, and correctly accounting their removal to not get stuck with leftover pte pages. While there, change a can't happen infinite loop in pmap_destroy() into a KASSERT. feedback and ok kettenis@ | |||
2011-05-02 | remove workaround found in FreeBSD driver but not in Intel's official | David Hill | |
driver. Fixes 82578DC from only being able to negotiate at 10baseT. ok jsg@ please commit mikeb@ | |||
2011-05-02 | Some extra paranoia for if we fail to attach. | Owain Ainsworth | |
2011-05-02 | document SO_RTABLE; with suggestions and ok jmc, claudio | Mike Belopuhov | |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov | |
discussed with and ok claudio | |||
2011-05-02 | store the peer address as it was specified in the policy in the | Mike Belopuhov | |
tree that is used to figure out whether the policy is active or not. makes active sa lookup via policy work for nat traversal. problem was reported and fix was tested by sthen, ok sthen, reyk | |||
2011-05-02 | Add a workaround for an 82579 hardware bug that can result in | Jonathan Gray | |
lost rx packets between the mac and phy. From Laurence Tratt | |||
2011-05-02 | More spring cleaning | Claudio Jeker | |
2011-05-02 | Wrap some long lines and other cleanup. No functional change. | Claudio Jeker | |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre | |
2011-05-02 | Radeon HD3000; from Pedro la Peu. | Owain Ainsworth | |
2011-05-02 | sync | Owain Ainsworth | |
2011-05-02 | Radeon HD300; from Pedro la Peu. Thanks! | Owain Ainsworth | |