summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-12-27Convert K&R function definitions to modern C. clang is more picky aboutClaudio Jeker
2018-12-27Move away from K&R style function definitions. clang is rather picky aboutClaudio Jeker
2018-12-27Do not assign node to itself. Instead move the earlier initialisation intoClaudio Jeker
2018-12-27Separate kcov descriptor state and trace mode as a first step towards supportinganton
2018-12-26uncouple AF_MPLS and AF_INETdenis
2018-12-26Remove the rasops24_erasecols and rasops24_eraserows functions fromFrederic Cambus
2018-12-26Use estimates of speed to improve gesture detection.Ulf Brosziewski
2018-12-25In the kcov ioctl(KIOSETBUFSIZE) path, malloc() can sleep. Double check thatanton
2018-12-25rework icmp6_error() to be closer to icmp_error()denis
2018-12-24Adjust cpsw for linux 4.20 device tree changes. The location of the phyJonathan Gray
2018-12-23Add support for generating a REPEATED START on operations where we firstPatrick Wildt
2018-12-23Rectify some issues with the noperm mount flag; the root vnode was notMartin Natano
2018-12-22Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it reliesMark Kettenis
2018-12-21Do PAT setup earlier such that mapping the framebuffer WC works at theMark Kettenis
2018-12-21remove intr_find_mpmapping proto func removed in intr.c rev 1.31 in 2011Jonathan Gray
2018-12-20add bpe(4) or Backbone Provider Edge interfacesDavid Gwynne
2018-12-20Replace a wrong poor mans m_trailingspace() with the real thing. The mbufClaudio Jeker
2018-12-20The timeouts in nd6 are in msec so just use timeout_add_msec() insteadClaudio Jeker
2018-12-20Convert to timeout_add_msec instead of counting ticks.Claudio Jeker
2018-12-20Make this not hz dependent by using timeout_add_sec() also rename theClaudio Jeker
2018-12-19get rid of a prototype for if_enqueue_try()David Gwynne
2018-12-18Detection of MELTDOWN-proof Intel CPUs was broken: cpuid.07 hasPhilip Guenther
2018-12-18Figure out the number of available CPUs using system fuse registers.Visa Hankala
2018-12-18Accept DUID as a root disk specifier.Visa Hankala
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