Age | Commit message (Expand) | Author |
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 |
2010-12-27 | cleanup pms_enable_intelli: magic numbers -> defines | Alexandr Shadchin |
2010-12-27 | remove unneeded Makefile | Alexandr Shadchin |
2010-12-27 | * add cfattach activate functions and call usbd_deactivate() in the | Jacob Meuser |
2010-12-26 | Misplaced splx() in pmap_unsetbit(). | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-26 | Clean up how we print the sbus(4) clock speed. Purely cosmetic. | Mark Kettenis |
2010-12-25 | ntfs memory names were too long and make vmstat -m look ugly | Ted Unangst |
2010-12-24 | add a param to uvm_map_hint to not skip over the heap, and use it as a last | Ted Unangst |
2010-12-24 | the bsdi ldt entry is no longer interesting. from valdimir kirillov | Ted Unangst |
2010-12-24 | in pf_src_connlimit, the indices to sk->addr were swapped. | Henning Brauer |
2010-12-24 | fix crash: | Alexandr Shadchin |
2010-12-24 | Advertise printk() as a printf-like function. | Alexander Yurchenko |
2010-12-24 | Add missing argument to printk(). Spotted while porting on linux 2.6. | Alexander Yurchenko |
2010-12-24 | try to update the monster comment at the top of this file to explain | Theo de Raadt |
2010-12-24 | regen | Alexandr Shadchin |