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