Age | Commit message (Expand) | Author |
2011-04-20 | fenv for m68k | Martynas Venckus |
2011-04-20 | Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP). | Joel Sing |
2011-04-20 | Potential NULL deref in an error case spotted by chl on one copy; | Theo de Raadt |
2011-04-19 | as confirmed by my 11mo old son, this makes midi keyboards work with macppc | Todd T. Fries |
2011-04-19 | add some more intel cpuid models | Jonathan Gray |
2011-04-19 | Disable the 88110 branch prediction logic unconditionnaly on all 88110 | Miod Vallat |
2011-04-19 | use "orl" to test the return value from an interrupt handler not "orq" | David Gwynne |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-17 | bigmem works well enough on amd64; we do not need the knob to turn it | Theo de Raadt |
2011-04-17 | almost 3 years ago 'config generic' support was fixed but never used. | Theo de Raadt |
2011-04-17 | On IP27 systems, fill the array of node hub widget numbers early, so that all | Miod Vallat |
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-16 | Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really | Mark Kettenis |
2011-04-16 | _LOCORE is already defined | Theo de Raadt |
2011-04-16 | Fix kernel build after guenther@'s signal changes. | Miod Vallat |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-16 | another variable left after a commit | Theo de Raadt |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2011-04-15 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Remove local variables that are no longer used after the last commit | Claudio Jeker |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-15 | die blank line die die die | Theo de Raadt |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-14 | Make spstrcpy actually copy strings. | Mark Kettenis |
2011-04-14 | Get rid if pcb_uva, like we did on hppa a while ago since it creates evil | Mark Kettenis |
2011-04-14 | Sprinkle prototypes, kill unused locals, and stop contributing to global | Miod Vallat |
2011-04-14 | Fix copy_on_fault by decrementing the stack pointer before restoring the | Joel Sing |
2011-04-14 | Ansify. | Joel Sing |
2011-04-13 | Export ENAMETOOLONG such that kernels compile again. | Mark Kettenis |
2011-04-13 | Make spstrcpy() work as advertised. | Joel Sing |
2011-04-13 | Enable siop, scsibus and sd. | Joel Sing |
2011-04-13 | Remove some very noisy debug code. | Joel Sing |
2011-04-13 | Do not use a virtual address whilst in physical mode. Instead save the sp | Joel Sing |
2011-04-13 | Unrevert the FS.base diff: the issues were actually elsewhere | Philip Guenthe |
2011-04-13 | do not use NULL in an integer context | Theo de Raadt |
2011-04-12 | A few, hopefully last, NULL-as-an-integer misuses. | Miod Vallat |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin |
2011-04-10 | A last few NULL -> 0 corrections. | Miod Vallat |
2011-04-10 | Extend the PCI memory address space to 36-bit. The first BIOSen that assign | Mark Kettenis |
2011-04-10 | Add -fno-builtin-exit to CFLAGS to silence gcc4. | Miod Vallat |
2011-04-10 | Uninitialized local variable. | Miod Vallat |
2011-04-10 | NULL -> 0 | Miod Vallat |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines | Philip Guenthe |