summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-04-19Dead stores in subr_hibernate.cMike Larkin
2014-04-19bye byeHenning Brauer
2014-04-19disgusting altq compat hack goes awayHenning Brauer
2014-04-19now that if_snd is a proper ifqueue, this cast diesHenning Brauer
2014-04-19ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need toHenning Brauer
2014-04-19minus altq tentacles, plus missing IF_DROP here as wellHenning Brauer
2014-04-19sigh, another driver fiddling with altq outside #ifdef ALTQHenning Brauer
2014-04-19kill altq bits here as wellHenning Brauer
2014-04-19shrink pf by 445 lines.Henning Brauer
2014-04-19remove the altq enable/attach and disable/detach bitsHenning Brauer
2014-04-19bye bye altq bitsHenning Brauer
2014-04-19another questionable "optimization": de used tulip_ifstart_one insteadHenning Brauer
2014-04-19remove very questionable altq "optimization" - claudio and I can'tHenning Brauer
2014-04-19all I wanted to do is removing the altq special casing, but then it turnedHenning Brauer
2014-04-19remove altq special casing.Henning Brauer
2014-04-19Don't panic if we're trying to disestablish an MSI but the hardware is gone.Mark Kettenis
2014-04-19the altq versions of the IFQ_* macros can finally go. chances of thisHenning Brauer
2014-04-19 /*Henning Brauer
2014-04-19-option ALTQHenning Brauer
2014-04-19move scsi_xs_put after checks that use fields in the xsJonathan Matthew
2014-04-19implement emc_mpath_checksense() according to what my cx500 throws.David Gwynne
2014-04-18There is no need to initialize globals to 0.Claudio Jeker
2014-04-18rename wd33c93 to wd33c93ctrl (but keep the filenames as is) so we canJasper Lievisse Adriaanse
2014-04-18For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals toPhilip Guenther
2014-04-18Remove the dead KAME code that dealt with IPv4-mapped IPv6 addresses.Jeremie Courreges-Anglas
2014-04-18This remnant comment doesn't belong here. ok claudio@Jeremie Courreges-Anglas
2014-04-18reaching into altq outside #ifdef ALTQ is bad, mmkay? ok claudioHenning Brauer
2014-04-18tcp_respond: let the stack worry about the cksum instead of doing itHenning Brauer
2014-04-18pf_send_tcp: ask the stack to do the cksum instead of doing it manuallyHenning Brauer
2014-04-18reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay?Henning Brauer
2014-04-18If somebody else is already processing the RPC requests on a stream socket,Mark Kettenis
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-18Invert the signature logic of in{,6}_selectsrc, make them return theJeremie Courreges-Anglas
2014-04-18Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240.Claudio Jeker
2014-04-18Implement qle_fabric_plogo and let qle_fabric_plogi look at the response thatJonathan Matthew
2014-04-18Rework the command polling loop so it can handle multiple responses in a singleJonathan Matthew
2014-04-17When iterating through fabric ports, start at our own port ID, so we canJonathan Matthew
2014-04-17Copy out all mbox registers after a mailbox operation completes.Jonathan Matthew
2014-04-17Make sure the original thread is blocked until any other threads arePhilip Guenther
2014-04-17In debug output, print loop ids as decimals and port ids as 24bit hex.Jonathan Matthew
2014-04-17rework this to implement the active path checks when mpath asks forDavid Gwynne
2014-04-16Add ufs2 support and get one step closer to making ffs2 bootable. This work w...Brandon Mercer
2014-04-16Merge in_fixaddr() into in_selectsrc() in order to prepare forMartin Pieuchot
2014-04-16Add generic driver for "NEC PC-9801(*) extension board slot" onKenji Aoyama
2014-04-16set ourselves up to respect the max data transfer size.David Gwynne
2014-04-16print the board name and firmware revision like we do on mpii andDavid Gwynne
2014-04-16have nvme_poll return the status bigs from the completion ringDavid Gwynne
2014-04-15i wanted to work on this in the tree so i could commit lots of smallDavid Gwynne
2014-04-15Modify the uhidev_*_report() methods to always take a report ID argumentMartin Pieuchot
2014-04-14fix potential race where an allocated inode could fail to get added,Bob Beck