summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2011-04-14stray spaceMarco Peereboom
2011-04-14Ignore scsi start stop instead of trying to be clever. A softraidMarco Peereboom
2011-04-13add missing #include "pf.h" for NPF; ok mikeb, claudio, mpfMarkus Friedl
2011-04-13Export ENAMETOOLONG such that kernels compile again.Mark Kettenis
2011-04-13wskbd_holdscreen() is not needed and can be removedAlexandr Shadchin
2011-04-13Make spstrcpy() work as advertised.Joel Sing
2011-04-13Enable siop, scsibus and sd.Joel Sing
2011-04-13Remove some very noisy debug code.Joel Sing
2011-04-13Do not use a virtual address whilst in physical mode. Instead save the spJoel Sing
2011-04-13export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T.Markus Friedl
2011-04-13to quote from the gospel of bus_dma.9:David Gwynne
2011-04-13Unrevert the FS.base diff: the issues were actually elsewherePhilip Guenthe