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