Age | Commit message (Expand) | Author |
2010-01-09 | replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check, | Reyk Floeter |
2010-01-09 | Explicitly turn on mii/gmii/rgmii for the 178/gigabit devices | Jonathan Gray |
2010-01-09 | Fix the IP ckecksum offloading logic that disables and breakes offloading | Reyk Floeter |
2010-01-09 | Add code to stop scheduling processes on CPUs, effectively halting that CPU. | Mark Kettenis |
2010-01-09 | Remove typo and magic numbers from #if 0'd block, from Brad. | Stuart Henderson |
2010-01-08 | During "ifconfig $if -inet6" remove v6 addresses even if the | Stefan Sperling |
2010-01-08 | As advertised in the man page, make open(2) return ELOOP (instead | Stefan Sperling |
2010-01-08 | Fix compile failure on MP kernel(missing P_CPU macro on mips64/mips64/context.S) | Takuya ASADA |
2010-01-08 | MP-safe FPU handling. ok miod@ | Takuya ASADA |
2010-01-07 | Repair non-MULTIPROCESSOR kernel compilation. | Miod Vallat |
2010-01-07 | Make sure to update p_cpu on MULTIPROCESSOR kernels. | Miod Vallat |
2010-01-07 | Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@ | Stuart Henderson |
2010-01-07 | dont use the xs in the scsi_cmd routines after calling ciss_cmd, it might | David Gwynne |
2010-01-07 | CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB. | David Gwynne |
2010-01-07 | Enable IPI interrrupt in trap. ok miod@ | Takuya ASADA |
2010-01-07 | warn if scsi_done has been called twice on an xs in the scsi_xs_sync path | David Gwynne |
2010-01-06 | sync | Stuart Henderson |
2010-01-06 | Add Canon PowerShot SX100, Linksys WUSB600N v2 (new version of RT2870). From ... | Stuart Henderson |
2010-01-06 | sync | Stuart Henderson |
2010-01-06 | New Broadcom nics, from Linux driver via Brad. | Stuart Henderson |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse |
2010-01-05 | dont need to end statements with two semicolons. one is enough. | David Gwynne |
2010-01-05 | Dynamic allocation for ASID and ASID generation number on struct pmap. ok miod@ | Takuya ASADA |
2010-01-05 | only call disk_unbusy when we're finished with the io (or we're requeuing | David Gwynne |
2010-01-05 | atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this is | David Gwynne |
2010-01-04 | Previous commit was too restrictive: just ignore the CLONE_FS flag | Philip Guenthe |
2010-01-04 | remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-04 | turn off verbose | Theo de Raadt |
2010-01-04 | nothing in the midlayer cares about ITSDONE anymore. if a command is done, | David Gwynne |
2010-01-04 | rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to a | David Gwynne |
2010-01-04 | protect the ccb free queue with a mutex rather than splbio | David Gwynne |
2010-01-04 | Don't decrement the refcnt on a plimits until after we're done | Philip Guenthe |
2010-01-04 | Add a few missing scsi_done()'s before returning COMPLETE. Also | Kenneth R Westerback |
2010-01-04 | introduce scsi_xs_sync. this will synchronously execute a scsi_xfer | David Gwynne |
2010-01-03 | Implement pmap_proc_iflush() such that the instruction cache is synchronized | Mark Kettenis |
2010-01-03 | Use atomic operations to access the per-cpu scheduler flags. | Mark Kettenis |
2010-01-03 | delete unused variable | Theo de Raadt |
2010-01-03 | enable aibs | Theo de Raadt |
2010-01-03 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2010-01-03 | Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8). | Miod Vallat |
2010-01-03 | disk cache mode page | David Gwynne |
2010-01-03 | oops, get the order of args right for the header request in | David Gwynne |
2010-01-03 | mpi_bio_get_pg0_raid is only called from a process context. let the cfg | David Gwynne |
2010-01-03 | oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would fault | David Gwynne |
2010-01-03 | get rid of the last internal user of splbio. waiting for the completion of | David Gwynne |
2010-01-03 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-01-03 | dont leak a ccb if we fail to get a reply in portenable | David Gwynne |
2010-01-03 | when getting a reply from the hw, only sync the dmamem for that one reply | David Gwynne |
2010-01-03 | switch mpi from using splbio to protect itself over to mutexes. | David Gwynne |
2010-01-03 | scsi_done sets ITSDONE, we dont have to do it. | David Gwynne |