Age | Commit message (Expand) | Author |
2004-06-30 | only touch bridge regs that we need now -- the rest for the card-mode | Michael Shalayeff |
2004-06-30 | call handlers for higher priority first to avoid needless recursion | Michael Shalayeff |
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 | oops | Theo de Raadt |
2004-06-28 | live happy w/ generic byte swapping macros | Michael Shalayeff |
2004-06-28 | do not cast explicitly to unsigned; found by otto@ | Michael Shalayeff |
2004-06-28 | shorten name | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-28 | pass pin instead of level out to userland | 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 amd64. Based in part | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@ | Aaron Campbell |
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-27 | quieter boot requested by art | Theo de Raadt |
2004-06-27 | for a syscall trapframe print out the number and a few args | Michael Shalayeff |
2004-06-26 | Make this kernel config again. | Miod Vallat |
2004-06-26 | When altering mmu registers, disable interrupts rather than splhigh(). | Miod Vallat |
2004-06-26 | Fix alignment problem between savectx and __savectx. How could this have | Miod Vallat |
2004-06-26 | pop is quad in 64-bit mode | Andreas Gunnarsson |
2004-06-26 | Add supporting Sangoma network device driver. | Alex Feldman |
2004-06-26 | deinline splraise, spllower and setsoftint. | Artur Grabowski |
2004-06-26 | Initial stab at CPU identification code for i386 boot programs. Added | Tom Cosgrove |
2004-06-25 | Do not clear PSR_SER on 88110 when leaving single-stepping mode. | Miod Vallat |
2004-06-25 | 'machine cpuinfo' and 'machine ddbcpu' in ddb for amd64 | Andreas Gunnarsson |
2004-06-25 | pretty | Theo de Raadt |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski |
2004-06-25 | enable re(4) now that it works | Peter Valchev |
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 | Do a better job at containing powerpc specific #defines to PPC_... | Dale Rahn |
2004-06-24 | A little better but still work in progress. | Andreas Gunnarsson |
2004-06-24 | Typos in DEBUG code. | Miod Vallat |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-24 | Work in progress, early check-in requested by niklas@ | Andreas Gunnarsson |
2004-06-24 | free() correct object; andrushock@korovino.net | Theo de Raadt |
2004-06-24 | Add ehci. ok drahn@ | Thomas Nordin |
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 | Assorted night cleanups: | Miod Vallat |
2004-06-23 | Fix one-byte overflow in interrupt handling allocator. henning@, miod@ ok | Aaron Campbell |
2004-06-23 | Remove useless debug code. | Miod Vallat |
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 | tabs vs spaces | Aaron Campbell |
2004-06-23 | Remove some ifdef notyet symbols for non-existent floppy driver. art@ ok | Aaron Campbell |