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