summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-12-31add initvals for the AR9271.Damien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-12-31Remove dead code from pf_norm.c. The fragment cache is some leftoverAlexander Bluhm
2010-12-31Address comparisson is implemented twice in pf.c. Put this into aAlexander Bluhm
2010-12-30be more cynical about boot-time entropy, and fold time and entropy data in.Theo de Raadt
2010-12-30The NVIDIA MCP89 SATA controller found on the 2010 Apple 13" MacBook ProMark Kettenis
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-30Regen.Antoine Jacoutot
2010-12-30Add the Novatel EU870D HSDPA modem found in (at least) Dell XT.Antoine Jacoutot
2010-12-30Since we save the interrupt mask in the trapframe when we get a trap, weMark Kettenis
2010-12-30Prior to loading the FPU context onto the current CPU, check to see if theJoel Sing
2010-12-30Turn signotify() into a function that also calls cpu_unidle().Joel Sing
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-12-30cut mfi over to using iopools.David Gwynne
2010-12-30* do not add timeouts if the driver is dyingJacob Meuser
2010-12-30* add a process reference counting variable to struct usbd_deviceJacob Meuser
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-30backout previous. this is not a regular usb device driver, and thusJacob Meuser
2010-12-30Only disable I/O and memory space and bus mastering if we're actually goingMark Kettenis
2010-12-29remove two unnecessary comments that snuck in with previous.Thordur I. Bjornsson
2010-12-29knfTheo de Raadt
2010-12-29Since there is only one random_state, we can access it directly withoutTheo de Raadt
2010-12-29arc4random_count is not used; other things inside rndstats do the accountingTheo de Raadt
2010-12-29the rnd_debug stuff was not usefulTheo de Raadt
2010-12-29kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djmTheo de Raadt
2010-12-29Remove the get_random_bytes() API.Theo de Raadt
2010-12-29Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don'tMark Kettenis
2010-12-29the random ioctl stuff is not very useful. I want to see all theTheo de Raadt
2010-12-29implement timeouts of scsi commands.David Gwynne
2010-12-29make mpii properly detach devices, which helps a lot if they have commands in...David Gwynne
2010-12-28Previous diff had a buglet, found the hard way by pea@Miod Vallat
2010-12-27Correct x86_atomic_*_ul() to operate on 64bit integers, eliminatePhilip Guenthe
2010-12-27Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32).Philip Guenthe
2010-12-27Do not issue a cache maintainance operation until the last one is notMiod Vallat
2010-12-27Properly initialize MXCSR and XMM registers if we only write the x87 FPU stateMark Kettenis
2010-12-27cleanup pms_enable_intelli: magic numbers -> definesAlexandr Shadchin
2010-12-27remove unneeded MakefileAlexandr Shadchin
2010-12-27* add cfattach activate functions and call usbd_deactivate() in theJacob Meuser
2010-12-26Misplaced splx() in pmap_unsetbit().Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-26Clean up how we print the sbus(4) clock speed. Purely cosmetic.Mark Kettenis
2010-12-25ntfs memory names were too long and make vmstat -m look uglyTed Unangst
2010-12-24add a param to uvm_map_hint to not skip over the heap, and use it as a lastTed Unangst
2010-12-24the bsdi ldt entry is no longer interesting. from valdimir kirillovTed Unangst
2010-12-24in pf_src_connlimit, the indices to sk->addr were swapped.Henning Brauer
2010-12-24fix crash:Alexandr Shadchin
2010-12-24Advertise printk() as a printf-like function.Alexander Yurchenko
2010-12-24Add missing argument to printk(). Spotted while porting on linux 2.6.Alexander Yurchenko
2010-12-24try to update the monster comment at the top of this file to explainTheo de Raadt
2010-12-24regenAlexandr Shadchin