Age | Commit message (Expand) | Author |
2004-09-15 | fix proto for sysarch() | Theo de Raadt |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-05 | spelling nit from Chris Pascoe | David Gwynne |
2004-07-20 | Use mutex instead of SIMPLELOCK for protecting ddb on mp systems. | Artur Grabowski |
2004-07-20 | MD mutex implementation for i386. | Artur Grabowski |
2004-07-20 | Move tag word to the right location in `struct envxmm'. | Mark Kettenis |
2004-07-14 | setperf driver for powernow in amd k7 cpus. derived from a diff to | Ted Unangst |
2004-07-02 | Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMP | Niklas Hallqvist |
2004-06-28 | Use new event counter API for interrupt counting on i386. deraadt@ tholo@ | Aaron Campbell |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-25 | Add extended CPUID flag value for AMD64 LONG identification. Taken from | Tom Cosgrove |
2004-06-23 | Renumber I/O APICs who clash with other APICs. Also clear the delivery | Niklas Hallqvist |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-20 | nope, tree breakage in libpthread. too tough to run a make build? | Theo de Raadt |
2004-06-20 | Move schedstate_percpu into sched.h so that we don't have to include | Artur Grabowski |
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | Alexander Yurchenko |
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko |
2004-05-23 | workaround gcc brokenness by outlining spl functions. | Ted Unangst |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-04 | Move _bus_space_unmap() to machdep.c so it can be used not | Alexander Yurchenko |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-04-02 | K6-2/3 powernow driver. not without quirks, but mostly working. | Ted Unangst |
2004-02-19 | - split intel686_cpu_setup() into two parts: common for family | Alexander Yurchenko |
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko |
2004-02-06 | some cpus start to have a NX oriented PGEX_I | Theo de Raadt |
2004-02-05 | 2 new cpuid ecx features in prescott | Theo de Raadt |
2004-02-03 | move VIA xcrypt-* options to specialreg.h | Theo de Raadt |
2004-02-02 | PSL_XCRYPT is 0x40000000 | Theo de Raadt |
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko |
2004-01-31 | rename SIMD/SIMD2 to SSE/SSE2 | Theo de Raadt |
2004-01-28 | sniff. first file i add'd is first to be rm'd | Ted Unangst |
2004-01-14 | Revert previous; this will cause issues on some machines, says drahn@ | Miod Vallat |
2004-01-13 | Fix KERNTEXTOFF value (long) after the move to ELF. | Miod Vallat |
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | Ted Unangst |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2004-01-01 | Crank SHMMAXPGS from 2048 to 8192. Other platforms where people | Todd C. Miller |
2003-12-29 | Properly recognize SiS CPU family; | Alexander Yurchenko |
2003-12-20 | add pentium 4 thermal control circuit (tcc) driver. can use this to | Ted Unangst |
2003-12-19 | add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature. | Ted Unangst |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-11-27 | This var is volatile. gcc3 complains if the CV qualifiers don't match. | Marc Espie |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy |
2003-10-28 | guard cpu register functions from userland, otherwise they appear when | Anil Madhavapeddy |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko |