summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-02-02Improve stack trace saving on i386:Visa Hankala
2019-02-02Improve stack trace saving on amd64:Visa Hankala
2019-02-01Properly account wired pages in pmap_randomize_levelMike Larkin
2019-02-01free size for wscons_event; ok deraadt@ visa@anton
2019-02-01Complete athn(4) noisefloor calibration code and enable it.Stefan Sperling
2019-02-01Export per-TDB counters to userland.Martin Pieuchot
2019-02-01Do not silently return if extensions do not match the filters.Martin Pieuchot
2019-02-01Print xhci version in hex, from sc.dying at gmail.Martin Pieuchot
2019-02-01make m_pullup use the first mbuf with data to measure alignment.David Gwynne
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton
2019-02-01fix up calculation of our physical function id, making the second portJonathan Matthew
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thePatrick Wildt
2019-01-31Bump version number to be able to distinguish bootloaders with softraidMark Kettenis
2019-01-31matthew noticed that some clocks use tfind() which is not mpsafe.Ted Unangst
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.Todd C. Miller
2019-01-31Implement booting from softraid on arm64. This consists of creating aPatrick Wildt
2019-01-31Enable IQ/ADC calibration in the athn(4) driver.Stefan Sperling
2019-01-31remove remnant of jackportTed Unangst
2019-01-31tc_setclock: Don't rewind the system uptime during resume/unhibernate.cheloha
2019-01-31use "sc" as the name of the softc variable in the ioctl code too.David Gwynne
2019-01-30Replace hand rolled linked list with TAILQ. All made possible by the recentanton
2019-01-30Make bwfm(4) query firmware for RSSI levels and current transmit rate whenStefan Sperling
2019-01-30use MPLS_SHIM2LABEL and MPLS_LABEL2SHIMDavid Gwynne
2019-01-30add some macros to help turn labels into shims and back again.David Gwynne
2019-01-30dont store the unit when creating the interface, it's never usedDavid Gwynne
2019-01-29check the result of rtalloc with rtisvalid instead of a compare with NULLDavid Gwynne
2019-01-29Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto.Patrick Wildt
2019-01-29Discard unwanted mouse events from the keyboard input channel when we'reMarcus Glocker
2019-01-29Plumbing to simplify upcoming locking.Martin Pieuchot
2019-01-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2019-01-29Accept control frames in monitor mode.Kevin Lo
2019-01-29call the "parent" interface ifp0 to be consistent with other drivers.David Gwynne
2019-01-29use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_outputDavid Gwynne
2019-01-29ixl works fine on sparc64David Gwynne
2019-01-29get rid of some more debug printfsDavid Gwynne
2019-01-29don't need to print the base queue number.David Gwynne
2019-01-28Simplify by using `spc' since we already have it, no behavior change.Martin Pieuchot
2019-01-28Stop accounting/updating priorities for Idle threads.Martin Pieuchot
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,Patrick Wildt
2019-01-28get rid of unused globalDavid Gwynne
2019-01-28fix mpe_start by if_put()ting the right ifpDavid Gwynne
2019-01-28make a start at supporting ipv6 on mpe.David Gwynne
2019-01-27tweak errno in previousanton
2019-01-27Validate the user-supplied device index given to WSMUXIO_ADD_DEVICE. The sameanton
2019-01-27stop using capital letters in printf format strings; ok visa@anton
2019-01-27consistency tweaks to panic format strings; ok visa@anton
2019-01-27don't play with IFF_UP in strange places.David Gwynne
2019-01-27use mpls_ip_adjttl and mpls_ip6_adjttl in mpe instead of rolling it again.David Gwynne
2019-01-27rework mpe_input so it patches ipv4 cksum, and handles ipv6 too.David Gwynne
2019-01-27change how packets are pushed into mpe(4).David Gwynne