Age | Commit message (Expand) | Author |
2010-12-28 | a colon is not needed here; | Jason McIntyre |
2010-12-27 | Remove two #defines that are unused since the *_action.c removal; | Ingo Schwarze |
2010-12-27 | 1) Fix the pseudo-code explaining cross-filesystem moves. | Ingo Schwarze |
2010-12-27 | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | tweak previous; | Jason McIntyre |
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 | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | Nicholas Marriott |
2010-12-27 | There is no point in calling rc_conf manually from each and every rc | Antoine Jacoutot |
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 | Behave more like groff (both old and new): Specifying both .%T and .%J in | Ingo Schwarze |
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-26 | Use sizeof(double) instead of hardcoding 8. | Miod Vallat |
2010-12-26 | nits with current being NULL or not. | Marc Espie |
2010-12-25 | Yet another batch of -Thtml polishing from kristaps@: | Ingo Schwarze |
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 | don't send the actual forced command in a debug message; ok markus deraadt | Damien Miller |
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 | crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for the | Mark Kettenis |
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 | Sync uvm_km_alloc1() prototype with reality. | Alexander Yurchenko |
2010-12-24 | Fix a flaw in the rc.subr framework reported by stephan@ where | Antoine Jacoutot |
2010-12-24 | now that pkg_create checks more stuff, we have to ask for it to create | Marc Espie |
2010-12-24 | pass state around. | Marc Espie |
2010-12-24 | define __throw_exception_again to something, so that g++ -fno-exceptions | Marc Espie |
2010-12-24 | move the handling of ldconfig to AddDelete::State | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
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 |
2010-12-24 | Add info for Intel (Core Host), ATI (Radeon HD 5670) | Alexandr Shadchin |
2010-12-24 | Have sd(4) devices check for and respect read-only information the | Kenneth R Westerback |
2010-12-23 | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | Nicholas Marriott |
2010-12-23 | Better malloc the right size, overruns are so 200x... Pass the brown paper | Miod Vallat |
2010-12-23 | Style tweaks. | Nicholas Marriott |
2010-12-23 | The exception vector page on m88k systems has always been the same page as | Miod Vallat |
2010-12-23 | Add a common interface for various devices | Alexandr Shadchin |
2010-12-23 | Check for pcb_onfault being set for genuine kernel data faults, copyout() | Miod Vallat |
2010-12-23 | Make the pte created by pmap_map() wired, and count them in pmap_kernel()'s | Miod Vallat |
2010-12-23 | Increase the DATA limit in the RDE to the max value and do the same | Claudio Jeker |