Age | Commit message (Expand) | Author |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-29 | Add the CR_PAT MSR to the list of defined msrs. | Owain Ainsworth |
2010-04-29 | Currently pdc_scanbus() scans in reverse, which results in physical CPU0 | Joel Sing |
2010-04-29 | Use per CPU hardware interrupt mask. | Joel Sing |
2010-04-29 | Store hardware timer information per CPU. | Joel Sing |
2010-04-28 | We no longer need -Di386. | Mark Kettenis |
2010-04-28 | Only invoke setcurcpu() #ifdef MULTIPROCESSOR | Miod Vallat |
2010-04-28 | Do not modify hardware interrupt mask when establishing a soft interrupt | Joel Sing |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-28 | no need to depend on a file twice | Theo de Raadt |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
2010-04-27 | Avoid null-pointer dereference by giving proc0 a place to store its | Mark Kettenis |
2010-04-27 | Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3 | Mark Kettenis |
2010-04-27 | Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup, | Dale Rahn |
2010-04-27 | Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line), | Theo de Raadt |
2010-04-27 | Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3 | Jonathan Gray |
2010-04-27 | Use the form ${_archdir}/${_arch} to reach a few more places, unifying the | Theo de Raadt |
2010-04-27 | arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist, | Dale Rahn |
2010-04-27 | A lot of the sections in this were out of whack with the order they | Theo de Raadt |
2010-04-27 | locore.i is not generated at all, so no need to rm it | Theo de Raadt |
2010-04-27 | a bit more unification to the arm way of doing this | Theo de Raadt |
2010-04-27 | teeny bit more unification | Theo de Raadt |
2010-04-27 | shorten preamble | Theo de Raadt |
2010-04-27 | No need for a specific .SUFFIXES list; ok drahn | Theo de Raadt |
2010-04-27 | noone needs comments about QUOTA and TRACE | Theo de Raadt |
2010-04-27 | over the years we have moved to a machine+architectures scheme that has | Theo de Raadt |
2010-04-27 | use -f assymp.dep again; worked out with miod | Theo de Raadt |
2010-04-27 | Fuloong with LM6003 signature is apparently similar to LM6004 with different | Miod Vallat |
2010-04-27 | next phase: get rid of bogus dependencies on Makefile from the day when | Theo de Raadt |
2010-04-27 | alpha/conf/Makefile.alpha | Theo de Raadt |
2010-04-26 | even cleaner mach/arch/machdir/archdir | Theo de Raadt |
2010-04-26 | next step towards unification: make all the genassym chunks handle both | Theo de Raadt |
2010-04-26 | typo | Theo de Raadt |
2010-04-26 | next unification step: remove bsd.rd test build goop | Theo de Raadt |
2010-04-26 | BOARDTYPE is no longer used by Makefile.*; spotted by miod | Theo de Raadt |
2010-04-26 | next unification step: move all MD naming _mach, _machdir, _arch, and _archdir | Theo de Raadt |
2010-04-26 | Make this compile with gcc4. | Mark Kettenis |
2010-04-26 | first step of unification: spaces at end of lines; comments, etc. | Theo de Raadt |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | Update various comments. | Miod Vallat |
2010-04-25 | Simplify the 6:1 pfsr extraction block: process data CMMU first, and do not | Miod Vallat |
2010-04-25 | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which | Miod Vallat |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | AViiON VDM and VDIT defines, to be used by disksubr.c very soon. | Miod Vallat |
2010-04-24 | grammar in comments | Miod Vallat |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-24 | There is no reason to protect the pmap_vp_pool with splvm(). The only pmap | Mark Kettenis |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |