Age | Commit message (Expand) | Author |
2011-01-23 | Ansify function. | Joel Sing |
2011-01-23 | Ansify functions. | Joel Sing |
2011-01-23 | Spinning up secondary CPUs on an MP kernel results in PDC output on the | Joel Sing |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-14 | Halt secondary CPUs when shutting down or rebooting. This should prevent | Joel Sing |
2011-01-14 | Implement a function to broadcast IPIs to all running CPUs. | Joel Sing |
2011-01-14 | Provide an IPI to halt a CPU. | Joel Sing |
2011-01-12 | Provide a specific rw_cas() function for MP kernels; stolen from m88k. | Mark Kettenis |
2011-01-12 | Make __cpu_simple_lock implementation actually work. | Mark Kettenis |
2011-01-09 | Check in resettodr() if inittodr() has been called, otherwise we end up | Jasper Lievisse Adriaanse |
2011-01-08 | forward decl struct proc | Theo de Raadt |
2011-01-05 | - remove unused headers wrapped in #if defined(DDB) | Jasper Lievisse Adriaanse |
2011-01-04 | - de-register. no binary change. | Jasper Lievisse Adriaanse |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2011-01-02 | Enable udl(4) on hppa, together with rasops and rawkbd for Xorg. | Matthieu Herrb |
2011-01-01 | Move setting cpu_hzticks to the clock initialization function, like | Jasper Lievisse Adriaanse |
2011-01-01 | - ansify | Jasper Lievisse Adriaanse |
2011-01-01 | Fix horribly broken softintr_establish(). The old code was not managing the | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
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 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-10 | There's no need to flush the cache for the FPU state ever since we got rid | Mark Kettenis |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-28 | Remove unused gscbus bus_dma_tag_t. | Miod Vallat |
2010-11-28 | Don't bother .import'ing a dead global. | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-26 | thib missed this architecture when he did all the other architectures; | Theo de Raadt |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo |