summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-28a colon is not needed here;Jason McIntyre
2010-12-27Remove two #defines that are unused since the *_action.c removal;Ingo Schwarze
2010-12-271) Fix the pseudo-code explaining cross-filesystem moves.Ingo Schwarze
2010-12-27In case an ID attribute is written in pieces, only protect the firstIngo Schwarze
2010-12-27mktemp(3) (and thus mktemp(1)) no longer use the process ID whenTodd C. Miller
2010-12-27Correct x86_atomic_*_ul() to operate on 64bit integers, eliminatePhilip Guenthe
2010-12-27tweak previous;Jason McIntyre
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-27Add a missing .Pp and sort options alphabetically, from Tiago Cunha.Nicholas Marriott
2010-12-27There is no point in calling rc_conf manually from each and every rcAntoine Jacoutot
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-26Behave more like groff (both old and new): Specifying both .%T and .%J inIngo Schwarze
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-26Use sizeof(double) instead of hardcoding 8.Miod Vallat
2010-12-26nits with current being NULL or not.Marc Espie
2010-12-25Yet another batch of -Thtml polishing from kristaps@:Ingo Schwarze
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-24don't send the actual forced command in a debug message; ok markus deraadtDamien Miller
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-24crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for theMark Kettenis
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-24Sync uvm_km_alloc1() prototype with reality.Alexander Yurchenko
2010-12-24Fix a flaw in the rc.subr framework reported by stephan@ whereAntoine Jacoutot
2010-12-24now that pkg_create checks more stuff, we have to ask for it to createMarc Espie
2010-12-24pass state around.Marc Espie
2010-12-24define __throw_exception_again to something, so that g++ -fno-exceptionsMarc Espie
2010-12-24move the handling of ldconfig to AddDelete::StateMarc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
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-23server_kill_window can modify the RB tree so don't use RB_FOREACH, fixesNicholas Marriott
2010-12-23Better malloc the right size, overruns are so 200x... Pass the brown paperMiod Vallat
2010-12-23Style tweaks.Nicholas Marriott
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-23Increase the DATA limit in the RDE to the max value and do the sameClaudio Jeker