summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2010-12-24Add info for Intel (Core Host), ATI (Radeon HD 5670)Alexandr Shadchin
2010-12-24Have sd(4) devices check for and respect read-only information theKenneth R Westerback
2010-12-23Better malloc the right size, overruns are so 200x... Pass the brown paperMiod Vallat
2010-12-23The exception vector page on m88k systems has always been the same page asMiod Vallat
2010-12-23Add a common interface for various devicesAlexandr Shadchin
2010-12-23Check for pcb_onfault being set for genuine kernel data faults, copyout()Miod Vallat
2010-12-23Make the pte created by pmap_map() wired, and count them in pmap_kernel()'sMiod Vallat
2010-12-23regenJasper Lievisse Adriaanse
2010-12-23- sort previousJasper Lievisse Adriaanse
2010-12-23SyncKenneth R Westerback
2010-12-23Add info for Intel (CORE DMI), nVidia (GT425M, GF108 audio), JMicronKenneth R Westerback
2010-12-22rewrite randomwrite() for clarity after discussion with mikebTheo de Raadt
2010-12-22When configuring a vnd(4) disk, populate the disk name based on the modeJoel Sing
2010-12-22* recognize/support the Dynex DX-SC51 in envy(4)Jacob Meuser
2010-12-22use the do {} while construct in the copying macrosTheo de Raadt
2010-12-21remove dead code (ivp did always point to iv in the decrypt path).Markus Friedl
2010-12-21Bring back the "End the VOP experiment." diff, naddy's issues whereThordur I. Bjornsson
2010-12-21don't leak short packets; ok mikeb@Markus Friedl
2010-12-21Doh! Forgot to set the rdomain when sending out carp announcements.Claudio Jeker
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-21don't leak mbuf if padding failes; ok mikeb@Markus Friedl
2010-12-21Ugly workaround in nmbclust_update(). Additionally to setting the limitClaudio Jeker
2010-12-21Remove the no longer used ip6s_exthdrtoolong field.Claudio Jeker
2010-12-20KNFMiod Vallat
2010-12-20mvme88k kernels running on 88110 systems have been prone to panicing forMiod Vallat
2010-12-20READ CAPACITY and READ CAPACITY 16 commands report the last validKenneth R Westerback
2010-12-19- use usb_lookup(), these should be the last drivers that rolled their ownJasper Lievisse Adriaanse
2010-12-19Since we have an ioctl that uses a struct with an off_t member as itsMark Kettenis
2010-12-18rsu(4) supports the Sweex LW154Jacob Meuser
2010-12-18syncJacob Meuser
2010-12-18Sweex LW154Jacob Meuser
2010-12-17don't catch signals in usbd_{bulk,intr}_transfer if a timeout isJacob Meuser
2010-12-17- use nitems()Jasper Lievisse Adriaanse
2010-12-17- use usb_lookup() instead of handrolled macroJasper Lievisse Adriaanse