Age | Commit message (Expand) | Author |
2004-07-05 | sync various changes in old_identifycpu() into identifycpu() | David Krause |
2004-07-04 | re fits on this floppy | Theo de Raadt |
2004-07-02 | move into #ifdef; various people | Theo de Raadt |
2004-07-02 | Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMP | Niklas Hallqvist |
2004-06-29 | Uncomment atw(4) now that it has been tested. | Todd C. Miller |
2004-06-28 | er this is better... | Theo de Raadt |
2004-06-28 | remove dup variable | Theo de Raadt |
2004-06-28 | move from unsafe ev_count32 to safe ev_count; aaron ok | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on i386. deraadt@ tholo@ | Aaron Campbell |
2004-06-27 | prettier print | Theo de Raadt |
2004-06-26 | Make this kernel config again. | Miod Vallat |
2004-06-26 | Add supporting Sangoma network device driver. | Alex Feldman |
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove |
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-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-23 | Do not send IPIs while cold. Should probably fix the pmap_kremove panics som... | Niklas Hallqvist |
2004-06-23 | oops, keep MP stuff inside MULTIPROCESSOR | Niklas Hallqvist |
2004-06-23 | Renumber I/O APICs who clash with other APICs. Also clear the delivery | Niklas Hallqvist |
2004-06-23 | Add atw(4), commented out for now. | Todd C. Miller |
2004-06-23 | enable ahd by default (still some work for marco and krw, but it no | Theo de Raadt |
2004-06-23 | Hook cdbr and cdboot into the build (though nothing uses them yet). | Tom Cosgrove |
2004-06-23 | Enter cdboot, a CD-specific second-stage bootrap. | Tom Cosgrove |
2004-06-23 | daa should be 0x27 and aaa 0x37 | Andreas Gunnarsson |
2004-06-22 | Remove... almost 10 years, and things have changed enough that this | Tobias Weingartner |
2004-06-22 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-06-22 | support for rcc osb4 and csb5; tested on quad-zion and another box i have | Michael Shalayeff |
2004-06-22 | make sure real/avail mem printfs do unsigned ariths; found by beck@ | Michael Shalayeff |
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 | Init per-cpu spc_runtime before diving into the scheduler. From NetBSD. | Aaron Campbell |
2004-06-20 | Fix some comment typos I noticed while reading this code. | Aaron Campbell |
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-17 | pretty cpu spinup message | Theo de Raadt |
2004-06-16 | We need __splbarrier to compile kernel, tho it should be | Alexander Yurchenko |
2004-06-16 | Use i386_ipi_db only with DDB | Alexander Yurchenko |
2004-06-16 | Missing ifdef DDB | Alexander Yurchenko |
2004-06-16 | db_mp.c requires ddb | Alexander Yurchenko |
2004-06-15 | first parts of how C3 Esther will be handled; ok tom | Theo de Raadt |
2004-06-15 | Be more careful about what value we check for crypto capability bits | Tom Cosgrove |
2004-06-15 | export actual xcrypt feature set bitmask | Theo de Raadt |
2004-06-15 | grok upcoming VIA C3 Esther montmul, sha1, and sha256 instructions | Theo de Raadt |
2004-06-14 | knock out some useless crud | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | pull in KNF from SMP | Theo de Raadt |
2004-06-09 | we trust the calibrated pentium_mhz more, so don't overwrite it unless | Ted Unangst |
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller |
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski |
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko |