Age | Commit message (Expand) | Author |
2010-12-31 | Yet another rework of the cache flushing routines. Fixes some bugs, probably | Miod Vallat |
2010-12-31 | Introduce a new cmmu routine, for page writebacks without invalidate. Will be | Miod Vallat |
2010-12-31 | Standardize cache handling functions and defines to use wb/wbinv/inv instead | Miod Vallat |
2010-12-31 | grrr... use the same style in the activate functions than in the | Damien Bergamini |
2010-12-31 | In db_write_bytes(), cope with memory addresses mapped by the two hardwired | Miod Vallat |
2010-12-31 | Provide a lint-friendly __va_copy(), as done on all other platforms. | Miod Vallat |
2010-12-31 | regen | Damien Bergamini |
2010-12-31 | cleanup the mess in iwn(4) intel wireless pci ids and add new ones. | Damien Bergamini |
2010-12-31 | The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implement | Mark Kettenis |
2010-12-31 | Add missing scsi_done(). | Mark Kettenis |
2010-12-31 | move reading of the hardware revision earlier. | Damien Bergamini |
2010-12-31 | Fix conformance test limit values in default AR9380 rom images. | Damien Bergamini |
2010-12-31 | of course, GPIO handling on AR9271 and AR7010 had to be different | Damien Bergamini |
2010-12-31 | commit some bits that will be required by AR9271/AR7010 | Damien Bergamini |
2010-12-31 | move the printing of the MAC address to the same line than the MAC rev. | Damien Bergamini |
2010-12-31 | add initvals for the AR9271. | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-12-31 | Remove dead code from pf_norm.c. The fragment cache is some leftover | Alexander Bluhm |
2010-12-31 | Address comparisson is implemented twice in pf.c. Put this into a | Alexander Bluhm |
2010-12-30 | be more cynical about boot-time entropy, and fold time and entropy data in. | Theo de Raadt |
2010-12-30 | The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook Pro | Mark Kettenis |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | Regen. | Antoine Jacoutot |
2010-12-30 | Add the Novatel EU870D HSDPA modem found in (at least) Dell XT. | Antoine Jacoutot |
2010-12-30 | Since we save the interrupt mask in the trapframe when we get a trap, we | Mark Kettenis |
2010-12-30 | Prior to loading the FPU context onto the current CPU, check to see if the | Joel Sing |
2010-12-30 | Turn signotify() into a function that also calls cpu_unidle(). | Joel Sing |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-30 | cut mfi over to using iopools. | David Gwynne |
2010-12-30 | * do not add timeouts if the driver is dying | Jacob Meuser |
2010-12-30 | * add a process reference counting variable to struct usbd_device | Jacob Meuser |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-30 | backout previous. this is not a regular usb device driver, and thus | Jacob Meuser |
2010-12-30 | Only disable I/O and memory space and bus mastering if we're actually going | Mark Kettenis |
2010-12-29 | remove two unnecessary comments that snuck in with previous. | Thordur I. Bjornsson |
2010-12-29 | knf | Theo de Raadt |
2010-12-29 | Since there is only one random_state, we can access it directly without | Theo de Raadt |
2010-12-29 | arc4random_count is not used; other things inside rndstats do the accounting | Theo de Raadt |
2010-12-29 | the rnd_debug stuff was not useful | Theo de Raadt |
2010-12-29 | kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm | Theo de Raadt |
2010-12-29 | Remove the get_random_bytes() API. | Theo de Raadt |
2010-12-29 | Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't | Mark Kettenis |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
2010-12-29 | implement timeouts of scsi commands. | David Gwynne |
2010-12-29 | make mpii properly detach devices, which helps a lot if they have commands in... | David Gwynne |
2010-12-28 | Previous diff had a buglet, found the hard way by pea@ | Miod Vallat |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-27 | Do not issue a cache maintainance operation until the last one is not | Miod Vallat |
2010-12-27 | Properly initialize MXCSR and XMM registers if we only write the x87 FPU state | Mark Kettenis |