summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-30Kthread_create is a kernel function so use kprintf format attribute instead.Martynas Venckus
2011-05-30Make printf-like and scanf-like functions marked as such in llib-lc.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnMartynas Venckus
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2011-05-30typo; Alexander PolakovMartynas Venckus
2011-05-30Typos: "in in", "prototyp".Martynas Venckus
2011-05-30Apply sendmail 8.14.5 errata 2011-05-26 patch.Alexander Bluhm
2011-05-30tweak previous;Jason McIntyre
2011-05-30a few more comments, since for once this is complicated.Marc Espie
2011-05-30turn @pkgpath into real objects, to simplify some updates by not having toMarc Espie
2011-05-29Add MSI support.Mark Kettenis
2011-05-29Fix more regressions introduced in 1.11.3:Ingo Schwarze
2011-05-29Fix two regressions introduced in 1.11.3:Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-05-29regenMark Kettenis
2011-05-29Shorten a couple of old Intel chip names for consistency. Should save a fewMark Kettenis
2011-05-29Replace the lower bound PAGE_SIZE with VMMAP_MIN_ADDR.Ariane van der Steldt
2011-05-29regenMark Kettenis
2011-05-29Add a few missing ATI chipset entries (and fix one since we prefer the chipMark Kettenis
2011-05-29Fix parameter range clamping in vmmap routines.Ariane van der Steldt
2011-05-29syncTheo de Raadt
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29pcidevs.hTheo de Raadt
2011-05-29two ATI bridges found in the x201Theo de Raadt
2011-05-29Move the source address selection for multicast destinations thatClaudio Jeker
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29regenMark Kettenis
2011-05-29Intels calls this the 5400 chipset series instead of the E5400 chipset seriesMark Kettenis
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-29regenMark Kettenis
2011-05-29Fix typo in previous commit.Mark Kettenis
2011-05-29Ignore errors from the UCMS method. Some newer (really crappy, stayTheo de Raadt
2011-05-28Store -1 into signgam in case of a special value of -0.Martynas Venckus
2011-05-28Add some simple test cases for lgamma, and lgammaf.Martynas Venckus
2011-05-28Adapt m68k MD functions to extended-precision.Martynas Venckus
2011-05-28Adapt m68k MD functions to single-precision.Martynas Venckus
2011-05-28regenMark Kettenis
2011-05-28Add AMD Family 14h devices.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-28Do not leak memory if ufs_open() fails; reported by and ok martynas@Miod Vallat
2011-05-28tweak previous (my fault);Jason McIntyre
2011-05-28syncTheo de Raadt
2011-05-28wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@Marc Espie
2011-05-28Add support for AMD SB800, where the SMBus control registers have been hiddenMark Kettenis
2011-05-28several more bizarre casesMarc Espie
2011-05-28renameMarc Espie
2011-05-28Do not allow traffic to be sent with a destination address in 0/8;Paul de Weerd
2011-05-28Sync MCR0_BROADCAST register naming from FreeBSD now that itsKevin Lo
2011-05-28age_newbuf is called from the interrupt context so it can't sleep.Kevin Lo
2011-05-28Adapt after recent dconf MODULE change.Antoine Jacoutot