Age | Commit message (Expand) | Author |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis |
2004-07-20 | Properly initialize FPU state if it hasn't been used yet. | Mark Kettenis |
2004-07-20 | Driver for USB CDC Ethernet devices (USB Host-to-Host), appearing as | Daniel Hartmeier |
2004-07-20 | Use mutex instead of SIMPLELOCK for protecting ddb on mp systems. | Artur Grabowski |
2004-07-20 | Use mutex where we used to protect pmap internals with SIMPLELOCK. | Artur Grabowski |
2004-07-20 | MD mutex implementation for i386. | Artur Grabowski |
2004-07-20 | #include "npx.h" | Mark Kettenis |
2004-07-20 | Move tag word to the right location in `struct envxmm'. | Mark Kettenis |
2004-07-16 | dothan est support, from some netbsd guy, tedu ok | Theo de Raadt |
2004-07-16 | merge old_identifycpu with identifycpu and remove old_identifycpu | David Krause |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove |
2004-07-15 | spaces | Theo de Raadt |
2004-07-14 | treat via8366 as via586; from rees@ | Michael Shalayeff |
2004-07-14 | Add missing \n to printf(). | Tom Cosgrove |
2004-07-14 | simplify printf code | Theo de Raadt |
2004-07-14 | names of frequencies aren't interesting, and require ugly snprintf | Ted Unangst |
2004-07-14 | setperf driver for powernow in amd k7 cpus. derived from a diff to | Ted Unangst |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-13 | Don't assert that P_INMEM is set in p_flag. The assert is only almost | Artur Grabowski |
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 |