Age | Commit message (Expand) | Author |
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 |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-14 | Fewer <uvm/uvm.h> | Martin Pieuchot |
2014-04-14 | move the hardware structures into ahcireg.h. | David Gwynne |
2014-04-14 | Always copy out all mailbox registers and use msleep in a loop to ensure that | Jonathan Matthew |
2014-04-13 | compress code by turning four line comments into one line comments. | Ted Unangst |
2014-04-13 | wrap a long line | Theo de Raadt |
2014-04-13 | Fix a badly worded debug message that implied the entire machine was going | Mike Larkin |
2014-04-13 | In debug output, print loop ids as decimals and port ids as 24bit hex. | Jonathan Matthew |
2014-04-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. | Brad Smith |
2014-04-13 | perform the same ACPITZ_INIT operation as attach does, at DVACT_WAKEUP | Theo de Raadt |
2014-04-12 | revert falloc change, as it causes all new processes to get stuck after a while | Marc Espie |
2014-04-12 | simplify flag tests | Jonathan Gray |
2014-04-12 | Delete unused variable. | Kenji Aoyama |
2014-04-12 | drm/ttm: don't oops if no invalidate_caches() | Jonathan Gray |
2014-04-12 | drm/radeon/atom: select the proper number of lanes in transmitter setup | Jonathan Gray |
2014-04-12 | drm/radeon: TTM must be init with cpu-visible VRAM, v2 | Jonathan Gray |
2014-04-12 | nvm admin command opcodes | David Gwynne |
2014-04-12 | start working on a driver for non volatile memory express controllers. | David Gwynne |
2014-04-12 | regen | David Gwynne |
2014-04-12 | fake toy | David Gwynne |
2014-04-11 | Interfaces are associated to rdomains, make it clear by renaming | Martin Pieuchot |
2014-04-11 | sync with libdrm 2.4.53 | Jonathan Gray |
2014-04-11 | Fix tree breakage. | Kenneth R Westerback |
2014-04-10 | notify userland when arp entry is removed; ok mpi | Mike Belopuhov |
2014-04-10 | Don't use ifa_ifwithnet() with obvious sockaddr_dl argument. This | Martin Pieuchot |
2014-04-10 | pull the bufcache freelist code out into separate functions to allow new | Ted Unangst |
2014-04-10 | Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage | Martin Pieuchot |
2014-04-10 | rename waitable to waitok as suggested by kettenis | Ted Unangst |
2014-04-10 | marking the isr as MPSAFE snuck in with r1.76. | David Gwynne |
2014-04-09 | Make trapDump() take the printf-like function as a 2nd parameter. | Miod Vallat |