Age | Commit message (Expand) | Author |
2007-05-11 | simple misspell, miod@ ok | Janne Johansson |
2007-05-11 | Don't use LK_CANRECURSE for the kernel lock, okay miod@ art@ | Pedro Martelletto |
2007-05-10 | Alpha needs (will need) MUTEX_OLDIPL as well. | Artur Grabowski |
2007-05-10 | Don't zero out the cpu_info in cpu_attach. We've already set a field in | Artur Grabowski |
2007-05-10 | evcnt & friends were replaced by a proper interrupt counting mechanism 3 year... | Theo de Raadt |
2007-05-10 | The road to supporting bigendian openpic starts. | Dale Rahn |
2007-05-09 | remove 'struct sr_attach_args' as it's now elsewhere with softraid defined | Todd T. Fries |
2007-05-09 | diable -> disable | Miod Vallat |
2007-05-09 | Change trap() into a void function, and restore pc from the trapframe instead | Miod Vallat |
2007-05-09 | In cpu_fork(), enable all known interrupt sources in cop0 sr/ic, so that | Miod Vallat |
2007-05-09 | Comment out ``generic'' interrupt routines, which are not used at the moment. | Miod Vallat |
2007-05-09 | When entering the idle loop, do a real spl0 (processing soft interrupts) | Miod Vallat |
2007-05-09 | unused variable | Theo de Raadt |
2007-05-09 | only supply ldt_alloc() and ldt_free() if USER_LDT | Theo de Raadt |
2007-05-08 | backout while the amd64 puc situation is rethought | Theo de Raadt |
2007-05-08 | move com_activate() to where it belongs | Theo de Raadt |
2007-05-08 | put more foo_detach() routines where they are used | Theo de Raadt |
2007-05-08 | process_s87_to_xmm() is only needed if PTRACE | Theo de Raadt |
2007-05-08 | cpu_init() is only used for the MP case (for now) | Theo de Raadt |
2007-05-08 | remove more junk in the setroot() code path | Theo de Raadt |
2007-05-08 | Remove cross-compiling stuff that is neither correct nor should have been com... | Artur Grabowski |
2007-05-08 | Switch sparc to __HAVE_CPUINFO. | Artur Grabowski |
2007-05-08 | correct dmesg output | Theo de Raadt |
2007-05-08 | no need to print boot device name twice | Theo de Raadt |
2007-05-08 | uninitialized variable passed to setroot() | Theo de Raadt |
2007-05-07 | Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi. | Mark Kettenis |
2007-05-07 | Check for astpending in u_general (userland traps) in addition to u_intr | Miod Vallat |
2007-05-07 | Garbage collect ci_astpending; it's no longer used. | Mark Kettenis |
2007-05-07 | Move sgo to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-06 | garbage collect release_fpu() and synchronize_fpstate() | Martin Reindl |
2007-05-06 | Whack "No counter-timer" message. These days, most UltraSPARC cpu's don't | Mark Kettenis |
2007-05-06 | Add the mp setperf mechanism to AMD64, like its i386 counterpart it allows | Gordon Willem Klok |
2007-05-06 | bcd.c died | Theo de Raadt |
2007-05-05 | simple single-processor only mutex implementation | Martin Reindl |
2007-05-05 | Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implement | Miod Vallat |
2007-05-05 | Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly. | Miod Vallat |
2007-05-05 | Simple single-processor only mutex implementation. | Miod Vallat |
2007-05-04 | Faster pmap_extract() code for pmap_kernel, from NetBSD. | Miod Vallat |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | Remove dead code. | Artur Grabowski |
2007-05-04 | Oops. Forgot to commit this part. | Artur Grabowski |
2007-05-04 | Implement rw_cas for i386. | Artur Grabowski |
2007-05-04 | Skip the kernel pmap when accounting for executability range changes. | Artur Grabowski |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-05-03 | Config file for MULTIPROCESSOR kernel. | Mark Kettenis |
2007-05-03 | Add dummy functions to make MULTIPROCESSOR kernels compile. | Mark Kettenis |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-03 | Remove MCA ghosts, no changes in .o files. | Alexander Yurchenko |
2007-05-03 | Implement pmap_steal_memory() on powerpc. With some help from art@. | Miod Vallat |
2007-05-03 | sensible version strings; ok miod | Theo de Raadt |