summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-12-18Fix the IPL of pfkeyv2_mtx to prevent a deadlock. The system can useVisa Hankala
2018-12-18syncTed Unangst
2018-12-18add a wifi 9560 found in a new laptop. ok deraadtTed Unangst
2018-12-18syncKevin Lo
2018-12-18Add some devices found on Intel Leaf Hill CRB.Kevin Lo
2018-12-17Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code.David Gwynne
2018-12-17If something like ether_ioctl returns ENETRESET, don't let it bubble out.David Gwynne
2018-12-17When no child devices are attached to a wsmux device, make sure to return ananton
2018-12-17When using MSG_WAITALL, soreceive() can sleep while processing theAlexander Bluhm
2018-12-17Rename pf_anchor_remove() to pf_remove_anchor()kn
2018-12-17Remove unused function gsignal().Visa Hankala
2018-12-17Switch from timeout_add with tvtohz to just timeout_add_tv. Now this changeClaudio Jeker
2018-12-17Use timeout_add_sec() instead of timeout_add() with a multiplication with hzClaudio Jeker
2018-12-16syncTheo de Raadt
2018-12-16few more devsTheo de Raadt
2018-12-16Fix pool ipl to prevent a deadlock scenario.Visa Hankala
2018-12-16Avoid using a too big bounce buffer by splitting up large reads. AllowsOtto Moerbeek
2018-12-16Make the freelist best fit code a tiny bit smarter to not use a block ifOtto Moerbeek
2018-12-16add task_pendingDavid Gwynne
2018-12-13Use a faster, more reliable way to figure out how many TLB entries areVisa Hankala
2018-12-12Various cleanups:Martin Pieuchot
2018-12-12free(9) sizes for sysv shm.Martin Pieuchot
2018-12-12free(9) sizes for SVID semaphores.Martin Pieuchot
2018-12-12Make kcov MP-safe. Calling the injected tracing functionanton
2018-12-12allow ethernet interfaces to provide a custom if_output routine.David Gwynne
2018-12-11add optional per-cpu counters for interface stats.David Gwynne
2018-12-11provide ifq_is_priq, mostly so things can tell if hfsc is in effect or not.David Gwynne
2018-12-11use ifq_hdatalen for handling the FIONREAD ioctlDavid Gwynne
2018-12-11add ifq_hdatalen for getting the size of the packet at the head of an ifqDavid Gwynne
2018-12-11split ether_output into resolution, encapsulation, and output functionsDavid Gwynne
2018-12-10When forwarding IPv6 packets, generated ICMP6 packets used theAlexander Bluhm
2018-12-10Start passing the IO ports 0x510, 0x511, 0x514, and 0x518 to vmd(8).Claudio Jeker
2018-12-10Ensure that we close the file descriptor after loading microcode.Joel Sing
2018-12-10Remove useless macroskn
2018-12-10Do not call free on a non-allocated pointer.Joel Sing
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-12-10Clean up the mec(4) MII read/write routines a bit.Visa Hankala
2018-12-10Fix phy discovery on O2 systems.Visa Hankala
2018-12-09Zap duplicate signatureskn
2018-12-07For shared interrupts we need to make sure that we registerPatrick Wildt
2018-12-07free(9) sizes for netcred.Martin Pieuchot
2018-12-07Stop passing `sc' when it isn't needed and use `ifp' where it's goodMartin Pieuchot
2018-12-07Remove useless spl protection.Martin Pieuchot
2018-12-07We are not going to send a neighbor advertisement from a non-masterFlorian Obser
2018-12-07All the references to the M_ALIGN and MH_ALIGN macros are gone.Claudio Jeker
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-06Core files with >65535 sections have to use PN_XNUM and a section headerPhilip Guenther
2018-12-06When building ND packets use m_align() to pack the mbuf as optimal asClaudio Jeker
2018-12-06Avoid unnecessary dynamic memory allocation in athn_usb_newauth().Stefan Sperling
2018-12-05Use a time-based method for tracking motion states of touches.Ulf Brosziewski