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