Age | Commit message (Expand) | Author |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski |
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski |
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski |
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski |
2004-07-20 | MD mutex implementation on amd64. | Artur Grabowski |
2004-07-19 | Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment | Artur Grabowski |
2004-07-15 | "mib[4] is too much and mib[3] would be enough" (left over from when | Tom Cosgrove |
2004-07-15 | put int into a type | Theo de Raadt |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-11 | Fix ldmxcsr asm macro. | Mark Kettenis |
2004-07-11 | add sf. ok deraadt@ | Ted Unangst |
2004-07-10 | Keep mxcsr and mxcsr_mask across the fake init in process_read_fpregs. | Mark Kettenis |
2004-07-10 | From NetBSD: | Artur Grabowski |
2004-07-08 | enclose some MP-only things in #ifdef MULTIPROCESSOR | David Krause |
2004-07-03 | Check return value instead of uninitialized variable. | Mark Kettenis |
2004-06-28 | pass pin instead of level out to userland | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on amd64. Based in part | Theo de Raadt |
2004-06-27 | quieter boot requested by art | Theo de Raadt |
2004-06-26 | pop is quad in 64-bit mode | Andreas Gunnarsson |
2004-06-26 | deinline splraise, spllower and setsoftint. | Artur Grabowski |
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-24 | A little better but still work in progress. | Andreas Gunnarsson |
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-22 | Switch amd64 to __HAVE_CPUINFO | Artur Grabowski |
2004-06-21 | Pure luck has protected us from this bug until now: locore.S | Niklas Hallqvist |
2004-06-14 | de-__P | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski |
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev |
2004-06-05 | re(4) on all media | Theo de Raadt |
2004-06-04 | nsclpcsio can't be find on any amd64 board. | Alexander Yurchenko |
2004-06-04 | grange: if you keep commiting stuff you did not test, you will run into trouble | Theo de Raadt |
2004-05-30 | Enable hotplug, tested by tedu@. | Alexander Yurchenko |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-05-29 | Enable vga0 at isa? (makes krw's vga appear). | Tom Cosgrove |
2004-05-25 | enable rl; works according to kent@ripco.com | Theo de Raadt |
2004-05-23 | Enable ehci on amd64 also. ok deraadt@ pval@ | Dale Rahn |
2004-05-23 | Adjust the link address to elinate the nearly 1MB of pad which was getting | Dale Rahn |
2004-05-20 | Make MINGDTSIZ a multiple of PAGE_SIZE to avoid destroying the gdt table. | Thomas Nordin |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-17 | Work arounda behaviour change in binutils-2.14, now -m<...> -nostdlib | Dale Rahn |
2004-05-13 | activate systrace on amd64, while here get rid of syscall_{plain,fancy} | Nikolay Sturm |
2004-05-13 | Fix userland profiling on amd64, update to new NetBSD version of file. | Dale Rahn |
2004-05-10 | auich for amd64. OK deraadt@ | Marco S Hyman |
2004-05-07 | spllower should return the previous level, to match other archs. | Ted Unangst |
2004-05-05 | write cpuhdr with info needed by libkvm to crash dumps. | Marco S Hyman |