summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-07revert 'rc' handling for now, as it breaks iaxclient.Jasper Lievisse Adriaanse
the underlying issue will be dealt with soon. discussed with and ok sthen@
2011-06-07Make use of macobio_* methods to manage the i2s GPIOs, remove the customsMartin Pieuchot
gpio_* methods and move the remaining global variables in the softc. ok ratchov@, krw@
2011-06-07Fix the use of mute/volume keys broken by the last API change in audio.cMartin Pieuchot
ok deraadt@
2011-06-07Fix a device reference leak in st{read,write}() by making them workMatthew Dempsky
like {cd,sd}{read,write}(). ok krw@, dlg@
2011-06-07- add extensive testing for various versioned suffix combinationsJasper Lievisse Adriaanse
- put pkg-config in a variable so it's easier to test with fd.o pkg-config too
2011-06-07prevent stringize from messing up the Name fieldJasper Lievisse Adriaanse
2011-06-07add test for spaces in the Name field which currently get mangledJasper Lievisse Adriaanse
2011-06-07sensible Name fieldsJasper Lievisse Adriaanse
2011-06-07fix style nitJasper Lievisse Adriaanse
2011-06-07Remove comment, this test passes now.Jasper Lievisse Adriaanse
2011-06-07Don't try to parse the requirements for a module if only modversion orJasper Lievisse Adriaanse
printprovides are requested.
2011-06-06fix URLs in comments and capitalization, from BradStuart Henderson
2011-06-06hookup the previously added (and failing) tests; it's better to knowJasper Lievisse Adriaanse
what fails instead of silently skipping them
2011-06-06add failing tests for whitespace and Requires abuseJasper Lievisse Adriaanse
2011-06-06hookup pkg-config testsJasper Lievisse Adriaanse
ok deraadt@
2011-06-06missed in previousJasper Lievisse Adriaanse
2011-06-06first set of version comparison testsJasper Lievisse Adriaanse
2011-06-06syncTheo de Raadt
2011-06-06tidyJasper Lievisse Adriaanse
2011-06-06fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrectJasper Lievisse Adriaanse
2011-06-06use ${.OBJDIR} instead of poluting ${.CURDIR}Jasper Lievisse Adriaanse
2011-06-06add currently failing test for PKG_CONFIG_LOGJasper Lievisse Adriaanse
2011-06-06add tests for PKG_CONFIG_SYSROOTJasper Lievisse Adriaanse
2011-06-06Userland counterpart of the vmmap backout; cranks major version of libkvm.Ariane van der Steldt
2011-06-06rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.oJasper Lievisse Adriaanse
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
outside the tree.
2011-06-06push kernel malloc(9) and kernel stacks into non-dma memory, since thatTheo de Raadt
appears to be safe now. If not, we'll know soon where the bugs lie, so that we can fix them. This diff has been in snapshots for many months. ok oga miod
2011-06-06fix spello in...er...my own name.Jasper Lievisse Adriaanse
2011-06-06syncTheo de Raadt
2011-06-06don't open /dev/mem to print the help, allowing mortals to read itTed Unangst
ok deraadt matthew
2011-06-06Add AUTHORS sectionJasper Lievisse Adriaanse
"sure" espie@, ok jmc@
2011-06-06- add some more tests for printing stuff about the pkgconfig filesJasper Lievisse Adriaanse
- tidy Makefile
2011-06-06Sort includes.Joel Sing
2011-06-06Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.Joel Sing
2011-06-06initial batch of tests for pkg-config(1), which are loong overdue.Jasper Lievisse Adriaanse
this is far from complete, so tests will be added along the way. ok sthen@
2011-06-06regenMark Kettenis
2011-06-06The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID.Mark Kettenis
2011-06-06Set FEF bit in the %fprs register when handling an fp_disabled trap fromMark Kettenis
userland. Prevents userland applications from trapping forever on the next floating point instruction executed after clearing this flag. Fixes issues with threaded applications, sinc our pthreads library clears the FEF bit under some circumstances. ok miod@, tested by ajacoutot@
2011-06-06Removing unused headerAlexandr Shadchin
ok miod@
2011-06-06- style tweaks by espie@Jasper Lievisse Adriaanse
- bump version to 0.25
2011-06-06move simple numeric comparison to a single routine, instead of duplicating itJasper Lievisse Adriaanse
2011-06-06also handle the 'rc' suffixJasper Lievisse Adriaanse
2011-06-06some improvements for the text on packet capture; from Lawrence TeoJason McIntyre
ok sthen
2011-06-06First steps of teaching pkg-config about 'alpha' and 'beta' versions.Jasper Lievisse Adriaanse
The order is 'alpha' < 'beta' < ' ' , and the common shorts 'a' and 'b' are also accepted. It may have some rought edges, but they will be dealt with later. tested in a full bulk by me, reads good to landry@
2011-06-06Remove strcat and strncmp which are both unused, thereby slightly shrinking ↵Jasper Lievisse Adriaanse
the bootblocks. pointed out by mk@ ok miod@
2011-06-06zap unneeded test; from pablo caballero; ok nicm@Otto Moerbeek
2011-06-06Toss a rare device driver; this makes msi interrupts fit.Theo de Raadt
2011-06-06Microphone mute button support from acpithinkpad (or elsewhere).Theo de Raadt
The audio side is a bit lacking; it does not yet mute all types of devices. from Alexander Polakov ok jakemsr
2011-06-06Forgot to `cvs add' this file during alpha boot block changes, sorry.Miod Vallat
2011-06-06Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), andMatthew Dempsky
wd(4). They haven't been used for 10+ years, since the drivers were switched to use disk_lock() and disk_unlock() instead. No binary change.