summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-14Be friendly with gcc4.Dale Rahn
2010-05-14Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott
2010-05-14Accept (and document) "none" instead of "default" for attributes as itNicholas Marriott
2010-05-14Make sure we initialize sched_lock before we try to use it.Mark Kettenis
2010-05-14nowadays, .Dx is callable, so we need to quote it;Ingo Schwarze
2010-05-14Add gcc2 and gcc3 expected output for avsm@'s new zero-length arrayNicholas Marriott
2010-05-14sync to mandoc 1.9.25:Ingo Schwarze
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14Use $OpenBSD$.Nicholas Marriott
2010-05-14Order struct element by size.Claudio Jeker
2010-05-14Do not send notifications directly onto the wire. Decide in the caller howClaudio Jeker
2010-05-14Defer installing signal handlers until echo is disabled so that weTodd C. Miller
2010-05-14Use calloc() instead of malloc() to allocate the connection structure. ThisClaudio Jeker
2010-05-14allocate all struct event's on the heap, it looks cleaner, feels betterReyk Floeter
2010-05-14zero out the allocate memory for a new control connection via calloc()Reyk Floeter
2010-05-14Fix ICE when checking a zero-size array for __bounded__ (TYPE_MAX_VALUENicholas Marriott
2010-05-14add failing regress test for gcc3 -Wbounded for 0-length arrays, spotted by n...Anil Madhavapeddy
2010-05-14When merging interfaces after a config reload, the fsm state for interfacesStuart Henderson
2010-05-14spacingReyk Floeter
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-05-14check that the certificate matches the corresponding private key beforeDamien Miller
2010-05-13typo: colision->collisionStuart Henderson
2010-05-13syncMiod Vallat
2010-05-13merge fixes from upstream (up to rev 1.167)Eric Faurot
2010-05-13If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use inMiod Vallat
2010-05-13Only enable acceleration code if specific device properties exist; this shouldMiod Vallat
2010-05-13Remove the command line option -fno-ign-chars.Ingo Schwarze
2010-05-13Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1,Owain Ainsworth
2010-05-13new iwn(4) ids.Damien Bergamini
2010-05-13new iwn(4) pci idsDamien Bergamini
2010-05-13initialization values for AR9380 2.2.Damien Bergamini
2010-05-13"fix" SYNOPSIS: whilst it still formats incorrectly, apparentlyJason McIntyre
2010-05-12syncOwain Ainsworth
2010-05-12Add ids for the integrated graphics builds into the core i3 and core i5Owain Ainsworth
2010-05-12wint_t is int on OpenBSD; ok kettenis@Christian Weisgerber
2010-05-12do not unlink the Tx buffer from our global list until we're sureDamien Bergamini
2010-05-12Add Pineview M to intagp and inteldrm.Owain Ainsworth
2010-05-12syncOwain Ainsworth
2010-05-12add Pineview M dmi bridge and graphics ids.Owain Ainsworth
2010-05-12Catch SIGHUP and terminate if running as a client. This prevents clientsJoel Sing
2010-05-12port -ftrampolines/-Wtrampolines support from gcc3.Marc Espie
2010-05-12options.[ch] will auto-define those.Marc Espie
2010-05-12Make sure there is a difference in the log of non-fatal and fatalClaudio Jeker
2010-05-12Fix includes. Diffy by Remco (remco at d-compu dyndns org)Claudio Jeker
2010-05-12Remove the tiny bit of C++ that is not realy needed so that we get a pureClaudio Jeker
2010-05-12bzero() the full compressed update struct before setting the values.Claudio Jeker
2010-05-11enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says theDamien Bergamini
2010-05-11always reset the Tx status descriptor before leaving ar9003_tx_process().Damien Bergamini
2010-05-11put code that is meaningful only if HT is enabled underDamien Bergamini
2010-05-11various AR9003 fixes (found during code inspection):Damien Bergamini