summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-09-13Don't waste time zero'ing memory until there is some chance it mightKenneth R Westerback
2016-09-13Raise maximum supported MTU value to 9000; discussed with reyk@Mike Belopuhov
2016-09-13Introduce rwsleep(9), an equivalent to msleep(9) but for code protectedMartin Pieuchot
2016-09-13Split if_linkstate_task() in two to avoid SPL recursion when theMartin Pieuchot
2016-09-13Stop creating a BFD descriptor when the route is created.Martin Pieuchot
2016-09-13we no longer reach around and call DDB specific functions, so alwaysPeter Hessler
2016-09-13Do not raise splsoftnet() recursively in soaccept().Martin Pieuchot
2016-09-13Retire bridge(4) support.Martin Pieuchot
2016-09-12More #include cleanup per POSIX:Philip Guenther
2016-09-12Correctly account for fragments larger than a page sizeMike Belopuhov
2016-09-12Add support for packets spanning multiple pages.Mike Belopuhov
2016-09-12Bring back the code that cached DMA fragment offset.Mike Belopuhov
2016-09-12Record mbuf chain head rather than individual fragmentsMike Belopuhov
2016-09-12Skip empty mbuf fragments like bus_dmamap_load_mbuf doesMike Belopuhov
2016-09-12bpf_tap() is long dead! Long live bpf_mtap() & friends.Kenneth R Westerback
2016-09-12Add data about how long the session has been in the current state, andPeter Hessler