summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-11update initvals for AR9380 2.0.Damien Bergamini
2010-05-11default to march=i486 for gcc4 as we no longer run on 386 class machinesJonathan Gray
2010-05-11Correct the _dl_sigprocmask() stub to take and store signal masksPhilip Guenthe
2010-05-11sort struct by size and kill some unneeded spaces.Claudio Jeker
2010-05-11Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.Claudio Jeker
2010-05-11No need to do a rt_find() twice.Claudio Jeker
2010-05-11set max size of auto allocated /usr/local to 10G; ok espie@ krw@Otto Moerbeek
2010-05-11ip_ether.c makes only sense if the kernel has gif(4) support.Claudio Jeker
2010-05-11Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()Claudio Jeker
2010-05-11Add IPPROTO_MPLS for MPLS in gif(4) encapsulation.Claudio Jeker
2010-05-11Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLSClaudio Jeker
2010-05-11don't accept certificates marked as "cert-authority" here; ok markus@Damien Miller
2010-05-10unifdef INTELDRM_GEM.Owain Ainsworth
2010-05-10Remove the additional paranoia that I added compared to upstreamOwain Ainsworth
2010-05-10Don't postincrement a casted pointer; split into multiple statements instead.Mark Kettenis
2010-05-10Use the new agp mapping api (introduced in previous commit) to allowOwain Ainsworth
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-10/* XXX - we don't use __COMPILER_INT64__ */ so remove it.Mark Kettenis
2010-05-10tweak previous;Jason McIntyre
2010-05-10Use OPENBSD_OS_CPP_BUILTINS(), and add a few missing defines to make sureMark Kettenis
2010-05-10Mention that commands may be abbreviated. ok claudio@Stuart Henderson
2010-05-10Simplify wording about abbreviating commands. ok claudioStuart Henderson
2010-05-10unset doesn't fail except for read-only variables and functionsMatthias Kilian
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-05-10additionnal bits and fixes for RT3090.Damien Bergamini
2010-05-10misplaced #endifDamien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini
2010-05-10fix a few strcpy issues.Marc Espie