summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-28yet another cdce device.Dale Rahn
2006-11-28acpi may steal power management functionality, in which case weMark Kettenis
2006-11-28The default debug level is ``error'' for now.Alexander Yurchenko
2006-11-28Keep free ccbs in a queue.Alexander Yurchenko
2006-11-28add needs-flag to allow pxaudc to compile without usbf (to get theUwe Stuehler
2006-11-28enable usbf/cdcef, can be used during install (somehow)Theo de Raadt
2006-11-28Only use est and other non-acpi setperf mechanisms, if acpi is notDimitry Andric
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28Add some debug facility.Alexander Yurchenko
2006-11-28remove a comment that was describing a behaviour that was changed over nineDavid Gwynne
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28unhandled ioctls return ENOTTY, not 0David Gwynne
2006-11-28remove dead codeDavid Gwynne
2006-11-28syncTheo de Raadt
2006-11-28Reorder cfxga initialization sequence for clarity, and minor tweaks; noMiod Vallat
2006-11-28useless XrTheo de Raadt
2006-11-28acpi may steal the timer and speedstep functionality, in which case weTheo de Raadt
2006-11-28syncTheo de Raadt
2006-11-28Make malloc() print out a warning message when returning NULL due toPedro Martelletto
2006-11-28Turn OVERRIDE_OPTIONS macro into a function, so that we can putMiod Vallat
2006-11-28It's really nice to start your day with writting a man page.Alexander Yurchenko
2006-11-28Instead debug message for WEP key setting, just complain if WEP keyMarcus Glocker
2006-11-28do not re-add existing entries; ok hshoexerMarkus Friedl
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
2006-11-28tweaks;Jason McIntyre
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
2006-11-28- ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.Brad Smith
2006-11-28Remove a debug print i accidentally left behindChris Kuethe
2006-11-28style changes and cleaning. no op.Brad Smith
2006-11-28Sync usage with manpageChris Kuethe
2006-11-28Add the --silence-errors option. Found by naddy@Chris Kuethe
2006-11-28Nicer descriptions of --atleast*version and and --existsChris Kuethe
2006-11-28Allow "pkg-config --modversion" to work. Reported by naddy@Chris Kuethe
2006-11-28Move a sentence and talk a bit about dependency resolution.Chris Kuethe
2006-11-28Initial version of a manpage. More options will be described as they areChris Kuethe
2006-11-28Pretend to implement SCSI SYNCHRONIZE_CACHE command.Alexander Yurchenko
2006-11-28fix servicecurve check; no point in checking the same sc three times, itHenning Brauer
2006-11-27$OpenBSD$ tagChris Kuethe
2006-11-27Replace DMA operations with something less ugly. Still a lot of work remains.Alexander Yurchenko
2006-11-27stylistic clean-ups.Marc Espie
2006-11-27Post-process PCI config space opregionsJordan Hargrave
2006-11-27enter pkg-configTheo de Raadt
2006-11-27better man page based on another script MakefileTheo de Raadt
2006-11-27Back out revision 1.31, restoring the ":dc: is always set" behaviour.Ryan Thomas McBride
2006-11-27more magic removalBob Beck
2006-11-27syncTheo de Raadt
2006-11-27syncTheo de Raadt
2006-11-27syncTheo de Raadt
2006-11-27When a package is not found, exit with an error code. Allows things likeChris Kuethe
2006-11-27do not use .Pp before or after .Sh;Jason McIntyre