Age | Commit message (Expand) | Author |
2008-05-12 | Provide a real getsecs() implementation. | Mark Kettenis |
2008-05-12 | More headers needed by userland. | Mark Kettenis |
2008-05-12 | More headers needed by userland. | Mark Kettenis |
2008-05-11 | Make sure we can still boot kernels directly from u-boot. | Mark Kettenis |
2008-05-11 | We'll need a RAMDISK kernel too. | Mark Kettenis |
2008-05-11 | Remove the "option USB_DEBUG" that crept in by accident. | Mark Kettenis |
2008-05-11 | Re-enable code to initialize esym. | Mark Kettenis |
2008-05-11 | Pass arguments and symbol table more or less the same way as OpenBSD/macppc. | Mark Kettenis |
2008-05-10 | More headers needed by userland. | Mark Kettenis |
2008-05-10 | Needed by userland. | Mark Kettenis |
2008-05-10 | More OpenBSD/socppc parts. | Mark Kettenis |
2008-05-10 | Missing bootloader file. | Mark Kettenis |
2008-05-10 | First stab at a bootloader for the Thecus N1200. | Mark Kettenis |
2008-05-10 | Fix typo. Spotted by Pierre Riteau. | Mark Kettenis |
2008-05-10 | Add two missing files. | Mark Kettenis |
2008-05-10 | Add .cvsignore, such that we don't lose the compile directory with | Mark Kettenis |
2008-05-10 | OpenBSD/socppc, a port to the Thecus N1200, and potentially other Freescale | Mark Kettenis |
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis |
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback |
2008-05-05 | We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code | Claudio Jeker |
2008-05-04 | convert to ptoa/atop | Martin Reindl |
2008-05-04 | Manage interrupts based on priority better, still working on this... | Dale Rahn |
2008-05-04 | Unpopulated CRIME memory banks (or logically empty due to CRIME merging | Miod Vallat |
2008-05-04 | convert arm and mips64 platforms to ptoa/atop | Martin Reindl |
2008-05-03 | Rework the interrupt calculation masks, a bit easier to follow (not so wrong). | Dale Rahn |
2008-05-03 | catch up with curpriority changes and convert to ptoa/atop | Martin Reindl |
2008-05-03 | Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@ | Miod Vallat |
2008-05-02 | implement rw_cas, "go for it" miod@ | Dale Rahn |
2008-05-02 | Check for a disabled FPU before attempting to emulate the instruction. | Miod Vallat |
2008-05-02 | Grab the biglock unconditionnaly when system calls go through systrace; | Miod Vallat |
2008-05-02 | Implement rw_cas correctly, unlike previous revision where I was obviously | Miod Vallat |
2008-05-02 | Invalidate and initialize the l2 on secondary processors, ok kettenis@ | Dale Rahn |
2008-05-02 | Remove debug prints. | Dale Rahn |
2008-05-01 | Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail and | Miod Vallat |
2008-05-01 | regen | Miod Vallat |
2008-05-01 | The built-in frame buffer in models 362 and 382 actually comes in different | Miod Vallat |
2008-05-01 | Don't forget to bus_space_unmap() after probing for a com chip. | Miod Vallat |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis |
2008-04-30 | Spacing. | Mark Kettenis |
2008-04-30 | Fix typo in last commit. | Mark Kettenis |
2008-04-30 | Initialize randseed to 1. | Mark Kettenis |
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne |
2008-04-29 | Attempt to locate an ELF header and symbol table directly after the kernel. | Joel Sing |
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin |
2008-04-29 | remove noise, (debug print). | Dale Rahn |
2008-04-29 | PIR is not defined to be a writable register, do not use it. | Dale Rahn |
2008-04-29 | Spin up secondary CPUs on more systems. | Dale Rahn |
2008-04-29 | spillstk and ddbstk need to be per cpu. Found by kettenis@ | Dale Rahn |
2008-04-28 | Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we | Mark Kettenis |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis |