summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-16Switch urndis(4) over to the generic RNDIS headerMike Belopuhov
2016-09-16Introduce a common header files for RNDIS protocol definitionsMike Belopuhov
2016-09-16Enable Hyper-V guest driversMike Belopuhov
2016-09-16Reconfigure interface capabilities after switching trunkproto; ok mpiMike Belopuhov
2016-09-16move RBT_PROTOTYPE under #ifdef _KERNELDavid Gwynne
2016-09-16put RBT_PROTOTYPE inside #ifdef _KERNELDavid Gwynne
2016-09-16move the namecache_rb_tree from RB macros to RBT functions.David Gwynne
2016-09-16move buf_rb_bufs from RB macros to RBT functionsDavid Gwynne
2016-09-16fix some DEBUG code so its using the right rb tree codeDavid Gwynne
2016-09-16fix spelling of RBT_NEXT in a commentDavid Gwynne
2016-09-16move uvm_pmemrange_addr from RB macros to RBT functionsDavid Gwynne
2016-09-16move the vm_page struct from being stored in RB macro trees to RBT functionsDavid Gwynne
2016-09-16move uaddr_free_rbtree from RB macros to RBT functionsDavid Gwynne
2016-09-16move the uvm_map_addr RB tree from RB macros to the RBT functionsDavid Gwynne
2016-09-16remove a trailing \David Gwynne
2016-09-15Add omwugen(4) a driver for the TI logic that generates wakeup eventsJonathan Gray
2016-09-15adjust whitespace and remove an unused structPeter Hessler
2016-09-15protect a kernel only structure with _KERNEL, means userland doesn'tPeter Hessler
2016-09-15print local and remote discr as decimal, easier to compare with remote systemsPeter Hessler
2016-09-15chase dlg@'s change of merging pool_setipl into pool_initPeter Hessler
2016-09-15add RBT_POISON and RBT_CHECK so you can poison the pointers in RBT_ENTRYsDavid Gwynne
2016-09-15fix $OpenBSD$ tagDavid Gwynne
2016-09-15rename the members of rb_entry so they dont keep working with RB macrosDavid Gwynne
2016-09-15move from RB macros to RBT functionsDavid Gwynne
2016-09-15move from RB macros to the RBT functions.David Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-15bring back r1.53David Gwynne
2016-09-15move pools to using the subr_tree version of rb treesDavid Gwynne
2016-09-15enable the subr_tree version of red-black trees again.David Gwynne
2016-09-15we dont need m_copym0 with m_copym as a single wrapper, so merge them.David Gwynne
2016-09-15remove m_copym2 as its use has been replaced by m_dup_pktDavid Gwynne
2016-09-14Declare the type instead of a on-stack variable for sizeof purposesMike Belopuhov
2016-09-14Cleanup dmesg outputMike Belopuhov
2016-09-14Remove a useless shadow copy of the vmbus_chanpkt_prplist structureMike Belopuhov
2016-09-14Implement packet transmission through RNDIS scatter-gather interfaceMike Belopuhov
2016-09-14Fixup Per Packet Info data structure size definitionsMike Belopuhov
2016-09-14Remove contigious TX buffer, we're not going to use itMike Belopuhov
2016-09-14don't dump vcpu state on ept violations, these happen with sufficientMike Larkin
2016-09-14Name include guard macros consistently within sys/dev/pvMike Belopuhov
2016-09-14Kill ip6_pcbopts, unused since the removal of IPV6_PKTOPTIONSJeremie Courreges-Anglas
2016-09-14Delete dead code and useless parameter.Jeremie Courreges-Anglas
2016-09-14Always set the MAC address when initializing the chip.Martin Pieuchot
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-14limit the number of fonts that can be loadedJoshua Stein
2016-09-14add support for SAS3 devices, which have a different sgl layout to previousJonathan Matthew
2016-09-14regenJonathan Matthew
2016-09-14add LSI/Avago SAS3 devicesJonathan Matthew
2016-09-13avoid extensive mbuf allocation for IPsec by replacing m_inject(4)Markus Friedl
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-13when loading the kernel binary, also load the .SUNW_ctf section when present,Jasper Lievisse Adriaanse