Age | Commit message (Expand) | Author |
2011-05-01 | Add some PARAM and flags defines needed for later version of the intel | Owain Ainsworth |
2011-05-01 | Fix a NULL dereference if drm fails to attach. | Owain Ainsworth |
2011-05-01 | Be sure to cast physmem to a 64-bit type before passing it to ptoa(). | Miod Vallat |
2011-04-30 | Use cons_decl() instead of rolling our own cn* prototypes | Miod Vallat |
2011-04-30 | Preliminary plumbing code for i386 hibernate (suspend-to-disk). | Mike Larkin |
2011-04-30 | Plug holes in cdevsw[] to make vscsi, diskmap and pppx entries match the | Miod Vallat |
2011-04-29 | ss(4) is gone; no need for ssvar.h. | Matthew Dempsky |
2011-04-29 | Why precompute the route for the gre tunnel when ip_output can do | Claudio Jeker |
2011-04-29 | tiny whitespace fixes | David Gwynne |
2011-04-29 | only handle vanilla scsi inquiry requests, reject VPD requests since theyre | David Gwynne |
2011-04-29 | The previous reconfiguration change broke IPv6 only setups. | Marco Pfatschbacher |
2011-04-29 | In certain failure cases, a RST would be sent out on rdomain 0, | Bret Lambert |
2011-04-29 | zero out a scsi_links node_wwn and port_wwn fields after initialising it | David Gwynne |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | Expose pmap prefer parameters. | Ariane van der Steldt |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-28 | spaces | Marco Peereboom |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-28 | report XS_RESET to the midlayer for any pending commands when vscsi is | David Gwynne |
2011-04-28 | clean up the path ops struct a bit. the path drivers init their xsh with | David Gwynne |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-28 | remove horrible abuse of kthread_create_deferred(9). this was being | Jacob Meuser |
2011-04-28 | Similar to the in_pcb.c change allow raw sockets to be bound to the | Claudio Jeker |
2011-04-28 | Allow SOCK_DGRAM sockets to be bound to the local network broadcast addr. | Claudio Jeker |
2011-04-27 | Fix a few off-by-1 errors in atascsi. | Matthew Dempsky |
2011-04-27 | attach acpithinkpad to newer lenovo models like the x120e | joshua stein |
2011-04-27 | Simplify ioprbs(4) scsi_xfer handling. | Matthew Dempsky |
2011-04-27 | kill a !__NetBSD__ ifdef which just confuses | Theo de Raadt |
2011-04-27 | hds(4) is a path driver that knows how to talk to some hitachi modular | David Gwynne |
2011-04-27 | Do not explicitly enable interrupts before returning from interrupt. | Alexander Bluhm |
2011-04-27 | support rooting off multipath disks. | David Gwynne |
2011-04-27 | whitespace fixes. | David Gwynne |
2011-04-27 | support Intel 6 series SATA in non raid/non ahci mode. | Jonathan Gray |
2011-04-27 | regen | Jonathan Gray |
2011-04-27 | more Intel non raid/non ahci mode 6 Series SATA | Jonathan Gray |
2011-04-27 | use dma safe memory when talking to devices. this was written before bigmem | David Gwynne |
2011-04-27 | fix the interrupt handler in the case when the interrupt is shared | Alexandre Ratchov |
2011-04-27 | if getting the RAID header fails, dont stop the midlayer from trying to | David Gwynne |
2011-04-27 | configure fc controllers to fail io as fast as possible when cables are | David Gwynne |
2011-04-27 | if a path returns XS_SELTIMEOUT, retry the io down another path like we | David Gwynne |
2011-04-27 | return XS_RESET to the midlayer if the command was killed for some reason | David Gwynne |
2011-04-27 | rework the scanning of fibre channel ports to match how linux does it. | David Gwynne |
2011-04-27 | No need to splbio/splx in the interrupt routine. It's already | Kenneth R Westerback |
2011-04-26 | MMU address space holes are at a fixed position (ofcourse). | Ariane van der Steldt |