summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-18Put back the change of pool and malloc into the new km_alloc(9) api.Artur Grabowski
2011-04-18remove the old style by-pass-the-buffer-cache vnd code.Thordur I. Bjornsson
2011-04-18ido not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-18since the pciide driver's interrupt handler can return -1 during hotplugTheo de Raadt
2011-04-18keep an eye out for wdc registers returning 0xff. if they return 0xff,Theo de Raadt
2011-04-18Change all aml_xfoo to aml_foo names now that parser is stableJordan Hargrave
2011-04-17if mpath is disabled in config or ukc, then prevent path drivers fromDavid Gwynne
2011-04-17Add wol support to xl(4). Not really tested, but hopefully someone willStefan Sperling
2011-04-17in_ifinit() is not prepared to be called from interrupt context so addStefan Sperling
2011-04-17Don't increase if_oerrors for every multicast frame leaving the interface.Stefan Sperling
2011-04-17bigmem works well enough on amd64; we do not need the knob to turn itTheo de Raadt
2011-04-17construct a better path to the swapdevice (as seen in pstat/swapctl output)Theo de Raadt
2011-04-17almost 3 years ago 'config generic' support was fixed but never used.Theo de Raadt
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