summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-04Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott
2011-05-04Fix a typo in a comment, from Michael W Bombardieri.Nicholas Marriott
2011-05-04Collapse m_pullup and m_pullup2 into a single function, as they'reBret Lambert
2011-05-04fix volume up and down using the keyboard keysJasper Lievisse Adriaanse
2011-05-04sync with mirrors.datStuart Henderson
2011-05-04Clean up gotos for listening sockets to make it obvious when packetsBret Lambert
2011-05-04Add a zlib.pc pkg-config file, based what newer zlibs ship.Jasper Lievisse Adriaanse
2011-05-04- note that quotes may have to be escaped from the shell and add an exampleJason McIntyre
2011-05-03We need a little more room for out kernel stack, at least for now.Mark Kettenis
2011-05-03Properly save and restore the space registers to/from the trap frame.Mark Kettenis
2011-05-03determine the default device in backend code instead of the commonAlexandre Ratchov
2011-05-03Adjust to explicitly list ${libdir}.Jasper Lievisse Adriaanse
2011-05-03Move SLIST initializations earlier so that failure handling paths canMatthew Dempsky
2011-05-03spacesMarco Peereboom
2011-05-03If the string of the address to listen on is '-' then listen on allAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-05-02Remove unused variableCharles Longeau
2011-05-02Fix bad return value check for rcsnum_cmp()Charles Longeau
2011-05-02Fix a tyop which could potentially lead to null dereference.Charles Longeau
2011-05-02fix string containing state names used for debug printf()s,Alexandre Ratchov
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-05-02Add definitions for the radeon kms related ioctls (i.e. gem/ttm onOwain Ainsworth
2011-05-02forgotten in previous;Jason McIntyre
2011-05-02Add PCI-Cardbus bridges and the most popular pcmcia and cardbus drivers. InMiod Vallat
2011-05-02Cope with userland mappings of unmanaged pages (i.e. device memory beingMiod Vallat
2011-05-02remove workaround found in FreeBSD driver but not in Intel's officialDavid Hill
2011-05-02Some extra paranoia for if we fail to attach.Owain Ainsworth
2011-05-02document SO_RTABLE; with suggestions and ok jmc, claudioMike Belopuhov
2011-05-02recognize SO_RTABLE socket option at the SOL_SOCKET level;Mike Belopuhov
2011-05-02store the peer address as it was specified in the policy in theMike Belopuhov
2011-05-02Add a workaround for an 82579 hardware bug that can result inJonathan Gray
2011-05-02More spring cleaningClaudio Jeker
2011-05-02Wrap some long lines and other cleanup. No functional change.Claudio Jeker
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-05-02Radeon HD3000; from Pedro la Peu.Owain Ainsworth
2011-05-02syncOwain Ainsworth
2011-05-02Radeon HD300; from Pedro la Peu. Thanks!Owain Ainsworth
2011-05-02Some cleanup, some KNF and sync non functional differences withClaudio Jeker
2011-05-02Some KNF, some other cleanup, fix some fatalx() messages.Claudio Jeker
2011-05-02Sync with ospfd/database.cClaudio Jeker
2011-05-02wrap long lineClaudio Jeker
2011-05-02update BNF for "set limit"; from Lawrence TeoJason McIntyre
2011-05-02Don't include sys/param.h and reformat some lines.Claudio Jeker
2011-05-02Rework the logout code and use this to do a proper logout whenClaudio Jeker
2011-05-01Fix counting of interrupts for devices that attach to elroy(4). SharedMark Kettenis
2011-05-01syncTodd T. Fries