summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-17On IP27 systems, fill the array of node hub widget numbers early, so that allMiod Vallat
2011-04-17Tweak the behaviour of boot(8) on hppa. Normal boots now will give you aMark Kettenis
2011-04-16Move the FPU state out of 'struct pcb' like we did for hppa since it causesMark Kettenis
2011-04-16Move the FPU state out of 'struct pcb' like we did for hppa since it causesMark Kettenis
2011-04-16Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't reallyMark Kettenis
2011-04-16_LOCORE is already definedTheo de Raadt
2011-04-16Fix kernel build after guenther@'s signal changes.Miod Vallat
2011-04-16Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless ofKenneth R Westerback
2011-04-16Initialize variables before use.Kenneth R Westerback
2011-04-16another variable left after a commitTheo de Raadt
2011-04-16More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15unused variable on !PMAP_DIRECTTheo de Raadt
2011-04-15for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy theOwain Ainsworth
2011-04-15move uvm_pageratop from uvm_pager.c local to a general uvm functionOwain Ainsworth
2011-04-15Add a bit of paranoia to uvm_pageinsert.Owain Ainsworth
2011-04-15When I switched uvm objects to use a per-object page tree instead of theOwain Ainsworth
2011-04-15Change wdc_reset_channel() to take a `no wait' argument. Pass in turn thisMiod Vallat
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-15p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() havePhilip Guenthe
2011-04-15Remove the acpi event definitions. They've not been used for over aOwain Ainsworth
2011-04-15Remove dead assignment and newly created unused variable.Charles Longeau
2011-04-15Remove dead assignment.Charles Longeau
2011-04-15Remove dead assignments and one newly created unused variable.Charles Longeau
2011-04-15Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-04-15In days of yore one could arbitrarily whack buffer flags. Those daysKenneth R Westerback
2011-04-15Remove local variables that are no longer used after the last commitClaudio Jeker
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15die blank line die die dieTheo de Raadt
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-14add support for VIA VT6415 & VX900 IDEJonathan Gray
2011-04-14regenJonathan Gray
2011-04-14VIA VX900 IDEJonathan Gray
2011-04-14the mechanical part of 82580 support, more to comeJonathan Gray
2011-04-14Add several additional adapter types and correct definition ofJonathan Gray
2011-04-14Spacing nit.Owain Ainsworth
2011-04-14For the time being repost Intel clarkdale IGD.Owain Ainsworth
2011-04-14Make RAIDFRAME compilepea
2011-04-14Make spstrcpy actually copy strings.Mark Kettenis
2011-04-14Get rid if pcb_uva, like we did on hppa a while ago since it creates evilMark Kettenis
2011-04-14Reducing number of call update_leds().Alexandr Shadchin
2011-04-14Sprinkle prototypes, kill unused locals, and stop contributing to globalMiod Vallat
2011-04-14Fix copy_on_fault by decrementing the stack pointer before restoring theJoel Sing
2011-04-14Regen.Joel Sing
2011-04-14Use 64-bit operations for address manipulation.Joel Sing
2011-04-14Correctly load p_addr and avoid trashing the source address.Joel Sing
2011-04-14Ansify.Joel Sing
2011-04-14Backout the in_iawithaddr() -> ifa_ifwithaddr() change.Claudio Jeker
2011-04-14do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-14knf. remove extra spaces and wrap long lines.David Gwynne