Age | Commit message (Expand) | Author |
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 | Initialize variables before use. | 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 | unused variable on !PMAP_DIRECT | Theo de Raadt |
2011-04-15 | for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy the | Owain Ainsworth |
2011-04-15 | move uvm_pageratop from uvm_pager.c local to a general uvm function | Owain Ainsworth |
2011-04-15 | Add a bit of paranoia to uvm_pageinsert. | Owain Ainsworth |
2011-04-15 | When I switched uvm objects to use a per-object page tree instead of the | Owain Ainsworth |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
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 | p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() have | Philip Guenthe |
2011-04-15 | Remove the acpi event definitions. They've not been used for over a | Owain Ainsworth |
2011-04-15 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2011-04-15 | Remove dead assignment. | Charles Longeau |
2011-04-15 | Remove dead assignments and one 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 | add support for VIA VT6415 & VX900 IDE | Jonathan Gray |
2011-04-14 | regen | Jonathan Gray |
2011-04-14 | VIA VX900 IDE | Jonathan Gray |
2011-04-14 | the mechanical part of 82580 support, more to come | Jonathan Gray |
2011-04-14 | Add several additional adapter types and correct definition of | Jonathan Gray |
2011-04-14 | Spacing nit. | Owain Ainsworth |
2011-04-14 | For the time being repost Intel clarkdale IGD. | Owain Ainsworth |
2011-04-14 | Make RAIDFRAME compile | pea |
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 | Reducing number of call update_leds(). | Alexandr Shadchin |
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 | Regen. | Joel Sing |
2011-04-14 | Use 64-bit operations for address manipulation. | Joel Sing |
2011-04-14 | Correctly load p_addr and avoid trashing the source address. | Joel Sing |
2011-04-14 | Ansify. | Joel Sing |
2011-04-14 | Backout the in_iawithaddr() -> ifa_ifwithaddr() change. | Claudio Jeker |
2011-04-14 | do not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-14 | knf. remove extra spaces and wrap long lines. | David Gwynne |