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