Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-07 | revert '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-07 | Make use of macobio_* methods to manage the i2s GPIOs, remove the customs | Martin Pieuchot | |
gpio_* methods and move the remaining global variables in the softc. ok ratchov@, krw@ | |||
2011-06-07 | Fix the use of mute/volume keys broken by the last API change in audio.c | Martin Pieuchot | |
ok deraadt@ | |||
2011-06-07 | Fix a device reference leak in st{read,write}() by making them work | Matthew Dempsky | |
like {cd,sd}{read,write}(). ok krw@, dlg@ | |||
2011-06-07 | - add extensive testing for various versioned suffix combinations | Jasper Lievisse Adriaanse | |
- put pkg-config in a variable so it's easier to test with fd.o pkg-config too | |||
2011-06-07 | prevent stringize from messing up the Name field | Jasper Lievisse Adriaanse | |
2011-06-07 | add test for spaces in the Name field which currently get mangled | Jasper Lievisse Adriaanse | |
2011-06-07 | sensible Name fields | Jasper Lievisse Adriaanse | |
2011-06-07 | fix style nit | Jasper Lievisse Adriaanse | |
2011-06-07 | Remove comment, this test passes now. | Jasper Lievisse Adriaanse | |
2011-06-07 | Don't try to parse the requirements for a module if only modversion or | Jasper Lievisse Adriaanse | |
printprovides are requested. | |||
2011-06-06 | fix URLs in comments and capitalization, from Brad | Stuart Henderson | |
2011-06-06 | hookup the previously added (and failing) tests; it's better to know | Jasper Lievisse Adriaanse | |
what fails instead of silently skipping them | |||
2011-06-06 | add failing tests for whitespace and Requires abuse | Jasper Lievisse Adriaanse | |
2011-06-06 | hookup pkg-config tests | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2011-06-06 | missed in previous | Jasper Lievisse Adriaanse | |
2011-06-06 | first set of version comparison tests | Jasper Lievisse Adriaanse | |
2011-06-06 | sync | Theo de Raadt | |
2011-06-06 | tidy | Jasper Lievisse Adriaanse | |
2011-06-06 | fix PKG_CONFIG_LOG as the first argument to beautify_list() was incorrect | Jasper Lievisse Adriaanse | |
2011-06-06 | use ${.OBJDIR} instead of poluting ${.CURDIR} | Jasper Lievisse Adriaanse | |
2011-06-06 | add currently failing test for PKG_CONFIG_LOG | Jasper Lievisse Adriaanse | |
2011-06-06 | add tests for PKG_CONFIG_SYSROOT | Jasper Lievisse Adriaanse | |
2011-06-06 | Userland counterpart of the vmmap backout; cranks major version of libkvm. | Ariane van der Steldt | |
2011-06-06 | rename PKG_CONFIG_LOGFILE to PKG_CONFIG_LOG to match fd.o | Jasper Lievisse Adriaanse | |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt | |
outside the tree. | |||
2011-06-06 | push kernel malloc(9) and kernel stacks into non-dma memory, since that | Theo 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-06 | fix spello in...er...my own name. | Jasper Lievisse Adriaanse | |
2011-06-06 | sync | Theo de Raadt | |
2011-06-06 | don't open /dev/mem to print the help, allowing mortals to read it | Ted Unangst | |
ok deraadt matthew | |||
2011-06-06 | Add AUTHORS section | Jasper Lievisse Adriaanse | |
"sure" espie@, ok jmc@ | |||
2011-06-06 | - add some more tests for printing stuff about the pkgconfig files | Jasper Lievisse Adriaanse | |
- tidy Makefile | |||
2011-06-06 | Sort includes. | Joel Sing | |
2011-06-06 | Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0. | Joel Sing | |
2011-06-06 | initial 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-06 | regen | Mark Kettenis | |
2011-06-06 | The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID. | Mark Kettenis | |
2011-06-06 | Set FEF bit in the %fprs register when handling an fp_disabled trap from | Mark 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-06 | Removing unused header | Alexandr Shadchin | |
ok miod@ | |||
2011-06-06 | - style tweaks by espie@ | Jasper Lievisse Adriaanse | |
- bump version to 0.25 | |||
2011-06-06 | move simple numeric comparison to a single routine, instead of duplicating it | Jasper Lievisse Adriaanse | |
2011-06-06 | also handle the 'rc' suffix | Jasper Lievisse Adriaanse | |
2011-06-06 | some improvements for the text on packet capture; from Lawrence Teo | Jason McIntyre | |
ok sthen | |||
2011-06-06 | First 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-06 | Remove strcat and strncmp which are both unused, thereby slightly shrinking ↵ | Jasper Lievisse Adriaanse | |
the bootblocks. pointed out by mk@ ok miod@ | |||
2011-06-06 | zap unneeded test; from pablo caballero; ok nicm@ | Otto Moerbeek | |
2011-06-06 | Toss a rare device driver; this makes msi interrupts fit. | Theo de Raadt | |
2011-06-06 | Microphone 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-06 | Forgot to `cvs add' this file during alpha boot block changes, sorry. | Miod Vallat | |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew 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. |